[123607] Making Stereotype::icon composite.
diff --git a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StereotypeItemProvider.java b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StereotypeItemProvider.java
index 4bb45dc..aed55c3 100644
--- a/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StereotypeItemProvider.java
+++ b/plugins/org.eclipse.uml2.uml.edit/src/org/eclipse/uml2/uml/edit/providers/StereotypeItemProvider.java
@@ -8,7 +8,7 @@
  * Contributors:
  *   IBM - initial API and implementation
  *
- * $Id: StereotypeItemProvider.java,v 1.3 2006/01/04 17:47:48 khussey Exp $
+ * $Id: StereotypeItemProvider.java,v 1.4 2006/01/12 16:56:00 khussey Exp $
  */
 package org.eclipse.uml2.uml.edit.providers;
 
@@ -27,7 +27,10 @@
 import org.eclipse.emf.edit.provider.IStructuredItemContentProvider;
 import org.eclipse.emf.edit.provider.ITreeItemContentProvider;
 
-//import org.eclipse.uml2.uml.Stereotype;
+import org.eclipse.uml2.uml.Stereotype;
+import org.eclipse.emf.edit.provider.ViewerNotification;
+
+import org.eclipse.uml2.uml.UMLFactory;
 import org.eclipse.uml2.uml.UMLPackage;
 
 import org.eclipse.uml2.uml.edit.UMLEditPlugin;
@@ -87,6 +90,22 @@
 	}
 
 	/**
+	 * This specifies how to implement {@link #getChildren} and is used to deduce an appropriate feature for an
+	 * {@link org.eclipse.emf.edit.command.AddCommand}, {@link org.eclipse.emf.edit.command.RemoveCommand} or
+	 * {@link org.eclipse.emf.edit.command.MoveCommand} in {@link #createCommand}.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
+	public Collection getChildrenFeatures(Object object) {
+		if (childrenFeatures == null) {
+			super.getChildrenFeatures(object);
+			childrenFeatures.add(UMLPackage.Literals.STEREOTYPE__ICON);
+		}
+		return childrenFeatures;
+	}
+
+	/**
 	 * This returns Stereotype.gif.
 	 * <!-- begin-user-doc -->
 	 * <!-- end-user-doc -->
@@ -117,6 +136,13 @@
 	 */
 	public void notifyChanged(Notification notification) {
 		updateChildren(notification);
+
+		switch (notification.getFeatureID(Stereotype.class)) {
+			case UMLPackage.STEREOTYPE__ICON :
+				fireNotifyChanged(new ViewerNotification(notification,
+					notification.getNotifier(), true, false));
+				return;
+		}
 		super.notifyChanged(notification);
 	}
 
@@ -130,6 +156,10 @@
 	protected void collectNewChildDescriptors(Collection newChildDescriptors,
 			Object object) {
 		super.collectNewChildDescriptors(newChildDescriptors, object);
+
+		newChildDescriptors.add(createChildParameter(
+			UMLPackage.Literals.STEREOTYPE__ICON, UMLFactory.eINSTANCE
+				.createImage()));
 	}
 
 	/**
diff --git a/plugins/org.eclipse.uml2.uml/model/Ecore.uml2 b/plugins/org.eclipse.uml2.uml/model/Ecore.uml2
index e956bdb..872544a 100644
--- a/plugins/org.eclipse.uml2.uml/model/Ecore.uml2
+++ b/plugins/org.eclipse.uml2.uml/model/Ecore.uml2
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>

 <uml:Model xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:Ecore_2="http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2" xmlns:uml="http://www.eclipse.org/uml2/1.0.0/UML" xsi:schemaLocation="http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 pathmap://UML2_PROFILES/Ecore.profile.uml2#_1RgZIcezEdmTJL3rR1ioJg" xmi:id="439EC3AE03B5" name="Ecore" appliedProfile="_glF8mWvXEdq4DLWZOhbdEA">

   <eAnnotations xmi:id="_cZWfcGvYEdq4DLWZOhbdEA" source="appliedStereotypes">

-    <contents xmi:type="Ecore_2:Ecore__EPackage" xmi:id="_SWYKQYN0EdqACJ0Qw-4SYw" packageName="ecore" nsPrefix="ecore" nsURI="http://www.eclipse.org/emf/2002/Ecore" basePackage="org.eclipse.emf" prefix="Ecore"/>

+    <contents xmi:type="Ecore_2:Ecore__EPackage" xmi:id="_IqToYYOGEdqIB5q5b9IDSQ" packageName="ecore" nsPrefix="ecore" nsURI="http://www.eclipse.org/emf/2002/Ecore" basePackage="org.eclipse.emf" prefix="Ecore"/>

   </eAnnotations>

   <packageImport xmi:type="uml:ProfileApplication" xmi:id="_glF8mWvXEdq4DLWZOhbdEA">

     <eAnnotations xmi:id="_glF8mmvXEdq4DLWZOhbdEA" source="attributes">

@@ -17,7 +17,7 @@
     <generalization xmi:id="_439EC3AE03B53D98A1E10203" general="_439EC3AE03B53903D4E40050"/>

     <ownedAttribute xmi:id="_439EC3AE03B53D98A349020A" name="source">

       <eAnnotations xmi:id="_S-Xg0GvaEdqcO4xxubZVBA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_SWrFMIN0EdqACJ0Qw-4SYw" isUnsettable="true"/>

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_IqwUUIOGEdqIB5q5b9IDSQ" isUnsettable="true"/>

       </eAnnotations>

       <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>

     </ownedAttribute>

@@ -27,12 +27,12 @@
     </ownedAttribute>

     <ownedAttribute xmi:id="_439EC3AE03B53D98A3F30241" name="eModelElement" type="_439EC3AE03B53903D4E40050" association="_439EC3AE03B53D98A3F1034C">

       <eAnnotations xmi:id="_gn7OJWvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_SW02MIN0EdqACJ0Qw-4SYw" isResolveProxies="false"/>

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_IqwUUYOGEdqIB5q5b9IDSQ" isResolveProxies="false"/>

       </eAnnotations>

     </ownedAttribute>

     <ownedAttribute xmi:id="_439EC3AE03B53DA70B040327" name="contents" type="_439EC3AE03B53C4F1C860123" association="_439EC3AE03B53DA70B0400EC" aggregation="composite">

       <eAnnotations xmi:id="_gn7OM2vXEdq4DLWZOhbdEA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_SW02MYN0EdqACJ0Qw-4SYw" isResolveProxies="false"/>

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_IqwUUoOGEdqIB5q5b9IDSQ" isResolveProxies="false"/>

       </eAnnotations>

       <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_gn7OMmvXEdq4DLWZOhbdEA" value="-1"/>

       <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_gn7OMWvXEdq4DLWZOhbdEA"/>

@@ -47,7 +47,7 @@
     <ownedAttribute xmi:id="_439EC3AE03B53DDF78B900AD" name="iD"/>

     <ownedAttribute xmi:id="_439EC3AE03B53D5D261200E9" name="eAttributeType" type="_439EC3AE03B53903D525033E" isReadOnly="true" association="_439EC3AE03B53D5D260F02E4">

       <eAnnotations xmi:id="_gnxdM2vXEdq4DLWZOhbdEA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_SW02MoN0EdqACJ0Qw-4SYw" isTransient="true" isVolatile="true"/>

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_IqwUU4OGEdqIB5q5b9IDSQ" isTransient="true" isVolatile="true"/>

       </eAnnotations>

       <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_gnxdMmvXEdq4DLWZOhbdEA" value="1"/>

       <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_gnxdMWvXEdq4DLWZOhbdEA" value="1"/>

@@ -57,13 +57,13 @@
     <generalization xmi:id="_439EC3AE03B53D0724E40083" general="_439EC3AE03B53ACE4FEE0371"/>

     <ownedAttribute xmi:id="_439EC3AE03B53CF6636F001D" name="abstract">

       <eAnnotations xmi:id="_S_HHsGvaEdqcO4xxubZVBA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_SW02M4N0EdqACJ0Qw-4SYw" isUnsettable="true"/>

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_IqwUVIOGEdqIB5q5b9IDSQ" isUnsettable="true"/>

       </eAnnotations>

       <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/JavaPrimitiveTypes.library.uml2#_TBfF4K86EdieaYgxtVWN8Q"/>

     </ownedAttribute>

     <ownedAttribute xmi:id="_439EC3AE03B53D0616AE039B" name="interface">

       <eAnnotations xmi:id="_S_Q4sGvaEdqcO4xxubZVBA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_SW02NIN0EdqACJ0Qw-4SYw" isUnsettable="true"/>

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_IqwUVYOGEdqIB5q5b9IDSQ" isUnsettable="true"/>

       </eAnnotations>

       <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/JavaPrimitiveTypes.library.uml2#_TBfF4K86EdieaYgxtVWN8Q"/>

     </ownedAttribute>

@@ -73,77 +73,77 @@
     </ownedAttribute>

     <ownedAttribute xmi:id="_439EC3AE03B53904D81303AC" name="eOperations" type="_439EC3AE03B53904DAA200A0" association="_439EC3AE03B53904D80902DA" aggregation="composite">

       <eAnnotations xmi:id="_gnB2UmvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_SW02NYN0EdqACJ0Qw-4SYw" isResolveProxies="false"/>

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_IqwUVoOGEdqIB5q5b9IDSQ" isResolveProxies="false"/>

       </eAnnotations>

       <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_gnB2UWvXEdq4DLWZOhbdEA" value="-1"/>

       <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_gnB2UGvXEdq4DLWZOhbdEA"/>

     </ownedAttribute>

     <ownedAttribute xmi:id="_439EC3AE03B539D6BD4C0061" name="eAllAttributes" type="_439EC3AE03B539238472039D" isReadOnly="true" association="_439EC3AE03B539D6BD4A03B1">

       <eAnnotations xmi:id="_gnLnQGvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_SW02NoN0EdqACJ0Qw-4SYw" isTransient="true" isVolatile="true"/>

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_IqwUV4OGEdqIB5q5b9IDSQ" isTransient="true" isVolatile="true"/>

       </eAnnotations>

       <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_gnB2ZGvXEdq4DLWZOhbdEA" value="-1"/>

       <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_gnB2Y2vXEdq4DLWZOhbdEA"/>

     </ownedAttribute>

     <ownedAttribute xmi:id="_439EC3AE03B539D6BD8A010A" name="eAllReferences" type="_439EC3AE03B539238479039D" isReadOnly="true" association="_439EC3AE03B539D6BD89002C">

       <eAnnotations xmi:id="_gnLnSWvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_SW02N4N0EdqACJ0Qw-4SYw" isTransient="true" isVolatile="true"/>

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_IqwUWIOGEdqIB5q5b9IDSQ" isTransient="true" isVolatile="true"/>

       </eAnnotations>

       <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_gnLnSGvXEdq4DLWZOhbdEA" value="-1"/>

       <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_gnLnR2vXEdq4DLWZOhbdEA"/>

     </ownedAttribute>

     <ownedAttribute xmi:id="_439EC3AE03B539D7678D02EF" name="eReferences" type="_439EC3AE03B539238479039D" isReadOnly="true" association="_439EC3AE03B539D7678B0314">

       <eAnnotations xmi:id="_gnLnUmvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_SW02OIN0EdqACJ0Qw-4SYw" isTransient="true" isVolatile="true"/>

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_IqwUWYOGEdqIB5q5b9IDSQ" isTransient="true" isVolatile="true"/>

       </eAnnotations>

       <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_gnLnUWvXEdq4DLWZOhbdEA" value="-1"/>

       <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_gnLnUGvXEdq4DLWZOhbdEA"/>

     </ownedAttribute>

     <ownedAttribute xmi:id="_439EC3AE03B539DE157703CC" name="eAttributes" type="_439EC3AE03B539238472039D" isReadOnly="true" association="_439EC3AE03B539DE157303C6">

       <eAnnotations xmi:id="_gnUxNmvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_SW02OYN0EdqACJ0Qw-4SYw" isTransient="true" isVolatile="true"/>

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_IqwUWoOGEdqIB5q5b9IDSQ" isTransient="true" isVolatile="true"/>

       </eAnnotations>

       <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_gnUxNWvXEdq4DLWZOhbdEA" value="-1"/>

       <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_gnUxNGvXEdq4DLWZOhbdEA"/>

     </ownedAttribute>

     <ownedAttribute xmi:id="_439EC3AE03B53AF07CB900F8" name="eAllContainments" type="_439EC3AE03B539238479039D" isReadOnly="true" association="_439EC3AE03B53AF07CB603D8">

       <eAnnotations xmi:id="_gneiRmvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_SW02OoN0EdqACJ0Qw-4SYw" isTransient="true" isVolatile="true"/>

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_IqwUW4OGEdqIB5q5b9IDSQ" isTransient="true" isVolatile="true"/>

       </eAnnotations>

       <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_gneiRWvXEdq4DLWZOhbdEA" value="-1"/>

       <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_gneiRGvXEdq4DLWZOhbdEA"/>

     </ownedAttribute>

     <ownedAttribute xmi:id="_439EC3AE03B53AF87E2E006C" name="eAllOperations" type="_439EC3AE03B53904DAA200A0" isReadOnly="true" association="_439EC3AE03B53AF87E2B011C">

       <eAnnotations xmi:id="_gnoTNGvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_SW02O4N0EdqACJ0Qw-4SYw" isTransient="true" isVolatile="true"/>

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_IqwUXIOGEdqIB5q5b9IDSQ" isTransient="true" isVolatile="true"/>

       </eAnnotations>

       <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_gnoTM2vXEdq4DLWZOhbdEA" value="-1"/>

       <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_gnoTMmvXEdq4DLWZOhbdEA"/>

     </ownedAttribute>

     <ownedAttribute xmi:id="_439EC3AE03B53CD7CA8D0078" name="eAllStructuralFeatures" type="_439EC3AE03B53903D59D0230" isReadOnly="true" association="_439EC3AE03B53CD7CA8B00A7">

       <eAnnotations xmi:id="_gnxdIGvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_SW02PIN0EdqACJ0Qw-4SYw" isTransient="true" isVolatile="true"/>

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_IqwUXYOGEdqIB5q5b9IDSQ" isTransient="true" isVolatile="true"/>

       </eAnnotations>

       <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_gnoTSmvXEdq4DLWZOhbdEA" value="-1"/>

       <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_gnoTSWvXEdq4DLWZOhbdEA"/>

     </ownedAttribute>

     <ownedAttribute xmi:id="_439EC3AE03B53D0618C600DE" name="eAllSuperTypes" type="_439EC3AE03B53903D5BF000A" isReadOnly="true" association="_439EC3AE03B53D0618C2027D">

       <eAnnotations xmi:id="_gnxdLGvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_SW02PYN0EdqACJ0Qw-4SYw" isTransient="true" isVolatile="true"/>

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_IqwUXoOGEdqIB5q5b9IDSQ" isTransient="true" isVolatile="true"/>

       </eAnnotations>

       <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_gnxdK2vXEdq4DLWZOhbdEA" value="-1"/>

       <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_gnxdKmvXEdq4DLWZOhbdEA"/>

     </ownedAttribute>

     <ownedAttribute xmi:id="_439EC3AE03B53DDF795201B1" name="eIDAttribute" type="_439EC3AE03B539238472039D" isReadOnly="true" association="_439EC3AE03B53DDF794F03D4">

       <eAnnotations xmi:id="_goE_JGvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_SW02PoN0EdqACJ0Qw-4SYw" isTransient="true" isVolatile="true" isResolveProxies="false"/>

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_IqwUX4OGEdqIB5q5b9IDSQ" isTransient="true" isVolatile="true" isResolveProxies="false"/>

       </eAnnotations>

       <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_goE_I2vXEdq4DLWZOhbdEA" value="1"/>

       <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_goE_ImvXEdq4DLWZOhbdEA"/>

     </ownedAttribute>

     <ownedAttribute xmi:id="_439EC3AE03B53F72EF6B0213" name="eStructuralFeatures" type="_439EC3AE03B53903D59D0230" association="_439EC3AE03B53F72EF6A0063" aggregation="composite">

       <eAnnotations xmi:id="_goE_LWvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_SW02P4N0EdqACJ0Qw-4SYw" isResolveProxies="false"/>

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_IqwUYIOGEdqIB5q5b9IDSQ" isResolveProxies="false"/>

       </eAnnotations>

       <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_goE_LGvXEdq4DLWZOhbdEA" value="-1"/>

       <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_goE_K2vXEdq4DLWZOhbdEA"/>

@@ -185,23 +185,23 @@
     <generalization xmi:id="_439EC3AE03B53C97BBB400CA" general="_439EC3AE03B53B65CCC600FE"/>

     <ownedAttribute xmi:id="_439EC3AE03B53B0F0B800186" name="instanceClassName">

       <eAnnotations xmi:id="_TA53cGvaEdqcO4xxubZVBA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_SW02QIN0EdqACJ0Qw-4SYw" isUnsettable="true"/>

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_IqwUYYOGEdqIB5q5b9IDSQ" isUnsettable="true"/>

       </eAnnotations>

       <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>

     </ownedAttribute>

     <ownedAttribute xmi:id="_439EC3AE03B53CA8BD1C01FA" name="instanceClass" type="_439EC3AE03B53B1531690285" isReadOnly="true" isDerived="true">

       <eAnnotations xmi:id="_glioiWvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_SW02QYN0EdqACJ0Qw-4SYw" isTransient="true" isVolatile="true"/>

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_Iq5eQIOGEdqIB5q5b9IDSQ" isTransient="true" isVolatile="true"/>

       </eAnnotations>

     </ownedAttribute>

     <ownedAttribute xmi:id="_439EC3AE03B53D3C1AEE014B" name="defaultValue" type="_439EC3AE03B53ACDF8200182" isReadOnly="true" isDerived="true">

       <eAnnotations xmi:id="_gliojGvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_SW02QoN0EdqACJ0Qw-4SYw" isTransient="true" isVolatile="true"/>

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_Iq5eQYOGEdqIB5q5b9IDSQ" isTransient="true" isVolatile="true"/>

       </eAnnotations>

     </ownedAttribute>

     <ownedAttribute xmi:id="_439EC3AE03B53A7DAB6D0239" name="ePackage" type="_439EC3AE03B53905C3F7000A" isReadOnly="true" association="_439EC3AE03B53A7DAB6B039E">

       <eAnnotations xmi:id="_gneiN2vXEdq4DLWZOhbdEA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_SW02Q4N0EdqACJ0Qw-4SYw" isTransient="true"/>

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_Iq5eQoOGEdqIB5q5b9IDSQ" isTransient="true"/>

       </eAnnotations>

     </ownedAttribute>

     <ownedOperation xmi:id="_439EC3AE03B53D086856016B" name="isInstance">

@@ -231,7 +231,7 @@
     <generalization xmi:id="_439EC3AE03B53B180608030C" general="_439EC3AE03B53903D525033E"/>

     <ownedAttribute xmi:id="_439EC3AE03B53ACCDD3C00F4" name="eLiterals" type="_439EC3AE03B53ACCDCE601C2" association="_439EC3AE03B53ACCDD3B0265" aggregation="composite">

       <eAnnotations xmi:id="_gneiPWvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_SW02RIN0EdqACJ0Qw-4SYw" isResolveProxies="false"/>

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_Iq5eQ4OGEdqIB5q5b9IDSQ" isResolveProxies="false"/>

       </eAnnotations>

       <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_gneiPGvXEdq4DLWZOhbdEA" value="-1"/>

       <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_gneiO2vXEdq4DLWZOhbdEA"/>

@@ -260,18 +260,18 @@
     <ownedAttribute xmi:id="_439EC3AE03B53ACCDCF103DB" name="value"/>

     <ownedAttribute xmi:id="_439EC3AE03B53D2DB8A701BE" name="instance" type="_439EC3AE03B53D2DB651020A">

       <eAnnotations xmi:id="_glsZj2vXEdq4DLWZOhbdEA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_SW02RYN0EdqACJ0Qw-4SYw" isTransient="true" isUnsettable="true"/>

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_Iq5eRIOGEdqIB5q5b9IDSQ" isTransient="true" isUnsettable="true"/>

       </eAnnotations>

     </ownedAttribute>

     <ownedAttribute xmi:id="_439EC3AE03B5430B327502D1" name="literal">

       <eAnnotations xmi:id="_TB8ZQGvaEdqcO4xxubZVBA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_SW02RoN0EdqACJ0Qw-4SYw" isUnsettable="true"/>

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_Iq5eRYOGEdqIB5q5b9IDSQ" isUnsettable="true"/>

       </eAnnotations>

       <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>

     </ownedAttribute>

     <ownedAttribute xmi:id="_439EC3AE03B53ACCDD3C00FE" name="eEnum" type="_439EC3AE03B539A473E901D4" isReadOnly="true" association="_439EC3AE03B53ACCDD3B0265">

       <eAnnotations xmi:id="_gneiQGvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_SW02R4N0EdqACJ0Qw-4SYw" isTransient="true" isResolveProxies="false"/>

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_Iq5eRoOGEdqIB5q5b9IDSQ" isTransient="true" isResolveProxies="false"/>

       </eAnnotations>

     </ownedAttribute>

   </ownedMember>

@@ -279,7 +279,7 @@
     <generalization xmi:id="_439EC3AE03B53CF674E80143" general="_439EC3AE03B53903D4E40050"/>

     <ownedAttribute xmi:id="_439EC3AE03B53A773F5B00D7" name="ePackage" type="_439EC3AE03B53905C3F7000A" association="_439EC3AE03B53A773F5A0067">

       <eAnnotations xmi:id="_gneiMGvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_SW02SIN0EdqACJ0Qw-4SYw" isTransient="true" isResolveProxies="false"/>

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_Iq5eR4OGEdqIB5q5b9IDSQ" isTransient="true" isResolveProxies="false"/>

       </eAnnotations>

       <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_gnUxRWvXEdq4DLWZOhbdEA" value="1"/>

       <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_gnUxRGvXEdq4DLWZOhbdEA" value="1"/>

@@ -308,7 +308,7 @@
     <generalization xmi:id="_439EC3AE03B53C4F1CC50336" general="_439EC3AE03B53C4F1C860123"/>

     <ownedAttribute xmi:id="_439EC3AE03B53D98A3F3024B" name="eAnnotations" type="_439EC3AE03B53D98A1C701AB" association="_439EC3AE03B53D98A3F1034C" aggregation="composite">

       <eAnnotations xmi:id="_gn7OKmvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_SW02SYN0EdqACJ0Qw-4SYw" isResolveProxies="false"/>

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_Iq5eSIOGEdqIB5q5b9IDSQ" isResolveProxies="false"/>

       </eAnnotations>

       <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_gn7OKWvXEdq4DLWZOhbdEA" value="-1"/>

       <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_gn7OKGvXEdq4DLWZOhbdEA"/>

@@ -324,7 +324,7 @@
     <generalization xmi:id="_439EC3AE03B53C8D4364024F" general="_439EC3AE03B53903D4E40050"/>

     <ownedAttribute xmi:id="_439EC3AE03B53B65CCCF0007" name="name">

       <eAnnotations xmi:id="_TCGKQGvaEdqcO4xxubZVBA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_SW02SoN0EdqACJ0Qw-4SYw" isUnsettable="true"/>

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_Iq5eSYOGEdqIB5q5b9IDSQ" isUnsettable="true"/>

       </eAnnotations>

       <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>

     </ownedAttribute>

@@ -390,12 +390,12 @@
     <generalization xmi:id="_439EC3AE03B53D062FA00253" general="_439EC3AE03B53903D4F60398"/>

     <ownedAttribute xmi:id="_439EC3AE03B53904D81303AD" name="eContainingClass" type="_439EC3AE03B53903D5BF000A" isReadOnly="true" association="_439EC3AE03B53904D80902DA">

       <eAnnotations xmi:id="_gnB2VWvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_SW-AIIN0EdqACJ0Qw-4SYw" isTransient="true" isResolveProxies="false"/>

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_Iq5eSoOGEdqIB5q5b9IDSQ" isTransient="true" isResolveProxies="false"/>

       </eAnnotations>

     </ownedAttribute>

     <ownedAttribute xmi:id="_439EC3AE03B53B4DFCAC02AD" name="eParameters" type="_439EC3AE03B53903E6150104" association="_439EC3AE03B53B4DFCAB02B6" aggregation="composite">

       <eAnnotations xmi:id="_gnoTO2vXEdq4DLWZOhbdEA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_SW-AIYN0EdqACJ0Qw-4SYw" isResolveProxies="false"/>

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_Iq5eS4OGEdqIB5q5b9IDSQ" isResolveProxies="false"/>

       </eAnnotations>

       <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_gnoTOmvXEdq4DLWZOhbdEA" value="-1"/>

       <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_gnoTOWvXEdq4DLWZOhbdEA"/>

@@ -409,19 +409,19 @@
     <generalization xmi:id="_439EC3AE03B53D05F0C70226" general="_439EC3AE03B53B65CCC600FE"/>

     <ownedAttribute xmi:id="_439EC3AE03B539EB787703D8" name="nsURI">

       <eAnnotations xmi:id="_TDSdEGvaEdqcO4xxubZVBA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_SW-AIoN0EdqACJ0Qw-4SYw" isUnsettable="true"/>

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_Iq5eTIOGEdqIB5q5b9IDSQ" isUnsettable="true"/>

       </eAnnotations>

       <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>

     </ownedAttribute>

     <ownedAttribute xmi:id="_439EC3AE03B53A773FA4026D" name="nsPrefix">

       <eAnnotations xmi:id="_TDbnAGvaEdqcO4xxubZVBA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_SW-AI4N0EdqACJ0Qw-4SYw" isUnsettable="true"/>

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_Iq5eTYOGEdqIB5q5b9IDSQ" isUnsettable="true"/>

       </eAnnotations>

       <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>

     </ownedAttribute>

     <ownedAttribute xmi:id="_439EC3AE03B53A773F5B00CD" name="eFactoryInstance" type="_439EC3AE03B53A773E540057" association="_439EC3AE03B53A773F5A0067">

       <eAnnotations xmi:id="_gnUxQWvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_SW-AJIN0EdqACJ0Qw-4SYw" isTransient="true" isResolveProxies="false"/>

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_Iq5eToOGEdqIB5q5b9IDSQ" isTransient="true" isResolveProxies="false"/>

       </eAnnotations>

       <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_gnUxQGvXEdq4DLWZOhbdEA" value="1"/>

       <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_gnUxP2vXEdq4DLWZOhbdEA" value="1"/>

@@ -436,7 +436,7 @@
     </ownedAttribute>

     <ownedAttribute xmi:id="_439EC3AE03B53C06C4F203B1" name="eSuperPackage" type="_439EC3AE03B53905C3F7000A" isReadOnly="true" association="_439EC3AE03B53C06C4EC029A">

       <eAnnotations xmi:id="_gnoTRWvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_SW-AJYN0EdqACJ0Qw-4SYw" isTransient="true"/>

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_Iq5eT4OGEdqIB5q5b9IDSQ" isTransient="true"/>

       </eAnnotations>

     </ownedAttribute>

     <ownedOperation xmi:id="_439EC3AE03B53D089D1E00FC" name="getEClassifier" type="_439EC3AE03B53ACE4FEE0371">

@@ -450,7 +450,7 @@
     <generalization xmi:id="_439EC3AE03B53903E62102DA" general="_439EC3AE03B53903D4F60398"/>

     <ownedAttribute xmi:id="_439EC3AE03B53B4DFCAC02CB" name="eOperation" type="_439EC3AE03B53904DAA200A0" isReadOnly="true" association="_439EC3AE03B53B4DFCAB02B6">

       <eAnnotations xmi:id="_gnoTPmvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_SW-AJoN0EdqACJ0Qw-4SYw" isTransient="true" isResolveProxies="false"/>

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_Iq5eUIOGEdqIB5q5b9IDSQ" isTransient="true" isResolveProxies="false"/>

       </eAnnotations>

     </ownedAttribute>

   </ownedMember>

@@ -459,8 +459,8 @@
     <ownedAttribute xmi:id="_439EC3AE03B53A0AEF0E00CF" name="containment"/>

     <ownedAttribute xmi:id="_439EC3AE03B53D5D254701DE" name="container" isReadOnly="true" isDerived="true">

       <eAnnotations xmi:id="_gl1jkGvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_SW-AKIN0EdqACJ0Qw-4SYw" isTransient="true" isVolatile="true"/>

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_SW-AJ4N0EdqACJ0Qw-4SYw" isTransient="true"/>

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_Iq5eUYOGEdqIB5q5b9IDSQ" isTransient="true" isVolatile="true"/>

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_Iq5eUoOGEdqIB5q5b9IDSQ" isTransient="true"/>

       </eAnnotations>

     </ownedAttribute>

     <ownedAttribute xmi:id="_439EC3AE03B53D073A660351" name="resolveProxies">

@@ -474,7 +474,7 @@
     </ownedAttribute>

     <ownedAttribute xmi:id="_439EC3AE03B53D5D2A6100E7" name="eReferenceType" type="_439EC3AE03B53903D5BF000A" isReadOnly="true" association="_439EC3AE03B53D5D2A5B00CB">

       <eAnnotations xmi:id="_gn7OIGvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_SW-AKYN0EdqACJ0Qw-4SYw" isTransient="true" isVolatile="true"/>

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_Iq5eU4OGEdqIB5q5b9IDSQ" isTransient="true" isVolatile="true"/>

       </eAnnotations>

       <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_gnxdOWvXEdq4DLWZOhbdEA" value="1"/>

       <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_gnxdOGvXEdq4DLWZOhbdEA" value="1"/>

@@ -483,17 +483,17 @@
   <ownedMember xmi:type="uml:Class" xmi:id="_439EC3AE03B53DA69D3C00F6" name="EStringToStringMapEntry">

     <eAnnotations xmi:id="_gnB2QWvXEdq4DLWZOhbdEA" source="keywords"/>

     <eAnnotations xmi:id="_e7sOcGvaEdq4DLWZOhbdEA" source="appliedStereotypes">

-      <contents xmi:type="Ecore_2:Ecore__EClass" xmi:id="_SXRiIIN0EdqACJ0Qw-4SYw" instanceClassName="java.util.Map$Entry"/>

+      <contents xmi:type="Ecore_2:Ecore__EClass" xmi:id="_IrNAQIOGEdqIB5q5b9IDSQ" instanceClassName="java.util.Map$Entry"/>

     </eAnnotations>

     <ownedAttribute xmi:id="_439EC3AE03B53DA69D3C00F8" name="key">

       <eAnnotations xmi:id="_TDvJAGvaEdqcO4xxubZVBA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_SXRiIYN0EdqACJ0Qw-4SYw" isUnsettable="true"/>

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_IrNAQYOGEdqIB5q5b9IDSQ" isUnsettable="true"/>

       </eAnnotations>

       <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>

     </ownedAttribute>

     <ownedAttribute xmi:id="_439EC3AE03B53DA69D3C00F9" name="value">

       <eAnnotations xmi:id="_TD4S8GvaEdqcO4xxubZVBA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_SXRiIoN0EdqACJ0Qw-4SYw" isUnsettable="true"/>

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_IrNAQoOGEdqIB5q5b9IDSQ" isUnsettable="true"/>

       </eAnnotations>

       <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>

     </ownedAttribute>

@@ -508,42 +508,42 @@
     </ownedAttribute>

     <ownedAttribute xmi:id="_439EC3AE03B539EB782D01D4" name="volatile">

       <eAnnotations xmi:id="_TD4S8mvaEdqcO4xxubZVBA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_SXRiI4N0EdqACJ0Qw-4SYw" isUnsettable="true"/>

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_IrNAQ4OGEdqIB5q5b9IDSQ" isUnsettable="true"/>

       </eAnnotations>

       <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/JavaPrimitiveTypes.library.uml2#_TBfF4K86EdieaYgxtVWN8Q"/>

     </ownedAttribute>

     <ownedAttribute xmi:id="_439EC3AE03B539EB78210280" name="transient">

       <eAnnotations xmi:id="_TECD8GvaEdqcO4xxubZVBA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_SXRiJIN0EdqACJ0Qw-4SYw" isUnsettable="true"/>

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_IrNARIOGEdqIB5q5b9IDSQ" isUnsettable="true"/>

       </eAnnotations>

       <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/JavaPrimitiveTypes.library.uml2#_TBfF4K86EdieaYgxtVWN8Q"/>

     </ownedAttribute>

     <ownedAttribute xmi:id="_439EC3AE03B53B5F07A60290" name="defaultValueLiteral">

       <eAnnotations xmi:id="_TECD8mvaEdqcO4xxubZVBA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_SXRiJYN0EdqACJ0Qw-4SYw" isUnsettable="true"/>

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_IrNARYOGEdqIB5q5b9IDSQ" isUnsettable="true"/>

       </eAnnotations>

       <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/UML2PrimitiveTypes.library.uml2#_IXlH8a86EdieaYgxtVWN8Q"/>

     </ownedAttribute>

     <ownedAttribute xmi:id="_439EC3AE03B53CA44568000B" name="defaultValue" type="_439EC3AE03B53ACDF8200182" isReadOnly="true" isDerived="true">

       <eAnnotations xmi:id="_gl_UfGvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_SXRiJoN0EdqACJ0Qw-4SYw" isTransient="true" isVolatile="true"/>

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_IrNARoOGEdqIB5q5b9IDSQ" isTransient="true" isVolatile="true"/>

       </eAnnotations>

     </ownedAttribute>

     <ownedAttribute xmi:id="_439EC3AE03B53E37C5F603D4" name="unsettable">

       <eAnnotations xmi:id="_TELN4GvaEdqcO4xxubZVBA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_SXRiJ4N0EdqACJ0Qw-4SYw" isUnsettable="true"/>

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_IrNAR4OGEdqIB5q5b9IDSQ" isUnsettable="true"/>

       </eAnnotations>

       <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/JavaPrimitiveTypes.library.uml2#_TBfF4K86EdieaYgxtVWN8Q"/>

     </ownedAttribute>

     <ownedAttribute xmi:id="_439EC3AE03B53FC61EC301EE" name="derived">

       <eAnnotations xmi:id="_TEU-4GvaEdqcO4xxubZVBA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_SXRiKIN0EdqACJ0Qw-4SYw" isUnsettable="true"/>

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_IrNASIOGEdqIB5q5b9IDSQ" isUnsettable="true"/>

       </eAnnotations>

       <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/JavaPrimitiveTypes.library.uml2#_TBfF4K86EdieaYgxtVWN8Q"/>

     </ownedAttribute>

     <ownedAttribute xmi:id="_439EC3AE03B53F72EF6B0212" name="eContainingClass" type="_439EC3AE03B53903D5BF000A" isReadOnly="true" association="_439EC3AE03B53F72EF6A0063">

       <eAnnotations xmi:id="_goE_KGvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_SXRiKYN0EdqACJ0Qw-4SYw" isTransient="true" isResolveProxies="false"/>

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_IrNASYOGEdqIB5q5b9IDSQ" isTransient="true" isResolveProxies="false"/>

       </eAnnotations>

     </ownedAttribute>

     <ownedOperation xmi:id="_439EC3AE03B53D089D7103B8" name="getFeatureID">

@@ -572,7 +572,7 @@
     </ownedAttribute>

     <ownedAttribute xmi:id="_439EC3AE03B53F5E13E90031" name="lowerBound">

       <eAnnotations xmi:id="_TEev4GvaEdqcO4xxubZVBA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_SXRiKoN0EdqACJ0Qw-4SYw" isUnsettable="true"/>

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_IrNASoOGEdqIB5q5b9IDSQ" isUnsettable="true"/>

       </eAnnotations>

       <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/JavaPrimitiveTypes.library.uml2#_TBlMg686EdieaYgxtVWN8Q"/>

     </ownedAttribute>

@@ -584,13 +584,13 @@
     </ownedAttribute>

     <ownedAttribute xmi:id="_439EC3AE03B53F5E13FC0150" name="many" isReadOnly="true" isDerived="true">

       <eAnnotations xmi:id="_gl_UimvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_SXRiK4N0EdqACJ0Qw-4SYw" isTransient="true" isVolatile="true"/>

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_IrNAS4OGEdqIB5q5b9IDSQ" isTransient="true" isVolatile="true"/>

       </eAnnotations>

       <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/JavaPrimitiveTypes.library.uml2#_TBfF4K86EdieaYgxtVWN8Q"/>

     </ownedAttribute>

     <ownedAttribute xmi:id="_439EC3AE03B53F5E14050212" name="required" isReadOnly="true" isDerived="true">

       <eAnnotations xmi:id="_gl_UjWvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_SXRiLIN0EdqACJ0Qw-4SYw" isTransient="true" isVolatile="true"/>

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_IrNATIOGEdqIB5q5b9IDSQ" isTransient="true" isVolatile="true"/>

       </eAnnotations>

       <type xmi:type="uml:PrimitiveType" href="pathmap://UML2_LIBRARIES/JavaPrimitiveTypes.library.uml2#_TBfF4K86EdieaYgxtVWN8Q"/>

     </ownedAttribute>

@@ -601,200 +601,200 @@
   </ownedMember>

   <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_439EC3AE03B53FC6252D01C7" name="EBigDecimal">

     <eAnnotations xmi:id="_gmIeYGvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_SXRiLYN0EdqACJ0Qw-4SYw" instanceClassName="java.math.BigDecimal"/>

+      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_IrNATYOGEdqIB5q5b9IDSQ" instanceClassName="java.math.BigDecimal"/>

     </eAnnotations>

     <eAnnotations xmi:id="_gmIeYmvXEdq4DLWZOhbdEA" source="keywords"/>

   </ownedMember>

   <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_439EC3AE03B53FC625080137" name="EBigInteger">

     <eAnnotations xmi:id="_gmIeZmvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_SXRiLoN0EdqACJ0Qw-4SYw" instanceClassName="java.math.BigInteger"/>

+      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_IrNAToOGEdqIB5q5b9IDSQ" instanceClassName="java.math.BigInteger"/>

     </eAnnotations>

     <eAnnotations xmi:id="_gmIeaGvXEdq4DLWZOhbdEA" source="keywords"/>

   </ownedMember>

   <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_439EC3AE03B53D0672EC0024" name="EBoolean">

     <eAnnotations xmi:id="_gmIebGvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_SXRiL4N0EdqACJ0Qw-4SYw" instanceClassName="boolean"/>

+      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_IrNAT4OGEdqIB5q5b9IDSQ" instanceClassName="boolean"/>

     </eAnnotations>

     <eAnnotations xmi:id="_gmIebmvXEdq4DLWZOhbdEA" source="keywords"/>

   </ownedMember>

   <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_439EC3AE03B539EB7E1202AF" name="EBooleanObject">

     <eAnnotations xmi:id="_gmIecWvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_SXRiMIN0EdqACJ0Qw-4SYw" instanceClassName="java.lang.Boolean"/>

+      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_IrNAUIOGEdqIB5q5b9IDSQ" instanceClassName="java.lang.Boolean"/>

     </eAnnotations>

     <eAnnotations xmi:id="_gmIedGvXEdq4DLWZOhbdEA" source="keywords"/>

   </ownedMember>

   <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_439EC3AE03B53D06745301D9" name="EByte">

     <eAnnotations xmi:id="_gmIeeGvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_SXRiMYN0EdqACJ0Qw-4SYw" instanceClassName="byte"/>

+      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_IrWKMIOGEdqIB5q5b9IDSQ" instanceClassName="byte"/>

     </eAnnotations>

     <eAnnotations xmi:id="_gmIeemvXEdq4DLWZOhbdEA" source="keywords"/>

   </ownedMember>

   <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_439EC3AE03B53FC62489001C" name="EByteArray">

     <eAnnotations xmi:id="_gmIefmvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_SXRiMoN0EdqACJ0Qw-4SYw" instanceClassName="byte[]"/>

+      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_IrWKMYOGEdqIB5q5b9IDSQ" instanceClassName="byte[]"/>

     </eAnnotations>

     <eAnnotations xmi:id="_gmIegGvXEdq4DLWZOhbdEA" source="keywords"/>

   </ownedMember>

   <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_439EC3AE03B53D0672FE0070" name="EByteObject">

     <eAnnotations xmi:id="_gmSPYmvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_SXRiM4N0EdqACJ0Qw-4SYw" instanceClassName="java.lang.Byte"/>

+      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_IrWKMoOGEdqIB5q5b9IDSQ" instanceClassName="java.lang.Byte"/>

     </eAnnotations>

     <eAnnotations xmi:id="_gmSPZGvXEdq4DLWZOhbdEA" source="keywords"/>

   </ownedMember>

   <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_439EC3AE03B53D06731003B5" name="EChar">

     <eAnnotations xmi:id="_gmSPaGvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_SXRiNIN0EdqACJ0Qw-4SYw" instanceClassName="char"/>

+      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_IrWKM4OGEdqIB5q5b9IDSQ" instanceClassName="char"/>

     </eAnnotations>

     <eAnnotations xmi:id="_gmSPamvXEdq4DLWZOhbdEA" source="keywords"/>

   </ownedMember>

   <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_439EC3AE03B539EB7E480148" name="ECharacterObject">

     <eAnnotations xmi:id="_gmSPbWvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_SXRiNYN0EdqACJ0Qw-4SYw" instanceClassName="java.lang.Character"/>

+      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_IrWKNIOGEdqIB5q5b9IDSQ" instanceClassName="java.lang.Character"/>

     </eAnnotations>

     <eAnnotations xmi:id="_gmSPcGvXEdq4DLWZOhbdEA" source="keywords"/>

   </ownedMember>

   <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_439EC3AE03B53FC625DC038B" name="EDate">

     <eAnnotations xmi:id="_gmSPdGvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_SXasEIN0EdqACJ0Qw-4SYw" instanceClassName="java.util.Date"/>

+      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_IrWKNYOGEdqIB5q5b9IDSQ" instanceClassName="java.util.Date"/>

     </eAnnotations>

     <eAnnotations xmi:id="_gmSPdmvXEdq4DLWZOhbdEA" source="keywords"/>

   </ownedMember>

   <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_439EC3AE03B540916FF702ED" name="EDiagnosticChain" isAbstract="true">

     <eAnnotations xmi:id="_gmSPemvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_SXasEYN0EdqACJ0Qw-4SYw" instanceClassName="org.eclipse.emf.common.util.DiagnosticChain"/>

+      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_IrWKNoOGEdqIB5q5b9IDSQ" instanceClassName="org.eclipse.emf.common.util.DiagnosticChain"/>

     </eAnnotations>

     <eAnnotations xmi:id="_gmSPfGvXEdq4DLWZOhbdEA" source="keywords"/>

   </ownedMember>

   <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_439EC3AE03B53D06745D0364" name="EDouble">

     <eAnnotations xmi:id="_gmcAYGvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_SXasEoN0EdqACJ0Qw-4SYw" instanceClassName="double"/>

+      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_IrWKN4OGEdqIB5q5b9IDSQ" instanceClassName="double"/>

     </eAnnotations>

     <eAnnotations xmi:id="_gmcAYmvXEdq4DLWZOhbdEA" source="keywords"/>

   </ownedMember>

   <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_439EC3AE03B53A68EBB8012A" name="EDoubleObject">

     <eAnnotations xmi:id="_gmcAZWvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_SXasE4N0EdqACJ0Qw-4SYw" instanceClassName="java.lang.Double"/>

+      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_IrWKOIOGEdqIB5q5b9IDSQ" instanceClassName="java.lang.Double"/>

     </eAnnotations>

     <eAnnotations xmi:id="_gmcAaGvXEdq4DLWZOhbdEA" source="keywords"/>

   </ownedMember>

   <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_439EC3AE03B53AD37E40003D" name="EEList" isAbstract="true">

     <eAnnotations xmi:id="_gmcAbGvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_SXasFIN0EdqACJ0Qw-4SYw" instanceClassName="org.eclipse.emf.common.util.EList"/>

+      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_IrWKOYOGEdqIB5q5b9IDSQ" instanceClassName="org.eclipse.emf.common.util.EList"/>

     </eAnnotations>

     <eAnnotations xmi:id="_gmcAbmvXEdq4DLWZOhbdEA" source="keywords"/>

   </ownedMember>

   <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_439EC3AE03B53D2DB651020A" name="EEnumerator" isAbstract="true">

     <eAnnotations xmi:id="_gmcAcmvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_SXasFYN0EdqACJ0Qw-4SYw" instanceClassName="org.eclipse.emf.common.util.Enumerator"/>

+      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_IrWKOoOGEdqIB5q5b9IDSQ" instanceClassName="org.eclipse.emf.common.util.Enumerator"/>

     </eAnnotations>

     <eAnnotations xmi:id="_gmcAdGvXEdq4DLWZOhbdEA" source="keywords"/>

   </ownedMember>

   <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_439EC3AE03B53FC6258F00C3" name="EFeatureMap" isAbstract="true">

     <eAnnotations xmi:id="_gmcAeGvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_SXasFoN0EdqACJ0Qw-4SYw" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap"/>

+      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_IrWKO4OGEdqIB5q5b9IDSQ" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap"/>

     </eAnnotations>

     <eAnnotations xmi:id="_gmcAemvXEdq4DLWZOhbdEA" source="keywords"/>

   </ownedMember>

   <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_439EC3AE03B53F44E79E02B2" name="EFeatureMapEntry">

     <eAnnotations xmi:id="_gmlKUGvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_SXasF4N0EdqACJ0Qw-4SYw" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap$Entry"/>

+      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_IrWKPIOGEdqIB5q5b9IDSQ" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap$Entry"/>

     </eAnnotations>

     <eAnnotations xmi:id="_gmlKUmvXEdq4DLWZOhbdEA" source="keywords"/>

   </ownedMember>

   <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_439EC3AE03B53D067469025C" name="EFloat">

     <eAnnotations xmi:id="_gmlKVmvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_SXasGIN0EdqACJ0Qw-4SYw" instanceClassName="float"/>

+      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_IrWKPYOGEdqIB5q5b9IDSQ" instanceClassName="float"/>

     </eAnnotations>

     <eAnnotations xmi:id="_gmlKWGvXEdq4DLWZOhbdEA" source="keywords"/>

   </ownedMember>

   <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_439EC3AE03B539EB7E2600BB" name="EFloatObject">

     <eAnnotations xmi:id="_gmlKW2vXEdq4DLWZOhbdEA" source="appliedStereotypes">

-      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_SXasGYN0EdqACJ0Qw-4SYw" instanceClassName="java.lang.Float"/>

+      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_IrWKPoOGEdqIB5q5b9IDSQ" instanceClassName="java.lang.Float"/>

     </eAnnotations>

     <eAnnotations xmi:id="_gmlKXmvXEdq4DLWZOhbdEA" source="keywords"/>

   </ownedMember>

   <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_439EC3AE03B53D0674720115" name="EInt">

     <eAnnotations xmi:id="_gmlKYmvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_SXasGoN0EdqACJ0Qw-4SYw" instanceClassName="int"/>

+      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_IrWKP4OGEdqIB5q5b9IDSQ" instanceClassName="int"/>

     </eAnnotations>

     <eAnnotations xmi:id="_gmlKZGvXEdq4DLWZOhbdEA" source="keywords"/>

   </ownedMember>

   <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_439EC3AE03B539EB7E0702AF" name="EIntegerObject">

     <eAnnotations xmi:id="_gmlKZ2vXEdq4DLWZOhbdEA" source="appliedStereotypes">

-      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_SXasG4N0EdqACJ0Qw-4SYw" instanceClassName="java.lang.Integer"/>

+      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_IrWKQIOGEdqIB5q5b9IDSQ" instanceClassName="java.lang.Integer"/>

     </eAnnotations>

     <eAnnotations xmi:id="_gmlKamvXEdq4DLWZOhbdEA" source="keywords"/>

   </ownedMember>

   <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_439EC3AE03B53B1531690285" name="EJavaClass">

     <eAnnotations xmi:id="_gmu7UGvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_SXasHIN0EdqACJ0Qw-4SYw" instanceClassName="java.lang.Class"/>

+      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_IrWKQYOGEdqIB5q5b9IDSQ" instanceClassName="java.lang.Class"/>

     </eAnnotations>

     <eAnnotations xmi:id="_gmu7U2vXEdq4DLWZOhbdEA" source="keywords"/>

   </ownedMember>

   <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_439EC3AE03B53ACDF8200182" name="EJavaObject" isAbstract="true">

     <eAnnotations xmi:id="_gmu7V2vXEdq4DLWZOhbdEA" source="appliedStereotypes">

-      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_SXasHYN0EdqACJ0Qw-4SYw" instanceClassName="java.lang.Object"/>

+      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_IrWKQoOGEdqIB5q5b9IDSQ" instanceClassName="java.lang.Object"/>

     </eAnnotations>

     <eAnnotations xmi:id="_gmu7WWvXEdq4DLWZOhbdEA" source="keywords"/>

   </ownedMember>

   <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_439EC3AE03B53D06747C0390" name="ELong">

     <eAnnotations xmi:id="_gmu7XWvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_SXasHoN0EdqACJ0Qw-4SYw" instanceClassName="long"/>

+      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_IrWKQ4OGEdqIB5q5b9IDSQ" instanceClassName="long"/>

     </eAnnotations>

     <eAnnotations xmi:id="_gmu7X2vXEdq4DLWZOhbdEA" source="keywords"/>

   </ownedMember>

   <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_439EC3AE03B53A68EBAB02DA" name="ELongObject">

     <eAnnotations xmi:id="_gmu7YmvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_SXasH4N0EdqACJ0Qw-4SYw" instanceClassName="java.lang.Long"/>

+      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_IrWKRIOGEdqIB5q5b9IDSQ" instanceClassName="java.lang.Long"/>

     </eAnnotations>

     <eAnnotations xmi:id="_gmu7ZWvXEdq4DLWZOhbdEA" source="keywords"/>

   </ownedMember>

   <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_439EC3AE03B54091704001A5" name="EMap" isAbstract="true">

     <eAnnotations xmi:id="_gmu7aWvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_SXasIIN0EdqACJ0Qw-4SYw" instanceClassName="java.util.Map"/>

+      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_IrWKRYOGEdqIB5q5b9IDSQ" instanceClassName="java.util.Map"/>

     </eAnnotations>

     <eAnnotations xmi:id="_gmu7a2vXEdq4DLWZOhbdEA" source="keywords"/>

   </ownedMember>

   <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_439EC3AE03B53C4F231001FC" name="EResource" isAbstract="true">

     <eAnnotations xmi:id="_gm4sUWvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_SXasIYN0EdqACJ0Qw-4SYw" instanceClassName="org.eclipse.emf.ecore.resource.Resource"/>

+      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_IrWKRoOGEdqIB5q5b9IDSQ" instanceClassName="org.eclipse.emf.ecore.resource.Resource"/>

     </eAnnotations>

     <eAnnotations xmi:id="_gm4sU2vXEdq4DLWZOhbdEA" source="keywords"/>

   </ownedMember>

   <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_439EC3AE03B53FC6255C012E" name="EResourceSet" isAbstract="true">

     <eAnnotations xmi:id="_gm4sV2vXEdq4DLWZOhbdEA" source="appliedStereotypes">

-      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_SXasIoN0EdqACJ0Qw-4SYw" instanceClassName="org.eclipse.emf.ecore.resource.ResourceSet"/>

+      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_IrWKR4OGEdqIB5q5b9IDSQ" instanceClassName="org.eclipse.emf.ecore.resource.ResourceSet"/>

     </eAnnotations>

     <eAnnotations xmi:id="_gm4sWWvXEdq4DLWZOhbdEA" source="keywords"/>

   </ownedMember>

   <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_439EC3AE03B53D06748601FA" name="EShort">

     <eAnnotations xmi:id="_gm4sXWvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_SXasI4N0EdqACJ0Qw-4SYw" instanceClassName="short"/>

+      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_IrWKSIOGEdqIB5q5b9IDSQ" instanceClassName="short"/>

     </eAnnotations>

     <eAnnotations xmi:id="_gm4sX2vXEdq4DLWZOhbdEA" source="keywords"/>

   </ownedMember>

   <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_439EC3AE03B53A971C630333" name="EShortObject">

     <eAnnotations xmi:id="_gm4sYmvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_SXasJIN0EdqACJ0Qw-4SYw" instanceClassName="java.lang.Short"/>

+      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_IrWKSYOGEdqIB5q5b9IDSQ" instanceClassName="java.lang.Short"/>

     </eAnnotations>

     <eAnnotations xmi:id="_gm4sZWvXEdq4DLWZOhbdEA" source="keywords"/>

   </ownedMember>

   <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_439EC3AE03B539EB7E000186" name="EString">

     <eAnnotations xmi:id="_gm4saGvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_SXasJYN0EdqACJ0Qw-4SYw" instanceClassName="java.lang.String"/>

+      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_IrWKSoOGEdqIB5q5b9IDSQ" instanceClassName="java.lang.String"/>

     </eAnnotations>

     <eAnnotations xmi:id="_gm4sa2vXEdq4DLWZOhbdEA" source="keywords"/>

   </ownedMember>

   <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_439EC3AE03B53D08E8A002C4" name="ETreeIterator" isAbstract="true">

     <eAnnotations xmi:id="_gnB2RWvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_SXasJoN0EdqACJ0Qw-4SYw" instanceClassName="org.eclipse.emf.common.util.TreeIterator"/>

+      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_Irf7MIOGEdqIB5q5b9IDSQ" instanceClassName="org.eclipse.emf.common.util.TreeIterator"/>

     </eAnnotations>

     <eAnnotations xmi:id="_gnB2R2vXEdq4DLWZOhbdEA" source="keywords"/>

   </ownedMember>

   <ownedMember xmi:type="uml:Association" xmi:id="_439EC3AE03B539D6BD4A03B1" name="A_eAllAttributes_eClass" isDerived="true" memberEnd="_439EC3AE03B539D6BD4C0061 _439EC3AE03B539D6BD4C006B">

     <ownedEnd xmi:id="_439EC3AE03B539D6BD4C006B" type="_439EC3AE03B53903D5BF000A" isReadOnly="true" association="_439EC3AE03B539D6BD4A03B1">

       <eAnnotations xmi:id="_gnLnQ2vXEdq4DLWZOhbdEA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_SXasJ4N0EdqACJ0Qw-4SYw" isTransient="true" isVolatile="true"/>

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_Irf7MYOGEdqIB5q5b9IDSQ" isTransient="true" isVolatile="true"/>

       </eAnnotations>

     </ownedEnd>

   </ownedMember>

@@ -804,7 +804,7 @@
   <ownedMember xmi:type="uml:Association" xmi:id="_439EC3AE03B539DE157303C6" name="A_eAttributes_eClass" isDerived="true" memberEnd="_439EC3AE03B539DE157703CC _439EC3AE03B539DE15780002">

     <ownedEnd xmi:id="_439EC3AE03B539DE15780002" type="_439EC3AE03B53903D5BF000A" isReadOnly="true" association="_439EC3AE03B539DE157303C6">

       <eAnnotations xmi:id="_gnUxOWvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_SXasKIN0EdqACJ0Qw-4SYw" isVolatile="true"/>

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_Irf7MoOGEdqIB5q5b9IDSQ" isVolatile="true"/>

       </eAnnotations>

     </ownedEnd>

   </ownedMember>

@@ -837,7 +837,7 @@
   <ownedMember xmi:type="uml:Association" xmi:id="_439EC3AE03B539D6BD89002C" name="A_eAllReferences_eClass" isDerived="true" memberEnd="_439EC3AE03B539D6BD8A010A _439EC3AE03B539D6BD8A0114">

     <ownedEnd xmi:id="_439EC3AE03B539D6BD8A0114" type="_439EC3AE03B53903D5BF000A" isReadOnly="true" association="_439EC3AE03B539D6BD89002C">

       <eAnnotations xmi:id="_gnLnTGvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_SXasKYN0EdqACJ0Qw-4SYw" isTransient="true" isVolatile="true"/>

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_Irf7M4OGEdqIB5q5b9IDSQ" isTransient="true" isVolatile="true"/>

       </eAnnotations>

     </ownedEnd>

   </ownedMember>

@@ -847,7 +847,7 @@
   <ownedMember xmi:type="uml:Association" xmi:id="_439EC3AE03B539D7678B0314" name="A_eReferences_eClass" isDerived="true" memberEnd="_439EC3AE03B539D7678D02EF _439EC3AE03B539D7678D0303">

     <ownedEnd xmi:id="_439EC3AE03B539D7678D0303" type="_439EC3AE03B53903D5BF000A" isReadOnly="true" association="_439EC3AE03B539D7678B0314">

       <eAnnotations xmi:id="_gnUxMGvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_SXasKoN0EdqACJ0Qw-4SYw" isVolatile="true"/>

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_Irf7NIOGEdqIB5q5b9IDSQ" isVolatile="true"/>

       </eAnnotations>

     </ownedEnd>

   </ownedMember>

@@ -863,7 +863,7 @@
   <ownedMember xmi:type="uml:Association" xmi:id="_439EC3AE03B53DA70B0400EC" name="A_eAnnotation_contents" memberEnd="_439EC3AE03B53DA70B04031D _439EC3AE03B53DA70B040327">

     <ownedEnd xmi:id="_439EC3AE03B53DA70B04031D" type="_439EC3AE03B53D98A1C701AB" association="_439EC3AE03B53DA70B0400EC">

       <eAnnotations xmi:id="_gn7OLmvXEdq4DLWZOhbdEA" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_SXasK4N0EdqACJ0Qw-4SYw" isResolveProxies="false"/>

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_Irf7NYOGEdqIB5q5b9IDSQ" isResolveProxies="false"/>

       </eAnnotations>

     </ownedEnd>

   </ownedMember>

diff --git a/plugins/org.eclipse.uml2.uml/model/Infrastructure.uml2 b/plugins/org.eclipse.uml2.uml/model/Infrastructure.uml2
index 861dad8..2939846 100644
--- a/plugins/org.eclipse.uml2.uml/model/Infrastructure.uml2
+++ b/plugins/org.eclipse.uml2.uml/model/Infrastructure.uml2
Binary files differ
diff --git a/plugins/org.eclipse.uml2.uml/model/L0.uml2 b/plugins/org.eclipse.uml2.uml/model/L0.uml2
index 775d0e2..66f1aed 100644
--- a/plugins/org.eclipse.uml2.uml/model/L0.uml2
+++ b/plugins/org.eclipse.uml2.uml/model/L0.uml2
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>

 <uml:Model xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:Ecore_2="http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2" xmlns:uml="http://www.eclipse.org/uml2/1.0.0/UML" xsi:schemaLocation="http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 pathmap://UML2_PROFILES/Ecore.profile.uml2#_1RgZIcezEdmTJL3rR1ioJg" xmi:id="__yy3ABmLEdqvcs97umGEYQ" name="L0" appliedProfile="_APtcgBmMEdqvcs97umGEYQ">

   <eAnnotations xmi:id="_s2YaERTaEdqZu-3Jy1-uYg" source="appliedStereotypes">

-    <contents xmi:type="Ecore_2:Ecore__EPackage" xmi:id="_TOQNcIN0EdqACJ0Qw-4SYw" nsPrefix="uml" nsURI="http://schema.omg.org/spec/UML/2.0/umlL0.xml"/>

+    <contents xmi:type="Ecore_2:Ecore__EPackage" xmi:id="_Jb7SkIOGEdqIB5q5b9IDSQ" nsPrefix="uml" nsURI="http://schema.omg.org/spec/UML/2.0/umlL0.xml"/>

   </eAnnotations>

   <packageImport xmi:type="uml:ProfileApplication" xmi:id="_APtcgBmMEdqvcs97umGEYQ">

     <eAnnotations xmi:id="_APtcgRmMEdqvcs97umGEYQ" source="attributes">

diff --git a/plugins/org.eclipse.uml2.uml/model/L1.uml2 b/plugins/org.eclipse.uml2.uml/model/L1.uml2
index 10fef53..16509cb 100644
--- a/plugins/org.eclipse.uml2.uml/model/L1.uml2
+++ b/plugins/org.eclipse.uml2.uml/model/L1.uml2
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>

 <uml:Model xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:Ecore_2="http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2" xmlns:uml="http://www.eclipse.org/uml2/1.0.0/UML" xsi:schemaLocation="http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 pathmap://UML2_PROFILES/Ecore.profile.uml2#_1RgZIcezEdmTJL3rR1ioJg" xmi:id="_BWooUBmMEdqvcs97umGEYQ" name="L1" appliedProfile="_BbZzkBmMEdqvcs97umGEYQ">

   <eAnnotations xmi:id="_s1ozMhTaEdqZu-3Jy1-uYg" source="appliedStereotypes">

-    <contents xmi:type="Ecore_2:Ecore__EPackage" xmi:id="_TfGF0IN0EdqACJ0Qw-4SYw" nsPrefix="uml" nsURI="http://schema.omg.org/spec/UML/2.0/uml.xml"/>

+    <contents xmi:type="Ecore_2:Ecore__EPackage" xmi:id="_Jswj4IOGEdqIB5q5b9IDSQ" nsPrefix="uml" nsURI="http://schema.omg.org/spec/UML/2.0/uml.xml"/>

   </eAnnotations>

   <packageImport xmi:type="uml:ProfileApplication" xmi:id="_BbZzkBmMEdqvcs97umGEYQ">

     <eAnnotations xmi:id="_BbZzkRmMEdqvcs97umGEYQ" source="attributes">

diff --git a/plugins/org.eclipse.uml2.uml/model/L2.uml2 b/plugins/org.eclipse.uml2.uml/model/L2.uml2
index 2ad95a3..c2d7373 100644
--- a/plugins/org.eclipse.uml2.uml/model/L2.uml2
+++ b/plugins/org.eclipse.uml2.uml/model/L2.uml2
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>

 <uml:Model xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:Ecore_2="http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2" xmlns:uml="http://www.eclipse.org/uml2/1.0.0/UML" xsi:schemaLocation="http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 pathmap://UML2_PROFILES/Ecore.profile.uml2#_1RgZIcezEdmTJL3rR1ioJg" xmi:id="_CTvJwBmMEdqvcs97umGEYQ" name="L2" appliedProfile="_CZsAwBmMEdqvcs97umGEYQ">

   <eAnnotations xmi:id="_s1ykRRTaEdqZu-3Jy1-uYg" source="appliedStereotypes">

-    <contents xmi:type="Ecore_2:Ecore__EPackage" xmi:id="_UuXVUIN0EdqACJ0Qw-4SYw" nsPrefix="uml" nsURI="http://schema.omg.org/spec/UML/2.0/uml.xml"/>

+    <contents xmi:type="Ecore_2:Ecore__EPackage" xmi:id="_K7lugIOGEdqIB5q5b9IDSQ" nsPrefix="uml" nsURI="http://schema.omg.org/spec/UML/2.0/uml.xml"/>

   </eAnnotations>

   <packageImport xmi:type="uml:ProfileApplication" xmi:id="_CZsAwBmMEdqvcs97umGEYQ">

     <eAnnotations xmi:id="_CZsAwRmMEdqvcs97umGEYQ" source="attributes">

diff --git a/plugins/org.eclipse.uml2.uml/model/L3.uml2 b/plugins/org.eclipse.uml2.uml/model/L3.uml2
index 113e7f9..022e907 100644
--- a/plugins/org.eclipse.uml2.uml/model/L3.uml2
+++ b/plugins/org.eclipse.uml2.uml/model/L3.uml2
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>

 <uml:Model xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:Ecore_2="http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2" xmlns:uml="http://www.eclipse.org/uml2/1.0.0/UML" xsi:schemaLocation="http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 pathmap://UML2_PROFILES/Ecore.profile.uml2#_1RgZIcezEdmTJL3rR1ioJg" xmi:id="_EBtHcBmMEdqvcs97umGEYQ" name="L3" appliedProfile="_EF31wBmMEdqvcs97umGEYQ">

   <eAnnotations xmi:id="_s2FfIxTaEdqZu-3Jy1-uYg" source="appliedStereotypes">

-    <contents xmi:type="Ecore_2:Ecore__EPackage" xmi:id="_WWOrAIN0EdqACJ0Qw-4SYw" nsPrefix="uml" nsURI="http://schema.omg.org/spec/UML/2.0/uml.xml"/>

+    <contents xmi:type="Ecore_2:Ecore__EPackage" xmi:id="_MjdEMIOGEdqIB5q5b9IDSQ" nsPrefix="uml" nsURI="http://schema.omg.org/spec/UML/2.0/uml.xml"/>

   </eAnnotations>

   <packageImport xmi:type="uml:ProfileApplication" xmi:id="_EF31wBmMEdqvcs97umGEYQ">

     <eAnnotations xmi:id="_EF31wRmMEdqvcs97umGEYQ" source="attributes">

diff --git a/plugins/org.eclipse.uml2.uml/model/LM.uml2 b/plugins/org.eclipse.uml2.uml/model/LM.uml2
index d21e115..e01d26b 100644
--- a/plugins/org.eclipse.uml2.uml/model/LM.uml2
+++ b/plugins/org.eclipse.uml2.uml/model/LM.uml2
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>

 <uml:Model xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:Ecore_2="http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2" xmlns:uml="http://www.eclipse.org/uml2/1.0.0/UML" xsi:schemaLocation="http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 pathmap://UML2_PROFILES/Ecore.profile.uml2#_1RgZIcezEdmTJL3rR1ioJg" xmi:id="_FA4sgBmMEdqvcs97umGEYQ" name="LM" appliedProfile="_FETz8BmMEdqvcs97umGEYQ">

   <eAnnotations xmi:id="_s2iLEBTaEdqZu-3Jy1-uYg" source="appliedStereotypes">

-    <contents xmi:type="Ecore_2:Ecore__EPackage" xmi:id="_X8dB8IN0EdqACJ0Qw-4SYw" nsPrefix="uml" nsURI="http://schema.omg.org/spec/UML/2.0/umlLM.xml"/>

+    <contents xmi:type="Ecore_2:Ecore__EPackage" xmi:id="_OJX5IIOGEdqIB5q5b9IDSQ" nsPrefix="uml" nsURI="http://schema.omg.org/spec/UML/2.0/umlLM.xml"/>

   </eAnnotations>

   <packageImport xmi:type="uml:ProfileApplication" xmi:id="_FETz8BmMEdqvcs97umGEYQ">

     <eAnnotations xmi:id="_FETz8RmMEdqvcs97umGEYQ" source="attributes">

diff --git a/plugins/org.eclipse.uml2.uml/model/Superstructure.uml2 b/plugins/org.eclipse.uml2.uml/model/Superstructure.uml2
index f50367a..3064e53 100644
--- a/plugins/org.eclipse.uml2.uml/model/Superstructure.uml2
+++ b/plugins/org.eclipse.uml2.uml/model/Superstructure.uml2
Binary files differ
diff --git a/plugins/org.eclipse.uml2.uml/model/UML.ecore b/plugins/org.eclipse.uml2.uml/model/UML.ecore
index a0ff255..f820f7b 100644
--- a/plugins/org.eclipse.uml2.uml/model/UML.ecore
+++ b/plugins/org.eclipse.uml2.uml/model/UML.ecore
@@ -2647,7 +2647,7 @@
       <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
         <details key="documentation" value="The DataType that owns this Operation.&#xD;&#xA;The DataType that owns this Property."/>
       </eAnnotations>
-      <eAnnotations source="subsets" references="#//RedefinableElement/redefinitionContext #//NamedElement/namespace #//Feature/featuringClassifier"/>
+      <eAnnotations source="subsets" references="#//NamedElement/namespace #//RedefinableElement/redefinitionContext #//Feature/featuringClassifier"/>
     </eStructuralFeatures>
     <eStructuralFeatures xsi:type="ecore:EReference" name="bodyCondition" ordered="false"
         eType="#//Constraint" resolveProxies="false">
@@ -4376,7 +4376,7 @@
     <eOperations name="getAllExtendedMetaclasses" ordered="false" upperBound="-1"
         eType="#//Class"/>
     <eStructuralFeatures xsi:type="ecore:EReference" name="icon" ordered="false" upperBound="-1"
-        eType="#//Image">
+        eType="#//Image" containment="true">
       <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
         <details key="documentation" value="Stereotype can change the graphical appearance of the extended model element by using attached icons. When this association is not null, it references the location of the icon content to be displayed within diagrams presenting the extended model elements."/>
       </eAnnotations>
diff --git a/plugins/org.eclipse.uml2.uml/model/UML.genmodel b/plugins/org.eclipse.uml2.uml/model/UML.genmodel
index 03a1561..e5c4fe6 100644
--- a/plugins/org.eclipse.uml2.uml/model/UML.genmodel
+++ b/plugins/org.eclipse.uml2.uml/model/UML.genmodel
@@ -1876,7 +1876,7 @@
       </genOperations>
     </genClasses>
     <genClasses xsi:type="genmodel:GenClass" ecoreClass="UML.ecore#//Stereotype">
-      <genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
+      <genFeatures xsi:type="genmodel:GenFeature" children="true" createChild="true"
           ecoreFeature="ecore:EReference UML.ecore#//Stereotype/icon"/>
       <genOperations xsi:type="genmodel:GenOperation" ecoreOperation="UML.ecore#//Stereotype/name_not_clash">
         <genParameters xsi:type="genmodel:GenParameter" ecoreParameter="UML.ecore#//Stereotype/name_not_clash/diagnostics"/>
diff --git a/plugins/org.eclipse.uml2.uml/model/UML.merged.uml2 b/plugins/org.eclipse.uml2.uml/model/UML.merged.uml2
index bc49ab8..45e5242 100644
--- a/plugins/org.eclipse.uml2.uml/model/UML.merged.uml2
+++ b/plugins/org.eclipse.uml2.uml/model/UML.merged.uml2
@@ -1,51 +1,51 @@
 <?xml version="1.0" encoding="UTF-8"?>

 <uml:Model xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:Ecore_2="http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2" xmlns:uml="http://www.eclipse.org/uml2/1.0.0/UML" xsi:schemaLocation="http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 pathmap://UML2_PROFILES/Ecore.profile.uml2#_1RgZIcezEdmTJL3rR1ioJg" xmi:id="_o8I_sGvaEdq4DLWZOhbdEA" name="UML" appliedProfile="_0TBYYGvaEdq4DLWZOhbdEA">

   <eAnnotations xmi:id="_1gWuMGvaEdq4DLWZOhbdEA" source="appliedStereotypes">

-    <contents xmi:type="Ecore_2:Ecore__EPackage" xmi:id="_cTQDEIN0EdqACJ0Qw-4SYw" packageName="uml" nsPrefix="uml" nsURI="http://www.eclipse.org/uml2/2.0.0/UML" basePackage="org.eclipse.uml2" prefix="UML"/>

+    <contents xmi:type="Ecore_2:Ecore__EPackage" xmi:id="_SjJ80IOGEdqIB5q5b9IDSQ" packageName="uml" nsPrefix="uml" nsURI="http://www.eclipse.org/uml2/2.0.0/UML" basePackage="org.eclipse.uml2" prefix="UML"/>

   </eAnnotations>

-  <eAnnotations xmi:id="_m76UwIN9EdqadtFwU5VNog" source="capabilities">

-    <eAnnotations xmi:id="_m76UwYN9EdqadtFwU5VNog" source="InfrastructureLibrary::Profiles" references="_mq7SioN9EdqadtFwU5VNog _mqyIj4N9EdqadtFwU5VNog _mq7ShYN9EdqadtFwU5VNog _-cvRAGvzEdq7X4sGURiZYA _mqLrkYN9EdqadtFwU5VNog _mq7Sh4N9EdqadtFwU5VNog _2QuT0GvdEdq4DLWZOhbdEA _mqoXjIN9EdqadtFwU5VNog _mq7ShIN9EdqadtFwU5VNog _mq7SgYN9EdqadtFwU5VNog _mqemh4N9EdqadtFwU5VNog _mqemkoN9EdqadtFwU5VNog _mq7Sd4N9EdqadtFwU5VNog _mqoXkYN9EdqadtFwU5VNog __pew8GvzEdq7X4sGURiZYA _csVgUGvtEdqG6fBIPwe-mw _kl90MGvbEdq4DLWZOhbdEA _mq7Sf4N9EdqadtFwU5VNog _mqVckIN9EdqadtFwU5VNog _mqB6pIN9EdqadtFwU5VNog _mqoXiIN9EdqadtFwU5VNog _mqVcmIN9EdqadtFwU5VNog _mqemnYN9EdqadtFwU5VNog _00owUGvdEdq4DLWZOhbdEA _mq7SjIN9EdqadtFwU5VNog _mq7ScIN9EdqadtFwU5VNog _mqB6mIN9EdqadtFwU5VNog _uY5yQGv5Edq7X4sGURiZYA _skHGwGvsEdqG6fBIPwe-mw _mp4wsIN9EdqadtFwU5VNog _A7vDAGv0Edq7X4sGURiZYA _mqVcnIN9EdqadtFwU5VNog _mqyIiYN9EdqadtFwU5VNog _mrFDe4N9EdqadtFwU5VNog _mqB6noN9EdqadtFwU5VNog _mq7SfIN9EdqadtFwU5VNog _mq7SeoN9EdqadtFwU5VNog _mrFDcoN9EdqadtFwU5VNog _mrFDeoN9EdqadtFwU5VNog _mqVcn4N9EdqadtFwU5VNog _mqempIN9EdqadtFwU5VNog _mqyIg4N9EdqadtFwU5VNog _mrFDdYN9EdqadtFwU5VNog _mrFDd4N9EdqadtFwU5VNog _mqemjIN9EdqadtFwU5VNog _mqemmIN9EdqadtFwU5VNog _mqyIgIN9EdqadtFwU5VNog _mrFDcIN9EdqadtFwU5VNog"/>

-    <eAnnotations xmi:id="_m76UwoN9EdqadtFwU5VNog" source="UML::CommonBehaviors::Communications" references="_mjoXpoN9EdqadtFwU5VNog _mjemrIN9EdqadtFwU5VNog _mj7SqIN9EdqadtFwU5VNog _mjLrt4N9EdqadtFwU5VNog _mkEcgYN9EdqadtFwU5VNog _mjemsoN9EdqadtFwU5VNog _mjLrwYN9EdqadtFwU5VNog _mj7SsIN9EdqadtFwU5VNog _mjU1o4N9EdqadtFwU5VNog _mjxhnYN9EdqadtFwU5VNog _mj7SkYN9EdqadtFwU5VNog _mjemtYN9EdqadtFwU5VNog _mj7SkIN9EdqadtFwU5VNog _mj7Sl4N9EdqadtFwU5VNog _mjxhoYN9EdqadtFwU5VNog _mj7SoIN9EdqadtFwU5VNog _Pu3O0HL0EdqziYxiZo0YtA _mjxhkIN9EdqadtFwU5VNog _mjoXoIN9EdqadtFwU5VNog _mjoXo4N9EdqadtFwU5VNog _mjU1qYN9EdqadtFwU5VNog _mjxhlIN9EdqadtFwU5VNog _mQjqrIN9EdqadtFwU5VNog _mjU1rIN9EdqadtFwU5VNog _8Ugn8GvtEdqG6fBIPwe-mw _00owUGvdEdq4DLWZOhbdEA _mjLrsYN9EdqadtFwU5VNog _mj7SmoN9EdqadtFwU5VNog _mjemuoN9EdqadtFwU5VNog _mkEcgIN9EdqadtFwU5VNog _mjLruoN9EdqadtFwU5VNog _mj7SpYN9EdqadtFwU5VNog _mj7SooN9EdqadtFwU5VNog _mjemvYN9EdqadtFwU5VNog _mj7SlIN9EdqadtFwU5VNog _mj7Sq4N9EdqadtFwU5VNog _mQjqq4N9EdqadtFwU5VNog _mjxhoIN9EdqadtFwU5VNog _mj7SnYN9EdqadtFwU5VNog _mjU1sYN9EdqadtFwU5VNog _mjemt4N9EdqadtFwU5VNog _mOw674N9EdqadtFwU5VNog _mj7SroN9EdqadtFwU5VNog _mjempoN9EdqadtFwU5VNog _mj7So4N9EdqadtFwU5VNog _M4X2IGveEdq4DLWZOhbdEA _mjLrvoN9EdqadtFwU5VNog _mjU1oIN9EdqadtFwU5VNog _iY7sMGvsEdqG6fBIPwe-mw _mjemoIN9EdqadtFwU5VNog _mOw6-YN9EdqadtFwU5VNog _mjxhnIN9EdqadtFwU5VNog"/>

-    <eAnnotations xmi:id="_m76Uw4N9EdqadtFwU5VNog" source="UML::Interactions::BasicInteractions" references="_mhitBoN9EdqadtFwU5VNog _milOw4N9EdqadtFwU5VNog _mh_ZHYN9EdqadtFwU5VNog _miu_wYN9EdqadtFwU5VNog _miu_wIN9EdqadtFwU5VNog _miu_zYN9EdqadtFwU5VNog _mh1n4IN9EdqadtFwU5VNog _milO3YN9EdqadtFwU5VNog _mhr2-oN9EdqadtFwU5VNog _miu_yoN9EdqadtFwU5VNog _milOwIN9EdqadtFwU5VNog _micE1oN9EdqadtFwU5VNog _gfgNwGveEdq4DLWZOhbdEA _milOx4N9EdqadtFwU5VNog _miST8IN9EdqadtFwU5VNog _mh_ZEoN9EdqadtFwU5VNog _mh1oDoN9EdqadtFwU5VNog _milOwoN9EdqadtFwU5VNog _miST14N9EdqadtFwU5VNog _mhitDIN9EdqadtFwU5VNog _mh1oIoN9EdqadtFwU5VNog _miST7YN9EdqadtFwU5VNog _micE0IN9EdqadtFwU5VNog _micE5YN9EdqadtFwU5VNog _miST5IN9EdqadtFwU5VNog _mh1oGYN9EdqadtFwU5VNog _mhitHIN9EdqadtFwU5VNog _mh1oAoN9EdqadtFwU5VNog _micE4IN9EdqadtFwU5VNog _mhr26oN9EdqadtFwU5VNog _mh_ZDoN9EdqadtFwU5VNog _mhitAIN9EdqadtFwU5VNog _mhis8IN9EdqadtFwU5VNog _miST6IN9EdqadtFwU5VNog _miIi04N9EdqadtFwU5VNog _miIi54N9EdqadtFwU5VNog _miu_yYN9EdqadtFwU5VNog _mh1n6YN9EdqadtFwU5VNog _mh1n8YN9EdqadtFwU5VNog _mh1n5oN9EdqadtFwU5VNog _mh1oCoN9EdqadtFwU5VNog _mh_Y-oN9EdqadtFwU5VNog _milO2YN9EdqadtFwU5VNog _mh_ZA4N9EdqadtFwU5VNog _micE54N9EdqadtFwU5VNog _mhitGIN9EdqadtFwU5VNog _mh_Y6oN9EdqadtFwU5VNog _miIi2oN9EdqadtFwU5VNog _milOwYN9EdqadtFwU5VNog _micE2oN9EdqadtFwU5VNog _micE14N9EdqadtFwU5VNog _micE1IN9EdqadtFwU5VNog _mhr28oN9EdqadtFwU5VNog _micE0YN9EdqadtFwU5VNog _micE2IN9EdqadtFwU5VNog _mhitIIN9EdqadtFwU5VNog _milOyIN9EdqadtFwU5VNog _mh_ZAIN9EdqadtFwU5VNog _miST64N9EdqadtFwU5VNog _mh_Y8YN9EdqadtFwU5VNog _miST54N9EdqadtFwU5VNog _mhr3BIN9EdqadtFwU5VNog _micE3YN9EdqadtFwU5VNog _miST0IN9EdqadtFwU5VNog _micE6oN9EdqadtFwU5VNog _miST3IN9EdqadtFwU5VNog _milO0YN9EdqadtFwU5VNog _mh_ZGYN9EdqadtFwU5VNog _milO0IN9EdqadtFwU5VNog _milOxoN9EdqadtFwU5VNog _mhitL4N9EdqadtFwU5VNog _miST44N9EdqadtFwU5VNog _mh1oEoN9EdqadtFwU5VNog _miST1IN9EdqadtFwU5VNog _milO1oN9EdqadtFwU5VNog _miST2YN9EdqadtFwU5VNog _milO1IN9EdqadtFwU5VNog _mh_Y5oN9EdqadtFwU5VNog _milOyYN9EdqadtFwU5VNog _mhitJoN9EdqadtFwU5VNog _mhitOYN9EdqadtFwU5VNog _milOzYN9EdqadtFwU5VNog _mh_ZB4N9EdqadtFwU5VNog _milO34N9EdqadtFwU5VNog _mh1oBoN9EdqadtFwU5VNog _milO2oN9EdqadtFwU5VNog _mh_Y4IN9EdqadtFwU5VNog _mh_ZFoN9EdqadtFwU5VNog _mh_Y7YN9EdqadtFwU5VNog _micE4oN9EdqadtFwU5VNog _mhitM4N9EdqadtFwU5VNog _micE34N9EdqadtFwU5VNog _mh1n_4N9EdqadtFwU5VNog _miST8oN9EdqadtFwU5VNog _miST4YN9EdqadtFwU5VNog _mh_Y9IN9EdqadtFwU5VNog _mhr29oN9EdqadtFwU5VNog _mhitLIN9EdqadtFwU5VNog _mh1oHIN9EdqadtFwU5VNog _miu_xoN9EdqadtFwU5VNog _miu_xIN9EdqadtFwU5VNog _miu_zoN9EdqadtFwU5VNog _mhr274N9EdqadtFwU5VNog _mhis-oN9EdqadtFwU5VNog _miIi0IN9EdqadtFwU5VNog _mh1n7YN9EdqadtFwU5VNog _Y_jskGvtEdqG6fBIPwe-mw _miIi14N9EdqadtFwU5VNog _miST0oN9EdqadtFwU5VNog _milOzIN9EdqadtFwU5VNog _mh1n-4N9EdqadtFwU5VNog _mh1oFYN9EdqadtFwU5VNog _mhr2_oN9EdqadtFwU5VNog _mh_ZCoN9EdqadtFwU5VNog _miST3oN9EdqadtFwU5VNog _mhis9IN9EdqadtFwU5VNog _mh1n94N9EdqadtFwU5VNog"/>

-    <eAnnotations xmi:id="_m8EFwIN9EdqadtFwU5VNog" source="UML::Actions::CompleteActions" references="_mtA9qIN9EdqadtFwU5VNog _ms3MX4N9EdqadtFwU5VNog _mtdpFYN9EdqadtFwU5VNog _mtwkAIN9EdqadtFwU5VNog _mtwkEoN9EdqadtFwU5VNog _mtmzCoN9EdqadtFwU5VNog _mt6VAoN9EdqadtFwU5VNog _mtwkG4N9EdqadtFwU5VNog _mtKuOYN9EdqadtFwU5VNog _mtdpJIN9EdqadtFwU5VNog _mtA9gIN9EdqadtFwU5VNog _mtmzBYN9EdqadtFwU5VNog _mtwkB4N9EdqadtFwU5VNog _mtwkAoN9EdqadtFwU5VNog _mtA9T4N9EdqadtFwU5VNog _mtT4SoN9EdqadtFwU5VNog _mtKuPYN9EdqadtFwU5VNog _mtmzDIN9EdqadtFwU5VNog _mtA9LYN9EdqadtFwU5VNog _mtKuQ4N9EdqadtFwU5VNog _ms3MM4N9EdqadtFwU5VNog _mtdpH4N9EdqadtFwU5VNog _mtmzGoN9EdqadtFwU5VNog _ms3MZoN9EdqadtFwU5VNog _mtwkC4N9EdqadtFwU5VNog _mtdpK4N9EdqadtFwU5VNog _ms3MQoN9EdqadtFwU5VNog _mtwkCIN9EdqadtFwU5VNog _mtdpI4N9EdqadtFwU5VNog _mtwkFYN9EdqadtFwU5VNog _mtA9doN9EdqadtFwU5VNog _mtT4YoN9EdqadtFwU5VNog _mtT4MIN9EdqadtFwU5VNog _mtT4NoN9EdqadtFwU5VNog _mtA9VYN9EdqadtFwU5VNog _mtT4XoN9EdqadtFwU5VNog _mt6VAIN9EdqadtFwU5VNog _mtmzB4N9EdqadtFwU5VNog _ms3MKYN9EdqadtFwU5VNog _ms3MIIN9EdqadtFwU5VNog _mtdpJ4N9EdqadtFwU5VNog _mtT4ToN9EdqadtFwU5VNog _mtT4KIN9EdqadtFwU5VNog _mtA9S4N9EdqadtFwU5VNog _mt6VBYN9EdqadtFwU5VNog _mtA9J4N9EdqadtFwU5VNog _mtT4V4N9EdqadtFwU5VNog _mtdpIIN9EdqadtFwU5VNog _mtA9RYN9EdqadtFwU5VNog _mtmzAoN9EdqadtFwU5VNog _mt6VA4N9EdqadtFwU5VNog _mtmzHYN9EdqadtFwU5VNog _mnNQLYN9EdqadtFwU5VNog _mtdpEoN9EdqadtFwU5VNog _mtT4U4N9EdqadtFwU5VNog _mtmzHoN9EdqadtFwU5VNog _mt6VBoN9EdqadtFwU5VNog _ms3MUIN9EdqadtFwU5VNog _mtmzGIN9EdqadtFwU5VNog _mtA9oYN9EdqadtFwU5VNog _mtA9pIN9EdqadtFwU5VNog _ms3MYoN9EdqadtFwU5VNog _mtmzFYN9EdqadtFwU5VNog _mtmzEIN9EdqadtFwU5VNog _mtKuIIN9EdqadtFwU5VNog _mtwkAYN9EdqadtFwU5VNog _mtKuMIN9EdqadtFwU5VNog _mtmzE4N9EdqadtFwU5VNog _mtmzD4N9EdqadtFwU5VNog _ms3MP4N9EdqadtFwU5VNog _mtdpLYN9EdqadtFwU5VNog _mtwkF4N9EdqadtFwU5VNog _mtdpGoN9EdqadtFwU5VNog _mtdpEIN9EdqadtFwU5VNog _mtKuLIN9EdqadtFwU5VNog _mtT4EIN9EdqadtFwU5VNog _ms3MSoN9EdqadtFwU5VNog _ms3MkYN9EdqadtFwU5VNog _mtmzAIN9EdqadtFwU5VNog _mtT4VoN9EdqadtFwU5VNog _mtdpF4N9EdqadtFwU5VNog _mtA9jIN9EdqadtFwU5VNog _mtwkDYN9EdqadtFwU5VNog _mtT4Y4N9EdqadtFwU5VNog _mtA9koN9EdqadtFwU5VNog _mtA9cIN9EdqadtFwU5VNog _ms3MRoN9EdqadtFwU5VNog _ms3Me4N9EdqadtFwU5VNog _ms3McoN9EdqadtFwU5VNog _mtT4W4N9EdqadtFwU5VNog _mtT4LIN9EdqadtFwU5VNog _mtT4UYN9EdqadtFwU5VNog _mtdpMYN9EdqadtFwU5VNog _ms3MgYN9EdqadtFwU5VNog _mtmzIIN9EdqadtFwU5VNog _mtT4RoN9EdqadtFwU5VNog _mtdpHIN9EdqadtFwU5VNog _mtwkGoN9EdqadtFwU5VNog _mtA9fIN9EdqadtFwU5VNog _mtdpKIN9EdqadtFwU5VNog _mtT4QoN9EdqadtFwU5VNog _mtT4WoN9EdqadtFwU5VNog _mtwkBIN9EdqadtFwU5VNog _mt6VB4N9EdqadtFwU5VNog _ms3MjYN9EdqadtFwU5VNog _ms3ML4N9EdqadtFwU5VNog _mtwkEIN9EdqadtFwU5VNog _ms3MbIN9EdqadtFwU5VNog _mtT4X4N9EdqadtFwU5VNog _mtdpMIN9EdqadtFwU5VNog _mtmzG4N9EdqadtFwU5VNog"/>

-    <eAnnotations xmi:id="_m8EFwYN9EdqadtFwU5VNog" source="UML::CommonBehaviors::BasicBehaviors" references="_mcU1xIN9EdqadtFwU5VNog _mcem7IN9EdqadtFwU5VNog _mcLE3YN9EdqadtFwU5VNog _mcU1yoN9EdqadtFwU5VNog _ChRfcGveEdq4DLWZOhbdEA _mdXXn4N9EdqadtFwU5VNog _mcem1YN9EdqadtFwU5VNog _mcem0oN9EdqadtFwU5VNog _mcem6oN9EdqadtFwU5VNog _mcemwIN9EdqadtFwU5VNog _mcLEwYN9EdqadtFwU5VNog _mcemy4N9EdqadtFwU5VNog _mcem4YN9EdqadtFwU5VNog _mcemzoN9EdqadtFwU5VNog _mdXXooN9EdqadtFwU5VNog _mdXXq4N9EdqadtFwU5VNog _mdXXpYN9EdqadtFwU5VNog _mdONoIN9EdqadtFwU5VNog _mdXXmYN9EdqadtFwU5VNog _mdXXlYN9EdqadtFwU5VNog _mdXXpIN9EdqadtFwU5VNog _mdXXkoN9EdqadtFwU5VNog _mdONooN9EdqadtFwU5VNog _mcLExIN9EdqadtFwU5VNog _mdXXqIN9EdqadtFwU5VNog _mdONp4N9EdqadtFwU5VNog _mdONqoN9EdqadtFwU5VNog _mcem24N9EdqadtFwU5VNog _mdXXrYN9EdqadtFwU5VNog _mcLEyIN9EdqadtFwU5VNog _mcemxoN9EdqadtFwU5VNog _mOw674N9EdqadtFwU5VNog _mdXXmoN9EdqadtFwU5VNog _mdXXkIN9EdqadtFwU5VNog _mdXXnYN9EdqadtFwU5VNog _mdXXloN9EdqadtFwU5VNog _TUPtYGveEdq4DLWZOhbdEA _mcLEzIN9EdqadtFwU5VNog _mcLE0oN9EdqadtFwU5VNog _iY7sMGvsEdqG6fBIPwe-mw _mdXXo4N9EdqadtFwU5VNog _mdXXpoN9EdqadtFwU5VNog _mdONpYN9EdqadtFwU5VNog _mcLE2IN9EdqadtFwU5VNog"/>

-    <eAnnotations xmi:id="_m8EFwoN9EdqadtFwU5VNog" source="UML::CommonBehaviors::SimpleTime" references="_mosd24N9EdqadtFwU5VNog _mois3oN9EdqadtFwU5VNog _mosd1YN9EdqadtFwU5VNog _mois0oN9EdqadtFwU5VNog _mois0IN9EdqadtFwU5VNog _mois24N9EdqadtFwU5VNog _mosd1oN9EdqadtFwU5VNog _moPyCIN9EdqadtFwU5VNog _-Ixo8H4XEdq7cMP_l1l5Gg _moPx9YN9EdqadtFwU5VNog _mosd14N9EdqadtFwU5VNog _mosd3oN9EdqadtFwU5VNog _mois1oN9EdqadtFwU5VNog _mosd2IN9EdqadtFwU5VNog _moZi5YN9EdqadtFwU5VNog _mois5IN9EdqadtFwU5VNog _mosd0oN9EdqadtFwU5VNog _moPx8IN9EdqadtFwU5VNog _mois44N9EdqadtFwU5VNog _moGA7IN9EdqadtFwU5VNog _moPx54N9EdqadtFwU5VNog _moPx44N9EdqadtFwU5VNog _moPx4IN9EdqadtFwU5VNog _mj7SoIN9EdqadtFwU5VNog _mois3IN9EdqadtFwU5VNog _moPyFoN9EdqadtFwU5VNog _moZi74N9EdqadtFwU5VNog _mosd3IN9EdqadtFwU5VNog _mois4oN9EdqadtFwU5VNog _moGA5oN9EdqadtFwU5VNog _moZi8oN9EdqadtFwU5VNog _mosd04N9EdqadtFwU5VNog _moZi_IN9EdqadtFwU5VNog _mosd1IN9EdqadtFwU5VNog _mosd2YN9EdqadtFwU5VNog _mois04N9EdqadtFwU5VNog _moPyHYN9EdqadtFwU5VNog _moPx6oN9EdqadtFwU5VNog _moPx_IN9EdqadtFwU5VNog _moGA8IN9EdqadtFwU5VNog _moZi64N9EdqadtFwU5VNog _moPx-oN9EdqadtFwU5VNog _moPyDYN9EdqadtFwU5VNog _mois1YN9EdqadtFwU5VNog _mois2IN9EdqadtFwU5VNog _moPyEIN9EdqadtFwU5VNog _mj7SooN9EdqadtFwU5VNog _mois4YN9EdqadtFwU5VNog _mjemvYN9EdqadtFwU5VNog _moPyGYN9EdqadtFwU5VNog _mosd0IN9EdqadtFwU5VNog _mois34N9EdqadtFwU5VNog _moPx5YN9EdqadtFwU5VNog _moPx-IN9EdqadtFwU5VNog _mosd3YN9EdqadtFwU5VNog _mosd2oN9EdqadtFwU5VNog _mjemt4N9EdqadtFwU5VNog _mois2YN9EdqadtFwU5VNog _DylKEH4YEdq7cMP_l1l5Gg _moZi6IN9EdqadtFwU5VNog _moPyAoN9EdqadtFwU5VNog _mois5YN9EdqadtFwU5VNog _moGA4oN9EdqadtFwU5VNog _moZi-IN9EdqadtFwU5VNog"/>

-    <eAnnotations xmi:id="_m8EFw4N9EdqadtFwU5VNog" source="UML::Activities::CompleteActivities" references="_mup79IN9EdqadtFwU5VNog _md90lYN9EdqadtFwU5VNog _mhGBF4N9EdqadtFwU5VNog _muXBB4N9EdqadtFwU5VNog _mt6VGIN9EdqadtFwU5VNog _mu8214N9EdqadtFwU5VNog _muNQAoN9EdqadtFwU5VNog _muXA8YN9EdqadtFwU5VNog _mt6VKoN9EdqadtFwU5VNog _muzF04N9EdqadtFwU5VNog _muXA_YN9EdqadtFwU5VNog _muNP_IN9EdqadtFwU5VNog _mt6VD4N9EdqadtFwU5VNog _mt6VLYN9EdqadtFwU5VNog _muDfBIN9EdqadtFwU5VNog _mt6VMIN9EdqadtFwU5VNog _muzF5oN9EdqadtFwU5VNog _mup77oN9EdqadtFwU5VNog _mdXXx4N9EdqadtFwU5VNog _mu820oN9EdqadtFwU5VNog _muXBDIN9EdqadtFwU5VNog _mugK6oN9EdqadtFwU5VNog _mugK4YN9EdqadtFwU5VNog _muDe8IN9EdqadtFwU5VNog _mup7-oN9EdqadtFwU5VNog _mt6VEoN9EdqadtFwU5VNog _muzF14N9EdqadtFwU5VNog _muzF3oN9EdqadtFwU5VNog _mup77IN9EdqadtFwU5VNog _mup75oN9EdqadtFwU5VNog _mhGBCoN9EdqadtFwU5VNog _muDfK4N9EdqadtFwU5VNog _mkhIcIN9EdqadtFwU5VNog _md90u4N9EdqadtFwU5VNog _meG-coN9EdqadtFwU5VNog _muDfJYN9EdqadtFwU5VNog _muDe9oN9EdqadtFwU5VNog _muDfB4N9EdqadtFwU5VNog _muzF1oN9EdqadtFwU5VNog _mu820IN9EdqadtFwU5VNog _md90soN9EdqadtFwU5VNog _mup7-YN9EdqadtFwU5VNog _md90g4N9EdqadtFwU5VNog _muNP_4N9EdqadtFwU5VNog _muzF1YN9EdqadtFwU5VNog _muXBE4N9EdqadtFwU5VNog _mup74IN9EdqadtFwU5VNog _mup78YN9EdqadtFwU5VNog _mhGBPoN9EdqadtFwU5VNog _mup774N9EdqadtFwU5VNog _muXA94N9EdqadtFwU5VNog _muzF44N9EdqadtFwU5VNog _muzF4YN9EdqadtFwU5VNog _muDfIYN9EdqadtFwU5VNog _KyaPMGveEdq4DLWZOhbdEA _mdq5uYN9EdqadtFwU5VNog _muzF0IN9EdqadtFwU5VNog _md90mIN9EdqadtFwU5VNog _muzF2oN9EdqadtFwU5VNog _mup7-IN9EdqadtFwU5VNog _muXBA4N9EdqadtFwU5VNog _mOw674N9EdqadtFwU5VNog _mup79YN9EdqadtFwU5VNog _muNQCIN9EdqadtFwU5VNog _muDfAYN9EdqadtFwU5VNog _muzF3YN9EdqadtFwU5VNog _muzF5IN9EdqadtFwU5VNog _TUPtYGveEdq4DLWZOhbdEA _muDfEYN9EdqadtFwU5VNog _muDfFYN9EdqadtFwU5VNog _mu821YN9EdqadtFwU5VNog _mt6VNIN9EdqadtFwU5VNog _muzF2YN9EdqadtFwU5VNog _muzF0oN9EdqadtFwU5VNog _muDfDYN9EdqadtFwU5VNog"/>

-    <eAnnotations xmi:id="_m8EFxIN9EdqadtFwU5VNog" source="UML::StateMachines::BehaviorStateMachines" references="_mpST2IN9EdqadtFwU5VNog _mpu_sYN9EdqadtFwU5VNog _mpu_tIN9EdqadtFwU5VNog _mpu_w4N9EdqadtFwU5VNog _mpu_qoN9EdqadtFwU5VNog _mpcEsoN9EdqadtFwU5VNog _mpJJ94N9EdqadtFwU5VNog _mpl1sYN9EdqadtFwU5VNog _mo_ZcoN9EdqadtFwU5VNog _mo_ZDoN9EdqadtFwU5VNog _mo_ZNYN9EdqadtFwU5VNog _mo_ZaYN9EdqadtFwU5VNog _mpST4oN9EdqadtFwU5VNog _mpl1xIN9EdqadtFwU5VNog _mo_ZRYN9EdqadtFwU5VNog _mpu_p4N9EdqadtFwU5VNog _mpSTxoN9EdqadtFwU5VNog _mo1oDYN9EdqadtFwU5VNog _mpu_uYN9EdqadtFwU5VNog _mpu_toN9EdqadtFwU5VNog _mpSUEoN9EdqadtFwU5VNog _mo1n8IN9EdqadtFwU5VNog _mo1n5IN9EdqadtFwU5VNog _mo_Y3oN9EdqadtFwU5VNog _mpSTsIN9EdqadtFwU5VNog _mp4woYN9EdqadtFwU5VNog _mo1n6oN9EdqadtFwU5VNog _mo_ZbIN9EdqadtFwU5VNog _mo1oB4N9EdqadtFwU5VNog _mpcEs4N9EdqadtFwU5VNog _mo_ZJoN9EdqadtFwU5VNog _mpl1wYN9EdqadtFwU5VNog _mpl1uIN9EdqadtFwU5VNog _mo_ZFIN9EdqadtFwU5VNog _mpSTwIN9EdqadtFwU5VNog _mpJJ0YN9EdqadtFwU5VNog _mpl1toN9EdqadtFwU5VNog _mo_ZMIN9EdqadtFwU5VNog _mpST7YN9EdqadtFwU5VNog _mpST84N9EdqadtFwU5VNog _mo_Zo4N9EdqadtFwU5VNog _mo_Y44N9EdqadtFwU5VNog _mpcExIN9EdqadtFwU5VNog _mpl1uoN9EdqadtFwU5VNog _mpu_u4N9EdqadtFwU5VNog _mpJKIYN9EdqadtFwU5VNog _mo_ZOoN9EdqadtFwU5VNog _mo_Y_IN9EdqadtFwU5VNog _mpu_r4N9EdqadtFwU5VNog _mo_ZioN9EdqadtFwU5VNog _mo_Y6IN9EdqadtFwU5VNog _mo_Zm4N9EdqadtFwU5VNog _mo_ZIIN9EdqadtFwU5VNog _mpu_voN9EdqadtFwU5VNog _mo_ZUIN9EdqadtFwU5VNog _mo_YwIN9EdqadtFwU5VNog _mo_Y7IN9EdqadtFwU5VNog _mo1n1YN9EdqadtFwU5VNog _mpJJ9IN9EdqadtFwU5VNog _mpcEt4N9EdqadtFwU5VNog _mpl1sIN9EdqadtFwU5VNog _mo_ZloN9EdqadtFwU5VNog _mo1n-IN9EdqadtFwU5VNog _mo_Y8oN9EdqadtFwU5VNog _mpJKJYN9EdqadtFwU5VNog _mpcEuIN9EdqadtFwU5VNog _mpcEsIN9EdqadtFwU5VNog _mpcEwoN9EdqadtFwU5VNog _mpl1v4N9EdqadtFwU5VNog _mpJKA4N9EdqadtFwU5VNog _mpJJwIN9EdqadtFwU5VNog _mpST0oN9EdqadtFwU5VNog _mo_ZfoN9EdqadtFwU5VNog _mo_ZK4N9EdqadtFwU5VNog _mo_ZAoN9EdqadtFwU5VNog _mpJJ_YN9EdqadtFwU5VNog _mo_ZhIN9EdqadtFwU5VNog _mpJJw4N9EdqadtFwU5VNog _mpST_IN9EdqadtFwU5VNog _mpJJ1oN9EdqadtFwU5VNog _mo_ZkIN9EdqadtFwU5VNog _mo1n9IN9EdqadtFwU5VNog _mp4woIN9EdqadtFwU5VNog _mpl1yYN9EdqadtFwU5VNog _mo_ZS4N9EdqadtFwU5VNog _mpl1tIN9EdqadtFwU5VNog _mo_Y2YN9EdqadtFwU5VNog _mpcEv4N9EdqadtFwU5VNog _mpu_wIN9EdqadtFwU5VNog _mpSTzIN9EdqadtFwU5VNog _mpJKGIN9EdqadtFwU5VNog _mp4wpYN9EdqadtFwU5VNog _mjemt4N9EdqadtFwU5VNog _mo_ZdoN9EdqadtFwU5VNog _mpJJyYN9EdqadtFwU5VNog _mo_Y9oN9EdqadtFwU5VNog _mpSUIIN9EdqadtFwU5VNog _mpJKK4N9EdqadtFwU5VNog _mpu_pYN9EdqadtFwU5VNog _mpu_oIN9EdqadtFwU5VNog _mo_ZeoN9EdqadtFwU5VNog _mo1oAIN9EdqadtFwU5VNog _mo_ZGoN9EdqadtFwU5VNog _mo_Y1IN9EdqadtFwU5VNog _mpcEu4N9EdqadtFwU5VNog _mpu_rIN9EdqadtFwU5VNog _mpcEtIN9EdqadtFwU5VNog _mpST3IN9EdqadtFwU5VNog _mpST54N9EdqadtFwU5VNog _mpcEvYN9EdqadtFwU5VNog _mp4wpIN9EdqadtFwU5VNog _mo_ZP4N9EdqadtFwU5VNog _mo_ZCIN9EdqadtFwU5VNog _mpJJzYN9EdqadtFwU5VNog _mpl1vIN9EdqadtFwU5VNog _mpl1y4N9EdqadtFwU5VNog _mpu_ooN9EdqadtFwU5VNog _mpl1xoN9EdqadtFwU5VNog"/>

-    <eAnnotations xmi:id="_m8EFxYN9EdqadtFwU5VNog" source="UML::Classes::Kernel" references="_mVnw6YN9EdqadtFwU5VNog _mP9Nt4N9EdqadtFwU5VNog _mPghwIN9EdqadtFwU5VNog _mSouRYN9EdqadtFwU5VNog _mQ2lm4N9EdqadtFwU5VNog _mQjqpoN9EdqadtFwU5VNog _mQjqsIN9EdqadtFwU5VNog _mW9NlIN9EdqadtFwU5VNog _mM-yO4N9EdqadtFwU5VNog _mQ_vl4N9EdqadtFwU5VNog _mQQIrYN9EdqadtFwU5VNog _mMrQTIN9EdqadtFwU5VNog _mQ_vjoN9EdqadtFwU5VNog _mNRtM4N9EdqadtFwU5VNog _mM-yQYN9EdqadtFwU5VNog _mQ2lk4N9EdqadtFwU5VNog _mLe9YIN9EdqadtFwU5VNog _mT1BFoN9EdqadtFwU5VNog _mQ_vmIN9EdqadtFwU5VNog _mQQIoIN9EdqadtFwU5VNog _mT1BI4N9EdqadtFwU5VNog _mVLE5oN9EdqadtFwU5VNog _mPghw4N9EdqadtFwU5VNog _mQQIoYN9EdqadtFwU5VNog _mVnw3YN9EdqadtFwU5VNog _mQjqrYN9EdqadtFwU5VNog _mQjqtYN9EdqadtFwU5VNog _mQ_vmYN9EdqadtFwU5VNog _mVnw8oN9EdqadtFwU5VNog _maiGBYN9EdqadtFwU5VNog _maiGA4N9EdqadtFwU5VNog _mQs0kIN9EdqadtFwU5VNog _mNa3EIN9EdqadtFwU5VNog _mbbd84N9EdqadtFwU5VNog _6UV2QGwJEdq7X4sGURiZYA _mQjqtoN9EdqadtFwU5VNog _Jp_1oGveEdq4DLWZOhbdEA _mM1BSYN9EdqadtFwU5VNog _mP9NsIN9EdqadtFwU5VNog _mMYVXIN9EdqadtFwU5VNog _mPD19YN9EdqadtFwU5VNog _mLyfZ4N9EdqadtFwU5VNog _mPD13oN9EdqadtFwU5VNog _-cvRAGvzEdq7X4sGURiZYA _mSyfQIN9EdqadtFwU5VNog _mZyfKYN9EdqadtFwU5VNog _mQ2llIN9EdqadtFwU5VNog _mRJgh4N9EdqadtFwU5VNog _mQs0o4N9EdqadtFwU5VNog _ChRfcGveEdq4DLWZOhbdEA _mPqSwIN9EdqadtFwU5VNog _mNa3E4N9EdqadtFwU5VNog _mVnw7IN9EdqadtFwU5VNog _mZ8QJYN9EdqadtFwU5VNog _mMFaVIN9EdqadtFwU5VNog _mZC4RYN9EdqadtFwU5VNog _mOw684N9EdqadtFwU5VNog _mL7pUIN9EdqadtFwU5VNog _mURtA4N9EdqadtFwU5VNog _mQ_vk4N9EdqadtFwU5VNog _mMiGW4N9EdqadtFwU5VNog _mS8QSYN9EdqadtFwU5VNog _mP9NzIN9EdqadtFwU5VNog _mSouTYN9EdqadtFwU5VNog _mMiGSYN9EdqadtFwU5VNog _mQ2lkYN9EdqadtFwU5VNog _mM1BToN9EdqadtFwU5VNog _mQjqoIN9EdqadtFwU5VNog _mNH8MIN9EdqadtFwU5VNog _mN3jAoN9EdqadtFwU5VNog _mOUPC4N9EdqadtFwU5VNog _mQZ5qYN9EdqadtFwU5VNog _mS8QQIN9EdqadtFwU5VNog _mQ2lkoN9EdqadtFwU5VNog _mLe9coN9EdqadtFwU5VNog _mNH8JIN9EdqadtFwU5VNog _mM1BU4N9EdqadtFwU5VNog _mOLFCIN9EdqadtFwU5VNog _mPzcsIN9EdqadtFwU5VNog _mQ2lmoN9EdqadtFwU5VNog _mQ_vkYN9EdqadtFwU5VNog _mZyfJIN9EdqadtFwU5VNog _mbbd8YN9EdqadtFwU5VNog _mQjqsoN9EdqadtFwU5VNog _mLVzgIN9EdqadtFwU5VNog _mQs0noN9EdqadtFwU5VNog _mLVzcIN9EdqadtFwU5VNog _mOBUAIN9EdqadtFwU5VNog _mQ2lloN9EdqadtFwU5VNog _mQjqooN9EdqadtFwU5VNog _mLVzd4N9EdqadtFwU5VNog _mNkoF4N9EdqadtFwU5VNog _mOLFEIN9EdqadtFwU5VNog _mOUPA4N9EdqadtFwU5VNog _mM1BOYN9EdqadtFwU5VNog _mPzctoN9EdqadtFwU5VNog _mMrQRoN9EdqadtFwU5VNog _mXQvkoN9EdqadtFwU5VNog _mPqS0YN9EdqadtFwU5VNog _mQZ5pIN9EdqadtFwU5VNog _mQs0n4N9EdqadtFwU5VNog _C7AF4GwREdq14q0ETb1t3g _mOnJ74N9EdqadtFwU5VNog _mNkoJoN9EdqadtFwU5VNog _mQZ5rYN9EdqadtFwU5VNog _mVd_0IN9EdqadtFwU5VNog _mQZ5o4N9EdqadtFwU5VNog _PyCx8GveEdq4DLWZOhbdEA _csVgUGvtEdqG6fBIPwe-mw _mLyfeYN9EdqadtFwU5VNog _mTFaMIN9EdqadtFwU5VNog _mQ_vh4N9EdqadtFwU5VNog _mXG-loN9EdqadtFwU5VNog _mNuZEIN9EdqadtFwU5VNog _mS8QXYN9EdqadtFwU5VNog _mQZ5qoN9EdqadtFwU5VNog _mOd_-oN9EdqadtFwU5VNog _kl90MGvbEdq4DLWZOhbdEA _mQs0mIN9EdqadtFwU5VNog _mMFaYYN9EdqadtFwU5VNog _mTFaM4N9EdqadtFwU5VNog _I6N3UGwGEdq7X4sGURiZYA _mQQIooN9EdqadtFwU5VNog _mQs0oIN9EdqadtFwU5VNog _mbbd5YN9EdqadtFwU5VNog _mLyfc4N9EdqadtFwU5VNog _mVLE4IN9EdqadtFwU5VNog _mQ_vj4N9EdqadtFwU5VNog _mQ_vgYN9EdqadtFwU5VNog _mM1BXYN9EdqadtFwU5VNog _mM1BPoN9EdqadtFwU5VNog _mOd_8IN9EdqadtFwU5VNog _mQG-sIN9EdqadtFwU5VNog _mTFaOIN9EdqadtFwU5VNog _mMYVYoN9EdqadtFwU5VNog _mRJgj4N9EdqadtFwU5VNog _mKmMloN9EdqadtFwU5VNog _mOd__4N9EdqadtFwU5VNog _mQ_viYN9EdqadtFwU5VNog _mVnw2YN9EdqadtFwU5VNog _mQs0k4N9EdqadtFwU5VNog _mOBUE4N9EdqadtFwU5VNog _mMrQOoN9EdqadtFwU5VNog _mMFaaIN9EdqadtFwU5VNog _mbbd7oN9EdqadtFwU5VNog _mO6r44N9EdqadtFwU5VNog _mar3A4N9EdqadtFwU5VNog _FFMNsGveEdq4DLWZOhbdEA _mRJgjIN9EdqadtFwU5VNog _mar3CYN9EdqadtFwU5VNog _mOUPB4N9EdqadtFwU5VNog _mQs0pYN9EdqadtFwU5VNog _mPD15IN9EdqadtFwU5VNog _mNa3FoN9EdqadtFwU5VNog _mSyfTIN9EdqadtFwU5VNog _mNuZFoN9EdqadtFwU5VNog _mar3AoN9EdqadtFwU5VNog _mNa3OYN9EdqadtFwU5VNog _mOBUHYN9EdqadtFwU5VNog _mQ_vhYN9EdqadtFwU5VNog _mNkoK4N9EdqadtFwU5VNog _mT1BHIN9EdqadtFwU5VNog _mQ_vgoN9EdqadtFwU5VNog _mQZ5soN9EdqadtFwU5VNog _mQ2lmYN9EdqadtFwU5VNog _mNkoEIN9EdqadtFwU5VNog _mNH8NIN9EdqadtFwU5VNog _mQjqpYN9EdqadtFwU5VNog _mMiGUYN9EdqadtFwU5VNog _mQjqrIN9EdqadtFwU5VNog _mP9Nw4N9EdqadtFwU5VNog _mPD10oN9EdqadtFwU5VNog _mVd_2oN9EdqadtFwU5VNog _mOBUDYN9EdqadtFwU5VNog _mOBUCYN9EdqadtFwU5VNog _mLouYIN9EdqadtFwU5VNog _Dy77oGveEdq4DLWZOhbdEA _mOUO94N9EdqadtFwU5VNog _mQZ5pYN9EdqadtFwU5VNog _mRJggoN9EdqadtFwU5VNog _mM1BMIN9EdqadtFwU5VNog _mQ_vloN9EdqadtFwU5VNog _mLVzh4N9EdqadtFwU5VNog _mQjqr4N9EdqadtFwU5VNog _mO6r84N9EdqadtFwU5VNog _mLMCdoN9EdqadtFwU5VNog _mS8QQ4N9EdqadtFwU5VNog _mQ2lnoN9EdqadtFwU5VNog _mP9Nz4N9EdqadtFwU5VNog _00owUGvdEdq4DLWZOhbdEA _mM-yMoN9EdqadtFwU5VNog _mQs0moN9EdqadtFwU5VNog _mQs0lYN9EdqadtFwU5VNog _mOUO_YN9EdqadtFwU5VNog _mM1BRYN9EdqadtFwU5VNog _mQZ5rIN9EdqadtFwU5VNog _mar3AIN9EdqadtFwU5VNog _mRJggIN9EdqadtFwU5VNog _mQ2lpIN9EdqadtFwU5VNog _mQ_vgIN9EdqadtFwU5VNog _mQ2looN9EdqadtFwU5VNog _mQ_vnIN9EdqadtFwU5VNog _mMOkRYN9EdqadtFwU5VNog _mLMCfYN9EdqadtFwU5VNog _mNa3KYN9EdqadtFwU5VNog _mPD18IN9EdqadtFwU5VNog _mRJgioN9EdqadtFwU5VNog _V6vuYGwGEdq7X4sGURiZYA _mPghyYN9EdqadtFwU5VNog _mNH8IYN9EdqadtFwU5VNog _mS8QVYN9EdqadtFwU5VNog _mUbeA4N9EdqadtFwU5VNog _mQjqqIN9EdqadtFwU5VNog _mQ2lnYN9EdqadtFwU5VNog _mSfkUIN9EdqadtFwU5VNog _mMFacIN9EdqadtFwU5VNog _mMrQMYN9EdqadtFwU5VNog _mNH8KoN9EdqadtFwU5VNog _mQjqo4N9EdqadtFwU5VNog _mQQIpYN9EdqadtFwU5VNog _mMrQQIN9EdqadtFwU5VNog _mQjqs4N9EdqadtFwU5VNog _mQQIqYN9EdqadtFwU5VNog _mM1BM4N9EdqadtFwU5VNog _maiGCIN9EdqadtFwU5VNog _mQZ5p4N9EdqadtFwU5VNog _mbbd7IN9EdqadtFwU5VNog _mSouUoN9EdqadtFwU5VNog _mPgh0IN9EdqadtFwU5VNog _mPXX14N9EdqadtFwU5VNog _mQs0poN9EdqadtFwU5VNog _mNa3GYN9EdqadtFwU5VNog _mMiGZYN9EdqadtFwU5VNog _mQZ5oIN9EdqadtFwU5VNog _mMYVSoN9EdqadtFwU5VNog _mbbd4IN9EdqadtFwU5VNog _mVnw44N9EdqadtFwU5VNog _mZyfIYN9EdqadtFwU5VNog _mQZ5ooN9EdqadtFwU5VNog _mOnJ54N9EdqadtFwU5VNog _mbIi8oN9EdqadtFwU5VNog _mNa3H4N9EdqadtFwU5VNog _mSyfT4N9EdqadtFwU5VNog _mNuZKIN9EdqadtFwU5VNog _mM-yNYN9EdqadtFwU5VNog _mNa3M4N9EdqadtFwU5VNog _KyaPMGveEdq4DLWZOhbdEA __1ap4HLzEdqziYxiZo0YtA _mbIi8IN9EdqadtFwU5VNog _mQ_vjIN9EdqadtFwU5VNog _mQjqq4N9EdqadtFwU5VNog _AyM_oGwMEdq7X4sGURiZYA _mM1BQYN9EdqadtFwU5VNog _mLouY4N9EdqadtFwU5VNog _ZiwkoGwLEdq7X4sGURiZYA _mO6r7YN9EdqadtFwU5VNog _mU4J9IN9EdqadtFwU5VNog _mMFaXIN9EdqadtFwU5VNog _mRJghYN9EdqadtFwU5VNog _mMYVVoN9EdqadtFwU5VNog _mOLFFYN9EdqadtFwU5VNog _mWXXsoN9EdqadtFwU5VNog _mVnw0IN9EdqadtFwU5VNog _mM1BWIN9EdqadtFwU5VNog _mQZ5r4N9EdqadtFwU5VNog _mOw6_YN9EdqadtFwU5VNog _mPXX0IN9EdqadtFwU5VNog _mPD12IN9EdqadtFwU5VNog _mNkoH4N9EdqadtFwU5VNog _maiGAIN9EdqadtFwU5VNog _mMFaV4N9EdqadtFwU5VNog _mLyfbYN9EdqadtFwU5VNog _mKmMkIN9EdqadtFwU5VNog _mbbd6oN9EdqadtFwU5VNog _mbIi94N9EdqadtFwU5VNog _mT1BEIN9EdqadtFwU5VNog _mU4J_YN9EdqadtFwU5VNog _mOUO8IN9EdqadtFwU5VNog _mNRtNoN9EdqadtFwU5VNog _mS8QWIN9EdqadtFwU5VNog _mOw66YN9EdqadtFwU5VNog _mQZ5poN9EdqadtFwU5VNog _mLMCcIN9EdqadtFwU5VNog _mOw65oN9EdqadtFwU5VNog _mKcbkIN9EdqadtFwU5VNog _mQQIsIN9EdqadtFwU5VNog _mOBUI4N9EdqadtFwU5VNog _mPNm0IN9EdqadtFwU5VNog _mQ2loIN9EdqadtFwU5VNog _mOw674N9EdqadtFwU5VNog _mKmMmoN9EdqadtFwU5VNog _mQ2loYN9EdqadtFwU5VNog _SnNPIGwIEdq7X4sGURiZYA _mMOkQIN9EdqadtFwU5VNog _mOd_9YN9EdqadtFwU5VNog _B3q9cGwNEdq7X4sGURiZYA _mbbd4oN9EdqadtFwU5VNog _mMYVUIN9EdqadtFwU5VNog _mO6r6YN9EdqadtFwU5VNog _mURtAIN9EdqadtFwU5VNog _mL7pWIN9EdqadtFwU5VNog _AwvxoGwNEdq7X4sGURiZYA _mSyfR4N9EdqadtFwU5VNog _mOUPF4N9EdqadtFwU5VNog _mar3BoN9EdqadtFwU5VNog _mSyfVIN9EdqadtFwU5VNog _mPD16oN9EdqadtFwU5VNog _mMYVRIN9EdqadtFwU5VNog _mQG-u4N9EdqadtFwU5VNog _mP9NxoN9EdqadtFwU5VNog _mVLE7IN9EdqadtFwU5VNog _mOUPEYN9EdqadtFwU5VNog _mOeABIN9EdqadtFwU5VNog _mPqS14N9EdqadtFwU5VNog _mS8QToN9EdqadtFwU5VNog _mSMCUIN9EdqadtFwU5VNog _mQs0nIN9EdqadtFwU5VNog _Gjgl0GveEdq4DLWZOhbdEA _M4X2IGveEdq4DLWZOhbdEA _mM1BYoN9EdqadtFwU5VNog _Q-yR4GveEdq4DLWZOhbdEA _mOnJ4IN9EdqadtFwU5VNog _mbIi9YN9EdqadtFwU5VNog _mLouaYN9EdqadtFwU5VNog _mL7pVYN9EdqadtFwU5VNog _mNa3LYN9EdqadtFwU5VNog _mOLFC4N9EdqadtFwU5VNog _mbbd64N9EdqadtFwU5VNog _OQcbgGwOEdq7X4sGURiZYA _mNa3JYN9EdqadtFwU5VNog _ynRtoGvtEdqG6fBIPwe-mw _RPl78GwIEdq7X4sGURiZYA _mO6r4IN9EdqadtFwU5VNog _mLe9aIN9EdqadtFwU5VNog _maiGCYN9EdqadtFwU5VNog _mbbd54N9EdqadtFwU5VNog _mPXX04N9EdqadtFwU5VNog _mMiGQIN9EdqadtFwU5VNog _mOw64IN9EdqadtFwU5VNog _mOeAC4N9EdqadtFwU5VNog _mbIi_IN9EdqadtFwU5VNog _mQ2lnIN9EdqadtFwU5VNog _mQ2lkIN9EdqadtFwU5VNog _mZpVOYN9EdqadtFwU5VNog _mQ_vhoN9EdqadtFwU5VNog _mOw6-YN9EdqadtFwU5VNog _mP9N1YN9EdqadtFwU5VNog _mQ_vmoN9EdqadtFwU5VNog _mVnw9oN9EdqadtFwU5VNog _mQ2ll4N9EdqadtFwU5VNog _jKxnwGwLEdq7X4sGURiZYA _mMFaUYN9EdqadtFwU5VNog _mbIi-oN9EdqadtFwU5VNog _mM-yRYN9EdqadtFwU5VNog"/>

-    <eAnnotations xmi:id="_m8gxsIN9EdqadtFwU5VNog" source="InfrastructureLibrary::Core::Constructs" references="_mP9Nt4N9EdqadtFwU5VNog _mPghwIN9EdqadtFwU5VNog _mQ2lm4N9EdqadtFwU5VNog _mQjqpoN9EdqadtFwU5VNog _mQjqsIN9EdqadtFwU5VNog _mM-yO4N9EdqadtFwU5VNog _mQ_vl4N9EdqadtFwU5VNog _mQQIrYN9EdqadtFwU5VNog _mMrQTIN9EdqadtFwU5VNog _mQ_vjoN9EdqadtFwU5VNog _mNRtM4N9EdqadtFwU5VNog _mM-yQYN9EdqadtFwU5VNog _mQ2lk4N9EdqadtFwU5VNog _mLe9YIN9EdqadtFwU5VNog _mQ_vmIN9EdqadtFwU5VNog _mQQIoIN9EdqadtFwU5VNog _mPghw4N9EdqadtFwU5VNog _mQQIoYN9EdqadtFwU5VNog _mQjqrYN9EdqadtFwU5VNog _mQjqtYN9EdqadtFwU5VNog _mQ_vmYN9EdqadtFwU5VNog _mQs0kIN9EdqadtFwU5VNog _mNa3EIN9EdqadtFwU5VNog _6UV2QGwJEdq7X4sGURiZYA _mQjqtoN9EdqadtFwU5VNog _Jp_1oGveEdq4DLWZOhbdEA _mM1BSYN9EdqadtFwU5VNog _mP9NsIN9EdqadtFwU5VNog _mMYVXIN9EdqadtFwU5VNog _mPD19YN9EdqadtFwU5VNog _mLyfZ4N9EdqadtFwU5VNog _mP9NvIN9EdqadtFwU5VNog _mPD13oN9EdqadtFwU5VNog _-cvRAGvzEdq7X4sGURiZYA _mQ2llIN9EdqadtFwU5VNog _mRJgh4N9EdqadtFwU5VNog _mQs0o4N9EdqadtFwU5VNog _ChRfcGveEdq4DLWZOhbdEA _mPqSwIN9EdqadtFwU5VNog _mNa3E4N9EdqadtFwU5VNog _mMFaVIN9EdqadtFwU5VNog _mOw684N9EdqadtFwU5VNog _mL7pUIN9EdqadtFwU5VNog _mQ_vk4N9EdqadtFwU5VNog _mMiGW4N9EdqadtFwU5VNog _mP9NzIN9EdqadtFwU5VNog _mMiGSYN9EdqadtFwU5VNog _mQ2lkYN9EdqadtFwU5VNog _mM1BToN9EdqadtFwU5VNog _mQjqoIN9EdqadtFwU5VNog _mNH8MIN9EdqadtFwU5VNog _mN3jAoN9EdqadtFwU5VNog _mOUPC4N9EdqadtFwU5VNog _mQZ5qYN9EdqadtFwU5VNog _mQ2lkoN9EdqadtFwU5VNog _mLe9coN9EdqadtFwU5VNog _mNH8JIN9EdqadtFwU5VNog _mM1BU4N9EdqadtFwU5VNog _mOLFCIN9EdqadtFwU5VNog _mPzcsIN9EdqadtFwU5VNog _mNuZHIN9EdqadtFwU5VNog _mQ2lmoN9EdqadtFwU5VNog _mQ_vkYN9EdqadtFwU5VNog _mQjqsoN9EdqadtFwU5VNog _mLVzgIN9EdqadtFwU5VNog _mQs0noN9EdqadtFwU5VNog _mLVzcIN9EdqadtFwU5VNog _mOBUAIN9EdqadtFwU5VNog _mQ2lloN9EdqadtFwU5VNog _mQjqooN9EdqadtFwU5VNog _mLVzd4N9EdqadtFwU5VNog _mNkoF4N9EdqadtFwU5VNog _mOLFEIN9EdqadtFwU5VNog _mOUPA4N9EdqadtFwU5VNog _mM1BOYN9EdqadtFwU5VNog _mPzctoN9EdqadtFwU5VNog _mMrQRoN9EdqadtFwU5VNog _mPqS0YN9EdqadtFwU5VNog _mQZ5pIN9EdqadtFwU5VNog _mQs0n4N9EdqadtFwU5VNog _mOnJ74N9EdqadtFwU5VNog _mNkoJoN9EdqadtFwU5VNog _mQZ5rYN9EdqadtFwU5VNog _mQZ5o4N9EdqadtFwU5VNog _csVgUGvtEdqG6fBIPwe-mw _mLyfeYN9EdqadtFwU5VNog _mQ_vh4N9EdqadtFwU5VNog _mNuZEIN9EdqadtFwU5VNog _mQZ5qoN9EdqadtFwU5VNog _mOd_-oN9EdqadtFwU5VNog _kl90MGvbEdq4DLWZOhbdEA _mQs0mIN9EdqadtFwU5VNog _mMFaYYN9EdqadtFwU5VNog _I6N3UGwGEdq7X4sGURiZYA _mQQIooN9EdqadtFwU5VNog _mQs0oIN9EdqadtFwU5VNog _mLyfc4N9EdqadtFwU5VNog _mQ_vj4N9EdqadtFwU5VNog _mQ_vgYN9EdqadtFwU5VNog _mM1BXYN9EdqadtFwU5VNog _mM1BPoN9EdqadtFwU5VNog _mOd_8IN9EdqadtFwU5VNog _mQG-sIN9EdqadtFwU5VNog _mMYVYoN9EdqadtFwU5VNog _mRJgj4N9EdqadtFwU5VNog _mKmMloN9EdqadtFwU5VNog _mOd__4N9EdqadtFwU5VNog _mQ_viYN9EdqadtFwU5VNog _mQs0k4N9EdqadtFwU5VNog _mOBUE4N9EdqadtFwU5VNog _mMrQOoN9EdqadtFwU5VNog _mMFaaIN9EdqadtFwU5VNog _mO6r44N9EdqadtFwU5VNog _mRJgjIN9EdqadtFwU5VNog _mOUPB4N9EdqadtFwU5VNog _mQs0pYN9EdqadtFwU5VNog _mPD15IN9EdqadtFwU5VNog _mNa3FoN9EdqadtFwU5VNog _mNuZFoN9EdqadtFwU5VNog _mNa3OYN9EdqadtFwU5VNog _mOBUHYN9EdqadtFwU5VNog _mQ_vhYN9EdqadtFwU5VNog _mNkoK4N9EdqadtFwU5VNog _mQ_vgoN9EdqadtFwU5VNog _mQZ5soN9EdqadtFwU5VNog _mQ2lmYN9EdqadtFwU5VNog _mNkoEIN9EdqadtFwU5VNog _mNH8NIN9EdqadtFwU5VNog _mQjqpYN9EdqadtFwU5VNog _mMiGUYN9EdqadtFwU5VNog _mQjqrIN9EdqadtFwU5VNog _mP9Nw4N9EdqadtFwU5VNog _mPD10oN9EdqadtFwU5VNog _mOBUDYN9EdqadtFwU5VNog _mOBUCYN9EdqadtFwU5VNog _mLouYIN9EdqadtFwU5VNog _mOUO94N9EdqadtFwU5VNog _mQZ5pYN9EdqadtFwU5VNog _mRJggoN9EdqadtFwU5VNog _mM1BMIN9EdqadtFwU5VNog _mQ_vloN9EdqadtFwU5VNog _mLVzh4N9EdqadtFwU5VNog _mQjqr4N9EdqadtFwU5VNog _mO6r84N9EdqadtFwU5VNog _mLMCdoN9EdqadtFwU5VNog _mQ2lnoN9EdqadtFwU5VNog _mP9Nz4N9EdqadtFwU5VNog _00owUGvdEdq4DLWZOhbdEA _mM-yMoN9EdqadtFwU5VNog _mQs0moN9EdqadtFwU5VNog _mQs0lYN9EdqadtFwU5VNog _mOUO_YN9EdqadtFwU5VNog _mM1BRYN9EdqadtFwU5VNog _mQZ5rIN9EdqadtFwU5VNog _mRJggIN9EdqadtFwU5VNog _mQ2lpIN9EdqadtFwU5VNog _mQ_vgIN9EdqadtFwU5VNog _mQ2looN9EdqadtFwU5VNog _mQ_vnIN9EdqadtFwU5VNog _mMOkRYN9EdqadtFwU5VNog _mLMCfYN9EdqadtFwU5VNog _mNa3KYN9EdqadtFwU5VNog _mPD18IN9EdqadtFwU5VNog _mRJgioN9EdqadtFwU5VNog _V6vuYGwGEdq7X4sGURiZYA _mPghyYN9EdqadtFwU5VNog _mNH8IYN9EdqadtFwU5VNog _mQjqqIN9EdqadtFwU5VNog _mQ2lnYN9EdqadtFwU5VNog _mMFacIN9EdqadtFwU5VNog _mMrQMYN9EdqadtFwU5VNog _mNH8KoN9EdqadtFwU5VNog _mQjqo4N9EdqadtFwU5VNog _mQQIpYN9EdqadtFwU5VNog _mMrQQIN9EdqadtFwU5VNog _mQjqs4N9EdqadtFwU5VNog _mQQIqYN9EdqadtFwU5VNog _mM1BM4N9EdqadtFwU5VNog _mQZ5p4N9EdqadtFwU5VNog _mPgh0IN9EdqadtFwU5VNog _mPXX14N9EdqadtFwU5VNog _mQs0poN9EdqadtFwU5VNog _mNa3GYN9EdqadtFwU5VNog _mMiGZYN9EdqadtFwU5VNog _mQZ5oIN9EdqadtFwU5VNog _mMYVSoN9EdqadtFwU5VNog _mQZ5ooN9EdqadtFwU5VNog _mOnJ54N9EdqadtFwU5VNog _mNa3H4N9EdqadtFwU5VNog _mNuZKIN9EdqadtFwU5VNog _mM-yNYN9EdqadtFwU5VNog _mNa3M4N9EdqadtFwU5VNog _KyaPMGveEdq4DLWZOhbdEA __1ap4HLzEdqziYxiZo0YtA _mQ_vjIN9EdqadtFwU5VNog _mQjqq4N9EdqadtFwU5VNog _AyM_oGwMEdq7X4sGURiZYA _mM1BQYN9EdqadtFwU5VNog _mLouY4N9EdqadtFwU5VNog _ZiwkoGwLEdq7X4sGURiZYA _mO6r7YN9EdqadtFwU5VNog _mMFaXIN9EdqadtFwU5VNog _mRJghYN9EdqadtFwU5VNog _mMYVVoN9EdqadtFwU5VNog _mOLFFYN9EdqadtFwU5VNog _mM1BWIN9EdqadtFwU5VNog _mQZ5r4N9EdqadtFwU5VNog _mOw6_YN9EdqadtFwU5VNog _mPXX0IN9EdqadtFwU5VNog _mPD12IN9EdqadtFwU5VNog _mNkoH4N9EdqadtFwU5VNog _mMFaV4N9EdqadtFwU5VNog _mLyfbYN9EdqadtFwU5VNog _mKmMkIN9EdqadtFwU5VNog _mOUO8IN9EdqadtFwU5VNog _mNRtNoN9EdqadtFwU5VNog _mOw66YN9EdqadtFwU5VNog _mQZ5poN9EdqadtFwU5VNog _mLMCcIN9EdqadtFwU5VNog _mOw65oN9EdqadtFwU5VNog _mKcbkIN9EdqadtFwU5VNog _mQQIsIN9EdqadtFwU5VNog _mOBUI4N9EdqadtFwU5VNog _mPNm0IN9EdqadtFwU5VNog _mQ2loIN9EdqadtFwU5VNog _mOw674N9EdqadtFwU5VNog _mKmMmoN9EdqadtFwU5VNog _mQ2loYN9EdqadtFwU5VNog _SnNPIGwIEdq7X4sGURiZYA _mMOkQIN9EdqadtFwU5VNog _mOd_9YN9EdqadtFwU5VNog _mMYVUIN9EdqadtFwU5VNog _mO6r6YN9EdqadtFwU5VNog _mL7pWIN9EdqadtFwU5VNog _AwvxoGwNEdq7X4sGURiZYA _mOUPF4N9EdqadtFwU5VNog _mPD16oN9EdqadtFwU5VNog _mMYVRIN9EdqadtFwU5VNog _mQG-u4N9EdqadtFwU5VNog _mP9NxoN9EdqadtFwU5VNog _mOUPEYN9EdqadtFwU5VNog _mOeABIN9EdqadtFwU5VNog _mPqS14N9EdqadtFwU5VNog _mQs0nIN9EdqadtFwU5VNog _Gjgl0GveEdq4DLWZOhbdEA _M4X2IGveEdq4DLWZOhbdEA _mM1BYoN9EdqadtFwU5VNog _mOnJ4IN9EdqadtFwU5VNog _mLouaYN9EdqadtFwU5VNog _mL7pVYN9EdqadtFwU5VNog _mNa3LYN9EdqadtFwU5VNog _mOLFC4N9EdqadtFwU5VNog _OQcbgGwOEdq7X4sGURiZYA _mNa3JYN9EdqadtFwU5VNog _ynRtoGvtEdqG6fBIPwe-mw _RPl78GwIEdq7X4sGURiZYA _mO6r4IN9EdqadtFwU5VNog _mLe9aIN9EdqadtFwU5VNog _mPXX04N9EdqadtFwU5VNog _mMiGQIN9EdqadtFwU5VNog _mOw64IN9EdqadtFwU5VNog _mOeAC4N9EdqadtFwU5VNog _mQ2lnIN9EdqadtFwU5VNog _mQ2lkIN9EdqadtFwU5VNog _mQ_vhoN9EdqadtFwU5VNog _mOw6-YN9EdqadtFwU5VNog _mP9N1YN9EdqadtFwU5VNog _mQ_vmoN9EdqadtFwU5VNog _mQ2ll4N9EdqadtFwU5VNog _jKxnwGwLEdq7X4sGURiZYA _mMFaUYN9EdqadtFwU5VNog _mM-yRYN9EdqadtFwU5VNog"/>

-    <eAnnotations xmi:id="_m8gxsYN9EdqadtFwU5VNog" source="UML::AuxiliaryConstructs::InformationFlows" references="_mr0qh4N9EdqadtFwU5VNog _mr0qe4N9EdqadtFwU5VNog _msuCOYN9EdqadtFwU5VNog _mskRPIN9EdqadtFwU5VNog _mr0qi4N9EdqadtFwU5VNog _msuCOIN9EdqadtFwU5VNog _mskRQYN9EdqadtFwU5VNog _mr0qZoN9EdqadtFwU5VNog _mskRNIN9EdqadtFwU5VNog _mr0qd4N9EdqadtFwU5VNog _mskRQ4N9EdqadtFwU5VNog _mskRNYN9EdqadtFwU5VNog _mr0qg4N9EdqadtFwU5VNog _mr0qVoN9EdqadtFwU5VNog _mskRMYN9EdqadtFwU5VNog _mskROYN9EdqadtFwU5VNog _msuCMYN9EdqadtFwU5VNog _mr0qc4N9EdqadtFwU5VNog _msuCNYN9EdqadtFwU5VNog _msuCMIN9EdqadtFwU5VNog _mr0qf4N9EdqadtFwU5VNog _mskRMIN9EdqadtFwU5VNog _mskROIN9EdqadtFwU5VNog _mr0qYoN9EdqadtFwU5VNog _mskRPoN9EdqadtFwU5VNog _msuCNIN9EdqadtFwU5VNog"/>

-    <eAnnotations xmi:id="_m8gxsoN9EdqadtFwU5VNog" source="UML::Components::BasicComponents" references="_mlagYIN9EdqadtFwU5VNog _mlagWoN9EdqadtFwU5VNog _mlQvaoN9EdqadtFwU5VNog _mlQvioN9EdqadtFwU5VNog _mlagUIN9EdqadtFwU5VNog _mlQvrYN9EdqadtFwU5VNog _mlagWIN9EdqadtFwU5VNog _mlQvgoN9EdqadtFwU5VNog _mlQvXoN9EdqadtFwU5VNog _mlagX4N9EdqadtFwU5VNog _mlQvWIN9EdqadtFwU5VNog _mlQvUYN9EdqadtFwU5VNog _mlQveoN9EdqadtFwU5VNog _mlQvZIN9EdqadtFwU5VNog _mlQvcoN9EdqadtFwU5VNog _mlQvk4N9EdqadtFwU5VNog _mlagXYN9EdqadtFwU5VNog _mlQvp4N9EdqadtFwU5VNog _mgDfP4N9EdqadtFwU5VNog _mlagYYN9EdqadtFwU5VNog _mlagVoN9EdqadtFwU5VNog _mlQvjYN9EdqadtFwU5VNog _mlagV4N9EdqadtFwU5VNog _mlQvVYN9EdqadtFwU5VNog _mlagWYN9EdqadtFwU5VNog"/>

-    <eAnnotations xmi:id="_m8gxs4N9EdqadtFwU5VNog" source="UML::AuxiliaryConstructs::Templates" references="_mxChh4N9EdqadtFwU5VNog _mxfNcYN9EdqadtFwU5VNog _mwvmxIN9EdqadtFwU5VNog _mxChg4N9EdqadtFwU5VNog _mwl1qYN9EdqadtFwU5VNog _mwvmtIN9EdqadtFwU5VNog _mx75ZYN9EdqadtFwU5VNog _mxyIZYN9EdqadtFwU5VNog _myFDWYN9EdqadtFwU5VNog _mx75aIN9EdqadtFwU5VNog _mx75boN9EdqadtFwU5VNog _6UV2QGwJEdq7X4sGURiZYA _Jp_1oGveEdq4DLWZOhbdEA _mxyIYoN9EdqadtFwU5VNog _myFDW4N9EdqadtFwU5VNog _-cvRAGvzEdq7X4sGURiZYA _mxoXZIN9EdqadtFwU5VNog _mxfNd4N9EdqadtFwU5VNog _mwl1lYN9EdqadtFwU5VNog _mw4wjoN9EdqadtFwU5VNog _mwvmoIN9EdqadtFwU5VNog _mx75Y4N9EdqadtFwU5VNog _myFDVIN9EdqadtFwU5VNog _mgWaOIN9EdqadtFwU5VNog _mx75cYN9EdqadtFwU5VNog _mxVcdoN9EdqadtFwU5VNog _mxVceoN9EdqadtFwU5VNog _mx75a4N9EdqadtFwU5VNog _mxVchYN9EdqadtFwU5VNog _mwvmpoN9EdqadtFwU5VNog _csVgUGvtEdqG6fBIPwe-mw _mxyIYIN9EdqadtFwU5VNog _mwvm-YN9EdqadtFwU5VNog _mwvm9IN9EdqadtFwU5VNog _mx75e4N9EdqadtFwU5VNog _mwl1pYN9EdqadtFwU5VNog _mwvmyoN9EdqadtFwU5VNog _mwcEkoN9EdqadtFwU5VNog _mxyIZ4N9EdqadtFwU5VNog _mwvmvoN9EdqadtFwU5VNog _mxVccIN9EdqadtFwU5VNog _mx75doN9EdqadtFwU5VNog _mwvmzoN9EdqadtFwU5VNog _mwvm2IN9EdqadtFwU5VNog _mw4whoN9EdqadtFwU5VNog _mwcEnIN9EdqadtFwU5VNog _mwvm7YN9EdqadtFwU5VNog _mwvnDIN9EdqadtFwU5VNog _mwvm3oN9EdqadtFwU5VNog _mwcEooN9EdqadtFwU5VNog _mx75ZIN9EdqadtFwU5VNog _mwvnAIN9EdqadtFwU5VNog _myFDV4N9EdqadtFwU5VNog _mxfNj4N9EdqadtFwU5VNog _mxoXY4N9EdqadtFwU5VNog _mxoXa4N9EdqadtFwU5VNog _mwvmuoN9EdqadtFwU5VNog _mwcEqYN9EdqadtFwU5VNog _mx75dIN9EdqadtFwU5VNog _mxfNgYN9EdqadtFwU5VNog _mM1BRYN9EdqadtFwU5VNog _myFDUIN9EdqadtFwU5VNog _mxChioN9EdqadtFwU5VNog _mwvm54N9EdqadtFwU5VNog _mxyIaIN9EdqadtFwU5VNog _mxfNi4N9EdqadtFwU5VNog _mwcEmIN9EdqadtFwU5VNog _mxoXZ4N9EdqadtFwU5VNog _9keOQGvdEdq4DLWZOhbdEA _mx75YIN9EdqadtFwU5VNog _mxoXaoN9EdqadtFwU5VNog _mxyIY4N9EdqadtFwU5VNog _mxVckIN9EdqadtFwU5VNog _mwvm1IN9EdqadtFwU5VNog _myFDXoN9EdqadtFwU5VNog _mwl1m4N9EdqadtFwU5VNog _mxVcjIN9EdqadtFwU5VNog _mwvnBoN9EdqadtFwU5VNog _mxoXYoN9EdqadtFwU5VNog _mxyIaoN9EdqadtFwU5VNog _mxfNe4N9EdqadtFwU5VNog _mxyIZoN9EdqadtFwU5VNog _mwvm4YN9EdqadtFwU5VNog _myFDUoN9EdqadtFwU5VNog _mwvmq4N9EdqadtFwU5VNog _mxVcf4N9EdqadtFwU5VNog _mxfNkoN9EdqadtFwU5VNog _KxRzgGvuEdqG6fBIPwe-mw _mx75eYN9EdqadtFwU5VNog _myFDXYN9EdqadtFwU5VNog _mwl1n4N9EdqadtFwU5VNog _mwvm_IN9EdqadtFwU5VNog _M4X2IGveEdq4DLWZOhbdEA _myFDXIN9EdqadtFwU5VNog _mxVciIN9EdqadtFwU5VNog _mwvmmoN9EdqadtFwU5VNog _jKxnwGwLEdq7X4sGURiZYA _mwvmkIN9EdqadtFwU5VNog"/>

-    <eAnnotations xmi:id="_m8gxtIN9EdqadtFwU5VNog" source="UML::Activities::StructuredActivities" references="_meG-hIN9EdqadtFwU5VNog _md90lYN9EdqadtFwU5VNog _mejqbYN9EdqadtFwU5VNog _meQvioN9EdqadtFwU5VNog _mejqZIN9EdqadtFwU5VNog _meQvdIN9EdqadtFwU5VNog _meQvnoN9EdqadtFwU5VNog _mejqfIN9EdqadtFwU5VNog _meQvmoN9EdqadtFwU5VNog _meageYN9EdqadtFwU5VNog _mejqgIN9EdqadtFwU5VNog _mejqcoN9EdqadtFwU5VNog _meQvcYN9EdqadtFwU5VNog _mejqeYN9EdqadtFwU5VNog _meG-foN9EdqadtFwU5VNog _meagfoN9EdqadtFwU5VNog _meQvgIN9EdqadtFwU5VNog _md90tYN9EdqadtFwU5VNog _meQvhIN9EdqadtFwU5VNog _meG-oYN9EdqadtFwU5VNog _meG-toN9EdqadtFwU5VNog _meQvpIN9EdqadtFwU5VNog _meG-sIN9EdqadtFwU5VNog _mejqdYN9EdqadtFwU5VNog _mejqfoN9EdqadtFwU5VNog _md90u4N9EdqadtFwU5VNog _meG-coN9EdqadtFwU5VNog _mejqcYN9EdqadtFwU5VNog _meaggYN9EdqadtFwU5VNog _meG-rYN9EdqadtFwU5VNog _meQvloN9EdqadtFwU5VNog _meG-c4N9EdqadtFwU5VNog _md90soN9EdqadtFwU5VNog _md90j4N9EdqadtFwU5VNog _md90iYN9EdqadtFwU5VNog _meQvvIN9EdqadtFwU5VNog _md90g4N9EdqadtFwU5VNog _meQvwoN9EdqadtFwU5VNog _meagdYN9EdqadtFwU5VNog _meQvkoN9EdqadtFwU5VNog _meG-kIN9EdqadtFwU5VNog _mejqYIN9EdqadtFwU5VNog _meQvfIN9EdqadtFwU5VNog _meageoN9EdqadtFwU5VNog _meG-cIN9EdqadtFwU5VNog _meG-qoN9EdqadtFwU5VNog _meG-d4N9EdqadtFwU5VNog _md90noN9EdqadtFwU5VNog _mejqboN9EdqadtFwU5VNog _mdq5uYN9EdqadtFwU5VNog _meG-lYN9EdqadtFwU5VNog _mejqZYN9EdqadtFwU5VNog _mejqaIN9EdqadtFwU5VNog _md90mIN9EdqadtFwU5VNog _meQvsoN9EdqadtFwU5VNog _meQvjoN9EdqadtFwU5VNog _mejqYYN9EdqadtFwU5VNog _meG-p4N9EdqadtFwU5VNog _meagfYN9EdqadtFwU5VNog _meQvv4N9EdqadtFwU5VNog _mejqdoN9EdqadtFwU5VNog _meG-m4N9EdqadtFwU5VNog _meagd4N9EdqadtFwU5VNog _meQveIN9EdqadtFwU5VNog _mejqaoN9EdqadtFwU5VNog _meG-ioN9EdqadtFwU5VNog"/>

-    <eAnnotations xmi:id="_m8gxtYN9EdqadtFwU5VNog" source="UML::CompositeStructures::InternalStructures" references="_mgpVEIN9EdqadtFwU5VNog _mQQIrYN9EdqadtFwU5VNog _mgDfNYN9EdqadtFwU5VNog _6UV2QGwJEdq7X4sGURiZYA _mgfkLYN9EdqadtFwU5VNog _Jp_1oGveEdq4DLWZOhbdEA _mgpVFoN9EdqadtFwU5VNog _mgWaO4N9EdqadtFwU5VNog _mgWaOIN9EdqadtFwU5VNog _mgfkE4N9EdqadtFwU5VNog _FQiVsGwYEdqHKKVoxc0dlA _mgDfU4N9EdqadtFwU5VNog _mgpVGYN9EdqadtFwU5VNog _mgfkHYN9EdqadtFwU5VNog _mgWaLIN9EdqadtFwU5VNog _mgfkI4N9EdqadtFwU5VNog _aOgw0GveEdq4DLWZOhbdEA _mgfkL4N9EdqadtFwU5VNog _mgfkIYN9EdqadtFwU5VNog _mgWaJoN9EdqadtFwU5VNog _mgWaIIN9EdqadtFwU5VNog _mgDfT4N9EdqadtFwU5VNog _mgDfP4N9EdqadtFwU5VNog _mgfkJoN9EdqadtFwU5VNog _mgDfO4N9EdqadtFwU5VNog _mgWaMoN9EdqadtFwU5VNog _mKcbkIN9EdqadtFwU5VNog _mQQIsIN9EdqadtFwU5VNog _mgfkFoN9EdqadtFwU5VNog _mgDfS4N9EdqadtFwU5VNog _mgfkKoN9EdqadtFwU5VNog _mgfkGoN9EdqadtFwU5VNog _mgpVEoN9EdqadtFwU5VNog _mgfkHoN9EdqadtFwU5VNog _mgfkEoN9EdqadtFwU5VNog _mgpVFYN9EdqadtFwU5VNog"/>

-    <eAnnotations xmi:id="_m8gxtoN9EdqadtFwU5VNog" source="UML::Actions::IntermediateActions" references="_mnWaD4N9EdqadtFwU5VNog _mngLAIN9EdqadtFwU5VNog _mm5uX4N9EdqadtFwU5VNog _mmwkP4N9EdqadtFwU5VNog _mnpVDIN9EdqadtFwU5VNog _mnzGAIN9EdqadtFwU5VNog _mnpVCIN9EdqadtFwU5VNog _mnzF8IN9EdqadtFwU5VNog _mnpU9oN9EdqadtFwU5VNog _mnDfGYN9EdqadtFwU5VNog _mnzGDoN9EdqadtFwU5VNog _mm5uaIN9EdqadtFwU5VNog _mmwkToN9EdqadtFwU5VNog _mnWaV4N9EdqadtFwU5VNog _mngLH4N9EdqadtFwU5VNog _mngLAYN9EdqadtFwU5VNog _mnpU8YN9EdqadtFwU5VNog _mnNQPYN9EdqadtFwU5VNog _mnzGA4N9EdqadtFwU5VNog _mn83CYN9EdqadtFwU5VNog _mnpVEIN9EdqadtFwU5VNog _mnzF-YN9EdqadtFwU5VNog _mnWaIoN9EdqadtFwU5VNog _mnNQOYN9EdqadtFwU5VNog _mmwkO4N9EdqadtFwU5VNog _mngLCYN9EdqadtFwU5VNog _mnzF8oN9EdqadtFwU5VNog _mnpU8IN9EdqadtFwU5VNog _mnzF9oN9EdqadtFwU5VNog _mnzGDYN9EdqadtFwU5VNog _mnWaK4N9EdqadtFwU5VNog _mnNQWYN9EdqadtFwU5VNog _mnWaR4N9EdqadtFwU5VNog _mnNQaYN9EdqadtFwU5VNog _mm5uVYN9EdqadtFwU5VNog _mngLBoN9EdqadtFwU5VNog _mm5uHIN9EdqadtFwU5VNog _mnpU_oN9EdqadtFwU5VNog _mn82_4N9EdqadtFwU5VNog _mnWaHoN9EdqadtFwU5VNog _mnzF-4N9EdqadtFwU5VNog _mnNQKIN9EdqadtFwU5VNog _mngLC4N9EdqadtFwU5VNog _mm5uboN9EdqadtFwU5VNog _mnpVBYN9EdqadtFwU5VNog _mngLGIN9EdqadtFwU5VNog _mngLFYN9EdqadtFwU5VNog _mn829oN9EdqadtFwU5VNog _mnpU-YN9EdqadtFwU5VNog _mmwkUYN9EdqadtFwU5VNog _mnzGBIN9EdqadtFwU5VNog _mn83BIN9EdqadtFwU5VNog _mnNQLYN9EdqadtFwU5VNog _mnzGCYN9EdqadtFwU5VNog _mmwkVIN9EdqadtFwU5VNog _mm5uKIN9EdqadtFwU5VNog _mnWaXYN9EdqadtFwU5VNog _mm5uWYN9EdqadtFwU5VNog _mnWaPoN9EdqadtFwU5VNog _mn828IN9EdqadtFwU5VNog _mnWaToN9EdqadtFwU5VNog _mmwkRYN9EdqadtFwU5VNog _mnpVAIN9EdqadtFwU5VNog _mnzGB4N9EdqadtFwU5VNog _mnWaA4N9EdqadtFwU5VNog _mnWaL4N9EdqadtFwU5VNog _mngLEIN9EdqadtFwU5VNog _mnWaGIN9EdqadtFwU5VNog _mnDfHIN9EdqadtFwU5VNog _mm5uQ4N9EdqadtFwU5VNog _mnDfKIN9EdqadtFwU5VNog _mnNQEIN9EdqadtFwU5VNog _mnzF9YN9EdqadtFwU5VNog _mnpVCYN9EdqadtFwU5VNog _mngLDoN9EdqadtFwU5VNog _mn82-YN9EdqadtFwU5VNog _mnNQU4N9EdqadtFwU5VNog _mnpVEYN9EdqadtFwU5VNog _mnDfE4N9EdqadtFwU5VNog _mm5uPYN9EdqadtFwU5VNog _mn82_oN9EdqadtFwU5VNog _mnpU-4N9EdqadtFwU5VNog _mn828oN9EdqadtFwU5VNog _mnNQIoN9EdqadtFwU5VNog _mnpVDYN9EdqadtFwU5VNog _mm5uIoN9EdqadtFwU5VNog _mm5ud4N9EdqadtFwU5VNog _mnzGDIN9EdqadtFwU5VNog _mm5uEIN9EdqadtFwU5VNog _mnNQQYN9EdqadtFwU5VNog _mnzGCoN9EdqadtFwU5VNog _mnNQZYN9EdqadtFwU5VNog _mnpU9IN9EdqadtFwU5VNog _mnWaAIN9EdqadtFwU5VNog _mnWaMoN9EdqadtFwU5VNog _mn83AoN9EdqadtFwU5VNog _mnNQYoN9EdqadtFwU5VNog _mngLGoN9EdqadtFwU5VNog _mmwkLIN9EdqadtFwU5VNog _mngLBIN9EdqadtFwU5VNog _mnWaSoN9EdqadtFwU5VNog _mnNQb4N9EdqadtFwU5VNog _mn829YN9EdqadtFwU5VNog _mn83B4N9EdqadtFwU5VNog _mnWaOIN9EdqadtFwU5VNog _mnDfIoN9EdqadtFwU5VNog _mnDfEIN9EdqadtFwU5VNog _mnDfK4N9EdqadtFwU5VNog _mn82-4N9EdqadtFwU5VNog _mngLHYN9EdqadtFwU5VNog _mnzF_oN9EdqadtFwU5VNog _mnpVA4N9EdqadtFwU5VNog _mm5uLoN9EdqadtFwU5VNog _mnNQHIN9EdqadtFwU5VNog _mngLE4N9EdqadtFwU5VNog _mnWaCYN9EdqadtFwU5VNog"/>

-    <eAnnotations xmi:id="_m8gxt4N9EdqadtFwU5VNog" source="UML::Activities::FundamentalActivities" references="_md90lYN9EdqadtFwU5VNog _meG-dYN9EdqadtFwU5VNog _md90tYN9EdqadtFwU5VNog _md90u4N9EdqadtFwU5VNog _meG-coN9EdqadtFwU5VNog _meG-c4N9EdqadtFwU5VNog _md90soN9EdqadtFwU5VNog _md90j4N9EdqadtFwU5VNog _md90iYN9EdqadtFwU5VNog _md90g4N9EdqadtFwU5VNog _meG-cIN9EdqadtFwU5VNog _md90qoN9EdqadtFwU5VNog _md90noN9EdqadtFwU5VNog _mdq5uYN9EdqadtFwU5VNog _md90mIN9EdqadtFwU5VNog _md90pIN9EdqadtFwU5VNog"/>

-    <eAnnotations xmi:id="_m8gxuIN9EdqadtFwU5VNog" source="UML::Activities::BasicActivities" references="_md90lYN9EdqadtFwU5VNog _mhGBF4N9EdqadtFwU5VNog _mhGBLoN9EdqadtFwU5VNog _mhGBFIN9EdqadtFwU5VNog _mhY794N9EdqadtFwU5VNog _mdXXx4N9EdqadtFwU5VNog _mhGBJoN9EdqadtFwU5VNog _mhPyAIN9EdqadtFwU5VNog _mhGBOIN9EdqadtFwU5VNog _mhPyPYN9EdqadtFwU5VNog _mhPyCYN9EdqadtFwU5VNog _mhY8A4N9EdqadtFwU5VNog _mhGBCoN9EdqadtFwU5VNog _mhPyNYN9EdqadtFwU5VNog _mhY8DIN9EdqadtFwU5VNog _mhGBNIN9EdqadtFwU5VNog _mhPyG4N9EdqadtFwU5VNog _mhY8AIN9EdqadtFwU5VNog _mhPyOYN9EdqadtFwU5VNog _md90soN9EdqadtFwU5VNog _md90g4N9EdqadtFwU5VNog _mhPyFYN9EdqadtFwU5VNog _mhPyLYN9EdqadtFwU5VNog _mhGBPoN9EdqadtFwU5VNog _mhY8BYN9EdqadtFwU5VNog _mhY8B4N9EdqadtFwU5VNog _mhY8BoN9EdqadtFwU5VNog _mhY8DoN9EdqadtFwU5VNog _mhY8BIN9EdqadtFwU5VNog _mhY8CYN9EdqadtFwU5VNog _mhGBIIN9EdqadtFwU5VNog _mhY7-oN9EdqadtFwU5VNog _mhY8AoN9EdqadtFwU5VNog _mhGBKoN9EdqadtFwU5VNog"/>

-    <eAnnotations xmi:id="_m8gxuYN9EdqadtFwU5VNog" source="UML::Activities::IntermediateActivities" references="_md90lYN9EdqadtFwU5VNog _mhGBF4N9EdqadtFwU5VNog _mhGBLoN9EdqadtFwU5VNog _mkX-rIN9EdqadtFwU5VNog _mkX-hIN9EdqadtFwU5VNog _mkONgIN9EdqadtFwU5VNog _mkhIhIN9EdqadtFwU5VNog _mhPyCYN9EdqadtFwU5VNog _mkONiYN9EdqadtFwU5VNog _mkX-nIN9EdqadtFwU5VNog _mkONs4N9EdqadtFwU5VNog _mkq5d4N9EdqadtFwU5VNog _mkq5c4N9EdqadtFwU5VNog _mkhIcIN9EdqadtFwU5VNog _mkX-qIN9EdqadtFwU5VNog _md90u4N9EdqadtFwU5VNog _meG-coN9EdqadtFwU5VNog _mkONjIN9EdqadtFwU5VNog _meG-c4N9EdqadtFwU5VNog _md90soN9EdqadtFwU5VNog _mkONuYN9EdqadtFwU5VNog _mkhId4N9EdqadtFwU5VNog _md90j4N9EdqadtFwU5VNog _mkONn4N9EdqadtFwU5VNog _md90g4N9EdqadtFwU5VNog _mkONrYN9EdqadtFwU5VNog _mhPyFYN9EdqadtFwU5VNog _mkq5dIN9EdqadtFwU5VNog _mkhIf4N9EdqadtFwU5VNog _mkONqYN9EdqadtFwU5VNog _mkhIgYN9EdqadtFwU5VNog _md90noN9EdqadtFwU5VNog _mkONj4N9EdqadtFwU5VNog _mkX-jYN9EdqadtFwU5VNog _mkq5coN9EdqadtFwU5VNog _md90mIN9EdqadtFwU5VNog _mkq5cIN9EdqadtFwU5VNog _mkq5eYN9EdqadtFwU5VNog _mkhIg4N9EdqadtFwU5VNog _mhY8BIN9EdqadtFwU5VNog _mkONooN9EdqadtFwU5VNog _mkX-gIN9EdqadtFwU5VNog _mkONpYN9EdqadtFwU5VNog _mkX-k4N9EdqadtFwU5VNog _mkhIfYN9EdqadtFwU5VNog"/>

-    <eAnnotations xmi:id="_m8gxuoN9EdqadtFwU5VNog" source="UML::Activities::CompleteStructuredActivities" references="_md90lYN9EdqadtFwU5VNog _mu825oN9EdqadtFwU5VNog _mhGBF4N9EdqadtFwU5VNog _mhGBLoN9EdqadtFwU5VNog _mvGn34N9EdqadtFwU5VNog _mvPx24N9EdqadtFwU5VNog _meQvhIN9EdqadtFwU5VNog _meG-toN9EdqadtFwU5VNog _mvGn44N9EdqadtFwU5VNog _mvPxwIN9EdqadtFwU5VNog _mu826YN9EdqadtFwU5VNog _mvPx2IN9EdqadtFwU5VNog _mvPxwoN9EdqadtFwU5VNog _mvPxy4N9EdqadtFwU5VNog _mvPxx4N9EdqadtFwU5VNog _mu8224N9EdqadtFwU5VNog _mvPxzoN9EdqadtFwU5VNog _mvGn54N9EdqadtFwU5VNog _mvPx04N9EdqadtFwU5VNog _mvPx1oN9EdqadtFwU5VNog _mhPyFYN9EdqadtFwU5VNog _meG-kIN9EdqadtFwU5VNog _mvPxyoN9EdqadtFwU5VNog _mvGn8IN9EdqadtFwU5VNog _mvGn94N9EdqadtFwU5VNog _mvGn2YN9EdqadtFwU5VNog _mvPxz4N9EdqadtFwU5VNog _meG-p4N9EdqadtFwU5VNog _mhY8BIN9EdqadtFwU5VNog _mvPxxYN9EdqadtFwU5VNog _mvPx0oN9EdqadtFwU5VNog"/>

-    <eAnnotations xmi:id="_m8gxu4N9EdqadtFwU5VNog" source="UML::StateMachines::ProtocolStateMachines" references="_mwJJtIN9EdqadtFwU5VNog _mv_YwoN9EdqadtFwU5VNog _mwJJqYN9EdqadtFwU5VNog _mwJJp4N9EdqadtFwU5VNog _mpSTsIN9EdqadtFwU5VNog _mwJJpIN9EdqadtFwU5VNog _mv_YpIN9EdqadtFwU5VNog _mv_YsIN9EdqadtFwU5VNog _mvsd4oN9EdqadtFwU5VNog _mvsd3IN9EdqadtFwU5VNog _mo_YwIN9EdqadtFwU5VNog _mwJJo4N9EdqadtFwU5VNog _8Ugn8GvtEdqG6fBIPwe-mw _mv_YvIN9EdqadtFwU5VNog _mwJJrIN9EdqadtFwU5VNog _mwJJoIN9EdqadtFwU5VNog _mv_Y24N9EdqadtFwU5VNog _mvsd2YN9EdqadtFwU5VNog _mwJJu4N9EdqadtFwU5VNog _mwJJroN9EdqadtFwU5VNog _mv_YtoN9EdqadtFwU5VNog _ZAuvEGveEdq4DLWZOhbdEA _mv2OsYN9EdqadtFwU5VNog _mwJJt4N9EdqadtFwU5VNog _mv_Y1IN9EdqadtFwU5VNog _mwJJuIN9EdqadtFwU5VNog _mv_YoIN9EdqadtFwU5VNog _mwJJsoN9EdqadtFwU5VNog _mwJJvYN9EdqadtFwU5VNog"/>

-    <eAnnotations xmi:id="_m8gxvIN9EdqadtFwU5VNog" source="UML::Actions::StructuredActions" references="_mrX-YIN9EdqadtFwU5VNog _mrX-coN9EdqadtFwU5VNog _mrX-hYN9EdqadtFwU5VNog _mrONgoN9EdqadtFwU5VNog _mrONaoN9EdqadtFwU5VNog _mrONoIN9EdqadtFwU5VNog _mrX-h4N9EdqadtFwU5VNog _mrONiIN9EdqadtFwU5VNog _mrX-fYN9EdqadtFwU5VNog _mrONZoN9EdqadtFwU5VNog _mrONkYN9EdqadtFwU5VNog _mrONi4N9EdqadtFwU5VNog _mrONc4N9EdqadtFwU5VNog _mrONo4N9EdqadtFwU5VNog _mrX-ioN9EdqadtFwU5VNog _mrONeYN9EdqadtFwU5VNog _mrX-e4N9EdqadtFwU5VNog _mrONlIN9EdqadtFwU5VNog _mrX-bIN9EdqadtFwU5VNog _mrONrIN9EdqadtFwU5VNog _mrONqYN9EdqadtFwU5VNog _mrhvYoN9EdqadtFwU5VNog _mrX-doN9EdqadtFwU5VNog _mrhvYIN9EdqadtFwU5VNog _mrX-goN9EdqadtFwU5VNog _mrONYIN9EdqadtFwU5VNog _mrX-jIN9EdqadtFwU5VNog _mrX-gIN9EdqadtFwU5VNog _mrX-c4N9EdqadtFwU5VNog _mrX-eIN9EdqadtFwU5VNog _mrONmoN9EdqadtFwU5VNog"/>

-    <eAnnotations xmi:id="_m8gxvYN9EdqadtFwU5VNog" source="UML::Actions::BasicActions" references="_mdhIpYN9EdqadtFwU5VNog _md0DhYN9EdqadtFwU5VNog _mdq5z4N9EdqadtFwU5VNog _mdhIloN9EdqadtFwU5VNog _md0Di4N9EdqadtFwU5VNog _md0DpYN9EdqadtFwU5VNog _mdXXx4N9EdqadtFwU5VNog _mdq51oN9EdqadtFwU5VNog _md0DgoN9EdqadtFwU5VNog _mdq5kIN9EdqadtFwU5VNog _md0Dj4N9EdqadtFwU5VNog _md0DjoN9EdqadtFwU5VNog _mdXXw4N9EdqadtFwU5VNog _mdhIn4N9EdqadtFwU5VNog _md0DmYN9EdqadtFwU5VNog _md0DnYN9EdqadtFwU5VNog _mdq5zoN9EdqadtFwU5VNog _md0DloN9EdqadtFwU5VNog _mdq5n4N9EdqadtFwU5VNog _mdhIkIN9EdqadtFwU5VNog _mdXXuYN9EdqadtFwU5VNog _md0DiYN9EdqadtFwU5VNog _mdq5tYN9EdqadtFwU5VNog _md0DoYN9EdqadtFwU5VNog _mdq5qYN9EdqadtFwU5VNog _md0DmoN9EdqadtFwU5VNog _mdhInIN9EdqadtFwU5VNog _mdXXs4N9EdqadtFwU5VNog _mdXXv4N9EdqadtFwU5VNog _mdhIooN9EdqadtFwU5VNog _md90goN9EdqadtFwU5VNog _md0Do4N9EdqadtFwU5VNog _md0DooN9EdqadtFwU5VNog _mdq52IN9EdqadtFwU5VNog _mdq5vIN9EdqadtFwU5VNog _mdhIt4N9EdqadtFwU5VNog _md0DnoN9EdqadtFwU5VNog _mdq5yIN9EdqadtFwU5VNog _md0DhoN9EdqadtFwU5VNog _mdXXsIN9EdqadtFwU5VNog _mdq5o4N9EdqadtFwU5VNog _mdhIuoN9EdqadtFwU5VNog _mdhIyYN9EdqadtFwU5VNog _mdhIq4N9EdqadtFwU5VNog _mdhIwIN9EdqadtFwU5VNog _md0DoIN9EdqadtFwU5VNog _md0DlIN9EdqadtFwU5VNog _mdq5uYN9EdqadtFwU5VNog _md0Dn4N9EdqadtFwU5VNog _mdq5woN9EdqadtFwU5VNog _mdhIz4N9EdqadtFwU5VNog _mdq504N9EdqadtFwU5VNog _md0DgIN9EdqadtFwU5VNog _md0DjIN9EdqadtFwU5VNog _mdq50oN9EdqadtFwU5VNog _md90gIN9EdqadtFwU5VNog _md0DkYN9EdqadtFwU5VNog"/>

-    <eAnnotations xmi:id="_m8gxvoN9EdqadtFwU5VNog" source="UML::Interactions::Fragments" references="_mmT4MIN9EdqadtFwU5VNog _mmmzPIN9EdqadtFwU5VNog _mmwkIYN9EdqadtFwU5VNog _mmdCJoN9EdqadtFwU5VNog _mmT4S4N9EdqadtFwU5VNog _mmT4XoN9EdqadtFwU5VNog _mmmzQYN9EdqadtFwU5VNog _mmKHjYN9EdqadtFwU5VNog _mmmzIIN9EdqadtFwU5VNog _mhitDIN9EdqadtFwU5VNog _mmKHRoN9EdqadtFwU5VNog _mmmzMIN9EdqadtFwU5VNog _mmmzLIN9EdqadtFwU5VNog _mmKHYoN9EdqadtFwU5VNog _mmmzRIN9EdqadtFwU5VNog _mmdCM4N9EdqadtFwU5VNog _mmwkIIN9EdqadtFwU5VNog _mhis8IN9EdqadtFwU5VNog _mmmzN4N9EdqadtFwU5VNog _mmKHN4N9EdqadtFwU5VNog _mmmzMoN9EdqadtFwU5VNog _mmT4boN9EdqadtFwU5VNog _mmwkJIN9EdqadtFwU5VNog _mmmzIYN9EdqadtFwU5VNog _mmKHbIN9EdqadtFwU5VNog _mmwkKIN9EdqadtFwU5VNog _mmKHk4N9EdqadtFwU5VNog _mmmzKYN9EdqadtFwU5VNog _mmT4V4N9EdqadtFwU5VNog _mmmzJIN9EdqadtFwU5VNog _mmmzQoN9EdqadtFwU5VNog _mmmzNYN9EdqadtFwU5VNog _mmKHVoN9EdqadtFwU5VNog _mmmzLYN9EdqadtFwU5VNog _mmmzJ4N9EdqadtFwU5VNog _mmmzIoN9EdqadtFwU5VNog _mmT4SIN9EdqadtFwU5VNog _mmKHSoN9EdqadtFwU5VNog _mmT4UYN9EdqadtFwU5VNog _mmwkKYN9EdqadtFwU5VNog _mmmzOoN9EdqadtFwU5VNog _mhitLIN9EdqadtFwU5VNog _mmdCL4N9EdqadtFwU5VNog _mmKHUIN9EdqadtFwU5VNog _mmKHeIN9EdqadtFwU5VNog _mmdCIIN9EdqadtFwU5VNog _mmT4OYN9EdqadtFwU5VNog _mmmzP4N9EdqadtFwU5VNog _mmKHcoN9EdqadtFwU5VNog _mmT4YoN9EdqadtFwU5VNog"/>

-    <eAnnotations xmi:id="_m8gxv4N9EdqadtFwU5VNog" source="UML::Deployments::Nodes" references="_ml3MQ4N9EdqadtFwU5VNog _Jp_1oGveEdq4DLWZOhbdEA _mmKHMoN9EdqadtFwU5VNog _ml3MSYN9EdqadtFwU5VNog _mltbcIN9EdqadtFwU5VNog _mltbZ4N9EdqadtFwU5VNog _mmA9RIN9EdqadtFwU5VNog _mltbbYN9EdqadtFwU5VNog _mmA9R4N9EdqadtFwU5VNog _mltbU4N9EdqadtFwU5VNog _ml3MWoN9EdqadtFwU5VNog _mmKHNIN9EdqadtFwU5VNog _mltbVoN9EdqadtFwU5VNog _mVnw0IN9EdqadtFwU5VNog _ml3MQIN9EdqadtFwU5VNog _mmA9QoN9EdqadtFwU5VNog _mmKHMIN9EdqadtFwU5VNog _ml3MV4N9EdqadtFwU5VNog _mltbYIN9EdqadtFwU5VNog _mmKHM4N9EdqadtFwU5VNog _ml3MT4N9EdqadtFwU5VNog _mltbWoN9EdqadtFwU5VNog _-lGRgHLzEdqziYxiZo0YtA"/>

-    <eAnnotations xmi:id="_m8gxwIN9EdqadtFwU5VNog" source="UML::CompositeStructures::Collaborations" references="_mgpVOYN9EdqadtFwU5VNog _6UV2QGwJEdq7X4sGURiZYA _mgzGFIN9EdqadtFwU5VNog _mg8QBYN9EdqadtFwU5VNog _mgzGEIN9EdqadtFwU5VNog _mg8QCYN9EdqadtFwU5VNog _mhGBB4N9EdqadtFwU5VNog _mg8QC4N9EdqadtFwU5VNog _mgpVHoN9EdqadtFwU5VNog _mg8QEIN9EdqadtFwU5VNog _mgpVNIN9EdqadtFwU5VNog _mhGBAIN9EdqadtFwU5VNog _KyaPMGveEdq4DLWZOhbdEA _mhGBAoN9EdqadtFwU5VNog _mgpVKoN9EdqadtFwU5VNog _mg8QDoN9EdqadtFwU5VNog _mgpVLoN9EdqadtFwU5VNog _mhGBBYN9EdqadtFwU5VNog _mg8QBoN9EdqadtFwU5VNog"/>

-    <eAnnotations xmi:id="_m8qisIN9EdqadtFwU5VNog" source="UML::Deployments::ComponentDeployments" references="_mvsdtoN9EdqadtFwU5VNog _mvsd14N9EdqadtFwU5VNog _mltbU4N9EdqadtFwU5VNog _mvsdy4N9EdqadtFwU5VNog _mvsd0YN9EdqadtFwU5VNog _mvsdvIN9EdqadtFwU5VNog _mvsdxYN9EdqadtFwU5VNog"/>

-    <eAnnotations xmi:id="_m8qisYN9EdqadtFwU5VNog" source="UML::UseCases" references="_mi4J1YN9EdqadtFwU5VNog _miu_8YN9EdqadtFwU5VNog _6UV2QGwJEdq7X4sGURiZYA _mjLrsIN9EdqadtFwU5VNog _mjB6wIN9EdqadtFwU5VNog _mjB6uoN9EdqadtFwU5VNog _miu_0YN9EdqadtFwU5VNog _miu_64N9EdqadtFwU5VNog _mi4JxYN9EdqadtFwU5VNog _mjB6sIN9EdqadtFwU5VNog _mjB6tYN9EdqadtFwU5VNog _miu_9YN9EdqadtFwU5VNog _mjB6s4N9EdqadtFwU5VNog _mjB6x4N9EdqadtFwU5VNog _mi4J6YN9EdqadtFwU5VNog _mi4J74N9EdqadtFwU5VNog _mjB6zYN9EdqadtFwU5VNog _mi4Jv4N9EdqadtFwU5VNog _mjB6yIN9EdqadtFwU5VNog _mjB6vYN9EdqadtFwU5VNog _mi4JsIN9EdqadtFwU5VNog _mjB6woN9EdqadtFwU5VNog _miu_4YN9EdqadtFwU5VNog _mi4J4oN9EdqadtFwU5VNog _miu_2oN9EdqadtFwU5VNog _mi4J0YN9EdqadtFwU5VNog _mjB6y4N9EdqadtFwU5VNog _mjB6xIN9EdqadtFwU5VNog _mi4J3IN9EdqadtFwU5VNog _miu_5YN9EdqadtFwU5VNog _miu__4N9EdqadtFwU5VNog _mjB6uIN9EdqadtFwU5VNog _mi4Jy4N9EdqadtFwU5VNog _miu_-YN9EdqadtFwU5VNog"/>

-    <eAnnotations xmi:id="_m8qisoN9EdqadtFwU5VNog" source="UML::CompositeStructures::Ports" references="_mk0qgIN9EdqadtFwU5VNog _mlHlY4N9EdqadtFwU5VNog _mk0qfYN9EdqadtFwU5VNog _mlHlbIN9EdqadtFwU5VNog _mlHlc4N9EdqadtFwU5VNog _mlHlZoN9EdqadtFwU5VNog _mlHlb4N9EdqadtFwU5VNog _mk0qiYN9EdqadtFwU5VNog _mlHlaoN9EdqadtFwU5VNog _mk0qjYN9EdqadtFwU5VNog _aOgw0GveEdq4DLWZOhbdEA _mlHldIN9EdqadtFwU5VNog _mk90Y4N9EdqadtFwU5VNog _mk90YIN9EdqadtFwU5VNog _mlHlZ4N9EdqadtFwU5VNog _mlHlcIN9EdqadtFwU5VNog _mk0qg4N9EdqadtFwU5VNog _ZAuvEGveEdq4DLWZOhbdEA _mk90coN9EdqadtFwU5VNog _mlHlYIN9EdqadtFwU5VNog"/>

-    <eAnnotations xmi:id="_m8qis4N9EdqadtFwU5VNog" source="UML::CompositeStructures::InvocationActions" references="_mo1n0YN9EdqadtFwU5VNog _mo1nzoN9EdqadtFwU5VNog _mjU1qYN9EdqadtFwU5VNog _mo1nxIN9EdqadtFwU5VNog _mdhIooN9EdqadtFwU5VNog _mo1nyYN9EdqadtFwU5VNog _mo1nzYN9EdqadtFwU5VNog _mo1n0oN9EdqadtFwU5VNog"/>

-    <eAnnotations xmi:id="_m8qitIN9EdqadtFwU5VNog" source="UML::Activities::ExtraStructuredActivities" references="_mvZi3IN9EdqadtFwU5VNog _mvjTwYN9EdqadtFwU5VNog _mvjTwoN9EdqadtFwU5VNog _mvjTx4N9EdqadtFwU5VNog _mvjTxoN9EdqadtFwU5VNog _mvjTyYN9EdqadtFwU5VNog _mvZjA4N9EdqadtFwU5VNog _mvZi0YN9EdqadtFwU5VNog _mvZiwIN9EdqadtFwU5VNog _mvjTyIN9EdqadtFwU5VNog _mvZi2IN9EdqadtFwU5VNog _mvZi1IN9EdqadtFwU5VNog _meQvvIN9EdqadtFwU5VNog _mvjTxYN9EdqadtFwU5VNog _mvjTxIN9EdqadtFwU5VNog _mvjTwIN9EdqadtFwU5VNog _mvZi94N9EdqadtFwU5VNog _mvZiw4N9EdqadtFwU5VNog _mvZi8YN9EdqadtFwU5VNog _mvZi4oN9EdqadtFwU5VNog _mvZi_4N9EdqadtFwU5VNog _mvZix4N9EdqadtFwU5VNog _mvZiy4N9EdqadtFwU5VNog _mvZi-4N9EdqadtFwU5VNog"/>

-    <eAnnotations xmi:id="_m8qitYN9EdqadtFwU5VNog" source="UML::Deployments::Artifacts" references="_mlkRVoN9EdqadtFwU5VNog _mlkReoN9EdqadtFwU5VNog _mlkRboN9EdqadtFwU5VNog _mlkRUIN9EdqadtFwU5VNog _mltbQIN9EdqadtFwU5VNog _mltbQ4N9EdqadtFwU5VNog _mlkRaIN9EdqadtFwU5VNog _mlkRd4N9EdqadtFwU5VNog _mltbTYN9EdqadtFwU5VNog _mlkRcYN9EdqadtFwU5VNog _mlkRdYN9EdqadtFwU5VNog _mltbRoN9EdqadtFwU5VNog _mlkRYoN9EdqadtFwU5VNog _mlkRXIN9EdqadtFwU5VNog _mlkRfIN9EdqadtFwU5VNog _mltbUIN9EdqadtFwU5VNog _mltbSoN9EdqadtFwU5VNog _-lGRgHLzEdqziYxiZo0YtA"/>

-    <eAnnotations xmi:id="_m8qitoN9EdqadtFwU5VNog" source="UML::AuxiliaryConstructs::Models" references="_NVhqMGv0Edq7X4sGURiZYA _msuCPoN9EdqadtFwU5VNog"/>

-    <eAnnotations xmi:id="_m8qit4N9EdqadtFwU5VNog" source="UML::Classes::AssociationClasses" references="_mwS6tYN9EdqadtFwU5VNog _Jp_1oGveEdq4DLWZOhbdEA _mwS6r4N9EdqadtFwU5VNog _mwS6oIN9EdqadtFwU5VNog _mwS6p4N9EdqadtFwU5VNog _mwcEkIN9EdqadtFwU5VNog"/>

-    <eAnnotations xmi:id="_m8qiuIN9EdqadtFwU5VNog" source="UML::Classes::Interfaces" references="_mf5uS4N9EdqadtFwU5VNog _mf5uUIN9EdqadtFwU5VNog _mfdCXIN9EdqadtFwU5VNog _mf5uRYN9EdqadtFwU5VNog _mf5uToN9EdqadtFwU5VNog _mf5uMIN9EdqadtFwU5VNog _mf5uQIN9EdqadtFwU5VNog _mf5uNoN9EdqadtFwU5VNog _l2mXcHLzEdqziYxiZo0YtA _mf5uSIN9EdqadtFwU5VNog _8Ugn8GvtEdqG6fBIPwe-mw _mfmzQIN9EdqadtFwU5VNog _mfv9MYN9EdqadtFwU5VNog _mfdCUIN9EdqadtFwU5VNog _mfmzSoN9EdqadtFwU5VNog _mf5uPIN9EdqadtFwU5VNog _mf5uQoN9EdqadtFwU5VNog _mf5uOYN9EdqadtFwU5VNog _M4X2IGveEdq4DLWZOhbdEA _mfmzRoN9EdqadtFwU5VNog _iY7sMGvsEdqG6fBIPwe-mw _mfdCVoN9EdqadtFwU5VNog"/>

-    <eAnnotations xmi:id="_m8qiuYN9EdqadtFwU5VNog" source="UML::Classes::Dependencies" references="_6UV2QGwJEdq7X4sGURiZYA _mfAWVoN9EdqadtFwU5VNog _mPzcsIN9EdqadtFwU5VNog _me3MaoN9EdqadtFwU5VNog _metbb4N9EdqadtFwU5VNog _mfTRRYN9EdqadtFwU5VNog _mfdCQIN9EdqadtFwU5VNog _csVgUGvtEdqG6fBIPwe-mw _metbY4N9EdqadtFwU5VNog _mfdCSYN9EdqadtFwU5VNog _me3MboN9EdqadtFwU5VNog _mQ_vgoN9EdqadtFwU5VNog _mfdCRYN9EdqadtFwU5VNog _mfdCQ4N9EdqadtFwU5VNog _me3MZIN9EdqadtFwU5VNog _mfAWUIN9EdqadtFwU5VNog _ZiwkoGwLEdq7X4sGURiZYA _rEDGkGwKEdq7X4sGURiZYA _mMYVVoN9EdqadtFwU5VNog _mfTRSIN9EdqadtFwU5VNog _metbZoN9EdqadtFwU5VNog _me3MZ4N9EdqadtFwU5VNog _metbYIN9EdqadtFwU5VNog _mfTRQ4N9EdqadtFwU5VNog _mfTRSoN9EdqadtFwU5VNog _jKxnwGwLEdq7X4sGURiZYA _me3MYIN9EdqadtFwU5VNog"/>

-    <eAnnotations xmi:id="_m8qiuoN9EdqadtFwU5VNog" source="UML::Classes::PowerTypes" references="_6UV2QGwJEdq7X4sGURiZYA _mrq5U4N9EdqadtFwU5VNog _mr0qVIN9EdqadtFwU5VNog _C7AF4GwREdq14q0ETb1t3g _mr0qUIN9EdqadtFwU5VNog _mrhvZYN9EdqadtFwU5VNog _mr0qVYN9EdqadtFwU5VNog _mrhvcYN9EdqadtFwU5VNog _mrhveIN9EdqadtFwU5VNog _mrhvdIN9EdqadtFwU5VNog _mrhvboN9EdqadtFwU5VNog"/>

-    <eAnnotations xmi:id="_m89doIN9EdqadtFwU5VNog" source="UML::AuxiliaryConstructs::Profiles" references="_2QuT0GvdEdq4DLWZOhbdEA _mqoXjIN9EdqadtFwU5VNog"/>

-    <eAnnotations xmi:id="_m9GnkIN9EdqadtFwU5VNog" source="InfrastructureLibrary::Core::PrimitiveTypes" references="_aAyVgGvsEdqG6fBIPwe-mw _UdivYGvsEdqG6fBIPwe-mw _XqvEIGvsEdqG6fBIPwe-mw _dRZxsGvsEdqG6fBIPwe-mw"/>

-    <eAnnotations xmi:id="_m9jTgIN9EdqadtFwU5VNog" source="UML::Components::PackagingComponents" references="_mvsdsIN9EdqadtFwU5VNog _mlQvUYN9EdqadtFwU5VNog _mvsdsoN9EdqadtFwU5VNog _mvjTy4N9EdqadtFwU5VNog"/>

-    <eAnnotations xmi:id="_m9tEgIN9EdqadtFwU5VNog" source="UML::CompositeStructures::StructuredClasses" references="_00owUGvdEdq4DLWZOhbdEA"/>

-    <eAnnotations xmi:id="_m-JwcIN9EdqadtFwU5VNog" source="UML::CompositeStructures::StructuredActivities" references="_meG-d4N9EdqadtFwU5VNog"/>

+  <eAnnotations xmi:id="_ymcTIIOGEdq6geWPj4xEng" source="capabilities">

+    <eAnnotations xmi:id="_ymcTIYOGEdq6geWPj4xEng" source="UML::Actions::CompleteActions" references="_yXZK6YOGEdq6geWPj4xEng _yX12iYOGEdq6geWPj4xEng _yXssiYOGEdq6geWPj4xEng _yXZKzoOGEdq6geWPj4xEng _yXi7w4OGEdq6geWPj4xEng _yYIxcYOGEdq6geWPj4xEng _yYIxe4OGEdq6geWPj4xEng _yXssgIOGEdq6geWPj4xEng _yXssy4OGEdq6geWPj4xEng _yX_njIOGEdq6geWPj4xEng _yXssk4OGEdq6geWPj4xEng _yX12c4OGEdq6geWPj4xEng _yYIxZYOGEdq6geWPj4xEng _yXi7mIOGEdq6geWPj4xEng _yXssv4OGEdq6geWPj4xEng _yYIxaIOGEdq6geWPj4xEng _yYSiaoOGEdq6geWPj4xEng _yXi7ooOGEdq6geWPj4xEng _yXZKl4OGEdq6geWPj4xEng _yXsssYOGEdq6geWPj4xEng _yYIxc4OGEdq6geWPj4xEng _yXi734OGEdq6geWPj4xEng _yXZKyIOGEdq6geWPj4xEng _yX12g4OGEdq6geWPj4xEng _yX12eIOGEdq6geWPj4xEng _yXi75YOGEdq6geWPj4xEng _yXssmYOGEdq6geWPj4xEng _yYSiYYOGEdq6geWPj4xEng _yXssz4OGEdq6geWPj4xEng _yX_nkIOGEdq6geWPj4xEng _yXss3IOGEdq6geWPj4xEng _yXZKgIOGEdq6geWPj4xEng _yXss44OGEdq6geWPj4xEng _yX_neYOGEdq6geWPj4xEng _yYIxaoOGEdq6geWPj4xEng _yX_niYOGEdq6geWPj4xEng _yXi79IOGEdq6geWPj4xEng _yX12gIOGEdq6geWPj4xEng _yYIxboOGEdq6geWPj4xEng _yXZKj4OGEdq6geWPj4xEng _yX_nkoOGEdq6geWPj4xEng _yX_nl4OGEdq6geWPj4xEng _yXQApYOGEdq6geWPj4xEng _yXss04OGEdq6geWPj4xEng _yX12d4OGEdq6geWPj4xEng _yXi7noOGEdq6geWPj4xEng _yYSiZoOGEdq6geWPj4xEng _yXZK3oOGEdq6geWPj4xEng _yYSiZIOGEdq6geWPj4xEng _yXi7-4OGEdq6geWPj4xEng _yXi7gIOGEdq6geWPj4xEng _yX_nfYOGEdq6geWPj4xEng _yYIxbYOGEdq6geWPj4xEng _yXZKv4OGEdq6geWPj4xEng _yXi704OGEdq6geWPj4xEng _yXZKr4OGEdq6geWPj4xEng _yX12eYOGEdq6geWPj4xEng _yXZKjIOGEdq6geWPj4xEng _yXss2oOGEdq6geWPj4xEng _yX12e4OGEdq6geWPj4xEng _yYSiaYOGEdq6geWPj4xEng _yXQAnIOGEdq6geWPj4xEng _yX_nf4OGEdq6geWPj4xEng _yXi7z4OGEdq6geWPj4xEng _yYIxdoOGEdq6geWPj4xEng _yYSiYIOGEdq6geWPj4xEng _yXQAq4OGEdq6geWPj4xEng _yXZKrIOGEdq6geWPj4xEng _yYIxYIOGEdq6geWPj4xEng _yXi794OGEdq6geWPj4xEng _yXi8DYOGEdq6geWPj4xEng _yXssuYOGEdq6geWPj4xEng _yXZKuYOGEdq6geWPj4xEng _yYIxZ4OGEdq6geWPj4xEng _yX12jYOGEdq6geWPj4xEng _yX_ngoOGEdq6geWPj4xEng _yX_neoOGEdq6geWPj4xEng _yX_nlYOGEdq6geWPj4xEng _ySCJYIOGEdq6geWPj4xEng _yXZKs4OGEdq6geWPj4xEng _yYSia4OGEdq6geWPj4xEng _yX_nhIOGEdq6geWPj4xEng _yXss14OGEdq6geWPj4xEng _yYIxeIOGEdq6geWPj4xEng _yX12iIOGEdq6geWPj4xEng _yX12jIOGEdq6geWPj4xEng _yXsstYOGEdq6geWPj4xEng _yXZKk4OGEdq6geWPj4xEng _yX_njYOGEdq6geWPj4xEng _yX12cIOGEdq6geWPj4xEng _yXssjYOGEdq6geWPj4xEng _yYSiZ4OGEdq6geWPj4xEng _yX12foOGEdq6geWPj4xEng _yX_nh4OGEdq6geWPj4xEng _yXss34OGEdq6geWPj4xEng _yXi8AYOGEdq6geWPj4xEng _yYIxYoOGEdq6geWPj4xEng _yX_ncIOGEdq6geWPj4xEng _yXZKnYOGEdq6geWPj4xEng _yX12dIOGEdq6geWPj4xEng _yYIxZoOGEdq6geWPj4xEng _yX_ncYOGEdq6geWPj4xEng _yXi7yYOGEdq6geWPj4xEng _yXss4IOGEdq6geWPj4xEng _yX12hYOGEdq6geWPj4xEng _yX_ndIOGEdq6geWPj4xEng _yYIxfYOGEdq6geWPj4xEng _yXZK2oOGEdq6geWPj4xEng _yX_ndoOGEdq6geWPj4xEng _yYIxY4OGEdq6geWPj4xEng _yXi7qIOGEdq6geWPj4xEng"/>

+    <eAnnotations xmi:id="_ymcTIoOGEdq6geWPj4xEng" source="UML::Actions::IntermediateActions" references="_ySCJsYOGEdq6geWPj4xEng _yR4YkIOGEdq6geWPj4xEng _ySVEboOGEdq6geWPj4xEng _ySLTkoOGEdq6geWPj4xEng _yR4Yb4OGEdq6geWPj4xEng _ySVEXIOGEdq6geWPj4xEng _ySVEV4OGEdq6geWPj4xEng _ySVEZIOGEdq6geWPj4xEng _ySn_UYOGEdq6geWPj4xEng _yRvOsIOGEdq6geWPj4xEng _ySVEUIOGEdq6geWPj4xEng _ySe1XoOGEdq6geWPj4xEng _ySe1bIOGEdq6geWPj4xEng _ySCJnIOGEdq6geWPj4xEng _ySxwRYOGEdq6geWPj4xEng _ySLTZoOGEdq6geWPj4xEng _ySn_WoOGEdq6geWPj4xEng _yRvOf4OGEdq6geWPj4xEng _yRldqoOGEdq6geWPj4xEng _yRldj4OGEdq6geWPj4xEng _ySxwUIOGEdq6geWPj4xEng _ySe1W4OGEdq6geWPj4xEng _ySxwSYOGEdq6geWPj4xEng _ySLTfIOGEdq6geWPj4xEng _ySCJhoOGEdq6geWPj4xEng _ySn_WIOGEdq6geWPj4xEng _yRvOl4OGEdq6geWPj4xEng _ySLTdYOGEdq6geWPj4xEng _ySCJqIOGEdq6geWPj4xEng _yR4YaYOGEdq6geWPj4xEng _ySVEb4OGEdq6geWPj4xEng _ySVEaYOGEdq6geWPj4xEng _yR4YYIOGEdq6geWPj4xEng _yRldwoOGEdq6geWPj4xEng _yRldvIOGEdq6geWPj4xEng _ySxwS4OGEdq6geWPj4xEng _ySLTi4OGEdq6geWPj4xEng _ySn_VYOGEdq6geWPj4xEng _ySVEd4OGEdq6geWPj4xEng _ySCJwIOGEdq6geWPj4xEng _yRvOqoOGEdq6geWPj4xEng _ySe1ZoOGEdq6geWPj4xEng _ySn_R4OGEdq6geWPj4xEng _ySVEdIOGEdq6geWPj4xEng _ySxwQoOGEdq6geWPj4xEng _ySVEVYOGEdq6geWPj4xEng _ySCJlYOGEdq6geWPj4xEng _ySVEeYOGEdq6geWPj4xEng _ySn_SoOGEdq6geWPj4xEng _ySe1WoOGEdq6geWPj4xEng _ySe1V4OGEdq6geWPj4xEng _yRldpIOGEdq6geWPj4xEng _ySn_XYOGEdq6geWPj4xEng _yRldlYOGEdq6geWPj4xEng _ySe1YoOGEdq6geWPj4xEng _yR4YdYOGEdq6geWPj4xEng _yRvOcIOGEdq6geWPj4xEng _ySVEa4OGEdq6geWPj4xEng _yRvOv4OGEdq6geWPj4xEng _ySn_VIOGEdq6geWPj4xEng _ySCJq4OGEdq6geWPj4xEng _ySVEWoOGEdq6geWPj4xEng _yRvOuYOGEdq6geWPj4xEng _ySn_RYOGEdq6geWPj4xEng _yRvOm4OGEdq6geWPj4xEng _ySVEZoOGEdq6geWPj4xEng _ySCJmIOGEdq6geWPj4xEng _yR4YZoOGEdq6geWPj4xEng _ySCJcIOGEdq6geWPj4xEng _ySVEUoOGEdq6geWPj4xEng _ySe1UoOGEdq6geWPj4xEng _ySCJdIOGEdq6geWPj4xEng _ySn_QoOGEdq6geWPj4xEng _yR4YfoOGEdq6geWPj4xEng _yRldoYOGEdq6geWPj4xEng _ySe1Y4OGEdq6geWPj4xEng _yRldfIOGEdq6geWPj4xEng _ySxwToOGEdq6geWPj4xEng _ySn_XoOGEdq6geWPj4xEng _yR4YeIOGEdq6geWPj4xEng _ySn_ToOGEdq6geWPj4xEng _ySCJYIOGEdq6geWPj4xEng _ySe1UIOGEdq6geWPj4xEng _ySn_UIOGEdq6geWPj4xEng _ySLTkYOGEdq6geWPj4xEng _ySVEYYOGEdq6geWPj4xEng _ySLThYOGEdq6geWPj4xEng _ySxwQIOGEdq6geWPj4xEng _ySe1a4OGEdq6geWPj4xEng _ySn_QIOGEdq6geWPj4xEng _ySLTYIOGEdq6geWPj4xEng _ySn_U4OGEdq6geWPj4xEng _yRvOoYOGEdq6geWPj4xEng _ySe1aIOGEdq6geWPj4xEng _ySLTUIOGEdq6geWPj4xEng _yR4YloOGEdq6geWPj4xEng _ySCJt4OGEdq6geWPj4xEng _yRldnoOGEdq6geWPj4xEng _ySVEcoOGEdq6geWPj4xEng _ySCJxoOGEdq6geWPj4xEng _ySCJjIOGEdq6geWPj4xEng _ySCJooOGEdq6geWPj4xEng _ySLTbIOGEdq6geWPj4xEng _ySe1X4OGEdq6geWPj4xEng _yR4YioOGEdq6geWPj4xEng _ySLTeIOGEdq6geWPj4xEng _ySxwRoOGEdq6geWPj4xEng _ySCJbIOGEdq6geWPj4xEng _yRldtoOGEdq6geWPj4xEng _ySVEX4OGEdq6geWPj4xEng _yRvOhYOGEdq6geWPj4xEng _ySLTXYOGEdq6geWPj4xEng _ySe1VYOGEdq6geWPj4xEng _ySn_S4OGEdq6geWPj4xEng _yRldi4OGEdq6geWPj4xEng _ySLTWYOGEdq6geWPj4xEng"/>

+    <eAnnotations xmi:id="_ymcTI4OGEdq6geWPj4xEng" source="UML::CompositeStructures::InternalStructures" references="_yLn_ZIOGEdq6geWPj4xEng _Jp_1oGveEdq4DLWZOhbdEA _yLn_hYOGEdq6geWPj4xEng _yLLTj4OGEdq6geWPj4xEng _yLn_aIOGEdq6geWPj4xEng _yLVEfIOGEdq6geWPj4xEng _yLLTe4OGEdq6geWPj4xEng _yLn_iYOGEdq6geWPj4xEng _yLLTk4OGEdq6geWPj4xEng _yLVEdoOGEdq6geWPj4xEng _yLn_b4OGEdq6geWPj4xEng _yLeOYIOGEdq6geWPj4xEng _yLeOb4OGEdq6geWPj4xEng _aOgw0GveEdq4DLWZOhbdEA _yLLTf4OGEdq6geWPj4xEng _6UV2QGwJEdq7X4sGURiZYA _yLn_eIOGEdq6geWPj4xEng _yLn_YYOGEdq6geWPj4xEng _FQiVsGwYEdqHKKVoxc0dlA _x8bFx4OGEdq6geWPj4xEng _yLn_YIOGEdq6geWPj4xEng _yLLTi4OGEdq6geWPj4xEng _yLn_gIOGEdq6geWPj4xEng _yLn_fYOGEdq6geWPj4xEng _yLn_dIOGEdq6geWPj4xEng _yLn_a4OGEdq6geWPj4xEng _yLeOZoOGEdq6geWPj4xEng _yLn_hoOGEdq6geWPj4xEng _yLn_e4OGEdq6geWPj4xEng _yLn_bIOGEdq6geWPj4xEng _yLeObIOGEdq6geWPj4xEng _yLLTdYOGEdq6geWPj4xEng _x8bFxIOGEdq6geWPj4xEng _yLn_cYOGEdq6geWPj4xEng _yLn_goOGEdq6geWPj4xEng _x2wioIOGEdq6geWPj4xEng"/>

+    <eAnnotations xmi:id="_ymcTJIOGEdq6geWPj4xEng" source="UML::CommonBehaviors::BasicBehaviors" references="_yIo854OGEdq6geWPj4xEng _yIo85YOGEdq6geWPj4xEng _yIo86YOGEdq6geWPj4xEng _yIo81oOGEdq6geWPj4xEng _yIM39IOGEdq6geWPj4xEng _yIfy9YOGEdq6geWPj4xEng _yIo82oOGEdq6geWPj4xEng _ChRfcGveEdq4DLWZOhbdEA _yIo80YOGEdq6geWPj4xEng _yIWB5IOGEdq6geWPj4xEng _yIo85IOGEdq6geWPj4xEng _yIo844OGEdq6geWPj4xEng _yIo83oOGEdq6geWPj4xEng _yIo85oOGEdq6geWPj4xEng _yIfy-4OGEdq6geWPj4xEng _x6yHD4OGEdq6geWPj4xEng _yIM38YOGEdq6geWPj4xEng _yIfzAYOGEdq6geWPj4xEng _yIfzDIOGEdq6geWPj4xEng _yIo824OGEdq6geWPj4xEng _yIfzEYOGEdq6geWPj4xEng _TUPtYGveEdq4DLWZOhbdEA _yIfzFIOGEdq6geWPj4xEng _yIfy5oOGEdq6geWPj4xEng _yIWB6oOGEdq6geWPj4xEng _yIo804OGEdq6geWPj4xEng _yIo87IOGEdq6geWPj4xEng _yIfy64OGEdq6geWPj4xEng _yIM4AoOGEdq6geWPj4xEng _yIM4DYOGEdq6geWPj4xEng _yIM3-IOGEdq6geWPj4xEng _yIfy8oOGEdq6geWPj4xEng _yIo84IOGEdq6geWPj4xEng _yIfzFoOGEdq6geWPj4xEng _yIfy7oOGEdq6geWPj4xEng _yIfy4IOGEdq6geWPj4xEng _yIfzCoOGEdq6geWPj4xEng _yIo814OGEdq6geWPj4xEng _yIfzD4OGEdq6geWPj4xEng _yIo87oOGEdq6geWPj4xEng _yIo80IOGEdq6geWPj4xEng _yIM4CIOGEdq6geWPj4xEng _iY7sMGvsEdqG6fBIPwe-mw _yIM3_IOGEdq6geWPj4xEng"/>

+    <eAnnotations xmi:id="_ymcTJYOGEdq6geWPj4xEng" source="UML::Activities::CompleteActivities" references="_yZL6VoOGEdq6geWPj4xEng _yYcTaIOGEdq6geWPj4xEng _yMEraYOGEdq6geWPj4xEng _yYvOc4OGEdq6geWPj4xEng _yZCJTIOGEdq6geWPj4xEng _yYcTfIOGEdq6geWPj4xEng _yZCJWYOGEdq6geWPj4xEng _yZL6SoOGEdq6geWPj4xEng _yYvOUYOGEdq6geWPj4xEng _yMN1Z4OGEdq6geWPj4xEng _yYldaYOGEdq6geWPj4xEng _yZL6UIOGEdq6geWPj4xEng _yJPZw4OGEdq6geWPj4xEng _yYldYIOGEdq6geWPj4xEng _yZCJRoOGEdq6geWPj4xEng _yZCJXYOGEdq6geWPj4xEng _yZL6RoOGEdq6geWPj4xEng _yYvOZ4OGEdq6geWPj4xEng _x6yHD4OGEdq6geWPj4xEng _yZL6ToOGEdq6geWPj4xEng _yYSikYOGEdq6geWPj4xEng _yYSijoOGEdq6geWPj4xEng _KyaPMGveEdq4DLWZOhbdEA _yYSifIOGEdq6geWPj4xEng _yYSic4OGEdq6geWPj4xEng _yZCJVYOGEdq6geWPj4xEng _yY4_UIOGEdq6geWPj4xEng _yMN1QIOGEdq6geWPj4xEng _yJPZ1YOGEdq6geWPj4xEng _yZL6WIOGEdq6geWPj4xEng _yYvOV4OGEdq6geWPj4xEng _yYvObIOGEdq6geWPj4xEng _yYcTo4OGEdq6geWPj4xEng _yY4_WYOGEdq6geWPj4xEng _TUPtYGveEdq4DLWZOhbdEA _yYcTiYOGEdq6geWPj4xEng _yYcTf4OGEdq6geWPj4xEng _yZCJUYOGEdq6geWPj4xEng _yYcTboOGEdq6geWPj4xEng _yZVEMIOGEdq6geWPj4xEng _yZCJQIOGEdq6geWPj4xEng _yZL6R4OGEdq6geWPj4xEng _yZVEMoOGEdq6geWPj4xEng _yI8e-YOGEdq6geWPj4xEng _yZCJX4OGEdq6geWPj4xEng _yZCJT4OGEdq6geWPj4xEng _yJPZ8oOGEdq6geWPj4xEng _yZL6Q4OGEdq6geWPj4xEng _yZL6U4OGEdq6geWPj4xEng _yZCJWIOGEdq6geWPj4xEng _yZL6UYOGEdq6geWPj4xEng _yYldY4OGEdq6geWPj4xEng _yYvOXYOGEdq6geWPj4xEng _yZL6S4OGEdq6geWPj4xEng _yYldXYOGEdq6geWPj4xEng _yZL6QIOGEdq6geWPj4xEng _yJZKwIOGEdq6geWPj4xEng _yZL6RIOGEdq6geWPj4xEng _yYcTjYOGEdq6geWPj4xEng _yZCJVIOGEdq6geWPj4xEng _yJPZ2IOGEdq6geWPj4xEng _yYSidoOGEdq6geWPj4xEng _yPWo14OGEdq6geWPj4xEng _yYcTnYOGEdq6geWPj4xEng _yYcTZIOGEdq6geWPj4xEng _yYcTeYOGEdq6geWPj4xEng _yZCJWoOGEdq6geWPj4xEng _yYvOY4OGEdq6geWPj4xEng _yYcThYOGEdq6geWPj4xEng _yZCJToOGEdq6geWPj4xEng _yYcTmYOGEdq6geWPj4xEng _yYcTYIOGEdq6geWPj4xEng _yIyt0IOGEdq6geWPj4xEng _yJPZ-4OGEdq6geWPj4xEng _yZL6QoOGEdq6geWPj4xEng"/>

+    <eAnnotations xmi:id="_ymcTJoOGEdq6geWPj4xEng" source="UML::Classes::Kernel" references="_yHmbAoOGEdq6geWPj4xEng _yF9cQoOGEdq6geWPj4xEng _x9BiyIOGEdq6geWPj4xEng _x8uAtYOGEdq6geWPj4xEng _x-zrYIOGEdq6geWPj4xEng _x381eYOGEdq6geWPj4xEng _x8bFzoOGEdq6geWPj4xEng _x8uAvIOGEdq6geWPj4xEng _x8uAxoOGEdq6geWPj4xEng _yHcqB4OGEdq6geWPj4xEng _x-qhfYOGEdq6geWPj4xEng _x4_-boOGEdq6geWPj4xEng _yBWCBIOGEdq6geWPj4xEng _x83xw4OGEdq6geWPj4xEng _yF9cSoOGEdq6geWPj4xEng _x83xvoOGEdq6geWPj4xEng _x8uAwIOGEdq6geWPj4xEng _x6yHE4OGEdq6geWPj4xEng _yBWCGYOGEdq6geWPj4xEng _C7AF4GwREdq14q0ETb1t3g _x8bFzYOGEdq6geWPj4xEng _yCiU2IOGEdq6geWPj4xEng _x8R70YOGEdq6geWPj4xEng _x8uAw4OGEdq6geWPj4xEng _x6CgNIOGEdq6geWPj4xEng _x7FpBoOGEdq6geWPj4xEng _x6CgLoOGEdq6geWPj4xEng _x8bF2YOGEdq6geWPj4xEng _kl90MGvbEdq4DLWZOhbdEA _-cvRAGvzEdq7X4sGURiZYA _x5cqSoOGEdq6geWPj4xEng _x6CgKoOGEdq6geWPj4xEng _yHTgFIOGEdq6geWPj4xEng _x83xuIOGEdq6geWPj4xEng _x83xs4OGEdq6geWPj4xEng _Q-yR4GveEdq4DLWZOhbdEA _Jp_1oGveEdq4DLWZOhbdEA _x7Yj8IOGEdq6geWPj4xEng _x83xtYOGEdq6geWPj4xEng _x5JIQYOGEdq6geWPj4xEng _yBWCCoOGEdq6geWPj4xEng _x7re8YOGEdq6geWPj4xEng _ChRfcGveEdq4DLWZOhbdEA _x-zrc4OGEdq6geWPj4xEng _yGj5NYOGEdq6geWPj4xEng _x9BiuYOGEdq6geWPj4xEng _x9BisYOGEdq6geWPj4xEng _x71P4IOGEdq6geWPj4xEng _x6MRIIOGEdq6geWPj4xEng _x6VbPoOGEdq6geWPj4xEng _x7-Z0IOGEdq6geWPj4xEng _x6CgIYOGEdq6geWPj4xEng _x6VbF4OGEdq6geWPj4xEng _x6VbKoOGEdq6geWPj4xEng _yCFo4oOGEdq6geWPj4xEng _x7-Z4oOGEdq6geWPj4xEng _x7ht8IOGEdq6geWPj4xEng _x6CgPoOGEdq6geWPj4xEng _x4_-aYOGEdq6geWPj4xEng _yG20I4OGEdq6geWPj4xEng _x4GmdYOGEdq6geWPj4xEng _x7Oy9YOGEdq6geWPj4xEng _yBDHE4OGEdq6geWPj4xEng _x8bF0IOGEdq6geWPj4xEng _x5JIRIOGEdq6geWPj4xEng _x7OzDIOGEdq6geWPj4xEng _yA5WEYOGEdq6geWPj4xEng _x5cqU4OGEdq6geWPj4xEng _x42NYIOGEdq6geWPj4xEng _x-9caoOGEdq6geWPj4xEng _yGtDI4OGEdq6geWPj4xEng _x9Bit4OGEdq6geWPj4xEng _x4GmeIOGEdq6geWPj4xEng _x5l0RIOGEdq6geWPj4xEng _x381jIOGEdq6geWPj4xEng _x4_-ZYOGEdq6geWPj4xEng _x6VbJIOGEdq6geWPj4xEng _x7-Z04OGEdq6geWPj4xEng _yGHNRYOGEdq6geWPj4xEng _yGj5MIOGEdq6geWPj4xEng _AyM_oGwMEdq7X4sGURiZYA _x8uAyIOGEdq6geWPj4xEng _x4ZhYIOGEdq6geWPj4xEng _x83xxIOGEdq6geWPj4xEng _x7ht9oOGEdq6geWPj4xEng _x7ht4IOGEdq6geWPj4xEng _x8uAuIOGEdq6geWPj4xEng _x3W_kIOGEdq6geWPj4xEng _x4jScoOGEdq6geWPj4xEng _x-EEgoOGEdq6geWPj4xEng _x5vlPoOGEdq6geWPj4xEng _x6fMGoOGEdq6geWPj4xEng _x4_-fYOGEdq6geWPj4xEng _yBWCE4OGEdq6geWPj4xEng _x-zrbYOGEdq6geWPj4xEng _x7-Z2YOGEdq6geWPj4xEng _x4ZhcIOGEdq6geWPj4xEng _x5l0MIOGEdq6geWPj4xEng _x6VbHoOGEdq6geWPj4xEng _x83xxYOGEdq6geWPj4xEng _yA5WF4OGEdq6geWPj4xEng _x9BisoOGEdq6geWPj4xEng _x_jSYIOGEdq6geWPj4xEng _x6yHGYOGEdq6geWPj4xEng _x8k204OGEdq6geWPj4xEng _x4QXfYOGEdq6geWPj4xEng _x26TqoOGEdq6geWPj4xEng _x4QXh4OGEdq6geWPj4xEng _x-W_cIOGEdq6geWPj4xEng _x8k2zYOGEdq6geWPj4xEng _x5vlMIOGEdq6geWPj4xEng _x42NZoOGEdq6geWPj4xEng _x6yHD4OGEdq6geWPj4xEng _x4QXgoOGEdq6geWPj4xEng _x4ZhaIOGEdq6geWPj4xEng _x7ht44OGEdq6geWPj4xEng _x-qhiYOGEdq6geWPj4xEng _x6VbLoOGEdq6geWPj4xEng _x8k20IOGEdq6geWPj4xEng _yG20IIOGEdq6geWPj4xEng _x8uAuoOGEdq6geWPj4xEng _x8bFzIOGEdq6geWPj4xEng _KyaPMGveEdq4DLWZOhbdEA _x6yHHYOGEdq6geWPj4xEng _x8bF3IOGEdq6geWPj4xEng _yBMRBIOGEdq6geWPj4xEng _SnNPIGwIEdq7X4sGURiZYA _x8uAyYOGEdq6geWPj4xEng _x9Biz4OGEdq6geWPj4xEng _x4_-goOGEdq6geWPj4xEng _x6o9F4OGEdq6geWPj4xEng _PyCx8GveEdq4DLWZOhbdEA _yGtDJoOGEdq6geWPj4xEng _x9Bi0oOGEdq6geWPj4xEng _x5S5QIOGEdq6geWPj4xEng _x3gwkIOGEdq6geWPj4xEng _x6MRMYOGEdq6geWPj4xEng _x8R71YOGEdq6geWPj4xEng _x83xuYOGEdq6geWPj4xEng _x9KsoIOGEdq6geWPj4xEng _x6MRLoOGEdq6geWPj4xEng _x8k2woOGEdq6geWPj4xEng _x4_-XoOGEdq6geWPj4xEng _yGtDJIOGEdq6geWPj4xEng _AwvxoGwNEdq7X4sGURiZYA _x5JISoOGEdq6geWPj4xEng _yC1PxoOGEdq6geWPj4xEng _yHcqAoOGEdq6geWPj4xEng _x6MRNoOGEdq6geWPj4xEng _yHmbAIOGEdq6geWPj4xEng _x4ZhdYOGEdq6geWPj4xEng _yBWCAIOGEdq6geWPj4xEng _x7OzCYOGEdq6geWPj4xEng _x_jSTYOGEdq6geWPj4xEng _OQcbgGwOEdq7X4sGURiZYA _x-zrf4OGEdq6geWPj4xEng _x3gwl4OGEdq6geWPj4xEng _x8bF1oOGEdq6geWPj4xEng _x6yHAIOGEdq6geWPj4xEng _x8bFwIOGEdq6geWPj4xEng _x7FpHoOGEdq6geWPj4xEng _x4jSYIOGEdq6geWPj4xEng _x8R70IOGEdq6geWPj4xEng _x4jSeIOGEdq6geWPj4xEng _x6VbEIOGEdq6geWPj4xEng _x71P7oOGEdq6geWPj4xEng _x674AIOGEdq6geWPj4xEng _x55WMoOGEdq6geWPj4xEng _x3gwp4OGEdq6geWPj4xEng _yBMRB4OGEdq6geWPj4xEng _x8uAv4OGEdq6geWPj4xEng _x9BivoOGEdq6geWPj4xEng _x5S5TIOGEdq6geWPj4xEng _x8bFyoOGEdq6geWPj4xEng _x-zrZYOGEdq6geWPj4xEng _x381koOGEdq6geWPj4xEng _yHTgF4OGEdq6geWPj4xEng _ynRtoGvtEdqG6fBIPwe-mw _x5cqWYOGEdq6geWPj4xEng _x8k2z4OGEdq6geWPj4xEng _x8bF04OGEdq6geWPj4xEng _x8bF4oOGEdq6geWPj4xEng _Gjgl0GveEdq4DLWZOhbdEA _x83xtoOGEdq6geWPj4xEng _x8uAxYOGEdq6geWPj4xEng _6UV2QGwJEdq7X4sGURiZYA __1ap4HLzEdqziYxiZo0YtA _x9Biw4OGEdq6geWPj4xEng _x-qhhIOGEdq6geWPj4xEng _yHmbB4OGEdq6geWPj4xEng _x5S5RoOGEdq6geWPj4xEng _FFMNsGveEdq4DLWZOhbdEA _jKxnwGwLEdq7X4sGURiZYA _x7-Z3IOGEdq6geWPj4xEng _x4_-UIOGEdq6geWPj4xEng _x4_-U4OGEdq6geWPj4xEng _x83xwIOGEdq6geWPj4xEng _x381hoOGEdq6geWPj4xEng _x4_-WYOGEdq6geWPj4xEng _x7re64OGEdq6geWPj4xEng _x83xvYOGEdq6geWPj4xEng _x6fMFYOGEdq6geWPj4xEng _x8k20oOGEdq6geWPj4xEng _x55WOoOGEdq6geWPj4xEng _x6o9EIOGEdq6geWPj4xEng _x9Bix4OGEdq6geWPj4xEng _x8bF0YOGEdq6geWPj4xEng _yF0SUIOGEdq6geWPj4xEng _I6N3UGwGEdq7X4sGURiZYA _x__-NIOGEdq6geWPj4xEng _x4_-eIOGEdq6geWPj4xEng _x6fMEIOGEdq6geWPj4xEng _x5l0OIOGEdq6geWPj4xEng _x3p6mYOGEdq6geWPj4xEng _x8bFx4OGEdq6geWPj4xEng _x8bFz4OGEdq6geWPj4xEng _x7Oy_IOGEdq6geWPj4xEng _x674A4OGEdq6geWPj4xEng _x4tDe4OGEdq6geWPj4xEng _x8uAs4OGEdq6geWPj4xEng _x8uAvoOGEdq6geWPj4xEng _x381c4OGEdq6geWPj4xEng _x9BiwoOGEdq6geWPj4xEng _x8uAsIOGEdq6geWPj4xEng _x-zraoOGEdq6geWPj4xEng _x83xsoOGEdq6geWPj4xEng _x8k2wIOGEdq6geWPj4xEng _RPl78GwIEdq7X4sGURiZYA _x8IK0IOGEdq6geWPj4xEng _x8bF4IOGEdq6geWPj4xEng _x8uAyoOGEdq6geWPj4xEng _yHTgGYOGEdq6geWPj4xEng _yBWCHYOGEdq6geWPj4xEng _x7re94OGEdq6geWPj4xEng _yHJvEoOGEdq6geWPj4xEng _x9BitIOGEdq6geWPj4xEng _x4tDYIOGEdq6geWPj4xEng _yAvlE4OGEdq6geWPj4xEng _x5l0SIOGEdq6geWPj4xEng _x8k2yoOGEdq6geWPj4xEng _yHmbBIOGEdq6geWPj4xEng _x5cqYoOGEdq6geWPj4xEng _x4tDaYOGEdq6geWPj4xEng _x6o9JoOGEdq6geWPj4xEng _x-gwdYOGEdq6geWPj4xEng _x3p6gIOGEdq6geWPj4xEng _x674CYOGEdq6geWPj4xEng _x5cqXIOGEdq6geWPj4xEng _x83xsIOGEdq6geWPj4xEng _x4tDhYOGEdq6geWPj4xEng _x5l0PoOGEdq6geWPj4xEng _x8k2zIOGEdq6geWPj4xEng _x-9cYIOGEdq6geWPj4xEng _x-zreIOGEdq6geWPj4xEng _x4jSZoOGEdq6geWPj4xEng _x6yHCYOGEdq6geWPj4xEng _csVgUGvtEdqG6fBIPwe-mw _x3p6o4OGEdq6geWPj4xEng _x674DYOGEdq6geWPj4xEng _x-qhcIOGEdq6geWPj4xEng _x7-Z5oOGEdq6geWPj4xEng _yF9cRYOGEdq6geWPj4xEng _yHmbCYOGEdq6geWPj4xEng _x5cqVoOGEdq6geWPj4xEng _yGj5M4OGEdq6geWPj4xEng _yHJvEIOGEdq6geWPj4xEng _x8k2yIOGEdq6geWPj4xEng _x7FpGIOGEdq6geWPj4xEng _x6VbOIOGEdq6geWPj4xEng _yCreyoOGEdq6geWPj4xEng _x5JIUIOGEdq6geWPj4xEng _x9BixIOGEdq6geWPj4xEng _x5l0T4OGEdq6geWPj4xEng _x7ht6YOGEdq6geWPj4xEng _x6fMH4OGEdq6geWPj4xEng _x7FpDIOGEdq6geWPj4xEng _x83xt4OGEdq6geWPj4xEng _x4tDcYOGEdq6geWPj4xEng _x5vlOIOGEdq6geWPj4xEng _x26TpoOGEdq6geWPj4xEng _x-9cbYOGEdq6geWPj4xEng _yBWCEIOGEdq6geWPj4xEng _yAJvNIOGEdq6geWPj4xEng _yEeOh4OGEdq6geWPj4xEng _x9BixYOGEdq6geWPj4xEng _x_jSWYOGEdq6geWPj4xEng _x5S5UIOGEdq6geWPj4xEng _yGtDIoOGEdq6geWPj4xEng _x-9ccoOGEdq6geWPj4xEng _x6o9HoOGEdq6geWPj4xEng _yHmbAYOGEdq6geWPj4xEng _x26ToIOGEdq6geWPj4xEng _x4QXeoOGEdq6geWPj4xEng _yHcqAIOGEdq6geWPj4xEng _x7FpEoOGEdq6geWPj4xEng _x4jSfoOGEdq6geWPj4xEng _x83xuoOGEdq6geWPj4xEng _x9BiuoOGEdq6geWPj4xEng _x8bF14OGEdq6geWPj4xEng _x4QXd4OGEdq6geWPj4xEng _x71P54OGEdq6geWPj4xEng _yHcqBYOGEdq6geWPj4xEng _x-9cZYOGEdq6geWPj4xEng _x4jSbIOGEdq6geWPj4xEng _Dy77oGveEdq4DLWZOhbdEA _x5JIVIOGEdq6geWPj4xEng _x3p6h4OGEdq6geWPj4xEng _x3gwoIOGEdq6geWPj4xEng _x9BisIOGEdq6geWPj4xEng _x9BiyoOGEdq6geWPj4xEng _x5cqTYOGEdq6geWPj4xEng _x42NbIOGEdq6geWPj4xEng _x5l0NIOGEdq6geWPj4xEng _x3p6kYOGEdq6geWPj4xEng _x381mIOGEdq6geWPj4xEng _V6vuYGwGEdq7X4sGURiZYA _x381cIOGEdq6geWPj4xEng _x42NUYOGEdq6geWPj4xEng _x__-MYOGEdq6geWPj4xEng _x8bFxIOGEdq6geWPj4xEng _00owUGvdEdq4DLWZOhbdEA _x674E4OGEdq6geWPj4xEng _x4_-c4OGEdq6geWPj4xEng _M4X2IGveEdq4DLWZOhbdEA _x5JIWoOGEdq6geWPj4xEng _x4GmcIOGEdq6geWPj4xEng _x9BizYOGEdq6geWPj4xEng _x8k2yYOGEdq6geWPj4xEng _x8k2xYOGEdq6geWPj4xEng _x5l0XoOGEdq6geWPj4xEng _x8k2w4OGEdq6geWPj4xEng _x2wioIOGEdq6geWPj4xEng _x6fMJIOGEdq6geWPj4xEng _x_jSU4OGEdq6geWPj4xEng _x-qhdYOGEdq6geWPj4xEng _x4_-YYOGEdq6geWPj4xEng _yHTgEoOGEdq6geWPj4xEng _yGtDJ4OGEdq6geWPj4xEng _x6yHBoOGEdq6geWPj4xEng _x8bF1IOGEdq6geWPj4xEng _x8uAx4OGEdq6geWPj4xEng _x9BiwYOGEdq6geWPj4xEng _x7Oy8IOGEdq6geWPj4xEng _B3q9cGwNEdq7X4sGURiZYA _x5l0V4OGEdq6geWPj4xEng _x9Bi1IOGEdq6geWPj4xEng _x83xvIOGEdq6geWPj4xEng _x8R70oOGEdq6geWPj4xEng _x9BivIOGEdq6geWPj4xEng _yA5WHYOGEdq6geWPj4xEng _x42NWoOGEdq6geWPj4xEng _x6VbMoOGEdq6geWPj4xEng _ZiwkoGwLEdq7X4sGURiZYA _yAmbLIOGEdq6geWPj4xEng"/>

+    <eAnnotations xmi:id="_ymcTJ4OGEdq6geWPj4xEng" source="UML::StateMachines::BehaviorStateMachines" references="_yT-DN4OGEdq6geWPj4xEng _yTrIv4OGEdq6geWPj4xEng _yT0SnIOGEdq6geWPj4xEng _yTrIQ4OGEdq6geWPj4xEng _yUavCoOGEdq6geWPj4xEng _yT0SRIOGEdq6geWPj4xEng _yUavAIOGEdq6geWPj4xEng _yUQ-GYOGEdq6geWPj4xEng _yUQ-D4OGEdq6geWPj4xEng _yTrI5IOGEdq6geWPj4xEng _yT-DSYOGEdq6geWPj4xEng _yT-DPYOGEdq6geWPj4xEng _yUH0JIOGEdq6geWPj4xEng _yTrIgoOGEdq6geWPj4xEng _yUQ-AIOGEdq6geWPj4xEng _yUQ-DYOGEdq6geWPj4xEng _yTrIyoOGEdq6geWPj4xEng _yUH0K4OGEdq6geWPj4xEng _yTrIh4OGEdq6geWPj4xEng _yUavFIOGEdq6geWPj4xEng _yTrIS4OGEdq6geWPj4xEng _yT-DaoOGEdq6geWPj4xEng _yT0SLIOGEdq6geWPj4xEng _yUQ-AoOGEdq6geWPj4xEng _yVKV44OGEdq6geWPj4xEng _yT0SY4OGEdq6geWPj4xEng _yT-DHYOGEdq6geWPj4xEng _yTrIWIOGEdq6geWPj4xEng _yUH0IoOGEdq6geWPj4xEng _yT-Dc4OGEdq6geWPj4xEng _yT0SKYOGEdq6geWPj4xEng _yT0SOoOGEdq6geWPj4xEng _yT0ScYOGEdq6geWPj4xEng _yT0SSoOGEdq6geWPj4xEng _yT-DT4OGEdq6geWPj4xEng _yT0SpYOGEdq6geWPj4xEng _yUavEYOGEdq6geWPj4xEng _yUavGYOGEdq6geWPj4xEng _yUavD4OGEdq6geWPj4xEng _yUavBYOGEdq6geWPj4xEng _yUH0J4OGEdq6geWPj4xEng _yUH0KIOGEdq6geWPj4xEng _yUH0I4OGEdq6geWPj4xEng _yUH0IIOGEdq6geWPj4xEng _yTrIkYOGEdq6geWPj4xEng _yT-DI4OGEdq6geWPj4xEng _yT0SfoOGEdq6geWPj4xEng _yUH0HoOGEdq6geWPj4xEng _yVKV4IOGEdq6geWPj4xEng _yVKV5IOGEdq6geWPj4xEng _yT-DJ4OGEdq6geWPj4xEng _yTrIp4OGEdq6geWPj4xEng _yUavDIOGEdq6geWPj4xEng _yTrI3oOGEdq6geWPj4xEng _yUavKIOGEdq6geWPj4xEng _yTrIL4OGEdq6geWPj4xEng _yTrIIIOGEdq6geWPj4xEng _yTrINYOGEdq6geWPj4xEng _yUH0L4OGEdq6geWPj4xEng _yT0SMoOGEdq6geWPj4xEng _yTrIeIOGEdq6geWPj4xEng _yTrI6oOGEdq6geWPj4xEng _yTrIrYOGEdq6geWPj4xEng _yTrIs4OGEdq6geWPj4xEng _yT0Sq4OGEdq6geWPj4xEng _yOdQ_YOGEdq6geWPj4xEng _yUavG4OGEdq6geWPj4xEng _yT0SeYOGEdq6geWPj4xEng _yUQ-BoOGEdq6geWPj4xEng _yTrIfYOGEdq6geWPj4xEng _yT-DXoOGEdq6geWPj4xEng _yTrIi4OGEdq6geWPj4xEng _yUQ-FoOGEdq6geWPj4xEng _yTrI2YOGEdq6geWPj4xEng _yTrIc4OGEdq6geWPj4xEng _yUj48IOGEdq6geWPj4xEng _yTrIxYOGEdq6geWPj4xEng _yUQ-BYOGEdq6geWPj4xEng _yUH0LYOGEdq6geWPj4xEng _yTrIUoOGEdq6geWPj4xEng _yT-DGYOGEdq6geWPj4xEng _yUQ-CYOGEdq6geWPj4xEng _yT-DWYOGEdq6geWPj4xEng _yT0SaIOGEdq6geWPj4xEng _yUavI4OGEdq6geWPj4xEng _yTrIO4OGEdq6geWPj4xEng _yUavIIOGEdq6geWPj4xEng _yT0SNoOGEdq6geWPj4xEng _yT0SdYOGEdq6geWPj4xEng _yT-DU4OGEdq6geWPj4xEng _yT0SW4OGEdq6geWPj4xEng _yUavFoOGEdq6geWPj4xEng _yTrIz4OGEdq6geWPj4xEng _yUavAoOGEdq6geWPj4xEng _yT-DEIOGEdq6geWPj4xEng _yUQ-EYOGEdq6geWPj4xEng _yT0SVoOGEdq6geWPj4xEng _yT-DQ4OGEdq6geWPj4xEng _yTrIuYOGEdq6geWPj4xEng _yTrIX4OGEdq6geWPj4xEng _yUH0EIOGEdq6geWPj4xEng _yTrIP4OGEdq6geWPj4xEng _yUavHoOGEdq6geWPj4xEng _yT0Sa4OGEdq6geWPj4xEng _yTrIlYOGEdq6geWPj4xEng _yUQ-G4OGEdq6geWPj4xEng _yT0SPoOGEdq6geWPj4xEng _yT0Sn4OGEdq6geWPj4xEng _yUQ-C4OGEdq6geWPj4xEng _yUQ-FIOGEdq6geWPj4xEng _yTrIm4OGEdq6geWPj4xEng _yT0SUIOGEdq6geWPj4xEng _yTrIoYOGEdq6geWPj4xEng _yTrI1IOGEdq6geWPj4xEng _yT-DZIOGEdq6geWPj4xEng _yUavJYOGEdq6geWPj4xEng _yUavB4OGEdq6geWPj4xEng _yT0SEIOGEdq6geWPj4xEng"/>

+    <eAnnotations xmi:id="_ymcTKIOGEdq6geWPj4xEng" source="UML::AuxiliaryConstructs::InformationFlows" references="_yXGPp4OGEdq6geWPj4xEng _yXGPooOGEdq6geWPj4xEng _yW8ev4OGEdq6geWPj4xEng _yW8et4OGEdq6geWPj4xEng _yW8ex4OGEdq6geWPj4xEng _yXGPlIOGEdq6geWPj4xEng _yW8eu4OGEdq6geWPj4xEng _yW8es4OGEdq6geWPj4xEng _yXQAkYOGEdq6geWPj4xEng _yXGPpoOGEdq6geWPj4xEng _yW8ezIOGEdq6geWPj4xEng _yW8enoOGEdq6geWPj4xEng _yXGPo4OGEdq6geWPj4xEng _yXGPkYOGEdq6geWPj4xEng _yXGPmoOGEdq6geWPj4xEng _yW8ey4OGEdq6geWPj4xEng _yXGPlYOGEdq6geWPj4xEng _yW8ekoOGEdq6geWPj4xEng _yXGPn4OGEdq6geWPj4xEng _yXQAkIOGEdq6geWPj4xEng _yXGPmIOGEdq6geWPj4xEng _yXGPkIOGEdq6geWPj4xEng _yW8eooOGEdq6geWPj4xEng _yXGPnYOGEdq6geWPj4xEng _yW8ew4OGEdq6geWPj4xEng _yW8er4OGEdq6geWPj4xEng"/>

+    <eAnnotations xmi:id="_ymcTKYOGEdq6geWPj4xEng" source="UML::Deployments::Artifacts" references="_yQZKuYOGEdq6geWPj4xEng _yQZKs4OGEdq6geWPj4xEng _yQZKwoOGEdq6geWPj4xEng _yQi7o4OGEdq6geWPj4xEng _yQZKy4OGEdq6geWPj4xEng _yQZKxoOGEdq6geWPj4xEng _yQZKv4OGEdq6geWPj4xEng _yQi7sIOGEdq6geWPj4xEng _yQi7oIOGEdq6geWPj4xEng _yQZKzYOGEdq6geWPj4xEng _yQZKp4OGEdq6geWPj4xEng _yQi7qoOGEdq6geWPj4xEng _yQZKyIOGEdq6geWPj4xEng _yQZKoYOGEdq6geWPj4xEng _yQi7poOGEdq6geWPj4xEng _yQi7rYOGEdq6geWPj4xEng _-lGRgHLzEdqziYxiZo0YtA _yQZKrYOGEdq6geWPj4xEng"/>

+    <eAnnotations xmi:id="_ymcTKoOGEdq6geWPj4xEng" source="UML::Classes::Dependencies" references="_rEDGkGwKEdq7X4sGURiZYA _yKIxoIOGEdq6geWPj4xEng _yKldnYOGEdq6geWPj4xEng _yJ_At4OGEdq6geWPj4xEng _yKIxp4OGEdq6geWPj4xEng _x4jScoOGEdq6geWPj4xEng _yKldlYOGEdq6geWPj4xEng _x83xxYOGEdq6geWPj4xEng _yKR7kIOGEdq6geWPj4xEng _yJ_As4OGEdq6geWPj4xEng _yJ_Ar4OGEdq6geWPj4xEng _yKldl4OGEdq6geWPj4xEng _yKIxo4OGEdq6geWPj4xEng _yKldkIOGEdq6geWPj4xEng _yKldmoOGEdq6geWPj4xEng _yKldkoOGEdq6geWPj4xEng _6UV2QGwJEdq7X4sGURiZYA _jKxnwGwLEdq7X4sGURiZYA _yJ_AoIOGEdq6geWPj4xEng _x7re94OGEdq6geWPj4xEng _csVgUGvtEdqG6fBIPwe-mw _yKldo4OGEdq6geWPj4xEng _yJ_Ao4OGEdq6geWPj4xEng _yKIxroOGEdq6geWPj4xEng _yKldn4OGEdq6geWPj4xEng _yJ_ApoOGEdq6geWPj4xEng _ZiwkoGwLEdq7X4sGURiZYA"/>

+    <eAnnotations xmi:id="_ymcTK4OGEdq6geWPj4xEng" source="UML::Interactions::BasicInteractions" references="_yNaIFIOGEdq6geWPj4xEng _yM0SU4OGEdq6geWPj4xEng _yNHNNYOGEdq6geWPj4xEng _gfgNwGveEdq4DLWZOhbdEA _yNaIEYOGEdq6geWPj4xEng _yNj5FYOGEdq6geWPj4xEng _yNaIGoOGEdq6geWPj4xEng _yNaIEIOGEdq6geWPj4xEng _yNj5GoOGEdq6geWPj4xEng _yM0SRYOGEdq6geWPj4xEng _yM0SMIOGEdq6geWPj4xEng _yM-DW4OGEdq6geWPj4xEng _yNtqEoOGEdq6geWPj4xEng _yMhXgoOGEdq6geWPj4xEng _yNaIKoOGEdq6geWPj4xEng _yM0SSYOGEdq6geWPj4xEng _yM0SNoOGEdq6geWPj4xEng _yM0ScYOGEdq6geWPj4xEng _yM-DPoOGEdq6geWPj4xEng _yNj5MYOGEdq6geWPj4xEng _yNQ-PYOGEdq6geWPj4xEng _yNaIJ4OGEdq6geWPj4xEng _yNaIL4OGEdq6geWPj4xEng _yNj5FIOGEdq6geWPj4xEng _yNQ-OIOGEdq6geWPj4xEng _yNtqEIOGEdq6geWPj4xEng _yMhXi4OGEdq6geWPj4xEng _yNtqFoOGEdq6geWPj4xEng _yMqhSIOGEdq6geWPj4xEng _yNj5F4OGEdq6geWPj4xEng _yNtqGoOGEdq6geWPj4xEng _yMqhT4OGEdq6geWPj4xEng _yNQ-MYOGEdq6geWPj4xEng _yNHNMoOGEdq6geWPj4xEng _yM0SV4OGEdq6geWPj4xEng _yNHNLoOGEdq6geWPj4xEng _yNj5LYOGEdq6geWPj4xEng _yNaIIoOGEdq6geWPj4xEng _yM0SW4OGEdq6geWPj4xEng _yMhXaIOGEdq6geWPj4xEng _yNQ-IIOGEdq6geWPj4xEng _yNQ-NIOGEdq6geWPj4xEng _yM0SQoOGEdq6geWPj4xEng _yNtqGYOGEdq6geWPj4xEng _yM-DOoOGEdq6geWPj4xEng _yMqhQ4OGEdq6geWPj4xEng _yNj5KIOGEdq6geWPj4xEng _yNQ-IoOGEdq6geWPj4xEng _yNHNJ4OGEdq6geWPj4xEng _yNQ-JIOGEdq6geWPj4xEng _yNQ-J4OGEdq6geWPj4xEng _yM-DV4OGEdq6geWPj4xEng _yNj5MIOGEdq6geWPj4xEng _yNj5G4OGEdq6geWPj4xEng _yNaILoOGEdq6geWPj4xEng _yMqhU4OGEdq6geWPj4xEng _yNQ-O4OGEdq6geWPj4xEng _yNj5FoOGEdq6geWPj4xEng _yMhXUIOGEdq6geWPj4xEng _yMhXfIOGEdq6geWPj4xEng _yM-DZoOGEdq6geWPj4xEng _yNQ-N4OGEdq6geWPj4xEng _yNj5EIOGEdq6geWPj4xEng _Y_jskGvtEdqG6fBIPwe-mw _yM-DNIOGEdq6geWPj4xEng _yNj5EYOGEdq6geWPj4xEng _yMhXiIOGEdq6geWPj4xEng _yNj5JIOGEdq6geWPj4xEng _yNj5H4OGEdq6geWPj4xEng _yNHNK4OGEdq6geWPj4xEng _yM0STYOGEdq6geWPj4xEng _yMhXTIOGEdq6geWPj4xEng _yNaIJYOGEdq6geWPj4xEng _yM-DMIOGEdq6geWPj4xEng _yNj5J4OGEdq6geWPj4xEng _yMqhS4OGEdq6geWPj4xEng _yNj5IoOGEdq6geWPj4xEng _yNj5HoOGEdq6geWPj4xEng _yNQ-QIOGEdq6geWPj4xEng _yNj5K4OGEdq6geWPj4xEng _yNaIF4OGEdq6geWPj4xEng _yM-DSIOGEdq6geWPj4xEng _yNQ-LoOGEdq6geWPj4xEng _yMhXeIOGEdq6geWPj4xEng _yNaIH4OGEdq6geWPj4xEng _yNaIHYOGEdq6geWPj4xEng _yM0SXoOGEdq6geWPj4xEng _yNaIFoOGEdq6geWPj4xEng _yM0SYoOGEdq6geWPj4xEng _yMhXVoOGEdq6geWPj4xEng _yNQ-LIOGEdq6geWPj4xEng _yM-DQYOGEdq6geWPj4xEng _yM-DYoOGEdq6geWPj4xEng _yMhXlYOGEdq6geWPj4xEng _yNQ-KYOGEdq6geWPj4xEng _yNaIIIOGEdq6geWPj4xEng _yM-DXoOGEdq6geWPj4xEng _yM0SboOGEdq6geWPj4xEng _yM0SPIOGEdq6geWPj4xEng _yNHNQoOGEdq6geWPj4xEng _yNHNIIOGEdq6geWPj4xEng _yNHNI4OGEdq6geWPj4xEng _yM-DToOGEdq6geWPj4xEng _yM0SZoOGEdq6geWPj4xEng _yMhXYoOGEdq6geWPj4xEng _yNQ-QoOGEdq6geWPj4xEng _yMhXj4OGEdq6geWPj4xEng _yM-DVIOGEdq6geWPj4xEng _yM0SaoOGEdq6geWPj4xEng _yM0SeIOGEdq6geWPj4xEng _yM-DRYOGEdq6geWPj4xEng _yNQ-M4OGEdq6geWPj4xEng _yNaIGIOGEdq6geWPj4xEng _yMhXXIOGEdq6geWPj4xEng _yMhXdIOGEdq6geWPj4xEng _yNtqFYOGEdq6geWPj4xEng _yM0SdYOGEdq6geWPj4xEng"/>

+    <eAnnotations xmi:id="_ymcTLIOGEdq6geWPj4xEng" source="UML::UseCases" references="_yNtqXoOGEdq6geWPj4xEng _yNtqLYOGEdq6geWPj4xEng _yNtqZIOGEdq6geWPj4xEng _yOAlBYOGEdq6geWPj4xEng _yNtqS4OGEdq6geWPj4xEng _yOAlCIOGEdq6geWPj4xEng _yN20AIOGEdq6geWPj4xEng _yOAlDYOGEdq6geWPj4xEng _yNtqQYOGEdq6geWPj4xEng _yOAlEIOGEdq6geWPj4xEng _yOAlCoOGEdq6geWPj4xEng _yNtqJoOGEdq6geWPj4xEng _yOAlA4OGEdq6geWPj4xEng _yOAlEoOGEdq6geWPj4xEng _yOAlHYOGEdq6geWPj4xEng _yOAlG4OGEdq6geWPj4xEng _yN20DYOGEdq6geWPj4xEng _6UV2QGwJEdq7X4sGURiZYA _yOAlGIOGEdq6geWPj4xEng _yN20BoOGEdq6geWPj4xEng _yOAlAIOGEdq6geWPj4xEng _yOAlF4OGEdq6geWPj4xEng _yNtqRYOGEdq6geWPj4xEng _yNtqPYOGEdq6geWPj4xEng _yNtqT4OGEdq6geWPj4xEng _yOAlFIOGEdq6geWPj4xEng _yNtqdIOGEdq6geWPj4xEng _yNtqHYOGEdq6geWPj4xEng _yNtqcIOGEdq6geWPj4xEng _yOAlIIOGEdq6geWPj4xEng _yNtqMYOGEdq6geWPj4xEng _yNtqN4OGEdq6geWPj4xEng _yNtqaoOGEdq6geWPj4xEng _yN20E4OGEdq6geWPj4xEng"/>

+    <eAnnotations xmi:id="_ymcTLYOGEdq6geWPj4xEng" source="UML::Activities::BasicActivities" references="_yMhXQIOGEdq6geWPj4xEng _yMhXR4OGEdq6geWPj4xEng _yMEraYOGEdq6geWPj4xEng _yMXmWoOGEdq6geWPj4xEng _yMN1Z4OGEdq6geWPj4xEng _yMN1V4OGEdq6geWPj4xEng _yJPZw4OGEdq6geWPj4xEng _yMhXSYOGEdq6geWPj4xEng _yMN1iIOGEdq6geWPj4xEng _yMXmQ4OGEdq6geWPj4xEng _yMN1SYOGEdq6geWPj4xEng _yMN1XYOGEdq6geWPj4xEng _yMhXQYOGEdq6geWPj4xEng _yMN1QIOGEdq6geWPj4xEng _yJPZ1YOGEdq6geWPj4xEng _yMXmS4OGEdq6geWPj4xEng _yMN1U4OGEdq6geWPj4xEng _yMXmYIOGEdq6geWPj4xEng _yMN1joOGEdq6geWPj4xEng _yMN1YYOGEdq6geWPj4xEng _yMN1oIOGEdq6geWPj4xEng _yMXmYoOGEdq6geWPj4xEng _yMXmR4OGEdq6geWPj4xEng _yMXmV4OGEdq6geWPj4xEng _yJPZ8oOGEdq6geWPj4xEng _yMXmY4OGEdq6geWPj4xEng _yMXmZIOGEdq6geWPj4xEng _yMN1fIOGEdq6geWPj4xEng _yMhXRIOGEdq6geWPj4xEng _yMhXQoOGEdq6geWPj4xEng _yMN1c4OGEdq6geWPj4xEng _yMN1T4OGEdq6geWPj4xEng _yIyt0IOGEdq6geWPj4xEng _yMErc4OGEdq6geWPj4xEng"/>

+    <eAnnotations xmi:id="_ymcTLoOGEdq6geWPj4xEng" source="UML::Activities::FundamentalActivities" references="_yJPZ9YOGEdq6geWPj4xEng _yJPZ3oOGEdq6geWPj4xEng _yJPZw4OGEdq6geWPj4xEng _yJPZ6oOGEdq6geWPj4xEng _yJPZ5IOGEdq6geWPj4xEng _yJPZz4OGEdq6geWPj4xEng _yJPaAYOGEdq6geWPj4xEng _yJPZ1YOGEdq6geWPj4xEng _yJZKw4OGEdq6geWPj4xEng _yI8e-YOGEdq6geWPj4xEng _yJPZ8oOGEdq6geWPj4xEng _yJPZyYOGEdq6geWPj4xEng _yJZKwIOGEdq6geWPj4xEng _yJPZ2IOGEdq6geWPj4xEng _yJZKwYOGEdq6geWPj4xEng _yJPZ-4OGEdq6geWPj4xEng"/>

+    <eAnnotations xmi:id="_ymcTL4OGEdq6geWPj4xEng" source="UML::Activities::StructuredActivities" references="_yJPZ9YOGEdq6geWPj4xEng _yJsFxoOGEdq6geWPj4xEng _yJiUvoOGEdq6geWPj4xEng _yJiUwoOGEdq6geWPj4xEng _yJZLCoOGEdq6geWPj4xEng _yJZK44OGEdq6geWPj4xEng _yJ1PpoOGEdq6geWPj4xEng _yJiU6IOGEdq6geWPj4xEng _yJ1PsYOGEdq6geWPj4xEng _yJPZ3oOGEdq6geWPj4xEng _yJPZw4OGEdq6geWPj4xEng _yJZKzIOGEdq6geWPj4xEng _yJsFwYOGEdq6geWPj4xEng _yJ1PooOGEdq6geWPj4xEng _yJ1PtIOGEdq6geWPj4xEng _yJ1PtoOGEdq6geWPj4xEng _yJiU0IOGEdq6geWPj4xEng _yJsFuYOGEdq6geWPj4xEng _yJPZz4OGEdq6geWPj4xEng _yJPaAYOGEdq6geWPj4xEng _yJZK0oOGEdq6geWPj4xEng _yJiU64OGEdq6geWPj4xEng _yJZLBIOGEdq6geWPj4xEng _yJPZ1YOGEdq6geWPj4xEng _yJsFvYOGEdq6geWPj4xEng _yJZK2IOGEdq6geWPj4xEng _yJZLEoOGEdq6geWPj4xEng _yJiU7oOGEdq6geWPj4xEng _yJsFtYOGEdq6geWPj4xEng _yJ1PuIOGEdq6geWPj4xEng _yJ1PqoOGEdq6geWPj4xEng _yJZLDoOGEdq6geWPj4xEng _yJsFx4OGEdq6geWPj4xEng _yJiUtoOGEdq6geWPj4xEng _yJ1PpYOGEdq6geWPj4xEng _yI8e-YOGEdq6geWPj4xEng _yJPZ8oOGEdq6geWPj4xEng _yJZK9YOGEdq6geWPj4xEng _yJsFvoOGEdq6geWPj4xEng _yJsFw4OGEdq6geWPj4xEng _yJPZyYOGEdq6geWPj4xEng _yJ1PrYOGEdq6geWPj4xEng _yJiU3oOGEdq6geWPj4xEng _yJiUyoOGEdq6geWPj4xEng _yJZK_oOGEdq6geWPj4xEng _yJZK-IOGEdq6geWPj4xEng _yJiUsIOGEdq6geWPj4xEng _yJZKwIOGEdq6geWPj4xEng _yJsFt4OGEdq6geWPj4xEng _yJ1PqYOGEdq6geWPj4xEng _yJZK3oOGEdq6geWPj4xEng _yJZLB4OGEdq6geWPj4xEng _yJsFwoOGEdq6geWPj4xEng _yJZK-4OGEdq6geWPj4xEng _yJPZ2IOGEdq6geWPj4xEng _yJZKwYOGEdq6geWPj4xEng _yJZK74OGEdq6geWPj4xEng _yJ1ProOGEdq6geWPj4xEng _yJZKxYOGEdq6geWPj4xEng _yJZK6YOGEdq6geWPj4xEng _yJ1PoIOGEdq6geWPj4xEng _yJsFuoOGEdq6geWPj4xEng _yJZLFoOGEdq6geWPj4xEng _yJiUuoOGEdq6geWPj4xEng _yJiUxoOGEdq6geWPj4xEng _yJPZ-4OGEdq6geWPj4xEng"/>

+    <eAnnotations xmi:id="_ymcTMIOGEdq6geWPj4xEng" source="InfrastructureLibrary::Core::Constructs" references="_x9BiyIOGEdq6geWPj4xEng _x8uAtYOGEdq6geWPj4xEng _x381eYOGEdq6geWPj4xEng _x8bFzoOGEdq6geWPj4xEng _x8uAvIOGEdq6geWPj4xEng _x8uAxoOGEdq6geWPj4xEng _x4_-boOGEdq6geWPj4xEng _x83xw4OGEdq6geWPj4xEng _x83xvoOGEdq6geWPj4xEng _x8uAwIOGEdq6geWPj4xEng _x6yHE4OGEdq6geWPj4xEng _x8bFzYOGEdq6geWPj4xEng _x8R70YOGEdq6geWPj4xEng _x8uAw4OGEdq6geWPj4xEng _x6CgNIOGEdq6geWPj4xEng _x7FpBoOGEdq6geWPj4xEng _x6CgLoOGEdq6geWPj4xEng _x8bF2YOGEdq6geWPj4xEng _kl90MGvbEdq4DLWZOhbdEA _-cvRAGvzEdq7X4sGURiZYA _x5cqSoOGEdq6geWPj4xEng _x6CgKoOGEdq6geWPj4xEng _x83xuIOGEdq6geWPj4xEng _x83xs4OGEdq6geWPj4xEng _Jp_1oGveEdq4DLWZOhbdEA _x7Yj8IOGEdq6geWPj4xEng _x83xtYOGEdq6geWPj4xEng _x5JIQYOGEdq6geWPj4xEng _x7re8YOGEdq6geWPj4xEng _ChRfcGveEdq4DLWZOhbdEA _x9BiuYOGEdq6geWPj4xEng _x9BisYOGEdq6geWPj4xEng _x71P4IOGEdq6geWPj4xEng _x6MRIIOGEdq6geWPj4xEng _x6VbPoOGEdq6geWPj4xEng _x7-Z0IOGEdq6geWPj4xEng _x6CgIYOGEdq6geWPj4xEng _x6VbF4OGEdq6geWPj4xEng _x6VbKoOGEdq6geWPj4xEng _x7-Z4oOGEdq6geWPj4xEng _x7ht8IOGEdq6geWPj4xEng _x6CgPoOGEdq6geWPj4xEng _x4_-aYOGEdq6geWPj4xEng _x4GmdYOGEdq6geWPj4xEng _x7Oy9YOGEdq6geWPj4xEng _x8bF0IOGEdq6geWPj4xEng _x5JIRIOGEdq6geWPj4xEng _x7OzDIOGEdq6geWPj4xEng _x5cqU4OGEdq6geWPj4xEng _x42NYIOGEdq6geWPj4xEng _x9Bit4OGEdq6geWPj4xEng _x4GmeIOGEdq6geWPj4xEng _x5l0RIOGEdq6geWPj4xEng _x381jIOGEdq6geWPj4xEng _x4_-ZYOGEdq6geWPj4xEng _x6VbJIOGEdq6geWPj4xEng _x7-Z04OGEdq6geWPj4xEng _AyM_oGwMEdq7X4sGURiZYA _x8uAyIOGEdq6geWPj4xEng _x4ZhYIOGEdq6geWPj4xEng _x83xxIOGEdq6geWPj4xEng _x7ht9oOGEdq6geWPj4xEng _x7ht4IOGEdq6geWPj4xEng _x8uAuIOGEdq6geWPj4xEng _x3W_kIOGEdq6geWPj4xEng _x4jScoOGEdq6geWPj4xEng _x5vlPoOGEdq6geWPj4xEng _x6fMGoOGEdq6geWPj4xEng _x4_-fYOGEdq6geWPj4xEng _x7-Z2YOGEdq6geWPj4xEng _x4ZhcIOGEdq6geWPj4xEng _x5l0MIOGEdq6geWPj4xEng _x6VbHoOGEdq6geWPj4xEng _x83xxYOGEdq6geWPj4xEng _x9BisoOGEdq6geWPj4xEng _x6yHGYOGEdq6geWPj4xEng _x8k204OGEdq6geWPj4xEng _x4QXfYOGEdq6geWPj4xEng _x26TqoOGEdq6geWPj4xEng _x4QXh4OGEdq6geWPj4xEng _x8k2zYOGEdq6geWPj4xEng _x5vlMIOGEdq6geWPj4xEng _x42NZoOGEdq6geWPj4xEng _x6yHD4OGEdq6geWPj4xEng _x4QXgoOGEdq6geWPj4xEng _x4ZhaIOGEdq6geWPj4xEng _x7ht44OGEdq6geWPj4xEng _x6VbLoOGEdq6geWPj4xEng _x8k20IOGEdq6geWPj4xEng _x8uAuoOGEdq6geWPj4xEng _x8bFzIOGEdq6geWPj4xEng _KyaPMGveEdq4DLWZOhbdEA _x6yHHYOGEdq6geWPj4xEng _x8bF3IOGEdq6geWPj4xEng _SnNPIGwIEdq7X4sGURiZYA _x8uAyYOGEdq6geWPj4xEng _x9Biz4OGEdq6geWPj4xEng _x4_-goOGEdq6geWPj4xEng _x6o9F4OGEdq6geWPj4xEng _x9Bi0oOGEdq6geWPj4xEng _x71P84OGEdq6geWPj4xEng _x5S5QIOGEdq6geWPj4xEng _x3gwkIOGEdq6geWPj4xEng _x6MRMYOGEdq6geWPj4xEng _x8R71YOGEdq6geWPj4xEng _x83xuYOGEdq6geWPj4xEng _x9KsoIOGEdq6geWPj4xEng _x6MRLoOGEdq6geWPj4xEng _x8k2woOGEdq6geWPj4xEng _x4_-XoOGEdq6geWPj4xEng _AwvxoGwNEdq7X4sGURiZYA _x5JISoOGEdq6geWPj4xEng _x6MRNoOGEdq6geWPj4xEng _x4ZhdYOGEdq6geWPj4xEng _x7OzCYOGEdq6geWPj4xEng _OQcbgGwOEdq7X4sGURiZYA _x3gwl4OGEdq6geWPj4xEng _x8bF1oOGEdq6geWPj4xEng _x6yHAIOGEdq6geWPj4xEng _x8bFwIOGEdq6geWPj4xEng _x7FpHoOGEdq6geWPj4xEng _x4jSYIOGEdq6geWPj4xEng _x8R70IOGEdq6geWPj4xEng _x4jSeIOGEdq6geWPj4xEng _x6VbEIOGEdq6geWPj4xEng _x71P7oOGEdq6geWPj4xEng _x674AIOGEdq6geWPj4xEng _x55WMoOGEdq6geWPj4xEng _x3gwp4OGEdq6geWPj4xEng _x8uAv4OGEdq6geWPj4xEng _x9BivoOGEdq6geWPj4xEng _x5S5TIOGEdq6geWPj4xEng _x8bFyoOGEdq6geWPj4xEng _x381koOGEdq6geWPj4xEng _ynRtoGvtEdqG6fBIPwe-mw _x5cqWYOGEdq6geWPj4xEng _x8k2z4OGEdq6geWPj4xEng _x8bF04OGEdq6geWPj4xEng _x8bF4oOGEdq6geWPj4xEng _Gjgl0GveEdq4DLWZOhbdEA _x83xtoOGEdq6geWPj4xEng _x8uAxYOGEdq6geWPj4xEng _6UV2QGwJEdq7X4sGURiZYA __1ap4HLzEdqziYxiZo0YtA _x9Biw4OGEdq6geWPj4xEng _x5S5RoOGEdq6geWPj4xEng _jKxnwGwLEdq7X4sGURiZYA _x7-Z3IOGEdq6geWPj4xEng _x4_-UIOGEdq6geWPj4xEng _x4_-U4OGEdq6geWPj4xEng _x83xwIOGEdq6geWPj4xEng _x381hoOGEdq6geWPj4xEng _x4_-WYOGEdq6geWPj4xEng _x7re64OGEdq6geWPj4xEng _x83xvYOGEdq6geWPj4xEng _x6fMFYOGEdq6geWPj4xEng _x8k20oOGEdq6geWPj4xEng _x55WOoOGEdq6geWPj4xEng _x6o9EIOGEdq6geWPj4xEng _x9Bix4OGEdq6geWPj4xEng _x8bF0YOGEdq6geWPj4xEng _I6N3UGwGEdq7X4sGURiZYA _x4_-eIOGEdq6geWPj4xEng _x6fMEIOGEdq6geWPj4xEng _x5l0OIOGEdq6geWPj4xEng _x3p6mYOGEdq6geWPj4xEng _x8bFx4OGEdq6geWPj4xEng _x8bFz4OGEdq6geWPj4xEng _x7Oy_IOGEdq6geWPj4xEng _x674A4OGEdq6geWPj4xEng _x4tDe4OGEdq6geWPj4xEng _x8uAs4OGEdq6geWPj4xEng _x8uAvoOGEdq6geWPj4xEng _x381c4OGEdq6geWPj4xEng _x9BiwoOGEdq6geWPj4xEng _x8uAsIOGEdq6geWPj4xEng _x83xsoOGEdq6geWPj4xEng _x8k2wIOGEdq6geWPj4xEng _RPl78GwIEdq7X4sGURiZYA _x8IK0IOGEdq6geWPj4xEng _x8bF4IOGEdq6geWPj4xEng _x8uAyoOGEdq6geWPj4xEng _x7re94OGEdq6geWPj4xEng _x9BitIOGEdq6geWPj4xEng _x4tDYIOGEdq6geWPj4xEng _x5l0SIOGEdq6geWPj4xEng _x8k2yoOGEdq6geWPj4xEng _x5cqYoOGEdq6geWPj4xEng _x4tDaYOGEdq6geWPj4xEng _x6o9JoOGEdq6geWPj4xEng _x3p6gIOGEdq6geWPj4xEng _x674CYOGEdq6geWPj4xEng _x5cqXIOGEdq6geWPj4xEng _x83xsIOGEdq6geWPj4xEng _x4tDhYOGEdq6geWPj4xEng _x5l0PoOGEdq6geWPj4xEng _x8k2zIOGEdq6geWPj4xEng _x4jSZoOGEdq6geWPj4xEng _x6yHCYOGEdq6geWPj4xEng _csVgUGvtEdqG6fBIPwe-mw _x3p6o4OGEdq6geWPj4xEng _x674DYOGEdq6geWPj4xEng _x7-Z5oOGEdq6geWPj4xEng _x5cqVoOGEdq6geWPj4xEng _x8k2yIOGEdq6geWPj4xEng _x7FpGIOGEdq6geWPj4xEng _x6VbOIOGEdq6geWPj4xEng _x5JIUIOGEdq6geWPj4xEng _x9BixIOGEdq6geWPj4xEng _x5l0T4OGEdq6geWPj4xEng _x7ht6YOGEdq6geWPj4xEng _x6fMH4OGEdq6geWPj4xEng _x7FpDIOGEdq6geWPj4xEng _x5vlRIOGEdq6geWPj4xEng _x83xt4OGEdq6geWPj4xEng _x4tDcYOGEdq6geWPj4xEng _x5vlOIOGEdq6geWPj4xEng _x26TpoOGEdq6geWPj4xEng _x9BixYOGEdq6geWPj4xEng _x5S5UIOGEdq6geWPj4xEng _x6o9HoOGEdq6geWPj4xEng _x26ToIOGEdq6geWPj4xEng _x4QXeoOGEdq6geWPj4xEng _x7FpEoOGEdq6geWPj4xEng _x4jSfoOGEdq6geWPj4xEng _x83xuoOGEdq6geWPj4xEng _x9BiuoOGEdq6geWPj4xEng _x8bF14OGEdq6geWPj4xEng _x4QXd4OGEdq6geWPj4xEng _x71P54OGEdq6geWPj4xEng _x4jSbIOGEdq6geWPj4xEng _x5JIVIOGEdq6geWPj4xEng _x3p6h4OGEdq6geWPj4xEng _x3gwoIOGEdq6geWPj4xEng _x9BisIOGEdq6geWPj4xEng _x9BiyoOGEdq6geWPj4xEng _x5cqTYOGEdq6geWPj4xEng _x42NbIOGEdq6geWPj4xEng _x5l0NIOGEdq6geWPj4xEng _x3p6kYOGEdq6geWPj4xEng _x381mIOGEdq6geWPj4xEng _V6vuYGwGEdq7X4sGURiZYA _x381cIOGEdq6geWPj4xEng _x42NUYOGEdq6geWPj4xEng _x8bFxIOGEdq6geWPj4xEng _00owUGvdEdq4DLWZOhbdEA _x674E4OGEdq6geWPj4xEng _x4_-c4OGEdq6geWPj4xEng _M4X2IGveEdq4DLWZOhbdEA _x5JIWoOGEdq6geWPj4xEng _x4GmcIOGEdq6geWPj4xEng _x9BizYOGEdq6geWPj4xEng _x8k2yYOGEdq6geWPj4xEng _x8k2xYOGEdq6geWPj4xEng _x5l0XoOGEdq6geWPj4xEng _x8k2w4OGEdq6geWPj4xEng _x2wioIOGEdq6geWPj4xEng _x6fMJIOGEdq6geWPj4xEng _x4_-YYOGEdq6geWPj4xEng _x6yHBoOGEdq6geWPj4xEng _x8bF1IOGEdq6geWPj4xEng _x8uAx4OGEdq6geWPj4xEng _x9BiwYOGEdq6geWPj4xEng _x7Oy8IOGEdq6geWPj4xEng _x5l0V4OGEdq6geWPj4xEng _x9Bi1IOGEdq6geWPj4xEng _x83xvIOGEdq6geWPj4xEng _x8R70oOGEdq6geWPj4xEng _x9BivIOGEdq6geWPj4xEng _x42NWoOGEdq6geWPj4xEng _x6VbMoOGEdq6geWPj4xEng _ZiwkoGwLEdq7X4sGURiZYA"/>

+    <eAnnotations xmi:id="_ymcTMYOGEdq6geWPj4xEng" source="UML::Activities::CompleteStructuredActivities" references="_yZVEYYOGEdq6geWPj4xEng _yZe1M4OGEdq6geWPj4xEng _yZomNIOGEdq6geWPj4xEng _yZVEU4OGEdq6geWPj4xEng _yZomOYOGEdq6geWPj4xEng _yMN1V4OGEdq6geWPj4xEng _yZVEXYOGEdq6geWPj4xEng _yZe1OoOGEdq6geWPj4xEng _yZVEWYOGEdq6geWPj4xEng _yZe1SYOGEdq6geWPj4xEng _yMN1iIOGEdq6geWPj4xEng _yZomNYOGEdq6geWPj4xEng _yZVEQYOGEdq6geWPj4xEng _yJZLBIOGEdq6geWPj4xEng _yMN1QIOGEdq6geWPj4xEng _yJPZ1YOGEdq6geWPj4xEng _yZe1S4OGEdq6geWPj4xEng _yZomPIOGEdq6geWPj4xEng _yZomMYOGEdq6geWPj4xEng _yZVENoOGEdq6geWPj4xEng _yJZK9YOGEdq6geWPj4xEng _yZVERIOGEdq6geWPj4xEng _yJiUsIOGEdq6geWPj4xEng _yMXmZIOGEdq6geWPj4xEng _yZomPoOGEdq6geWPj4xEng _yZe1RIOGEdq6geWPj4xEng _yJZK3oOGEdq6geWPj4xEng _yZomOIOGEdq6geWPj4xEng _yZomQYOGEdq6geWPj4xEng _yZomMIOGEdq6geWPj4xEng _yZe1RoOGEdq6geWPj4xEng"/>

+    <eAnnotations xmi:id="_ym4_EIOGEdq6geWPj4xEng" source="InfrastructureLibrary::Profiles" references="_yWDtzIOGEdq6geWPj4xEng _yWM3vIOGEdq6geWPj4xEng _yWM3t4OGEdq6geWPj4xEng _yVKV74OGEdq6geWPj4xEng _kl90MGvbEdq4DLWZOhbdEA _-cvRAGvzEdq7X4sGURiZYA _yV580oOGEdq6geWPj4xEng _yVUG54OGEdq6geWPj4xEng _yWDtx4OGEdq6geWPj4xEng _yVwLxoOGEdq6geWPj4xEng _yWM3wYOGEdq6geWPj4xEng _yWM3xIOGEdq6geWPj4xEng _skHGwGvsEdqG6fBIPwe-mw _yWDt1IOGEdq6geWPj4xEng _A7vDAGv0Edq7X4sGURiZYA _yWDtwIOGEdq6geWPj4xEng _yV58xYOGEdq6geWPj4xEng _yVdQ14OGEdq6geWPj4xEng _yWDtyoOGEdq6geWPj4xEng _yWDtz4OGEdq6geWPj4xEng _yWM3xYOGEdq6geWPj4xEng _yVUG84OGEdq6geWPj4xEng _2QuT0GvdEdq4DLWZOhbdEA _yWM3sIOGEdq6geWPj4xEng _yWM3tYOGEdq6geWPj4xEng _yVUG7YOGEdq6geWPj4xEng _yVnB5oOGEdq6geWPj4xEng _yVwL0YOGEdq6geWPj4xEng _yVnB1oOGEdq6geWPj4xEng _yVwLzIOGEdq6geWPj4xEng _yWM3soOGEdq6geWPj4xEng _yVnB0oOGEdq6geWPj4xEng __pew8GvzEdq7X4sGURiZYA _yV58wYOGEdq6geWPj4xEng _csVgUGvtEdqG6fBIPwe-mw _yVnB2YOGEdq6geWPj4xEng _yVwLwIOGEdq6geWPj4xEng _yVwL2IOGEdq6geWPj4xEng _yWM3uoOGEdq6geWPj4xEng _yV58z4OGEdq6geWPj4xEng _yVdQ0IOGEdq6geWPj4xEng _yV58yoOGEdq6geWPj4xEng _uY5yQGv5Edq7X4sGURiZYA _yWDt0YOGEdq6geWPj4xEng _00owUGvdEdq4DLWZOhbdEA _yV583oOGEdq6geWPj4xEng _yV582IOGEdq6geWPj4xEng _yWM3v4OGEdq6geWPj4xEng"/>

+    <eAnnotations xmi:id="_ym4_EYOGEdq6geWPj4xEng" source="UML::Activities::IntermediateActivities" references="_yPM35oOGEdq6geWPj4xEng _yPM4C4OGEdq6geWPj4xEng _yPM4EYOGEdq6geWPj4xEng _yPfywoOGEdq6geWPj4xEng _yPM36oOGEdq6geWPj4xEng _yPM4JoOGEdq6geWPj4xEng _yJPZ3oOGEdq6geWPj4xEng _yMN1V4OGEdq6geWPj4xEng _yJPZw4OGEdq6geWPj4xEng _yPM3_oOGEdq6geWPj4xEng _yPM344OGEdq6geWPj4xEng _yPfyxIOGEdq6geWPj4xEng _yPfyyIOGEdq6geWPj4xEng _yPWo5IOGEdq6geWPj4xEng _yMN1iIOGEdq6geWPj4xEng _yJPZz4OGEdq6geWPj4xEng _yPWo3oOGEdq6geWPj4xEng _yPDG3IOGEdq6geWPj4xEng _yMN1QIOGEdq6geWPj4xEng _yJPZ1YOGEdq6geWPj4xEng _yPfywIOGEdq6geWPj4xEng _yPfyzIOGEdq6geWPj4xEng _yPM37oOGEdq6geWPj4xEng _yPM3-oOGEdq6geWPj4xEng _yJPZ8oOGEdq6geWPj4xEng _yPM34IOGEdq6geWPj4xEng _yPpjwoOGEdq6geWPj4xEng _yPDG0IOGEdq6geWPj4xEng _yPM39IOGEdq6geWPj4xEng _yPfyyoOGEdq6geWPj4xEng _yPfyy4OGEdq6geWPj4xEng _yMXmZIOGEdq6geWPj4xEng _yJZKwIOGEdq6geWPj4xEng _yPfyxYOGEdq6geWPj4xEng _yMN1fIOGEdq6geWPj4xEng _yPM4AoOGEdq6geWPj4xEng _yJPZ2IOGEdq6geWPj4xEng _yPDG2YOGEdq6geWPj4xEng _yPWo14OGEdq6geWPj4xEng _yJZKwYOGEdq6geWPj4xEng _yPM4GoOGEdq6geWPj4xEng _yPM30IOGEdq6geWPj4xEng _yPpjwIOGEdq6geWPj4xEng _yPWo0IOGEdq6geWPj4xEng _yJPZ-4OGEdq6geWPj4xEng"/>

+    <eAnnotations xmi:id="_ym4_EoOGEdq6geWPj4xEng" source="UML::AuxiliaryConstructs::Templates" references="_ycBL24OGEdq6geWPj4xEng _ybHz94OGEdq6geWPj4xEng _ycBL0YOGEdq6geWPj4xEng _ycUGwoOGEdq6geWPj4xEng _ycBL0oOGEdq6geWPj4xEng _ybtp6IOGEdq6geWPj4xEng _ycUGxYOGEdq6geWPj4xEng _-cvRAGvzEdq7X4sGURiZYA _Jp_1oGveEdq4DLWZOhbdEA _ya-DNIOGEdq6geWPj4xEng _ya05H4OGEdq6geWPj4xEng _yb3a04OGEdq6geWPj4xEng _ycKV0YOGEdq6geWPj4xEng _9keOQGvdEdq4DLWZOhbdEA _ybkf74OGEdq6geWPj4xEng _ya-DOIOGEdq6geWPj4xEng _ybHz_YOGEdq6geWPj4xEng _ya-DJIOGEdq6geWPj4xEng _ycUGwIOGEdq6geWPj4xEng _ya-DTYOGEdq6geWPj4xEng _ya-DPoOGEdq6geWPj4xEng _ybtp64OGEdq6geWPj4xEng _x4_-ZYOGEdq6geWPj4xEng _ycKVyYOGEdq6geWPj4xEng _ybkgCoOGEdq6geWPj4xEng _ya-DBoOGEdq6geWPj4xEng _ybH0DoOGEdq6geWPj4xEng _ycKVzIOGEdq6geWPj4xEng _ya-DHoOGEdq6geWPj4xEng _yb3a2oOGEdq6geWPj4xEng _yarIGIOGEdq6geWPj4xEng _KxRzgGvuEdqG6fBIPwe-mw _yb3a24OGEdq6geWPj4xEng _yarIDoOGEdq6geWPj4xEng _ycBL14OGEdq6geWPj4xEng _ya-DR4OGEdq6geWPj4xEng _ybtp1IOGEdq6geWPj4xEng _ybkf9YOGEdq6geWPj4xEng _ya05C4OGEdq6geWPj4xEng _ycKV14OGEdq6geWPj4xEng _ybHz84OGEdq6geWPj4xEng _ya-DLoOGEdq6geWPj4xEng _ya05FYOGEdq6geWPj4xEng _ya-C8IOGEdq6geWPj4xEng _ybkf4IOGEdq6geWPj4xEng _yarIEoOGEdq6geWPj4xEng _ycKVw4OGEdq6geWPj4xEng _ybRk94OGEdq6geWPj4xEng _ybtp0IOGEdq6geWPj4xEng _ycBL2oOGEdq6geWPj4xEng _ybH0A4OGEdq6geWPj4xEng _ybkf_IOGEdq6geWPj4xEng _ybtp5IOGEdq6geWPj4xEng _ycKVwIOGEdq6geWPj4xEng _6UV2QGwJEdq7X4sGURiZYA _ycUGxIOGEdq6geWPj4xEng _ya-C-oOGEdq6geWPj4xEng _ycKVz4OGEdq6geWPj4xEng _ya-DFIOGEdq6geWPj4xEng _jKxnwGwLEdq7X4sGURiZYA _yb3a3YOGEdq6geWPj4xEng _ybkgAIOGEdq6geWPj4xEng _ycBL0IOGEdq6geWPj4xEng _ya05G4OGEdq6geWPj4xEng _ycUGw4OGEdq6geWPj4xEng _yb3a0YOGEdq6geWPj4xEng _ybRk-oOGEdq6geWPj4xEng _ya-DC4OGEdq6geWPj4xEng _ya05EYOGEdq6geWPj4xEng _ybkf6oOGEdq6geWPj4xEng _yarICIOGEdq6geWPj4xEng _csVgUGvtEdqG6fBIPwe-mw _ycKV1IOGEdq6geWPj4xEng _ycKV2YOGEdq6geWPj4xEng _ybRk84OGEdq6geWPj4xEng _ycBL04OGEdq6geWPj4xEng _ycBL1YOGEdq6geWPj4xEng _ybHz8IOGEdq6geWPj4xEng _ya-DGoOGEdq6geWPj4xEng _ycKVxoOGEdq6geWPj4xEng _ycKV24OGEdq6geWPj4xEng _ybkf-IOGEdq6geWPj4xEng _yb3a2YOGEdq6geWPj4xEng _ycKV1oOGEdq6geWPj4xEng _ya-DKoOGEdq6geWPj4xEng _yb3a3oOGEdq6geWPj4xEng _ya05AIOGEdq6geWPj4xEng _ya-DQYOGEdq6geWPj4xEng _yLeObIOGEdq6geWPj4xEng _M4X2IGveEdq4DLWZOhbdEA _yb3a0oOGEdq6geWPj4xEng _ybkf5oOGEdq6geWPj4xEng _ya-DVIOGEdq6geWPj4xEng _yb3a1oOGEdq6geWPj4xEng _ya-DAIOGEdq6geWPj4xEng _ycKV3oOGEdq6geWPj4xEng _ybH0FoOGEdq6geWPj4xEng _ybtp2oOGEdq6geWPj4xEng"/>

+    <eAnnotations xmi:id="_ym4_E4OGEdq6geWPj4xEng" source="UML::Actions::BasicActions" references="_yIyt5YOGEdq6geWPj4xEng _yIyuA4OGEdq6geWPj4xEng _yJFo1oOGEdq6geWPj4xEng _yI8e0IOGEdq6geWPj4xEng _yJFo5YOGEdq6geWPj4xEng _yIyt_YOGEdq6geWPj4xEng _yIo9AIOGEdq6geWPj4xEng _yJFo3YOGEdq6geWPj4xEng _yI8fAoOGEdq6geWPj4xEng _yJFowoOGEdq6geWPj4xEng _yJFo3oOGEdq6geWPj4xEng _yI8fCIOGEdq6geWPj4xEng _yIyt7oOGEdq6geWPj4xEng _yI8e_IOGEdq6geWPj4xEng _yI8fGIOGEdq6geWPj4xEng _yJFo1IOGEdq6geWPj4xEng _yJFoz4OGEdq6geWPj4xEng _yJPZwIOGEdq6geWPj4xEng _yJFo0YOGEdq6geWPj4xEng _yIo89IOGEdq6geWPj4xEng _yIyt6IOGEdq6geWPj4xEng _yJFo44OGEdq6geWPj4xEng _yIo9BIOGEdq6geWPj4xEng _yJFo34OGEdq6geWPj4xEng _yJFoxoOGEdq6geWPj4xEng _yI8e-YOGEdq6geWPj4xEng _yJPZwoOGEdq6geWPj4xEng _yIyt2YOGEdq6geWPj4xEng _yJFoyYOGEdq6geWPj4xEng _yIyt04OGEdq6geWPj4xEng _yI8e6YOGEdq6geWPj4xEng _yI8fFoOGEdq6geWPj4xEng _yI8e34OGEdq6geWPj4xEng _yIyt-oOGEdq6geWPj4xEng _yJFo4IOGEdq6geWPj4xEng _yIyt34OGEdq6geWPj4xEng _yIo88YOGEdq6geWPj4xEng _yI8fE4OGEdq6geWPj4xEng _yI8e9YOGEdq6geWPj4xEng _yJFoxYOGEdq6geWPj4xEng _yJFozIOGEdq6geWPj4xEng _yI8fD4OGEdq6geWPj4xEng _yIo8-oOGEdq6geWPj4xEng _yJFo2oOGEdq6geWPj4xEng _yIyt4oOGEdq6geWPj4xEng _yJFoy4OGEdq6geWPj4xEng _yIyuEoOGEdq6geWPj4xEng _yI8fDoOGEdq6geWPj4xEng _yIyuDIOGEdq6geWPj4xEng _yJFo4oOGEdq6geWPj4xEng _yI8e44OGEdq6geWPj4xEng _yJFo2YOGEdq6geWPj4xEng _yI8fEoOGEdq6geWPj4xEng _yJFozoOGEdq6geWPj4xEng _yJFo4YOGEdq6geWPj4xEng _yJFowIOGEdq6geWPj4xEng _yIyt0IOGEdq6geWPj4xEng"/>

+    <eAnnotations xmi:id="_ym4_FIOGEdq6geWPj4xEng" source="UML::CompositeStructures::InvocationActions" references="_yIyt5YOGEdq6geWPj4xEng _yThXN4OGEdq6geWPj4xEng _yThXKoOGEdq6geWPj4xEng _yThXNIOGEdq6geWPj4xEng _yThXL4OGEdq6geWPj4xEng _yOTf8IOGEdq6geWPj4xEng _yThXOIOGEdq6geWPj4xEng _yThXM4OGEdq6geWPj4xEng"/>

+    <eAnnotations xmi:id="_ym4_FYOGEdq6geWPj4xEng" source="UML::Interactions::Fragments" references="_yQ_Ao4OGEdq6geWPj4xEng _yQ_Ak4OGEdq6geWPj4xEng _yRSiroOGEdq6geWPj4xEng _yRbsdoOGEdq6geWPj4xEng _yRIxvoOGEdq6geWPj4xEng _yRbseYOGEdq6geWPj4xEng _yRbscoOGEdq6geWPj4xEng _yRbshYOGEdq6geWPj4xEng _yRbsioOGEdq6geWPj4xEng _yRIxiYOGEdq6geWPj4xEng _yQ_AhIOGEdq6geWPj4xEng _yRbsjYOGEdq6geWPj4xEng _yRldeIOGEdq6geWPj4xEng _yRSisYOGEdq6geWPj4xEng _yMhXaIOGEdq6geWPj4xEng _yRSik4OGEdq6geWPj4xEng _yRSihoOGEdq6geWPj4xEng _yRIxsoOGEdq6geWPj4xEng _yRIxroOGEdq6geWPj4xEng _yRSirYOGEdq6geWPj4xEng _yRldcYOGEdq6geWPj4xEng _yQ_A2oOGEdq6geWPj4xEng _yRbsdYOGEdq6geWPj4xEng _yRbsgIOGEdq6geWPj4xEng _yRIxmIOGEdq6geWPj4xEng _yRbsi4OGEdq6geWPj4xEng _yMhXiIOGEdq6geWPj4xEng _yMhXTIOGEdq6geWPj4xEng _yQ_Al4OGEdq6geWPj4xEng _yRlddIOGEdq6geWPj4xEng _yRbsiIOGEdq6geWPj4xEng _yRIxm4OGEdq6geWPj4xEng _yRldcIOGEdq6geWPj4xEng _yRbsg4OGEdq6geWPj4xEng _yRbse4OGEdq6geWPj4xEng _yRIxoYOGEdq6geWPj4xEng _yQ_AxYOGEdq6geWPj4xEng _yRldeYOGEdq6geWPj4xEng _yRbsfoOGEdq6geWPj4xEng _yRSij4OGEdq6geWPj4xEng _yRIxp4OGEdq6geWPj4xEng _yQ_AuYOGEdq6geWPj4xEng _yQ_A4IOGEdq6geWPj4xEng _yQ_Av4OGEdq6geWPj4xEng _yQ_Ar4OGEdq6geWPj4xEng _yRIxgIOGEdq6geWPj4xEng _yRSir4OGEdq6geWPj4xEng _yRSigIOGEdq6geWPj4xEng _yRbscIOGEdq6geWPj4xEng _yQ_AnYOGEdq6geWPj4xEng"/>

+    <eAnnotations xmi:id="_ym4_FoOGEdq6geWPj4xEng" source="UML::CompositeStructures::Collaborations" references="_yMErYYOGEdq6geWPj4xEng _yMErUYOGEdq6geWPj4xEng _yLxwboOGEdq6geWPj4xEng _yMErV4OGEdq6geWPj4xEng _KyaPMGveEdq4DLWZOhbdEA _6UV2QGwJEdq7X4sGURiZYA _yL66VIOGEdq6geWPj4xEng _yLxwYoOGEdq6geWPj4xEng _yMErXIOGEdq6geWPj4xEng _yLxweIOGEdq6geWPj4xEng _yLxwfYOGEdq6geWPj4xEng _yMErZIOGEdq6geWPj4xEng _yL66UIOGEdq6geWPj4xEng _yMErUoOGEdq6geWPj4xEng _yLxwcoOGEdq6geWPj4xEng _yMErWoOGEdq6geWPj4xEng _yMErVYOGEdq6geWPj4xEng _yMErX4OGEdq6geWPj4xEng _yMErZoOGEdq6geWPj4xEng"/>

+    <eAnnotations xmi:id="_ym4_F4OGEdq6geWPj4xEng" source="UML::CommonBehaviors::Communications" references="_yOKWAIOGEdq6geWPj4xEng _yOdRCYOGEdq6geWPj4xEng _yO584IOGEdq6geWPj4xEng _yOKWA4OGEdq6geWPj4xEng _yO5844OGEdq6geWPj4xEng _yOdQ8oOGEdq6geWPj4xEng _yO5864OGEdq6geWPj4xEng _yOwL6YOGEdq6geWPj4xEng _yOKWGIOGEdq6geWPj4xEng _yOwL_YOGEdq6geWPj4xEng _x6yHGYOGEdq6geWPj4xEng _x6yHD4OGEdq6geWPj4xEng _yOwL-oOGEdq6geWPj4xEng _yOdRDIOGEdq6geWPj4xEng _yOTgBIOGEdq6geWPj4xEng _yOAlIYOGEdq6geWPj4xEng _yOwL8YOGEdq6geWPj4xEng _yO587IOGEdq6geWPj4xEng _yOdRA4OGEdq6geWPj4xEng _yOdQ-IOGEdq6geWPj4xEng _yOwMA4OGEdq6geWPj4xEng _yOdQ_YOGEdq6geWPj4xEng _yOwMBYOGEdq6geWPj4xEng _yOwL7IOGEdq6geWPj4xEng _yOwL94OGEdq6geWPj4xEng _yOwMAIOGEdq6geWPj4xEng _yOma5oOGEdq6geWPj4xEng _yOdRAIOGEdq6geWPj4xEng _8Ugn8GvtEdqG6fBIPwe-mw _yOKWB4OGEdq6geWPj4xEng _yOTf_oOGEdq6geWPj4xEng _yOwL7YOGEdq6geWPj4xEng _yOwL6IOGEdq6geWPj4xEng _yOKWCoOGEdq6geWPj4xEng _yOwL9IOGEdq6geWPj4xEng _yOTf-IOGEdq6geWPj4xEng _x8k2yIOGEdq6geWPj4xEng _yO586IOGEdq6geWPj4xEng _yOwL4IOGEdq6geWPj4xEng _yO585oOGEdq6geWPj4xEng _yOKWFYOGEdq6geWPj4xEng _yOwMAoOGEdq6geWPj4xEng _yOma4IOGEdq6geWPj4xEng _yOTf8IOGEdq6geWPj4xEng _yOwL8IOGEdq6geWPj4xEng _00owUGvdEdq4DLWZOhbdEA _iY7sMGvsEdqG6fBIPwe-mw _M4X2IGveEdq4DLWZOhbdEA _x8k2yYOGEdq6geWPj4xEng _yOTf84OGEdq6geWPj4xEng _yOdQ-4OGEdq6geWPj4xEng _Pu3O0HL0EdqziYxiZo0YtA"/>

+    <eAnnotations xmi:id="_ym4_GIOGEdq6geWPj4xEng" source="UML::Activities::ExtraStructuredActivities" references="_yZ7hJYOGEdq6geWPj4xEng _yZxwT4OGEdq6geWPj4xEng _yZomSoOGEdq6geWPj4xEng _yJiU6IOGEdq6geWPj4xEng _yZ7hIIOGEdq6geWPj4xEng _yZ7hJIOGEdq6geWPj4xEng _yZomVIOGEdq6geWPj4xEng _yZxwO4OGEdq6geWPj4xEng _yZomRoOGEdq6geWPj4xEng _yZxwUYOGEdq6geWPj4xEng _yZxwQ4OGEdq6geWPj4xEng _yZxwUIOGEdq6geWPj4xEng _yZxwNYOGEdq6geWPj4xEng _yZxwJoOGEdq6geWPj4xEng _yZomW4OGEdq6geWPj4xEng _yZomToOGEdq6geWPj4xEng _yZxwIIOGEdq6geWPj4xEng _yZxwP4OGEdq6geWPj4xEng _yZ7hI4OGEdq6geWPj4xEng _yZomQ4OGEdq6geWPj4xEng _yZ7hIoOGEdq6geWPj4xEng _yZxwR4OGEdq6geWPj4xEng _yZ7hIYOGEdq6geWPj4xEng _yZomV4OGEdq6geWPj4xEng"/>

+    <eAnnotations xmi:id="_ym4_GYOGEdq6geWPj4xEng" source="UML::StateMachines::ProtocolStateMachines" references="_yaOcJ4OGEdq6geWPj4xEng _yahXC4OGEdq6geWPj4xEng _yahXCYOGEdq6geWPj4xEng _yaYNKYOGEdq6geWPj4xEng _yaFSPYOGEdq6geWPj4xEng _yaFSRoOGEdq6geWPj4xEng _yaYNJoOGEdq6geWPj4xEng _yaYNIYOGEdq6geWPj4xEng _yT-DJ4OGEdq6geWPj4xEng _yaOcIYOGEdq6geWPj4xEng _yaOcEYOGEdq6geWPj4xEng _yahXBYOGEdq6geWPj4xEng _8Ugn8GvtEdqG6fBIPwe-mw _yahXBoOGEdq6geWPj4xEng _yaOcFYOGEdq6geWPj4xEng _yaOcLYOGEdq6geWPj4xEng _yaYNGIOGEdq6geWPj4xEng _yaYNEYOGEdq6geWPj4xEng _yaYNK4OGEdq6geWPj4xEng _ZAuvEGveEdq4DLWZOhbdEA _yahXAIOGEdq6geWPj4xEng _yTrIX4OGEdq6geWPj4xEng _yaFSQIOGEdq6geWPj4xEng _yaYNHYOGEdq6geWPj4xEng _yaYNJIOGEdq6geWPj4xEng _yaOcM4OGEdq6geWPj4xEng _yaYNIIOGEdq6geWPj4xEng _yahXAoOGEdq6geWPj4xEng _yaFSS4OGEdq6geWPj4xEng"/>

+    <eAnnotations xmi:id="_ynCwEIOGEdq6geWPj4xEng" source="UML::Classes::PowerTypes" references="_C7AF4GwREdq14q0ETb1t3g _yW8ekYOGEdq6geWPj4xEng _yWpjuIOGEdq6geWPj4xEng _yWzUq4OGEdq6geWPj4xEng _yWpjroOGEdq6geWPj4xEng _6UV2QGwJEdq7X4sGURiZYA _yWpjsYOGEdq6geWPj4xEng _yWpjtIOGEdq6geWPj4xEng _yWzUo4OGEdq6geWPj4xEng _yW8ekIOGEdq6geWPj4xEng _yWpjpYOGEdq6geWPj4xEng"/>

+    <eAnnotations xmi:id="_ynCwEYOGEdq6geWPj4xEng" source="UML::CommonBehaviors::SimpleTime" references="_yTOcVIOGEdq6geWPj4xEng _yThXJYOGEdq6geWPj4xEng _yThXI4OGEdq6geWPj4xEng _yTXmJoOGEdq6geWPj4xEng _yTErTYOGEdq6geWPj4xEng _-Ixo8H4XEdq7cMP_l1l5Gg _yTXmIIOGEdq6geWPj4xEng _yS7hSoOGEdq6geWPj4xEng _yTOcNoOGEdq6geWPj4xEng _yTOcT4OGEdq6geWPj4xEng _yTXmLYOGEdq6geWPj4xEng _yS7hVIOGEdq6geWPj4xEng _yTXmKYOGEdq6geWPj4xEng _yTErRIOGEdq6geWPj4xEng _yS7hZIOGEdq6geWPj4xEng _yTOcUoOGEdq6geWPj4xEng _yThXIIOGEdq6geWPj4xEng _yTOcToOGEdq6geWPj4xEng _yTXmIoOGEdq6geWPj4xEng _yTXmI4OGEdq6geWPj4xEng _yTOcV4OGEdq6geWPj4xEng _yOdRA4OGEdq6geWPj4xEng _yTOcTIOGEdq6geWPj4xEng _yTXmJYOGEdq6geWPj4xEng _yTXmL4OGEdq6geWPj4xEng _yThXIYOGEdq6geWPj4xEng _yTErNoOGEdq6geWPj4xEng _yOdQ_YOGEdq6geWPj4xEng _yS7hUYOGEdq6geWPj4xEng _yTOcR4OGEdq6geWPj4xEng _yTOcM4OGEdq6geWPj4xEng _yTErMIOGEdq6geWPj4xEng _yS7hYoOGEdq6geWPj4xEng _yOwMAIOGEdq6geWPj4xEng _yThXIoOGEdq6geWPj4xEng _yTXmLIOGEdq6geWPj4xEng _yTXmLoOGEdq6geWPj4xEng _yTErQYOGEdq6geWPj4xEng _yTXmJ4OGEdq6geWPj4xEng _yTOcWoOGEdq6geWPj4xEng _yTErUYOGEdq6geWPj4xEng _ySxwV4OGEdq6geWPj4xEng _DylKEH4YEdq7cMP_l1l5Gg _yS7hRoOGEdq6geWPj4xEng _yS7hX4OGEdq6geWPj4xEng _yTXmKoOGEdq6geWPj4xEng _yTOcQ4OGEdq6geWPj4xEng _yTOcWIOGEdq6geWPj4xEng _ySxwU4OGEdq6geWPj4xEng _yS7hT4OGEdq6geWPj4xEng _yS7hTYOGEdq6geWPj4xEng _yOwMAoOGEdq6geWPj4xEng _yS7hQoOGEdq6geWPj4xEng _yTErSoOGEdq6geWPj4xEng _yTOcVYOGEdq6geWPj4xEng _yThXJIOGEdq6geWPj4xEng _yTErPIOGEdq6geWPj4xEng _yTOcMIOGEdq6geWPj4xEng _yTOcUYOGEdq6geWPj4xEng _yTXmJIOGEdq6geWPj4xEng _yS7hWoOGEdq6geWPj4xEng _yTXmK4OGEdq6geWPj4xEng _yTOcPYOGEdq6geWPj4xEng _yTOcOoOGEdq6geWPj4xEng"/>

+    <eAnnotations xmi:id="_ynCwEoOGEdq6geWPj4xEng" source="UML::CompositeStructures::Ports" references="_yP8ex4OGEdq6geWPj4xEng _yP8ew4OGEdq6geWPj4xEng _yP8ewYOGEdq6geWPj4xEng _yP8eyoOGEdq6geWPj4xEng _yPytsIOGEdq6geWPj4xEng _yP8et4OGEdq6geWPj4xEng _yP8euoOGEdq6geWPj4xEng _yPytvYOGEdq6geWPj4xEng _yP8es4OGEdq6geWPj4xEng _yP8exoOGEdq6geWPj4xEng _aOgw0GveEdq4DLWZOhbdEA _yPytuoOGEdq6geWPj4xEng _yPpj0YOGEdq6geWPj4xEng _yP8evYOGEdq6geWPj4xEng _yP8ey4OGEdq6geWPj4xEng _yPpj1IOGEdq6geWPj4xEng _ZAuvEGveEdq4DLWZOhbdEA _yPyttIOGEdq6geWPj4xEng _yPpj14OGEdq6geWPj4xEng _yP8evoOGEdq6geWPj4xEng"/>

+    <eAnnotations xmi:id="_ynCwE4OGEdq6geWPj4xEng" source="UML::Components::BasicComponents" references="_yQGPuIOGEdq6geWPj4xEng _yQPZtIOGEdq6geWPj4xEng _yQPZsIOGEdq6geWPj4xEng _yQPZu4OGEdq6geWPj4xEng _yQPZsYOGEdq6geWPj4xEng _yQGPxIOGEdq6geWPj4xEng _yQGPtYOGEdq6geWPj4xEng _yQGPyoOGEdq6geWPj4xEng _yQPZsoOGEdq6geWPj4xEng _yQGP6oOGEdq6geWPj4xEng _yQPZs4OGEdq6geWPj4xEng _yQPZuoOGEdq6geWPj4xEng _yQGP84OGEdq6geWPj4xEng _yQPZoIOGEdq6geWPj4xEng _yLLTf4OGEdq6geWPj4xEng _yQPZpoOGEdq6geWPj4xEng _yQGP7YOGEdq6geWPj4xEng _yQGP2oOGEdq6geWPj4xEng _yQPZt4OGEdq6geWPj4xEng _yQPZuYOGEdq6geWPj4xEng _yQGP4oOGEdq6geWPj4xEng _yQGPvoOGEdq6geWPj4xEng _yQPZqoOGEdq6geWPj4xEng _yQGP0oOGEdq6geWPj4xEng _yQGPsYOGEdq6geWPj4xEng"/>

+    <eAnnotations xmi:id="_ynCwFIOGEdq6geWPj4xEng" source="InfrastructureLibrary::Core::PrimitiveTypes" references="_UdivYGvsEdqG6fBIPwe-mw _aAyVgGvsEdqG6fBIPwe-mw _dRZxsGvsEdqG6fBIPwe-mw _XqvEIGvsEdqG6fBIPwe-mw"/>

+    <eAnnotations xmi:id="_ynCwFYOGEdq6geWPj4xEng" source="UML::Deployments::Nodes" references="_Jp_1oGveEdq4DLWZOhbdEA _yQi7s4OGEdq6geWPj4xEng _yQ12loOGEdq6geWPj4xEng _yQ_AgIOGEdq6geWPj4xEng _yQi7x4OGEdq6geWPj4xEng _yBMRB4OGEdq6geWPj4xEng _yQi7toOGEdq6geWPj4xEng _yQsFk4OGEdq6geWPj4xEng _yQsFp4OGEdq6geWPj4xEng _yQi7zYOGEdq6geWPj4xEng _yQ12mIOGEdq6geWPj4xEng _yQi7wIOGEdq6geWPj4xEng _yQsFkIOGEdq6geWPj4xEng _yQsFqoOGEdq6geWPj4xEng _yQsFn4OGEdq6geWPj4xEng _yQ12noOGEdq6geWPj4xEng _yQ12oIOGEdq6geWPj4xEng _yQi7uoOGEdq6geWPj4xEng _-lGRgHLzEdqziYxiZo0YtA _yQ_AgYOGEdq6geWPj4xEng _yQsFmYOGEdq6geWPj4xEng _yQ12m4OGEdq6geWPj4xEng _yQi70IOGEdq6geWPj4xEng"/>

+    <eAnnotations xmi:id="_ynCwFoOGEdq6geWPj4xEng" source="UML::Classes::AssociationClasses" references="_Jp_1oGveEdq4DLWZOhbdEA _yahXHYOGEdq6geWPj4xEng _yahXFYOGEdq6geWPj4xEng _yarIAIOGEdq6geWPj4xEng _yarIBoOGEdq6geWPj4xEng _yahXDoOGEdq6geWPj4xEng"/>

+    <eAnnotations xmi:id="_ynMhEIOGEdq6geWPj4xEng" source="UML::Deployments::ComponentDeployments" references="_yaFSIIOGEdq6geWPj4xEng _yQi7s4OGEdq6geWPj4xEng _yaFSKYOGEdq6geWPj4xEng _yZ7hM4OGEdq6geWPj4xEng _yaFSL4OGEdq6geWPj4xEng _yaFSO4OGEdq6geWPj4xEng _yaFSNYOGEdq6geWPj4xEng"/>

+    <eAnnotations xmi:id="_ynMhEYOGEdq6geWPj4xEng" source="UML::Actions::StructuredActions" references="_yWWouoOGEdq6geWPj4xEng _yWgZ3oOGEdq6geWPj4xEng _yWgZxYOGEdq6geWPj4xEng _yWWotoOGEdq6geWPj4xEng _yWWo24OGEdq6geWPj4xEng _yWWosIOGEdq6geWPj4xEng _yWWo2IOGEdq6geWPj4xEng _yWgZ24OGEdq6geWPj4xEng _yWpjoIOGEdq6geWPj4xEng _yWWo0oOGEdq6geWPj4xEng _yWgZuYOGEdq6geWPj4xEng _yWgZz4OGEdq6geWPj4xEng _yWgZ4IOGEdq6geWPj4xEng _yWWo6oOGEdq6geWPj4xEng _yWWo8IOGEdq6geWPj4xEng _yWpjooOGEdq6geWPj4xEng _yWgZy4OGEdq6geWPj4xEng _yWgZ5YOGEdq6geWPj4xEng _yWWo84OGEdq6geWPj4xEng _yWgZ2YOGEdq6geWPj4xEng _yWWoyYOGEdq6geWPj4xEng _yWgZs4OGEdq6geWPj4xEng _yWgZ1IOGEdq6geWPj4xEng _yWWo4YOGEdq6geWPj4xEng _yWgZzIOGEdq6geWPj4xEng _yWgZ44OGEdq6geWPj4xEng _yWWo5IOGEdq6geWPj4xEng _yWWow4OGEdq6geWPj4xEng _yWgZsIOGEdq6geWPj4xEng _yWgZ1oOGEdq6geWPj4xEng _yWgZ0YOGEdq6geWPj4xEng"/>

+    <eAnnotations xmi:id="_ynMhEoOGEdq6geWPj4xEng" source="UML::Classes::Interfaces" references="_yLBigoOGEdq6geWPj4xEng _yK4YgYOGEdq6geWPj4xEng _yLBifIOGEdq6geWPj4xEng _yKunmIOGEdq6geWPj4xEng _yLBidoOGEdq6geWPj4xEng _yKunnIOGEdq6geWPj4xEng _yKungIOGEdq6geWPj4xEng _yKunhoOGEdq6geWPj4xEng _yKunkoOGEdq6geWPj4xEng _yLBieYOGEdq6geWPj4xEng _yLBijoOGEdq6geWPj4xEng _8Ugn8GvtEdqG6fBIPwe-mw _yLBihYOGEdq6geWPj4xEng _yLBiiIOGEdq6geWPj4xEng _yLBicIOGEdq6geWPj4xEng _yLBii4OGEdq6geWPj4xEng _l2mXcHLzEdqziYxiZo0YtA _iY7sMGvsEdqG6fBIPwe-mw _M4X2IGveEdq4DLWZOhbdEA _yLBigIOGEdq6geWPj4xEng _yKunjIOGEdq6geWPj4xEng _yLBikIOGEdq6geWPj4xEng"/>

+    <eAnnotations xmi:id="_ynol8IOGEdq6geWPj4xEng" source="UML::AuxiliaryConstructs::Profiles" references="_yV58xYOGEdq6geWPj4xEng _2QuT0GvdEdq4DLWZOhbdEA"/>

+    <eAnnotations xmi:id="_yoFR4IOGEdq6geWPj4xEng" source="UML::AuxiliaryConstructs::Models" references="_yXQAloOGEdq6geWPj4xEng _NVhqMGv0Edq7X4sGURiZYA"/>

+    <eAnnotations xmi:id="_yoFR4YOGEdq6geWPj4xEng" source="UML::Components::PackagingComponents" references="_yZ7hJ4OGEdq6geWPj4xEng _yZ7hLYOGEdq6geWPj4xEng _yZ7hL4OGEdq6geWPj4xEng _yQGPsYOGEdq6geWPj4xEng"/>

+    <eAnnotations xmi:id="_yo04wIOGEdq6geWPj4xEng" source="UML::CompositeStructures::StructuredActivities" references="_yJZKxYOGEdq6geWPj4xEng"/>

+    <eAnnotations xmi:id="_yo04wYOGEdq6geWPj4xEng" source="UML::CompositeStructures::StructuredClasses" references="_00owUGvdEdq4DLWZOhbdEA"/>

   </eAnnotations>

   <packageImport xmi:id="__as3cGvaEdq4DLWZOhbdEA">

     <importedPackage xmi:type="uml:Model" href="Ecore.uml2#439EC3AE03B5"/>

@@ -59,17 +59,17 @@
   </packageImport>

   <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_XqvEIGvsEdqG6fBIPwe-mw" name="Integer">

     <eAnnotations xmi:id="_KWFGYmzMEdq4d7jt9iWoqg" source="appliedStereotypes">

-      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_cTQDEoN0EdqACJ0Qw-4SYw" instanceClassName="int"/>

+      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_SjJ80oOGEdqIB5q5b9IDSQ" instanceClassName="int"/>

     </eAnnotations>

-    <ownedComment xmi:id="_mRJgkYN9EdqadtFwU5VNog" annotatedElement="_XqvEIGvsEdqG6fBIPwe-mw">

+    <ownedComment xmi:id="_x9KsooOGEdq6geWPj4xEng" annotatedElement="_XqvEIGvsEdqG6fBIPwe-mw">

       <body>An instance of Integer is an element in the (infinite) set of integers (...-2, -1, 0, 1, 2...). It is used for integer attributes and integer expressions in the metamodel.</body>

     </ownedComment>

   </ownedMember>

   <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_UdivYGvsEdqG6fBIPwe-mw" name="Boolean">

     <eAnnotations xmi:id="_KWFGYGzMEdq4d7jt9iWoqg" source="appliedStereotypes">

-      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_cTQDEYN0EdqACJ0Qw-4SYw" instanceClassName="boolean"/>

+      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_SjJ80YOGEdqIB5q5b9IDSQ" instanceClassName="boolean"/>

     </eAnnotations>

-    <ownedComment xmi:id="_mRTRgIN9EdqadtFwU5VNog" annotatedElement="_UdivYGvsEdqG6fBIPwe-mw">

+    <ownedComment xmi:id="_x9Kso4OGEdq6geWPj4xEng" annotatedElement="_UdivYGvsEdqG6fBIPwe-mw">

       <body>Boolean is an instance of PrimitiveType. In the metamodel, Boolean defines an enumeration that denotes a logical condition. Its enumeration literals are:

 

   - true: The Boolean condition is satisfied.

@@ -83,374 +83,374 @@
   </ownedMember>

   <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_aAyVgGvsEdqG6fBIPwe-mw" name="String">

     <eAnnotations xmi:id="_KWO3YGzMEdq4d7jt9iWoqg" source="appliedStereotypes">

-      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_cTQDE4N0EdqACJ0Qw-4SYw" instanceClassName="java.lang.String"/>

+      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_SjJ804OGEdqIB5q5b9IDSQ" instanceClassName="java.lang.String"/>

     </eAnnotations>

-    <ownedComment xmi:id="_mRTRgYN9EdqadtFwU5VNog" annotatedElement="_aAyVgGvsEdqG6fBIPwe-mw">

+    <ownedComment xmi:id="_x9UdoIOGEdq6geWPj4xEng" annotatedElement="_aAyVgGvsEdqG6fBIPwe-mw">

       <body>An instance of String defines a piece of text. The semantics of the string itself depends on its purpose, it can be a comment, computational language expression, OCL expression, etc. It is used for String attributes and String expressions in the metamodel.</body>

     </ownedComment>

   </ownedMember>

   <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_dRZxsGvsEdqG6fBIPwe-mw" name="UnlimitedNatural">

     <eAnnotations xmi:id="_KWO3YmzMEdq4d7jt9iWoqg" source="appliedStereotypes">

-      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_cTQDFIN0EdqACJ0Qw-4SYw" instanceClassName="int"/>

+      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_SjJ81IOGEdqIB5q5b9IDSQ" instanceClassName="int"/>

     </eAnnotations>

-    <ownedComment xmi:id="_mRcbcIN9EdqadtFwU5VNog" annotatedElement="_dRZxsGvsEdqG6fBIPwe-mw">

+    <ownedComment xmi:id="_x9UdoYOGEdq6geWPj4xEng" annotatedElement="_dRZxsGvsEdqG6fBIPwe-mw">

       <body>An instance of UnlimitedNatural is an element in the (infinite) set of naturals (0, 1, 2...). The value of infinity is shown using an asterisk ('*').</body>

     </ownedComment>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mP9NzIN9EdqadtFwU5VNog" name="Comment">

-    <ownedComment xmi:id="_mP9NzYN9EdqadtFwU5VNog" annotatedElement="_mP9NzIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_x7-Z2YOGEdq6geWPj4xEng" name="Comment">

+    <ownedComment xmi:id="_x7-Z2oOGEdq6geWPj4xEng" annotatedElement="_x7-Z2YOGEdq6geWPj4xEng">

       <body>A comment is a textual annotation that can be attached to a set of elements.</body>

     </ownedComment>

-    <ownedComment xmi:id="_mRv9cYN9EdqadtFwU5VNog" annotatedElement="_mP9NzIN9EdqadtFwU5VNog">

+    <ownedComment xmi:id="_x9xJkIOGEdq6geWPj4xEng" annotatedElement="_x7-Z2YOGEdq6geWPj4xEng">

       <body>A comment gives the ability to attach various remarks to elements. A comment carries no semantic force, but may contain information that is useful to a modeler. A comment can be owned by any element.</body>

     </ownedComment>

-    <generalization xmi:id="_mP9NzoN9EdqadtFwU5VNog" general="_kl90MGvbEdq4DLWZOhbdEA"/>

-    <ownedAttribute xmi:id="_mP9Nz4N9EdqadtFwU5VNog" name="body" type="_aAyVgGvsEdqG6fBIPwe-mw">

-      <eAnnotations xmi:id="_mP9N0IN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_mP9N0YN9EdqadtFwU5VNog" isUnsettable="true" xmlFeatureKind="Element"/>

+    <generalization xmi:id="_x7-Z24OGEdq6geWPj4xEng" general="_kl90MGvbEdq4DLWZOhbdEA"/>

+    <ownedAttribute xmi:id="_x7-Z3IOGEdq6geWPj4xEng" name="body" type="_aAyVgGvsEdqG6fBIPwe-mw">

+      <eAnnotations xmi:id="_x7-Z3YOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_x7-Z3oOGEdq6geWPj4xEng" isUnsettable="true" xmlFeatureKind="Element"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mP9N0oN9EdqadtFwU5VNog" annotatedElement="_mP9Nz4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x7-Z34OGEdq6geWPj4xEng" annotatedElement="_x7-Z3IOGEdq6geWPj4xEng">

         <body>Specifies a string that is the comment.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mRv9coN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mRv9c4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_x9xJkYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_x9xJkoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mP9N1YN9EdqadtFwU5VNog" name="annotatedElement" type="_kl90MGvbEdq4DLWZOhbdEA" association="_mQ2lkIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mP9N1oN9EdqadtFwU5VNog" annotatedElement="_mP9N1YN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_x7-Z4oOGEdq6geWPj4xEng" name="annotatedElement" type="_kl90MGvbEdq4DLWZOhbdEA" association="_x8uAx4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x7-Z44OGEdq6geWPj4xEng" annotatedElement="_x7-Z4oOGEdq6geWPj4xEng">

         <body>References the Element(s) being commented.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mRv9dIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mRv9dYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_x9xJk4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_x9xJlIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mLouYIN9EdqadtFwU5VNog" name="DirectedRelationship" isAbstract="true">

-    <ownedComment xmi:id="_mLouYYN9EdqadtFwU5VNog" annotatedElement="_mLouYIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_x381cIOGEdq6geWPj4xEng" name="DirectedRelationship" isAbstract="true">

+    <ownedComment xmi:id="_x381cYOGEdq6geWPj4xEng" annotatedElement="_x381cIOGEdq6geWPj4xEng">

       <body>A directed relationship references one or more source elements and one or more target elements. DirectedRelationship is an abstract metaclass.</body>

     </ownedComment>

-    <generalization xmi:id="_mLouYoN9EdqadtFwU5VNog" general="_mM1BMIN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mLouY4N9EdqadtFwU5VNog" name="source" type="_kl90MGvbEdq4DLWZOhbdEA" isReadOnly="true" isDerived="true" isDerivedUnion="true" subsettedProperty="_mM1BM4N9EdqadtFwU5VNog" association="_mQ2llIN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mLouZIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mLouZYN9EdqadtFwU5VNog" isTransient="true"/>

+    <generalization xmi:id="_x381coOGEdq6geWPj4xEng" general="_x4_-UIOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_x381c4OGEdq6geWPj4xEng" name="source" type="_kl90MGvbEdq4DLWZOhbdEA" isReadOnly="true" isDerived="true" isDerivedUnion="true" subsettedProperty="_x4_-U4OGEdq6geWPj4xEng" association="_x83xsIOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_x381dIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x381dYOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mLouZoN9EdqadtFwU5VNog" annotatedElement="_mLouY4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x381doOGEdq6geWPj4xEng" annotatedElement="_x381c4OGEdq6geWPj4xEng">

         <body>Specifies the sources of the DirectedRelationship.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mR5HYIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mR5HYYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_x9xJlYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_x9xJloOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mLouaYN9EdqadtFwU5VNog" name="target" type="_kl90MGvbEdq4DLWZOhbdEA" isReadOnly="true" isDerived="true" isDerivedUnion="true" subsettedProperty="_mM1BM4N9EdqadtFwU5VNog" association="_mQ2ll4N9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mLouaoN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mLoua4N9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_x381eYOGEdq6geWPj4xEng" name="target" type="_kl90MGvbEdq4DLWZOhbdEA" isReadOnly="true" isDerived="true" isDerivedUnion="true" subsettedProperty="_x4_-U4OGEdq6geWPj4xEng" association="_x83xs4OGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_x381eoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x381e4OGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mLoubIN9EdqadtFwU5VNog" annotatedElement="_mLouaYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x381fIOGEdq6geWPj4xEng" annotatedElement="_x381eYOGEdq6geWPj4xEng">

         <body>Specifies the targets of the DirectedRelationship.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mR5HYoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mR5HY4N9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_x9xJl4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_x9xJmIOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mSyfR4N9EdqadtFwU5VNog" name="LiteralSpecification" isAbstract="true">

-    <ownedComment xmi:id="_mSyfSIN9EdqadtFwU5VNog" annotatedElement="_mSyfR4N9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_x-qhhIOGEdq6geWPj4xEng" name="LiteralSpecification" isAbstract="true">

+    <ownedComment xmi:id="_x-qhhYOGEdq6geWPj4xEng" annotatedElement="_x-qhhIOGEdq6geWPj4xEng">

       <body>A literal specification is an abstract specialization of ValueSpecification that identifies a literal constant being modeled.</body>

     </ownedComment>

-    <generalization xmi:id="_mSyfSYN9EdqadtFwU5VNog" general="_mM1BRYN9EdqadtFwU5VNog"/>

+    <generalization xmi:id="_x-qhhoOGEdq6geWPj4xEng" general="_x4_-ZYOGEdq6geWPj4xEng"/>

   </ownedMember>

   <ownedMember xmi:type="uml:Class" xmi:id="_Dy77oGveEdq4DLWZOhbdEA" name="LiteralInteger">

-    <ownedComment xmi:id="_mSyfSoN9EdqadtFwU5VNog" annotatedElement="_Dy77oGveEdq4DLWZOhbdEA">

+    <ownedComment xmi:id="_x-qhh4OGEdq6geWPj4xEng" annotatedElement="_Dy77oGveEdq4DLWZOhbdEA">

       <body>A literal integer contains an Integer-valued attribute.</body>

     </ownedComment>

-    <generalization xmi:id="_mSyfS4N9EdqadtFwU5VNog" general="_mSyfR4N9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mSyfTIN9EdqadtFwU5VNog" name="value" type="_XqvEIGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mSyfTYN9EdqadtFwU5VNog" annotatedElement="_mSyfTIN9EdqadtFwU5VNog">

+    <generalization xmi:id="_x-qhiIOGEdq6geWPj4xEng" general="_x-qhhIOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_x-qhiYOGEdq6geWPj4xEng" name="value" type="_XqvEIGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_x-qhioOGEdq6geWPj4xEng" annotatedElement="_x-qhiYOGEdq6geWPj4xEng">

         <body>The specified Integer value.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralInteger" xmi:id="_mSyfToN9EdqadtFwU5VNog" type="_XqvEIGvsEdqG6fBIPwe-mw"/>

+      <defaultValue xmi:type="uml:LiteralInteger" xmi:id="_x-qhi4OGEdq6geWPj4xEng" type="_XqvEIGvsEdqG6fBIPwe-mw"/>

     </ownedAttribute>

     <ownedOperation xmi:id="_e2SLUGWKEdq-f4093SZhVA" name="stringValue" visibility="protected" type="_aAyVgGvsEdqG6fBIPwe-mw">

       <returnResult xmi:id="_hAkRkGWKEdq-f4093SZhVA" type="_aAyVgGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mSyfT4N9EdqadtFwU5VNog" name="isComputable" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_mM1BSYN9EdqadtFwU5VNog" bodyCondition="_mSyfUYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mSyfUIN9EdqadtFwU5VNog" annotatedElement="_mSyfT4N9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x-zrYIOGEdq6geWPj4xEng" name="isComputable" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_x4_-aYOGEdq6geWPj4xEng" bodyCondition="_x-zrYoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x-zrYYOGEdq6geWPj4xEng" annotatedElement="_x-zrYIOGEdq6geWPj4xEng">

         <body>The query isComputable() is redefined to be true.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mSyfUYN9EdqadtFwU5VNog" name="spec" constrainedElement="_mSyfT4N9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mSyfUoN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x-zrYoOGEdq6geWPj4xEng" name="spec" constrainedElement="_x-zrYIOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_x-zrY4OGEdq6geWPj4xEng" language="OCL">

           <body>result = true</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mSyfU4N9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_x-zrZIOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mSyfVIN9EdqadtFwU5VNog" name="integerValue" type="_XqvEIGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_mM1BToN9EdqadtFwU5VNog" bodyCondition="_mSyfVoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mSyfVYN9EdqadtFwU5VNog" annotatedElement="_mSyfVIN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x-zrZYOGEdq6geWPj4xEng" name="integerValue" type="_XqvEIGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_x4_-boOGEdq6geWPj4xEng" bodyCondition="_x-zrZ4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x-zrZoOGEdq6geWPj4xEng" annotatedElement="_x-zrZYOGEdq6geWPj4xEng">

         <body>The query integerValue() gives the value.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mSyfVoN9EdqadtFwU5VNog" name="spec" constrainedElement="_mSyfVIN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mSyfV4N9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x-zrZ4OGEdq6geWPj4xEng" name="spec" constrainedElement="_x-zrZYOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_x-zraIOGEdq6geWPj4xEng" language="OCL">

           <body>result = value</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mSyfWIN9EdqadtFwU5VNog" type="_XqvEIGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_x-zraYOGEdq6geWPj4xEng" type="_XqvEIGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mS8QQIN9EdqadtFwU5VNog" name="LiteralString">

-    <ownedComment xmi:id="_mS8QQYN9EdqadtFwU5VNog" annotatedElement="_mS8QQIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_x-zraoOGEdq6geWPj4xEng" name="LiteralString">

+    <ownedComment xmi:id="_x-zra4OGEdq6geWPj4xEng" annotatedElement="_x-zraoOGEdq6geWPj4xEng">

       <body>A literal string contains a String-valued attribute.</body>

     </ownedComment>

-    <generalization xmi:id="_mS8QQoN9EdqadtFwU5VNog" general="_mSyfR4N9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mS8QQ4N9EdqadtFwU5VNog" name="value" type="_aAyVgGvsEdqG6fBIPwe-mw">

-      <eAnnotations xmi:id="_mS8QRIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_mS8QRYN9EdqadtFwU5VNog" isUnsettable="true"/>

+    <generalization xmi:id="_x-zrbIOGEdq6geWPj4xEng" general="_x-qhhIOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_x-zrbYOGEdq6geWPj4xEng" name="value" type="_aAyVgGvsEdqG6fBIPwe-mw">

+      <eAnnotations xmi:id="_x-zrboOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_x-zrb4OGEdq6geWPj4xEng" isUnsettable="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mS8QRoN9EdqadtFwU5VNog" annotatedElement="_mS8QQ4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x-zrcIOGEdq6geWPj4xEng" annotatedElement="_x-zrbYOGEdq6geWPj4xEng">

         <body>The specified String value.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mS8QR4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mS8QSIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_x-zrcYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_x-zrcoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedOperation xmi:id="_mS8QSYN9EdqadtFwU5VNog" name="isComputable" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_mM1BSYN9EdqadtFwU5VNog" bodyCondition="_mS8QS4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mS8QSoN9EdqadtFwU5VNog" annotatedElement="_mS8QSYN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x-zrc4OGEdq6geWPj4xEng" name="isComputable" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_x4_-aYOGEdq6geWPj4xEng" bodyCondition="_x-zrdYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x-zrdIOGEdq6geWPj4xEng" annotatedElement="_x-zrc4OGEdq6geWPj4xEng">

         <body>The query isComputable() is redefined to be true.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mS8QS4N9EdqadtFwU5VNog" name="spec" constrainedElement="_mS8QSYN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mS8QTIN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x-zrdYOGEdq6geWPj4xEng" name="spec" constrainedElement="_x-zrc4OGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_x-zrdoOGEdq6geWPj4xEng" language="OCL">

           <body>result = true</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mS8QTYN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_x-zrd4OGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mS8QToN9EdqadtFwU5VNog" name="stringValue" type="_aAyVgGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_mM1BWIN9EdqadtFwU5VNog" bodyCondition="_mS8QUIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mS8QT4N9EdqadtFwU5VNog" annotatedElement="_mS8QToN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x-zreIOGEdq6geWPj4xEng" name="stringValue" type="_aAyVgGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_x4_-eIOGEdq6geWPj4xEng" bodyCondition="_x-zreoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x-zreYOGEdq6geWPj4xEng" annotatedElement="_x-zreIOGEdq6geWPj4xEng">

         <body>The query stringValue() gives the value.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mS8QUIN9EdqadtFwU5VNog" name="spec" constrainedElement="_mS8QToN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mS8QUYN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x-zreoOGEdq6geWPj4xEng" name="spec" constrainedElement="_x-zreIOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_x-zre4OGEdq6geWPj4xEng" language="OCL">

           <body>result = value</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mS8QUoN9EdqadtFwU5VNog" type="_aAyVgGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_x-zrfIOGEdq6geWPj4xEng" type="_aAyVgGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

   </ownedMember>

   <ownedMember xmi:type="uml:Class" xmi:id="_FFMNsGveEdq4DLWZOhbdEA" name="LiteralBoolean">

-    <ownedComment xmi:id="_mS8QU4N9EdqadtFwU5VNog" annotatedElement="_FFMNsGveEdq4DLWZOhbdEA">

+    <ownedComment xmi:id="_x-zrfYOGEdq6geWPj4xEng" annotatedElement="_FFMNsGveEdq4DLWZOhbdEA">

       <body>A literal boolean contains a Boolean-valued attribute.</body>

     </ownedComment>

-    <generalization xmi:id="_mS8QVIN9EdqadtFwU5VNog" general="_mSyfR4N9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mS8QVYN9EdqadtFwU5VNog" name="value" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mS8QVoN9EdqadtFwU5VNog" annotatedElement="_mS8QVYN9EdqadtFwU5VNog">

+    <generalization xmi:id="_x-zrfoOGEdq6geWPj4xEng" general="_x-qhhIOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_x-zrf4OGEdq6geWPj4xEng" name="value" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_x-zrgIOGEdq6geWPj4xEng" annotatedElement="_x-zrf4OGEdq6geWPj4xEng">

         <body>The specified Boolean value.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mS8QV4N9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_x-zrgYOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw"/>

     </ownedAttribute>

     <ownedOperation xmi:id="_aXS3gGWKEdq-f4093SZhVA" name="stringValue" visibility="protected" type="_aAyVgGvsEdqG6fBIPwe-mw">

       <returnResult xmi:id="_cFthIGWKEdq-f4093SZhVA" type="_aAyVgGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mS8QWIN9EdqadtFwU5VNog" name="isComputable" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_mM1BSYN9EdqadtFwU5VNog" bodyCondition="_mS8QWoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mS8QWYN9EdqadtFwU5VNog" annotatedElement="_mS8QWIN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x-9cYIOGEdq6geWPj4xEng" name="isComputable" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_x4_-aYOGEdq6geWPj4xEng" bodyCondition="_x-9cYoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x-9cYYOGEdq6geWPj4xEng" annotatedElement="_x-9cYIOGEdq6geWPj4xEng">

         <body>The query isComputable() is redefined to be true.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mS8QWoN9EdqadtFwU5VNog" name="spec" constrainedElement="_mS8QWIN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mS8QW4N9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x-9cYoOGEdq6geWPj4xEng" name="spec" constrainedElement="_x-9cYIOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_x-9cY4OGEdq6geWPj4xEng" language="OCL">

           <body>result = true</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mS8QXIN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_x-9cZIOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mS8QXYN9EdqadtFwU5VNog" name="booleanValue" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_mM1BU4N9EdqadtFwU5VNog" bodyCondition="_mS8QX4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mS8QXoN9EdqadtFwU5VNog" annotatedElement="_mS8QXYN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x-9cZYOGEdq6geWPj4xEng" name="booleanValue" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_x4_-c4OGEdq6geWPj4xEng" bodyCondition="_x-9cZ4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x-9cZoOGEdq6geWPj4xEng" annotatedElement="_x-9cZYOGEdq6geWPj4xEng">

         <body>The query booleanValue() gives the value.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mS8QX4N9EdqadtFwU5VNog" name="spec" constrainedElement="_mS8QXYN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mS8QYIN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x-9cZ4OGEdq6geWPj4xEng" name="spec" constrainedElement="_x-9cZYOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_x-9caIOGEdq6geWPj4xEng" language="OCL">

           <body>result = value</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mS8QYYN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_x-9caYOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mTFaMIN9EdqadtFwU5VNog" name="LiteralNull">

-    <ownedComment xmi:id="_mTFaMYN9EdqadtFwU5VNog" annotatedElement="_mTFaMIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_x-9caoOGEdq6geWPj4xEng" name="LiteralNull">

+    <ownedComment xmi:id="_x-9ca4OGEdq6geWPj4xEng" annotatedElement="_x-9caoOGEdq6geWPj4xEng">

       <body>A literal null is used to represent null, i.e., the absence of a value.</body>

     </ownedComment>

-    <generalization xmi:id="_mTFaMoN9EdqadtFwU5VNog" general="_mSyfR4N9EdqadtFwU5VNog"/>

-    <ownedOperation xmi:id="_mTFaM4N9EdqadtFwU5VNog" name="isComputable" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_mM1BSYN9EdqadtFwU5VNog" bodyCondition="_mTFaNYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mTFaNIN9EdqadtFwU5VNog" annotatedElement="_mTFaM4N9EdqadtFwU5VNog">

+    <generalization xmi:id="_x-9cbIOGEdq6geWPj4xEng" general="_x-qhhIOGEdq6geWPj4xEng"/>

+    <ownedOperation xmi:id="_x-9cbYOGEdq6geWPj4xEng" name="isComputable" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_x4_-aYOGEdq6geWPj4xEng" bodyCondition="_x-9cb4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x-9cboOGEdq6geWPj4xEng" annotatedElement="_x-9cbYOGEdq6geWPj4xEng">

         <body>The query isComputable() is redefined to be true.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mTFaNYN9EdqadtFwU5VNog" name="spec" constrainedElement="_mTFaM4N9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mTFaNoN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x-9cb4OGEdq6geWPj4xEng" name="spec" constrainedElement="_x-9cbYOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_x-9ccIOGEdq6geWPj4xEng" language="OCL">

           <body>result = true</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mTFaN4N9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_x-9ccYOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mTFaOIN9EdqadtFwU5VNog" name="isNull" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_mM1BYoN9EdqadtFwU5VNog" bodyCondition="_mTFaOoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mTFaOYN9EdqadtFwU5VNog" annotatedElement="_mTFaOIN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x-9ccoOGEdq6geWPj4xEng" name="isNull" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_x4_-goOGEdq6geWPj4xEng" bodyCondition="_x-9cdIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x-9cc4OGEdq6geWPj4xEng" annotatedElement="_x-9ccoOGEdq6geWPj4xEng">

         <body>The query isNull() returns true.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mTFaOoN9EdqadtFwU5VNog" name="spec" constrainedElement="_mTFaOIN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mTFaO4N9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x-9cdIOGEdq6geWPj4xEng" name="spec" constrainedElement="_x-9ccoOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_x-9cdYOGEdq6geWPj4xEng" language="OCL">

           <body>result = true</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mTFaPIN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_x-9cdoOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mOBUAIN9EdqadtFwU5VNog" name="Constraint">

-    <ownedComment xmi:id="_mOBUAYN9EdqadtFwU5VNog" annotatedElement="_mOBUAIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_x6CgIYOGEdq6geWPj4xEng" name="Constraint">

+    <ownedComment xmi:id="_x6CgIoOGEdq6geWPj4xEng" annotatedElement="_x6CgIYOGEdq6geWPj4xEng">

       <body>Constraint contains a ValueSpecification that specifies additional semantics for one or more elements. Certain kinds of constraints (such as an association &quot;xor&quot; constraint) are predefined in UML, others may be user-defined. A user-defined Constraint is described using a specified language, whose syntax and interpretation is a tool responsibility. One predefined language for writing constraints is OCL. In some situations, a programming language such as Java may be appropriate for expressing a constraint. In other situations natural language may be used.

 

 Constraint is a condition (a Boolean expression) that restricts the extension of the associated element beyond what is imposed by the other language constructs applied to the element. Constraint contains an optional name, although they are commonly unnamed.</body>

     </ownedComment>

-    <ownedComment xmi:id="_mTFaPYN9EdqadtFwU5VNog" annotatedElement="_mOBUAIN9EdqadtFwU5VNog">

+    <ownedComment xmi:id="_x-9cd4OGEdq6geWPj4xEng" annotatedElement="_x6CgIYOGEdq6geWPj4xEng">

       <body>Constraint contains a ValueSpecification that specifies additional semantics for one or more elements. Certain kinds of constraints (such as an association &quot;xor&quot; constraint) are predefined in UML, others may be user-defined. A user-defined Constraint is described using a specified language, whose syntax and interpretation is a tool responsibility. One predefined language for writing constraints is OCL. In some situations, a programming language such as Java may be appropriate for expressing a constraint. In other situations natural language may be used.

 

 Constraint is a condition (a Boolean expression) that restricts the extension of the associated element beyond what is imposed by the other language constructs applied to that element. Constraint contains an optional name, although they are commonly unnamed.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mOBUAoN9EdqadtFwU5VNog" name="not_apply_to_self" constrainedElement="_mOBUAIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mOBUA4N9EdqadtFwU5VNog" annotatedElement="_mOBUAoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_x6CgI4OGEdq6geWPj4xEng" name="not_apply_to_self" constrainedElement="_x6CgIYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x6CgJIOGEdq6geWPj4xEng" annotatedElement="_x6CgI4OGEdq6geWPj4xEng">

         <body>A constraint cannot be applied to itself.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mOBUBIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_x6CgJYOGEdq6geWPj4xEng" language="OCL">

         <body>not constrainedElement->includes(self)</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mOBUBYN9EdqadtFwU5VNog" name="value_specification_boolean" constrainedElement="_mOBUAIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mOBUBoN9EdqadtFwU5VNog" annotatedElement="_mOBUBYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_x6CgJoOGEdq6geWPj4xEng" name="value_specification_boolean" constrainedElement="_x6CgIYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x6CgJ4OGEdq6geWPj4xEng" annotatedElement="_x6CgJoOGEdq6geWPj4xEng">

         <body>The value specification for a constraint must evaluate to a Boolean value.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mOBUB4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_x6CgKIOGEdq6geWPj4xEng" language="OCL">

         <body>self.specification().booleanValue().isOclKindOf(Boolean)</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mTFaPoN9EdqadtFwU5VNog" name="boolean_value" constrainedElement="_mOBUAIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mTFaP4N9EdqadtFwU5VNog" annotatedElement="_mTFaPoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_x-9ceIOGEdq6geWPj4xEng" name="boolean_value" constrainedElement="_x6CgIYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x-9ceYOGEdq6geWPj4xEng" annotatedElement="_x-9ceIOGEdq6geWPj4xEng">

         <body>The value specification for a constraint must evaluate to a Boolean value.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mTFaQIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_x-9ceoOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mTFaQYN9EdqadtFwU5VNog" name="no_side_effects" constrainedElement="_mOBUAIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mTFaQoN9EdqadtFwU5VNog" annotatedElement="_mTFaQYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_x-9ce4OGEdq6geWPj4xEng" name="no_side_effects" constrainedElement="_x6CgIYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x-9cfIOGEdq6geWPj4xEng" annotatedElement="_x-9ce4OGEdq6geWPj4xEng">

         <body>Evaluating the value specification for a constraint must not have side effects.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mTFaQ4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_x-9cfYOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mTFaRIN9EdqadtFwU5VNog" name="not_applied_to_self" constrainedElement="_mOBUAIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mTFaRYN9EdqadtFwU5VNog" annotatedElement="_mTFaRIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_x-9cfoOGEdq6geWPj4xEng" name="not_applied_to_self" constrainedElement="_x6CgIYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x-9cf4OGEdq6geWPj4xEng" annotatedElement="_x-9cfoOGEdq6geWPj4xEng">

         <body>A constraint cannot be applied to itself.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mTFaRoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_x-9cgIOGEdq6geWPj4xEng" language="OCL">

         <body>not constrainedElement->includes(self)</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mOBUCIN9EdqadtFwU5VNog" general="_jKxnwGwLEdq7X4sGURiZYA"/>

-    <ownedAttribute xmi:id="_mOBUCYN9EdqadtFwU5VNog" name="constrainedElement" type="_kl90MGvbEdq4DLWZOhbdEA" isOrdered="true" association="_mQ2loIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mOBUCoN9EdqadtFwU5VNog" annotatedElement="_mOBUCYN9EdqadtFwU5VNog">

+    <generalization xmi:id="_x6CgKYOGEdq6geWPj4xEng" general="_jKxnwGwLEdq7X4sGURiZYA"/>

+    <ownedAttribute xmi:id="_x6CgKoOGEdq6geWPj4xEng" name="constrainedElement" type="_kl90MGvbEdq4DLWZOhbdEA" isOrdered="true" association="_x83xvIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x6CgK4OGEdq6geWPj4xEng" annotatedElement="_x6CgKoOGEdq6geWPj4xEng">

         <body>The ordered set of Elements referenced by this Constraint.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mTFaR4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mTFaSIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_x-9cgYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_x-9cgoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mOBUDYN9EdqadtFwU5VNog" name="specification" type="_mM1BRYN9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mQ2looN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mOBUDoN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mOBUD4N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_x6CgLoOGEdq6geWPj4xEng" name="specification" type="_x4_-ZYOGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_x83xvoOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_x6CgL4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x6CgMIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mOBUEIN9EdqadtFwU5VNog" annotatedElement="_mOBUDYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x6CgMYOGEdq6geWPj4xEng" annotatedElement="_x6CgLoOGEdq6geWPj4xEng">

         <body>A condition that must be true when evaluated in order for the constraint to be satisfied.

 

 </body>

       </ownedComment>

-      <ownedComment xmi:id="_mTFaSYN9EdqadtFwU5VNog" annotatedElement="_mOBUDYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x-9cg4OGEdq6geWPj4xEng" annotatedElement="_x6CgLoOGEdq6geWPj4xEng">

         <body>A condition that must be true when evaluated in order for the constraint to be satisfied.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mTFaSoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mTFaS4N9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_x-9chIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_x-9chYOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mOBUE4N9EdqadtFwU5VNog" name="context" type="_ZiwkoGwLEdq7X4sGURiZYA" subsettedProperty="_mPzcsIN9EdqadtFwU5VNog" association="_mRJgj4N9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mOBUFIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mOBUFYN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_x6CgNIOGEdq6geWPj4xEng" name="context" type="_ZiwkoGwLEdq7X4sGURiZYA" subsettedProperty="_x7re94OGEdq6geWPj4xEng" association="_x9KsoIOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_x6CgNYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x6CgNoOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mTFaTIN9EdqadtFwU5VNog" annotatedElement="_mOBUE4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x-9choOGEdq6geWPj4xEng" annotatedElement="_x6CgNIOGEdq6geWPj4xEng">

         <body>Specifies the namespace that owns the NamedElement.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mTFaTYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mTFaToN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_x-9ch4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_x-9ciIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

   <ownedMember xmi:type="uml:Class" xmi:id="_RPl78GwIEdq7X4sGURiZYA" name="ElementImport">

-    <ownedComment xmi:id="_mOw7BIN9EdqadtFwU5VNog" annotatedElement="_RPl78GwIEdq7X4sGURiZYA">

+    <ownedComment xmi:id="_x6yHJIOGEdq6geWPj4xEng" annotatedElement="_RPl78GwIEdq7X4sGURiZYA">

       <body>An element import is defined as a directed relationship between an importing namespace and a packageable element. The name of the packageable element or its alias is to be added to the namespace of the importing namespace. It is also possible to control whether the imported element can be further imported.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mOw7BYN9EdqadtFwU5VNog" name="visibility_public_or_private" constrainedElement="_RPl78GwIEdq7X4sGURiZYA">

-      <ownedComment xmi:id="_mOw7BoN9EdqadtFwU5VNog" annotatedElement="_mOw7BYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_x6yHJYOGEdq6geWPj4xEng" name="visibility_public_or_private" constrainedElement="_RPl78GwIEdq7X4sGURiZYA">

+      <ownedComment xmi:id="_x6yHJoOGEdq6geWPj4xEng" annotatedElement="_x6yHJYOGEdq6geWPj4xEng">

         <body>The visibility of an ElementImport is either public or private.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mOw7B4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_x6yHJ4OGEdq6geWPj4xEng" language="OCL">

         <body>self.visibility = #public or self.visibility = #private</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mTPLMIN9EdqadtFwU5VNog" name="visibility_or_private" constrainedElement="_RPl78GwIEdq7X4sGURiZYA">

-      <ownedComment xmi:id="_mTPLMYN9EdqadtFwU5VNog" annotatedElement="_mTPLMIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_x_GmUIOGEdq6geWPj4xEng" name="visibility_or_private" constrainedElement="_RPl78GwIEdq7X4sGURiZYA">

+      <ownedComment xmi:id="_x_GmUYOGEdq6geWPj4xEng" annotatedElement="_x_GmUIOGEdq6geWPj4xEng">

         <body>The visibility of an ElementImport is either public or private.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mTPLMoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_x_GmUoOGEdq6geWPj4xEng" language="OCL">

         <body>self.visibility = #public or self.visibility = #private</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mOw7CIN9EdqadtFwU5VNog" name="imported_element_is_public" constrainedElement="_RPl78GwIEdq7X4sGURiZYA">

-      <ownedComment xmi:id="_mOw7CYN9EdqadtFwU5VNog" annotatedElement="_mOw7CIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_x6yHKIOGEdq6geWPj4xEng" name="imported_element_is_public" constrainedElement="_RPl78GwIEdq7X4sGURiZYA">

+      <ownedComment xmi:id="_x6yHKYOGEdq6geWPj4xEng" annotatedElement="_x6yHKIOGEdq6geWPj4xEng">

         <body>An importedElement has either public visibility or no visibility at all.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mTPLM4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_x_GmU4OGEdq6geWPj4xEng" language="OCL">

         <body>self.importedElement.visibility.notEmpty() implies self.importedElement.visibility = #public</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mOw7C4N9EdqadtFwU5VNog" general="_mLouYIN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mO6r4IN9EdqadtFwU5VNog" name="visibility" type="_AyM_oGwMEdq7X4sGURiZYA">

-      <ownedComment xmi:id="_mO6r4YN9EdqadtFwU5VNog" annotatedElement="_mO6r4IN9EdqadtFwU5VNog">

+    <generalization xmi:id="_x6yHK4OGEdq6geWPj4xEng" general="_x381cIOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_x674AIOGEdq6geWPj4xEng" name="visibility" type="_AyM_oGwMEdq7X4sGURiZYA">

+      <ownedComment xmi:id="_x674AYOGEdq6geWPj4xEng" annotatedElement="_x674AIOGEdq6geWPj4xEng">

         <body>Specifies the visibility of the imported PackageableElement within the importing Package. The default visibility is the same as that of the imported element. If the imported element does not have a visibility, it is possible to add visibility to the element import.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:InstanceValue" xmi:id="_mTPLNIN9EdqadtFwU5VNog" type="_AyM_oGwMEdq7X4sGURiZYA" instance="_mQG-w4N9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:InstanceValue" xmi:id="_x_GmVIOGEdq6geWPj4xEng" type="_AyM_oGwMEdq7X4sGURiZYA" instance="_x8IK2IOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mO6r44N9EdqadtFwU5VNog" name="alias" type="_aAyVgGvsEdqG6fBIPwe-mw">

-      <eAnnotations xmi:id="_mO6r5IN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_mO6r5YN9EdqadtFwU5VNog" isUnsettable="true"/>

+    <ownedAttribute xmi:id="_x674A4OGEdq6geWPj4xEng" name="alias" type="_aAyVgGvsEdqG6fBIPwe-mw">

+      <eAnnotations xmi:id="_x674BIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_x674BYOGEdq6geWPj4xEng" isUnsettable="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mO6r5oN9EdqadtFwU5VNog" annotatedElement="_mO6r44N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x674BoOGEdq6geWPj4xEng" annotatedElement="_x674A4OGEdq6geWPj4xEng">

         <body>Specifies the name that should be added to the namespace of the importing Package in lieu of the name of the imported PackagableElement. The aliased name must not clash with any other member name in the importing Package. By default, no alias is used.</body>

       </ownedComment>

-      <ownedComment xmi:id="_mTYVIIN9EdqadtFwU5VNog" annotatedElement="_mO6r44N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x_GmVYOGEdq6geWPj4xEng" annotatedElement="_x674A4OGEdq6geWPj4xEng">

         <body>Specifies the name that should be added to the namespace of the importing Pack-age in lieu of the name of the imported PackagableElement. The aliased name must not clash with any other member name in the importing Package. By default, no alias is used.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mTYVIYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mTYVIoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_x_GmVoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_x_GmV4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mO6r6YN9EdqadtFwU5VNog" name="importedElement" type="_jKxnwGwLEdq7X4sGURiZYA" subsettedProperty="_mLouaYN9EdqadtFwU5VNog" association="_mQjqs4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mO6r6oN9EdqadtFwU5VNog" annotatedElement="_mO6r6YN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_x674CYOGEdq6geWPj4xEng" name="importedElement" type="_jKxnwGwLEdq7X4sGURiZYA" subsettedProperty="_x381eYOGEdq6geWPj4xEng" association="_x8k20IOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x674CoOGEdq6geWPj4xEng" annotatedElement="_x674CYOGEdq6geWPj4xEng">

         <body>Specifies the PackageableElement whose name is to be added to a Namespace.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mTYVI4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mTYVJIN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_x_QXUIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_x_QXUYOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mO6r7YN9EdqadtFwU5VNog" name="importingNamespace" type="_ZiwkoGwLEdq7X4sGURiZYA" subsettedProperty="_mLouY4N9EdqadtFwU5VNog _mLyfbYN9EdqadtFwU5VNog" association="_mQjqtoN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mO6r7oN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mO6r74N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_x674DYOGEdq6geWPj4xEng" name="importingNamespace" type="_ZiwkoGwLEdq7X4sGURiZYA" subsettedProperty="_x381c4OGEdq6geWPj4xEng _x381jIOGEdq6geWPj4xEng" association="_x8k204OGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_x674DoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x674D4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mO6r8IN9EdqadtFwU5VNog" annotatedElement="_mO6r7YN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x674EIOGEdq6geWPj4xEng" annotatedElement="_x674DYOGEdq6geWPj4xEng">

         <body>Specifies the Namespace that imports a PackageableElement from another Package.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mTYVJYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mTYVJoN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_x_QXUoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_x_QXU4OGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedOperation xmi:id="_mO6r84N9EdqadtFwU5VNog" name="getName" type="_aAyVgGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_mO6r9YN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mO6r9IN9EdqadtFwU5VNog" annotatedElement="_mO6r84N9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x674E4OGEdq6geWPj4xEng" name="getName" type="_aAyVgGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_x674FYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x674FIOGEdq6geWPj4xEng" annotatedElement="_x674E4OGEdq6geWPj4xEng">

         <body>The query getName() returns the name under which the imported PackageableElement will be known in the importing namespace.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mO6r9YN9EdqadtFwU5VNog" name="spec" constrainedElement="_mO6r84N9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mTYVJ4N9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x674FYOGEdq6geWPj4xEng" name="spec" constrainedElement="_x674E4OGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_x_QXVIOGEdq6geWPj4xEng" language="OCL">

           <body>result = if self.alias->notEmpty() then

   self.alias

 else

@@ -458,116 +458,116 @@
 endif</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mO6r94N9EdqadtFwU5VNog" type="_aAyVgGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_x674F4OGEdq6geWPj4xEng" type="_aAyVgGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

   </ownedMember>

   <ownedMember xmi:type="uml:Class" xmi:id="_Gjgl0GveEdq4DLWZOhbdEA" name="MultiplicityElement" isAbstract="true">

-    <ownedComment xmi:id="_mL7pXoN9EdqadtFwU5VNog" annotatedElement="_Gjgl0GveEdq4DLWZOhbdEA">

+    <ownedComment xmi:id="_x4GmfoOGEdq6geWPj4xEng" annotatedElement="_Gjgl0GveEdq4DLWZOhbdEA">

       <body>A MultiplicityElement is an abstract metaclass which includes optional attributes for defining the bounds of a multiplicity. A MultiplicityElement also includes specifications of whether the values in an instantiation of this element must be unique or ordered.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mL7pX4N9EdqadtFwU5VNog" name="upper_gt_0" constrainedElement="_Gjgl0GveEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_mL7pYIN9EdqadtFwU5VNog" annotatedElement="_mL7pX4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_x4Gmf4OGEdq6geWPj4xEng" name="upper_gt_0" constrainedElement="_Gjgl0GveEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_x4GmgIOGEdq6geWPj4xEng" annotatedElement="_x4Gmf4OGEdq6geWPj4xEng">

         <body>A multiplicity must define at least one valid cardinality that is greater than zero.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mTiGIIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_x_aIUIOGEdq6geWPj4xEng" language="OCL">

         <body>upperBound()->notEmpty() implies upperBound() > 0</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mL7pZYN9EdqadtFwU5VNog" name="lower_ge_0" constrainedElement="_Gjgl0GveEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_mL7pZoN9EdqadtFwU5VNog" annotatedElement="_mL7pZYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_x4QXc4OGEdq6geWPj4xEng" name="lower_ge_0" constrainedElement="_Gjgl0GveEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_x4QXdIOGEdq6geWPj4xEng" annotatedElement="_x4QXc4OGEdq6geWPj4xEng">

         <body>The lower bound must be a non-negative integer literal.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mTiGIYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_x_aIUYOGEdq6geWPj4xEng" language="OCL">

         <body>lowerBound()->notEmpty() implies lowerBound() >= 0</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mL7pYoN9EdqadtFwU5VNog" name="upper_ge_lower" constrainedElement="_Gjgl0GveEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_mL7pY4N9EdqadtFwU5VNog" annotatedElement="_mL7pYoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_x4QXcIOGEdq6geWPj4xEng" name="upper_ge_lower" constrainedElement="_Gjgl0GveEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_x4QXcYOGEdq6geWPj4xEng" annotatedElement="_x4QXcIOGEdq6geWPj4xEng">

         <body>The upper bound must be greater than or equal to the lower bound.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mTiGIoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_x_aIUoOGEdq6geWPj4xEng" language="OCL">

         <body>(upperBound()->notEmpty() and lowerBound()->notEmpty()) implies upperBound() >= lowerBound()</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mTiGI4N9EdqadtFwU5VNog" name="value_specification_no_side_effects" constrainedElement="_Gjgl0GveEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_mTiGJIN9EdqadtFwU5VNog" annotatedElement="_mTiGI4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_x_aIU4OGEdq6geWPj4xEng" name="value_specification_no_side_effects" constrainedElement="_Gjgl0GveEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_x_aIVIOGEdq6geWPj4xEng" annotatedElement="_x_aIU4OGEdq6geWPj4xEng">

         <body>If a non-literal ValueSpecification is used for the lower or upper bound, then evaluating that specification must not have side effects.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mTiGJYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_x_aIVYOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mTiGJoN9EdqadtFwU5VNog" name="value_specification_constant" constrainedElement="_Gjgl0GveEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_mTiGJ4N9EdqadtFwU5VNog" annotatedElement="_mTiGJoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_x_aIVoOGEdq6geWPj4xEng" name="value_specification_constant" constrainedElement="_Gjgl0GveEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_x_aIV4OGEdq6geWPj4xEng" annotatedElement="_x_aIVoOGEdq6geWPj4xEng">

         <body>If a non-literal ValueSpecification is used for the lower or upper bound, then that specification must be a constant expression.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mTiGKIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_x_aIWIOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mMFaUIN9EdqadtFwU5VNog" general="_kl90MGvbEdq4DLWZOhbdEA"/>

-    <ownedAttribute xmi:id="_mMFaUYN9EdqadtFwU5VNog" name="isOrdered" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mMFaUoN9EdqadtFwU5VNog" annotatedElement="_mMFaUYN9EdqadtFwU5VNog">

+    <generalization xmi:id="_x4QXdoOGEdq6geWPj4xEng" general="_kl90MGvbEdq4DLWZOhbdEA"/>

+    <ownedAttribute xmi:id="_x4QXd4OGEdq6geWPj4xEng" name="isOrdered" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_x4QXeIOGEdq6geWPj4xEng" annotatedElement="_x4QXd4OGEdq6geWPj4xEng">

         <body>For a multivalued multiplicity, this attribute specifies whether the values in an instantiation of this element are sequentially ordered..</body>

       </ownedComment>

-      <ownedComment xmi:id="_mTr3IIN9EdqadtFwU5VNog" annotatedElement="_mMFaUYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x_aIWYOGEdq6geWPj4xEng" annotatedElement="_x4QXd4OGEdq6geWPj4xEng">

         <body>For a multivalued multiplicity, this attribute specifies whether the values in an instantiation of this element are sequentially ordered.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mTr3IYN9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_x_aIWoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mMFaVIN9EdqadtFwU5VNog" name="isUnique" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mMFaVYN9EdqadtFwU5VNog" annotatedElement="_mMFaVIN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_x4QXeoOGEdq6geWPj4xEng" name="isUnique" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_x4QXe4OGEdq6geWPj4xEng" annotatedElement="_x4QXeoOGEdq6geWPj4xEng">

         <body>For a multivalued multiplicity, this attributes specifies whether the values in an instantiation of this element are unique.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mTr3IoN9EdqadtFwU5VNog" value="true"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_x_jSQIOGEdq6geWPj4xEng" value="true"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mMFaXIN9EdqadtFwU5VNog" name="upper" type="_dRZxsGvsEdqG6fBIPwe-mw" isDerived="true">

-      <eAnnotations xmi:id="_mTr3I4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_mTr3JIN9EdqadtFwU5VNog" isUnsettable="true"/>

+    <ownedAttribute xmi:id="_x4QXgoOGEdq6geWPj4xEng" name="upper" type="_dRZxsGvsEdqG6fBIPwe-mw" isDerived="true">

+      <eAnnotations xmi:id="_x_jSQYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_x_jSQoOGEdq6geWPj4xEng" isUnsettable="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mMFaXYN9EdqadtFwU5VNog" annotatedElement="_mMFaXIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x4QXg4OGEdq6geWPj4xEng" annotatedElement="_x4QXgoOGEdq6geWPj4xEng">

         <body>Specifies the upper bound of the multiplicity interval.</body>

       </ownedComment>

-      <ownedComment xmi:id="_mTr3JYN9EdqadtFwU5VNog" annotatedElement="_mMFaXIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x_jSQ4OGEdq6geWPj4xEng" annotatedElement="_x4QXgoOGEdq6geWPj4xEng">

         <body>Specifies the upper bound of the multiplicity interval, if it is expressed as an unlimited natural.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mTr3JoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mTr3J4N9EdqadtFwU5VNog"/>

-      <defaultValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mTr3KIN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_x_jSRIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_x_jSRYOGEdq6geWPj4xEng"/>

+      <defaultValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_x_jSRoOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mMFaV4N9EdqadtFwU5VNog" name="lower" type="_XqvEIGvsEdqG6fBIPwe-mw" isDerived="true">

-      <eAnnotations xmi:id="_mTr3KYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_mTr3KoN9EdqadtFwU5VNog" isUnsettable="true"/>

+    <ownedAttribute xmi:id="_x4QXfYOGEdq6geWPj4xEng" name="lower" type="_XqvEIGvsEdqG6fBIPwe-mw" isDerived="true">

+      <eAnnotations xmi:id="_x_jSR4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_x_jSSIOGEdq6geWPj4xEng" isUnsettable="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mMFaWIN9EdqadtFwU5VNog" annotatedElement="_mMFaV4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x4QXfoOGEdq6geWPj4xEng" annotatedElement="_x4QXfYOGEdq6geWPj4xEng">

         <body>Specifies the lower bound of the multiplicity interval.</body>

       </ownedComment>

-      <ownedComment xmi:id="_mTr3K4N9EdqadtFwU5VNog" annotatedElement="_mMFaV4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x_jSSYOGEdq6geWPj4xEng" annotatedElement="_x4QXfYOGEdq6geWPj4xEng">

         <body>Specifies the lower bound of the multiplicity interval, if it is expressed as an integer.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mTr3LIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mTr3LYN9EdqadtFwU5VNog"/>

-      <defaultValue xmi:type="uml:LiteralInteger" xmi:id="_mTr3LoN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_x_jSSoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_x_jSS4OGEdq6geWPj4xEng"/>

+      <defaultValue xmi:type="uml:LiteralInteger" xmi:id="_x_jSTIOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mT1BEIN9EdqadtFwU5VNog" name="upperValue" type="_mM1BRYN9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mbbd4IN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mT1BEYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mT1BEoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_x_jSTYOGEdq6geWPj4xEng" name="upperValue" type="_x4_-ZYOGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yHcqAIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_x_jSToOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x_jST4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mT1BE4N9EdqadtFwU5VNog" annotatedElement="_mT1BEIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x_jSUIOGEdq6geWPj4xEng" annotatedElement="_x_jSTYOGEdq6geWPj4xEng">

         <body>The specification of the upper bound for this multiplicity.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mT1BFIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mT1BFYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_x_jSUYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_x_jSUoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mT1BFoN9EdqadtFwU5VNog" name="lowerValue" type="_mM1BRYN9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mbbd5YN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mT1BF4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mT1BGIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_x_jSU4OGEdq6geWPj4xEng" name="lowerValue" type="_x4_-ZYOGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yHcqBYOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_x_jSVIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x_jSVYOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mT1BGYN9EdqadtFwU5VNog" annotatedElement="_mT1BFoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x_jSVoOGEdq6geWPj4xEng" annotatedElement="_x_jSU4OGEdq6geWPj4xEng">

         <body>The specification of the lower bound for this multiplicity.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mT1BGoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mT1BG4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_x_jSV4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_x_jSWIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

     <ownedOperation xmi:id="_VclAUGJxEdqjztwYO37Abg" name="isSetLower" visibility="protected" type="_UdivYGvsEdqG6fBIPwe-mw">

       <returnResult xmi:id="_XvW7QGJxEdqjztwYO37Abg" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

@@ -583,363 +583,363 @@
     </ownedOperation>

     <ownedOperation xmi:id="_Z-24sGJxEdqjztwYO37Abg" name="unsetLower" visibility="protected"/>

     <ownedOperation xmi:id="_oykkoGJxEdqjztwYO37Abg" name="unsetUpper" visibility="protected"/>

-    <ownedOperation xmi:id="_mT1BHIN9EdqadtFwU5VNog" name="lower" type="_XqvEIGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_mT1BIIN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mT1BHYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EOperation" xmi:id="_mT1BHoN9EdqadtFwU5VNog" operationName="getLower"/>

+    <ownedOperation xmi:id="_x_jSWYOGEdq6geWPj4xEng" name="lower" type="_XqvEIGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_x_jSXYOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_x_jSWoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EOperation" xmi:id="_x_jSW4OGEdq6geWPj4xEng" operationName="getLower"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mT1BH4N9EdqadtFwU5VNog" annotatedElement="_mT1BHIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x_jSXIOGEdq6geWPj4xEng" annotatedElement="_x_jSWYOGEdq6geWPj4xEng">

         <body>The derived lower attribute must equal the lowerBound.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mT1BIIN9EdqadtFwU5VNog" name="spec" constrainedElement="_mT1BHIN9EdqadtFwU5VNog _mMFaV4N9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mT1BIYN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x_jSXYOGEdq6geWPj4xEng" name="spec" constrainedElement="_x_jSWYOGEdq6geWPj4xEng _x4QXfYOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_x_jSXoOGEdq6geWPj4xEng" language="OCL">

           <body>result = lowerBound()</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mT1BIoN9EdqadtFwU5VNog" type="_XqvEIGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_x_jSX4OGEdq6geWPj4xEng" type="_XqvEIGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mT1BI4N9EdqadtFwU5VNog" name="upper" type="_dRZxsGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_mT1BJ4N9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mT1BJIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EOperation" xmi:id="_mT1BJYN9EdqadtFwU5VNog" operationName="getUpper"/>

+    <ownedOperation xmi:id="_x_jSYIOGEdq6geWPj4xEng" name="upper" type="_dRZxsGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_x_jSZIOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_x_jSYYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EOperation" xmi:id="_x_jSYoOGEdq6geWPj4xEng" operationName="getUpper"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mT1BJoN9EdqadtFwU5VNog" annotatedElement="_mT1BI4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x_jSY4OGEdq6geWPj4xEng" annotatedElement="_x_jSYIOGEdq6geWPj4xEng">

         <body>The derived upper attribute must equal the upperBound.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mT1BJ4N9EdqadtFwU5VNog" name="spec" constrainedElement="_mT1BI4N9EdqadtFwU5VNog _mMFaXIN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mT1BKIN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x_jSZIOGEdq6geWPj4xEng" name="spec" constrainedElement="_x_jSYIOGEdq6geWPj4xEng _x4QXgoOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_x_jSZYOGEdq6geWPj4xEng" language="OCL">

           <body>result = upperBound()</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mT1BKYN9EdqadtFwU5VNog" type="_dRZxsGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_x_jSZoOGEdq6geWPj4xEng" type="_dRZxsGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mMFaYYN9EdqadtFwU5VNog" name="isMultivalued" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" precondition="_mMFaY4N9EdqadtFwU5VNog" bodyCondition="_mMFaZYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mMFaYoN9EdqadtFwU5VNog" annotatedElement="_mMFaYYN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x4QXh4OGEdq6geWPj4xEng" name="isMultivalued" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" precondition="_x4QXiYOGEdq6geWPj4xEng" bodyCondition="_x4QXi4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x4QXiIOGEdq6geWPj4xEng" annotatedElement="_x4QXh4OGEdq6geWPj4xEng">

         <body>The query isMultivalued() checks whether this multiplicity has an upper bound greater than one.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mMFaY4N9EdqadtFwU5VNog" constrainedElement="_mMFaYYN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mT1BKoN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x4QXiYOGEdq6geWPj4xEng" constrainedElement="_x4QXh4OGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_x_tDQIOGEdq6geWPj4xEng" language="OCL">

           <body>upperBound()->notEmpty()</body>

         </specification>

       </ownedRule>

-      <ownedRule xmi:id="_mMFaZYN9EdqadtFwU5VNog" name="spec" constrainedElement="_mMFaYYN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mT1BK4N9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x4QXi4OGEdq6geWPj4xEng" name="spec" constrainedElement="_x4QXh4OGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_x_tDQYOGEdq6geWPj4xEng" language="OCL">

           <body>result = upperBound() > 1</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mMFaZ4N9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_x4QXjYOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mMFacIN9EdqadtFwU5VNog" name="includesCardinality" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" precondition="_mMFacoN9EdqadtFwU5VNog" bodyCondition="_mMFadIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mMFacYN9EdqadtFwU5VNog" annotatedElement="_mMFacIN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x4ZhaIOGEdq6geWPj4xEng" name="includesCardinality" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" precondition="_x4ZhaoOGEdq6geWPj4xEng" bodyCondition="_x4ZhbIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x4ZhaYOGEdq6geWPj4xEng" annotatedElement="_x4ZhaIOGEdq6geWPj4xEng">

         <body>The query includesCardinality() checks whether the specified cardinality is valid for this multiplicity.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mMFacoN9EdqadtFwU5VNog" constrainedElement="_mMFacIN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mT1BLIN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x4ZhaoOGEdq6geWPj4xEng" constrainedElement="_x4ZhaIOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_x_tDQoOGEdq6geWPj4xEng" language="OCL">

           <body>upperBound()->notEmpty() and lowerBound()->notEmpty()</body>

         </specification>

       </ownedRule>

-      <ownedRule xmi:id="_mMFadIN9EdqadtFwU5VNog" name="spec" constrainedElement="_mMFacIN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mT1BLYN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x4ZhbIOGEdq6geWPj4xEng" name="spec" constrainedElement="_x4ZhaIOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_x_tDQ4OGEdq6geWPj4xEng" language="OCL">

           <body>result = (lowerBound() &lt;= C) and (upperBound() >= C)</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mMFadoN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

-      <ownedParameter xmi:id="_mMFad4N9EdqadtFwU5VNog" name="C" type="_XqvEIGvsEdqG6fBIPwe-mw"/>

+      <returnResult xmi:id="_x4ZhboOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <ownedParameter xmi:id="_x4Zhb4OGEdq6geWPj4xEng" name="C" type="_XqvEIGvsEdqG6fBIPwe-mw"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mMFaaIN9EdqadtFwU5VNog" name="includesMultiplicity" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" precondition="_mMFaaoN9EdqadtFwU5VNog" bodyCondition="_mMFabIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mMFaaYN9EdqadtFwU5VNog" annotatedElement="_mMFaaIN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x4ZhYIOGEdq6geWPj4xEng" name="includesMultiplicity" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" precondition="_x4ZhYoOGEdq6geWPj4xEng" bodyCondition="_x4ZhZIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x4ZhYYOGEdq6geWPj4xEng" annotatedElement="_x4ZhYIOGEdq6geWPj4xEng">

         <body>The query includesMultiplicity() checks whether this multiplicity includes all the cardinalities allowed by the specified multiplicity.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mMFaaoN9EdqadtFwU5VNog" constrainedElement="_mMFaaIN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mT-yEIN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x4ZhYoOGEdq6geWPj4xEng" constrainedElement="_x4ZhYIOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_x_tDRIOGEdq6geWPj4xEng" language="OCL">

           <body>self.upperBound()->notEmpty() and self.lowerBound()->notEmpty()

 and M.upperBound()->notEmpty() and M.lowerBound()->notEmpty()

 </body>

         </specification>

       </ownedRule>

-      <ownedRule xmi:id="_mMFabIN9EdqadtFwU5VNog" name="spec" constrainedElement="_mMFaaIN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mT-yEYN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x4ZhZIOGEdq6geWPj4xEng" name="spec" constrainedElement="_x4ZhYIOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_x_tDRYOGEdq6geWPj4xEng" language="OCL">

           <body>result = (self.lowerBound() &lt;= M.lowerBound()) and (self.upperBound() >= M.upperBound())</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mMFaboN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

-      <ownedParameter xmi:id="_mMFab4N9EdqadtFwU5VNog" name="M" type="_Gjgl0GveEdq4DLWZOhbdEA"/>

+      <returnResult xmi:id="_x4ZhZoOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <ownedParameter xmi:id="_x4ZhZ4OGEdq6geWPj4xEng" name="M" type="_Gjgl0GveEdq4DLWZOhbdEA"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mMOkQIN9EdqadtFwU5VNog" name="lowerBound" type="_XqvEIGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_mMOkQoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mMOkQYN9EdqadtFwU5VNog" annotatedElement="_mMOkQIN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x4ZhcIOGEdq6geWPj4xEng" name="lowerBound" type="_XqvEIGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_x4ZhcoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x4ZhcYOGEdq6geWPj4xEng" annotatedElement="_x4ZhcIOGEdq6geWPj4xEng">

         <body>The query lowerBound() returns the lower bound of the multiplicity as an integer.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mMOkQoN9EdqadtFwU5VNog" name="spec" constrainedElement="_mMOkQIN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mT-yEoN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x4ZhcoOGEdq6geWPj4xEng" name="spec" constrainedElement="_x4ZhcIOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_x_tDRoOGEdq6geWPj4xEng" language="OCL">

           <body>result = if lowerValue->isEmpty() then 1 else lowerValue.integerValue() endif</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mMOkRIN9EdqadtFwU5VNog" type="_XqvEIGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_x4ZhdIOGEdq6geWPj4xEng" type="_XqvEIGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mMOkRYN9EdqadtFwU5VNog" name="upperBound" type="_dRZxsGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_mMOkR4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mMOkRoN9EdqadtFwU5VNog" annotatedElement="_mMOkRYN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x4ZhdYOGEdq6geWPj4xEng" name="upperBound" type="_dRZxsGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_x4Zhd4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x4ZhdoOGEdq6geWPj4xEng" annotatedElement="_x4ZhdYOGEdq6geWPj4xEng">

         <body>The query upperBound() returns the upper bound of the multiplicity for a bounded multiplicity as an unlimited natural.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mMOkR4N9EdqadtFwU5VNog" name="spec" constrainedElement="_mMOkRYN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mT-yE4N9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x4Zhd4OGEdq6geWPj4xEng" name="spec" constrainedElement="_x4ZhdYOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_x_tDR4OGEdq6geWPj4xEng" language="OCL">

           <body>result = if upperValue->isEmpty() then 1 else upperValue.unlimitedValue() endif</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mMOkSYN9EdqadtFwU5VNog" type="_dRZxsGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_x4ZheYOGEdq6geWPj4xEng" type="_dRZxsGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mM1BPoN9EdqadtFwU5VNog" name="TypedElement" isAbstract="true">

-    <ownedComment xmi:id="_mM1BP4N9EdqadtFwU5VNog" annotatedElement="_mM1BPoN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_x4_-XoOGEdq6geWPj4xEng" name="TypedElement" isAbstract="true">

+    <ownedComment xmi:id="_x4_-X4OGEdq6geWPj4xEng" annotatedElement="_x4_-XoOGEdq6geWPj4xEng">

       <body>A typed element is an element that has a type that serves as a constraint on the range of values the element can represent. Typed element is an abstract metaclass.</body>

     </ownedComment>

-    <ownedComment xmi:id="_mT-yFIN9EdqadtFwU5VNog" annotatedElement="_mM1BPoN9EdqadtFwU5VNog">

+    <ownedComment xmi:id="_x_20QIOGEdq6geWPj4xEng" annotatedElement="_x4_-XoOGEdq6geWPj4xEng">

       <body>A typed element is an element that has a type that serves as a constraint on the range of values the element can represent.

 

 Typed element is an abstract metaclass.

 

 </body>

     </ownedComment>

-    <generalization xmi:id="_mM1BQIN9EdqadtFwU5VNog" general="_csVgUGvtEdqG6fBIPwe-mw"/>

-    <ownedAttribute xmi:id="_mM1BQYN9EdqadtFwU5VNog" name="type" type="_ynRtoGvtEdqG6fBIPwe-mw" association="_mQQIoIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mM1BQoN9EdqadtFwU5VNog" annotatedElement="_mM1BQYN9EdqadtFwU5VNog">

+    <generalization xmi:id="_x4_-YIOGEdq6geWPj4xEng" general="_csVgUGvtEdqG6fBIPwe-mw"/>

+    <ownedAttribute xmi:id="_x4_-YYOGEdq6geWPj4xEng" name="type" type="_ynRtoGvtEdqG6fBIPwe-mw" association="_x8R70IOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x4_-YoOGEdq6geWPj4xEng" annotatedElement="_x4_-YYOGEdq6geWPj4xEng">

         <body>Redefines the corresponding property from Basic to derive this information from the return result for this Operation.</body>

       </ownedComment>

-      <ownedComment xmi:id="_mT-yFYN9EdqadtFwU5VNog" annotatedElement="_mM1BQYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x_20QYOGEdq6geWPj4xEng" annotatedElement="_x4_-YYOGEdq6geWPj4xEng">

         <body>The type of the TypedElement.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mT-yFoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mT-yF4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_x_20QoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_x_20Q4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mL7pVYN9EdqadtFwU5VNog" name="Feature" isAbstract="true">

-    <ownedComment xmi:id="_mL7pVoN9EdqadtFwU5VNog" annotatedElement="_mL7pVYN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_x4GmdYOGEdq6geWPj4xEng" name="Feature" isAbstract="true">

+    <ownedComment xmi:id="_x4GmdoOGEdq6geWPj4xEng" annotatedElement="_x4GmdYOGEdq6geWPj4xEng">

       <body>A feature declares a behavioral or structural characteristic of instances of classifiers. Feature is an abstract metaclass.</body>

     </ownedComment>

-    <generalization xmi:id="_mL7pV4N9EdqadtFwU5VNog" general="_mMrQMYN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mU4J9IN9EdqadtFwU5VNog" name="isStatic" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mU4J9YN9EdqadtFwU5VNog" annotatedElement="_mU4J9IN9EdqadtFwU5VNog">

+    <generalization xmi:id="_x4Gmd4OGEdq6geWPj4xEng" general="_x42NUYOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yAmbLIOGEdq6geWPj4xEng" name="isStatic" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yAmbLYOGEdq6geWPj4xEng" annotatedElement="_yAmbLIOGEdq6geWPj4xEng">

         <body>Specifies whether this feature characterizes individual instances classified by the classifier (false) or the classifier itself (true).</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mU4J9oN9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yAmbLoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mL7pWIN9EdqadtFwU5VNog" name="featuringClassifier" type="_6UV2QGwJEdq7X4sGURiZYA" isReadOnly="true" isDerived="true" isDerivedUnion="true" association="_mQ2lnoN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mL7pWYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mL7pWoN9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_x4GmeIOGEdq6geWPj4xEng" name="featuringClassifier" type="_6UV2QGwJEdq7X4sGURiZYA" isReadOnly="true" isDerived="true" isDerivedUnion="true" association="_x83xuoOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_x4GmeYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x4GmeoOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mL7pW4N9EdqadtFwU5VNog" annotatedElement="_mL7pWIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x4Gme4OGEdq6geWPj4xEng" annotatedElement="_x4GmeIOGEdq6geWPj4xEng">

         <body>Redefines the corresponding association in Abstractions.</body>

       </ownedComment>

-      <ownedComment xmi:id="_mU4J94N9EdqadtFwU5VNog" annotatedElement="_mL7pWIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yAmbL4OGEdq6geWPj4xEng" annotatedElement="_x4GmeIOGEdq6geWPj4xEng">

         <body>The Classifiers that have this Feature as a feature.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mU4J-IN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mU4J-YN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yAmbMIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yAmbMYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mMrQMYN9EdqadtFwU5VNog" name="RedefinableElement" isAbstract="true">

-    <ownedComment xmi:id="_mMrQMoN9EdqadtFwU5VNog" annotatedElement="_mMrQMYN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_x42NUYOGEdq6geWPj4xEng" name="RedefinableElement" isAbstract="true">

+    <ownedComment xmi:id="_x42NUoOGEdq6geWPj4xEng" annotatedElement="_x42NUYOGEdq6geWPj4xEng">

       <body>A redefinable element is an element that, when defined in the context of a classifier, can be redefined more specifically or differently in the context of another classifier that specializes (directly or indirectly) the context classifier. </body>

     </ownedComment>

-    <ownedComment xmi:id="_mU4J-oN9EdqadtFwU5VNog" annotatedElement="_mMrQMYN9EdqadtFwU5VNog">

+    <ownedComment xmi:id="_yAvlEIOGEdq6geWPj4xEng" annotatedElement="_x42NUYOGEdq6geWPj4xEng">

       <body>A redefinable element is a named element that can be redefined in the context of a generalization. RedefinableElement is an abstract metaclass.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mMrQM4N9EdqadtFwU5VNog" name="redefinition_context_valid" constrainedElement="_mMrQMYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mMrQNIN9EdqadtFwU5VNog" annotatedElement="_mMrQM4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_x42NU4OGEdq6geWPj4xEng" name="redefinition_context_valid" constrainedElement="_x42NUYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x42NVIOGEdq6geWPj4xEng" annotatedElement="_x42NU4OGEdq6geWPj4xEng">

         <body>At least one of the redefinition contexts of the redefining element must be a specialization of at least one of the redefinition contexts for each redefined element.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mU4J-4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yAvlEYOGEdq6geWPj4xEng" language="OCL">

         <body>self.redefinedElement->forAll(e | self.isRedefinitionContextValid(e))</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mMrQNoN9EdqadtFwU5VNog" name="redefinition_consistent" constrainedElement="_mMrQMYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mMrQN4N9EdqadtFwU5VNog" annotatedElement="_mMrQNoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_x42NVoOGEdq6geWPj4xEng" name="redefinition_consistent" constrainedElement="_x42NUYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x42NV4OGEdq6geWPj4xEng" annotatedElement="_x42NVoOGEdq6geWPj4xEng">

         <body>A redefining element must be consistent with each redefined element.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mU4J_IN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yAvlEoOGEdq6geWPj4xEng" language="OCL">

         <body>self.redefinedElement->forAll(re | re.isConsistentWith(self))</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mMrQOYN9EdqadtFwU5VNog" general="_csVgUGvtEdqG6fBIPwe-mw"/>

-    <ownedAttribute xmi:id="_mU4J_YN9EdqadtFwU5VNog" name="isLeaf" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mU4J_oN9EdqadtFwU5VNog" annotatedElement="_mU4J_YN9EdqadtFwU5VNog">

+    <generalization xmi:id="_x42NWYOGEdq6geWPj4xEng" general="_csVgUGvtEdqG6fBIPwe-mw"/>

+    <ownedAttribute xmi:id="_yAvlE4OGEdq6geWPj4xEng" name="isLeaf" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yAvlFIOGEdq6geWPj4xEng" annotatedElement="_yAvlE4OGEdq6geWPj4xEng">

         <body>Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mU4J_4N9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yAvlFYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mMrQQIN9EdqadtFwU5VNog" name="redefinedElement" type="_mMrQMYN9EdqadtFwU5VNog" isReadOnly="true" isDerived="true" isDerivedUnion="true" association="_mQ2lnIN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mMrQQYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mMrQQoN9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_x42NYIOGEdq6geWPj4xEng" name="redefinedElement" type="_x42NUYOGEdq6geWPj4xEng" isReadOnly="true" isDerived="true" isDerivedUnion="true" association="_x83xuIOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_x42NYYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x42NYoOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mMrQQ4N9EdqadtFwU5VNog" annotatedElement="_mMrQQIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x42NY4OGEdq6geWPj4xEng" annotatedElement="_x42NYIOGEdq6geWPj4xEng">

         <body>The redefinable element that is being redefined by this element.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mVBT4IN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mVBT4YN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yAvlFoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yAvlF4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mMrQOoN9EdqadtFwU5VNog" name="redefinitionContext" type="_6UV2QGwJEdq7X4sGURiZYA" isReadOnly="true" isDerived="true" isDerivedUnion="true" association="_mQ2lmoN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mMrQO4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mMrQPIN9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_x42NWoOGEdq6geWPj4xEng" name="redefinitionContext" type="_6UV2QGwJEdq7X4sGURiZYA" isReadOnly="true" isDerived="true" isDerivedUnion="true" association="_x83xtoOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_x42NW4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x42NXIOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mMrQPYN9EdqadtFwU5VNog" annotatedElement="_mMrQOoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x42NXYOGEdq6geWPj4xEng" annotatedElement="_x42NWoOGEdq6geWPj4xEng">

         <body>References the contexts that this element may be redefined from.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mVBT4oN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mVBT44N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yAvlGIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yAvlGYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedOperation xmi:id="_mMrQRoN9EdqadtFwU5VNog" name="isConsistentWith" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" precondition="_mVBT5IN9EdqadtFwU5VNog" bodyCondition="_mMrQSIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mMrQR4N9EdqadtFwU5VNog" annotatedElement="_mMrQRoN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x42NZoOGEdq6geWPj4xEng" name="isConsistentWith" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" precondition="_yAvlGoOGEdq6geWPj4xEng" bodyCondition="_x42NaIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x42NZ4OGEdq6geWPj4xEng" annotatedElement="_x42NZoOGEdq6geWPj4xEng">

         <body>The query isConsistentWith() specifies, for any two RedefinableElements in a context in which redefinition is possible, whether redefinition would be logically consistent. By default, this is false; this operation must be overridden for subclasses of RedefinableElement to define the consistency conditions.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mVBT5IN9EdqadtFwU5VNog" constrainedElement="_mMrQRoN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mVBT5YN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_yAvlGoOGEdq6geWPj4xEng" constrainedElement="_x42NZoOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yAvlG4OGEdq6geWPj4xEng" language="OCL">

           <body>redefinee.isRedefinitionContextValid(self)

 

 </body>

         </specification>

       </ownedRule>

-      <ownedRule xmi:id="_mMrQSIN9EdqadtFwU5VNog" name="spec" constrainedElement="_mMrQRoN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mVBT5oN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x42NaIOGEdq6geWPj4xEng" name="spec" constrainedElement="_x42NZoOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yAvlHIOGEdq6geWPj4xEng" language="OCL">

           <body>result = false</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mMrQSoN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

-      <ownedParameter xmi:id="_mMrQS4N9EdqadtFwU5VNog" name="redefinee" type="_mMrQMYN9EdqadtFwU5VNog"/>

+      <returnResult xmi:id="_x42NaoOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <ownedParameter xmi:id="_x42Na4OGEdq6geWPj4xEng" name="redefinee" type="_x42NUYOGEdq6geWPj4xEng"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mMrQTIN9EdqadtFwU5VNog" name="isRedefinitionContextValid" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_mMrQToN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mMrQTYN9EdqadtFwU5VNog" annotatedElement="_mMrQTIN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x42NbIOGEdq6geWPj4xEng" name="isRedefinitionContextValid" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_x42NboOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x42NbYOGEdq6geWPj4xEng" annotatedElement="_x42NbIOGEdq6geWPj4xEng">

         <body>The query isRedefinitionContextValid() specifies whether the redefinition contexts of this RedefinableElement are properly related to the redefinition contexts of the specified RedefinableElement to allow this element to redefine the other. By default at least one of the redefinition contexts of this element must be a specialization of at least one of the redefinition contexts of the specified element.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mMrQToN9EdqadtFwU5VNog" name="spec" constrainedElement="_mMrQTIN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mVBT54N9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x42NboOGEdq6geWPj4xEng" name="spec" constrainedElement="_x42NbIOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yAvlHYOGEdq6geWPj4xEng" language="OCL">

           <body>result = redefinitionContext->exists(c | c.allParents()->includes(redefined.redefinitionContext)))</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mMrQUIN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

-      <ownedParameter xmi:id="_mMrQUYN9EdqadtFwU5VNog" name="redefined" type="_mMrQMYN9EdqadtFwU5VNog" effect="read"/>

+      <returnResult xmi:id="_x42NcIOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <ownedParameter xmi:id="_x42NcYOGEdq6geWPj4xEng" name="redefined" type="_x42NUYOGEdq6geWPj4xEng" effect="read"/>

     </ownedOperation>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mM1BOYN9EdqadtFwU5VNog" name="StructuralFeature" isAbstract="true">

-    <ownedComment xmi:id="_mM1BOoN9EdqadtFwU5VNog" annotatedElement="_mM1BOYN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_x4_-WYOGEdq6geWPj4xEng" name="StructuralFeature" isAbstract="true">

+    <ownedComment xmi:id="_x4_-WoOGEdq6geWPj4xEng" annotatedElement="_x4_-WYOGEdq6geWPj4xEng">

       <body>A structural feature is a typed feature of a classifier that specifies the structure of instances of the classifier. Structural feature is an abstract metaclass.</body>

     </ownedComment>

-    <ownedComment xmi:id="_mVd_2YN9EdqadtFwU5VNog" annotatedElement="_mM1BOYN9EdqadtFwU5VNog">

+    <ownedComment xmi:id="_yBMRA4OGEdq6geWPj4xEng" annotatedElement="_x4_-WYOGEdq6geWPj4xEng">

       <body>A structural feature is a typed feature of a classifier that specify the structure of instances of the classifier. Structural feature is an abstract metaclass.

 By specializing multiplicity element, it supports a multiplicity that specifies valid cardinalities for the collection of values associated with an instantiation of the structural feature.

 </body>

     </ownedComment>

-    <generalization xmi:id="_mM1BO4N9EdqadtFwU5VNog" general="_mL7pVYN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mM1BPIN9EdqadtFwU5VNog" general="_mM1BPoN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mM1BPYN9EdqadtFwU5VNog" general="_Gjgl0GveEdq4DLWZOhbdEA"/>

-    <ownedAttribute xmi:id="_mVd_2oN9EdqadtFwU5VNog" name="isReadOnly" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mVd_24N9EdqadtFwU5VNog" annotatedElement="_mVd_2oN9EdqadtFwU5VNog">

+    <generalization xmi:id="_x4_-W4OGEdq6geWPj4xEng" general="_x4GmdYOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_x4_-XIOGEdq6geWPj4xEng" general="_x4_-XoOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_x4_-XYOGEdq6geWPj4xEng" general="_Gjgl0GveEdq4DLWZOhbdEA"/>

+    <ownedAttribute xmi:id="_yBMRBIOGEdq6geWPj4xEng" name="isReadOnly" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yBMRBYOGEdq6geWPj4xEng" annotatedElement="_yBMRBIOGEdq6geWPj4xEng">

         <body>States whether the feature's value may be modified by a client.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mVd_3IN9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yBMRBoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mVnw6YN9EdqadtFwU5VNog" name="Slot">

-    <ownedComment xmi:id="_mVnw6oN9EdqadtFwU5VNog" annotatedElement="_mVnw6YN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yBWCEIOGEdq6geWPj4xEng" name="Slot">

+    <ownedComment xmi:id="_yBWCEYOGEdq6geWPj4xEng" annotatedElement="_yBWCEIOGEdq6geWPj4xEng">

       <body>A slot is owned by an instance specification. It specifies the value or values for its defining feature, which must be a structural feature of a classifier of the instance specification owning the slot.</body>

     </ownedComment>

-    <generalization xmi:id="_mVnw64N9EdqadtFwU5VNog" general="_kl90MGvbEdq4DLWZOhbdEA"/>

-    <ownedAttribute xmi:id="_mVnw7IN9EdqadtFwU5VNog" name="owningInstance" type="_mVnw0IN9EdqadtFwU5VNog" subsettedProperty="_mLyfbYN9EdqadtFwU5VNog" association="_mar3AIN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mVnw7YN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mVnw7oN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yBWCEoOGEdq6geWPj4xEng" general="_kl90MGvbEdq4DLWZOhbdEA"/>

+    <ownedAttribute xmi:id="_yBWCE4OGEdq6geWPj4xEng" name="owningInstance" type="_yBMRB4OGEdq6geWPj4xEng" subsettedProperty="_x381jIOGEdq6geWPj4xEng" association="_yGtDJIOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yBWCFIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yBWCFYOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mVnw74N9EdqadtFwU5VNog" annotatedElement="_mVnw7IN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yBWCFoOGEdq6geWPj4xEng" annotatedElement="_yBWCE4OGEdq6geWPj4xEng">

         <body>The instance specification that owns this slot.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mVnw8IN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mVnw8YN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yBWCF4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yBWCGIOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mVnw8oN9EdqadtFwU5VNog" name="definingFeature" type="_mM1BOYN9EdqadtFwU5VNog" association="_mar3AoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mVnw84N9EdqadtFwU5VNog" annotatedElement="_mVnw8oN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yBWCGYOGEdq6geWPj4xEng" name="definingFeature" type="_x4_-WYOGEdq6geWPj4xEng" association="_yGtDJoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yBWCGoOGEdq6geWPj4xEng" annotatedElement="_yBWCGYOGEdq6geWPj4xEng">

         <body>The structural feature that specifies the values that may be held by the slot.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mVnw9IN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mVnw9YN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yBWCG4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yBWCHIOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mVnw9oN9EdqadtFwU5VNog" name="value" type="_mM1BRYN9EdqadtFwU5VNog" isOrdered="true" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mbbd7IN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mVnw94N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mVnw-IN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yBWCHYOGEdq6geWPj4xEng" name="value" type="_x4_-ZYOGEdq6geWPj4xEng" isOrdered="true" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yHmbAoOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yBWCHoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yBWCH4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mVnw-YN9EdqadtFwU5VNog" annotatedElement="_mVnw9oN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yBWCIIOGEdq6geWPj4xEng" annotatedElement="_yBWCHYOGEdq6geWPj4xEng">

         <body>The value or values corresponding to the defining feature for the owning instance specification.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mVnw-oN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mVnw-4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yBWCIYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yBWCIoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

   <ownedMember xmi:type="uml:Class" xmi:id="_SnNPIGwIEdq7X4sGURiZYA" name="PackageImport">

-    <ownedComment xmi:id="_mPNm2IN9EdqadtFwU5VNog" annotatedElement="_SnNPIGwIEdq7X4sGURiZYA">

+    <ownedComment xmi:id="_x7OzBIOGEdq6geWPj4xEng" annotatedElement="_SnNPIGwIEdq7X4sGURiZYA">

       <body>A package import is defined as a directed relationship that identifies a package whose members are to be imported by a namespace.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mPNm2YN9EdqadtFwU5VNog" name="public_or_private" constrainedElement="_SnNPIGwIEdq7X4sGURiZYA">

-      <ownedComment xmi:id="_mPNm2oN9EdqadtFwU5VNog" annotatedElement="_mPNm2YN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_x7OzBYOGEdq6geWPj4xEng" name="public_or_private" constrainedElement="_SnNPIGwIEdq7X4sGURiZYA">

+      <ownedComment xmi:id="_x7OzBoOGEdq6geWPj4xEng" annotatedElement="_x7OzBYOGEdq6geWPj4xEng">

         <body>The visibility of a PackageImport is either public or private.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mWEcwoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yByt8IOGEdq6geWPj4xEng" language="OCL">

         <body>self.visibility = #public or self.visibility = #private</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mPNm3IN9EdqadtFwU5VNog" general="_mLouYIN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mPXX0IN9EdqadtFwU5VNog" name="visibility" type="_AyM_oGwMEdq7X4sGURiZYA">

-      <ownedComment xmi:id="_mPXX0YN9EdqadtFwU5VNog" annotatedElement="_mPXX0IN9EdqadtFwU5VNog">

+    <generalization xmi:id="_x7OzCIOGEdq6geWPj4xEng" general="_x381cIOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_x7OzCYOGEdq6geWPj4xEng" name="visibility" type="_AyM_oGwMEdq7X4sGURiZYA">

+      <ownedComment xmi:id="_x7OzCoOGEdq6geWPj4xEng" annotatedElement="_x7OzCYOGEdq6geWPj4xEng">

         <body>Specifies the visibility of the imported PackageableElements within the importing Namespace, i.e., whether imported elements will in turn be visible to other packages that use that importingPackage as an importedPackage. If the PackageImport is public, the imported elements will be visible outside the package, while if it is private they will not.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:InstanceValue" xmi:id="_mWNmsIN9EdqadtFwU5VNog" type="_AyM_oGwMEdq7X4sGURiZYA" instance="_mQG-w4N9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:InstanceValue" xmi:id="_yByt8YOGEdq6geWPj4xEng" type="_AyM_oGwMEdq7X4sGURiZYA" instance="_x8IK2IOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mPXX14N9EdqadtFwU5VNog" name="importingNamespace" type="_ZiwkoGwLEdq7X4sGURiZYA" subsettedProperty="_mLouY4N9EdqadtFwU5VNog _mLyfbYN9EdqadtFwU5VNog" association="_mQs0kIN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mPXX2IN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mPXX2YN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_x7Yj8IOGEdq6geWPj4xEng" name="importingNamespace" type="_ZiwkoGwLEdq7X4sGURiZYA" subsettedProperty="_x381c4OGEdq6geWPj4xEng _x381jIOGEdq6geWPj4xEng" association="_x8uAsIOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_x7Yj8YOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x7Yj8oOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mPXX2oN9EdqadtFwU5VNog" annotatedElement="_mPXX14N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x7Yj84OGEdq6geWPj4xEng" annotatedElement="_x7Yj8IOGEdq6geWPj4xEng">

         <body>Specifies the Namespace that imports the members from a Package.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mWNmsYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mWNmsoN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yB734IOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yB734YOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mPXX04N9EdqadtFwU5VNog" name="importedPackage" type="_-cvRAGvzEdq7X4sGURiZYA" subsettedProperty="_mLouaYN9EdqadtFwU5VNog" association="_mQjqsIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mPXX1IN9EdqadtFwU5VNog" annotatedElement="_mPXX04N9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_x7OzDIOGEdq6geWPj4xEng" name="importedPackage" type="_-cvRAGvzEdq7X4sGURiZYA" subsettedProperty="_x381eYOGEdq6geWPj4xEng" association="_x8k2zYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x7OzDYOGEdq6geWPj4xEng" annotatedElement="_x7OzDIOGEdq6geWPj4xEng">

         <body>Specifies the Package whose members are imported into a Namespace.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mWNms4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mWNmtIN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yB734oOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yB7344OGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

   <ownedMember xmi:type="uml:Class" xmi:id="__1ap4HLzEdqziYxiZo0YtA" name="DataType">

-    <ownedComment xmi:id="_mNkoMYN9EdqadtFwU5VNog" annotatedElement="__1ap4HLzEdqziYxiZo0YtA">

+    <ownedComment xmi:id="_x5vlNoOGEdq6geWPj4xEng" annotatedElement="__1ap4HLzEdqziYxiZo0YtA">

       <body>A data type is a type whose instances are identified only by their value. A DataType may contain attributes to support the modeling of structured data types.

 

 

 

 A typical use of data types would be to represent programming language primitive types or CORBA basic types. For example, integer and string types are often treated as data types.</body>

     </ownedComment>

-    <ownedComment xmi:id="_mYJgaIN9EdqadtFwU5VNog" annotatedElement="__1ap4HLzEdqziYxiZo0YtA">

+    <ownedComment xmi:id="_yDunpIOGEdq6geWPj4xEng" annotatedElement="__1ap4HLzEdqziYxiZo0YtA">

       <body>A data type is a type whose instances are identified only by their value. A DataType may contain attributes to support the modeling of structured data types.

 

 A typical use of data types would be to represent programming language primitive types or CORBA basic types. For example, integer and string types are often treated as data types.

 

 </body>

     </ownedComment>

-    <generalization xmi:id="_mNkoMoN9EdqadtFwU5VNog" general="_6UV2QGwJEdq7X4sGURiZYA"/>

-    <ownedAttribute xmi:id="_mNuZEIN9EdqadtFwU5VNog" name="ownedAttribute" type="_Jp_1oGveEdq4DLWZOhbdEA" isOrdered="true" subsettedProperty="_mKcbkIN9EdqadtFwU5VNog _mMYVVoN9EdqadtFwU5VNog" association="_mQZ5r4N9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mNuZEYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mNuZEoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_x5vlN4OGEdq6geWPj4xEng" general="_6UV2QGwJEdq7X4sGURiZYA"/>

+    <ownedAttribute xmi:id="_x5vlOIOGEdq6geWPj4xEng" name="ownedAttribute" type="_Jp_1oGveEdq4DLWZOhbdEA" isOrdered="true" subsettedProperty="_x2wioIOGEdq6geWPj4xEng _x4jScoOGEdq6geWPj4xEng" association="_x8bF2YOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_x5vlOYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x5vlOoOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mNuZE4N9EdqadtFwU5VNog" annotatedElement="_mNuZEIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x5vlO4OGEdq6geWPj4xEng" annotatedElement="_x5vlOIOGEdq6geWPj4xEng">

         <body>The Attributes owned by the DataType.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mYTRYIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mYTRYYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yDunpYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yDunpoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mNuZFoN9EdqadtFwU5VNog" name="ownedOperation" type="_M4X2IGveEdq4DLWZOhbdEA" isOrdered="true" subsettedProperty="_mKmMkIN9EdqadtFwU5VNog _mMYVVoN9EdqadtFwU5VNog" association="_mQZ5soN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mNuZF4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mNuZGIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_x5vlPoOGEdq6geWPj4xEng" name="ownedOperation" type="_M4X2IGveEdq4DLWZOhbdEA" isOrdered="true" subsettedProperty="_x26ToIOGEdq6geWPj4xEng _x4jScoOGEdq6geWPj4xEng" association="_x8bF3IOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_x5vlP4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x5vlQIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mNuZGYN9EdqadtFwU5VNog" annotatedElement="_mNuZFoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x5vlQYOGEdq6geWPj4xEng" annotatedElement="_x5vlPoOGEdq6geWPj4xEng">

         <body>The Operations owned by the DataType.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mYTRYoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mYTRY4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yD3xkIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yD3xkYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

     <ownedOperation xmi:id="_FDM9YHL0EdqziYxiZo0YtA" name="createOwnedOperation" type="_M4X2IGveEdq4DLWZOhbdEA">

       <returnResult xmi:id="_FDM9YXL0EdqziYxiZo0YtA" type="_M4X2IGveEdq4DLWZOhbdEA" direction="return"/>

@@ -961,53 +961,53 @@
       <ownedParameter xmi:id="_WJZCRHL0EdqziYxiZo0YtA" name="lower" type="_XqvEIGvsEdqG6fBIPwe-mw" effect="read"/>

       <ownedParameter xmi:id="_WJZCRXL0EdqziYxiZo0YtA" name="upper" type="_dRZxsGvsEdqG6fBIPwe-mw" effect="read"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mNuZHIN9EdqadtFwU5VNog" name="inherit" type="_csVgUGvtEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_mLe9aIN9EdqadtFwU5VNog" bodyCondition="_mNuZHoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mNuZHYN9EdqadtFwU5VNog" annotatedElement="_mNuZHIN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x5vlRIOGEdq6geWPj4xEng" name="inherit" type="_csVgUGvtEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_x3p6mYOGEdq6geWPj4xEng" bodyCondition="_x5vlRoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x5vlRYOGEdq6geWPj4xEng" annotatedElement="_x5vlRIOGEdq6geWPj4xEng">

         <body>The inherit operation is overridden to exclude redefined properties.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mNuZHoN9EdqadtFwU5VNog" name="spec" constrainedElement="_mNuZHIN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mNuZH4N9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x5vlRoOGEdq6geWPj4xEng" name="spec" constrainedElement="_x5vlRIOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_x5vlR4OGEdq6geWPj4xEng" language="OCL">

           <body>result = inhs->excluding(inh | ownedMember->select(oclIsKindOf(RedefinableElement))->select(redefinedElement->includes(inh)))</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mNuZIIN9EdqadtFwU5VNog" type="_csVgUGvtEdqG6fBIPwe-mw" direction="return">

-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mNuZIYN9EdqadtFwU5VNog" value="-1"/>

-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mNuZIoN9EdqadtFwU5VNog"/>

+      <returnResult xmi:id="_x5vlSIOGEdq6geWPj4xEng" type="_csVgUGvtEdqG6fBIPwe-mw" direction="return">

+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_x5vlSYOGEdq6geWPj4xEng" value="-1"/>

+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_x5vlSoOGEdq6geWPj4xEng"/>

       </returnResult>

-      <ownedParameter xmi:id="_mNuZI4N9EdqadtFwU5VNog" name="inhs" type="_csVgUGvtEdqG6fBIPwe-mw">

-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mNuZJIN9EdqadtFwU5VNog" value="-1"/>

-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mNuZJYN9EdqadtFwU5VNog"/>

+      <ownedParameter xmi:id="_x5vlS4OGEdq6geWPj4xEng" name="inhs" type="_csVgUGvtEdqG6fBIPwe-mw">

+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_x5vlTIOGEdq6geWPj4xEng" value="-1"/>

+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_x5vlTYOGEdq6geWPj4xEng"/>

       </ownedParameter>

     </ownedOperation>

   </ownedMember>

   <ownedMember xmi:type="uml:Class" xmi:id="_I6N3UGwGEdq7X4sGURiZYA" name="Enumeration">

-    <ownedComment xmi:id="_mNuZJoN9EdqadtFwU5VNog" annotatedElement="_I6N3UGwGEdq7X4sGURiZYA">

+    <ownedComment xmi:id="_x55WMIOGEdq6geWPj4xEng" annotatedElement="_I6N3UGwGEdq7X4sGURiZYA">

       <body>Enumeration is a kind of data type, whose instances may be any of a number of predefined enumeration literals.

 

 It is possible to extend the set of applicable enumeration literals in other packages or profiles.

 

 </body>

     </ownedComment>

-    <ownedComment xmi:id="_mYTRZIN9EdqadtFwU5VNog" annotatedElement="_I6N3UGwGEdq7X4sGURiZYA">

+    <ownedComment xmi:id="_yD3xkoOGEdq6geWPj4xEng" annotatedElement="_I6N3UGwGEdq7X4sGURiZYA">

       <body>Enumeration is a kind of data type, whose instances may be any of a number of user-defined enumeration literals.

 

 It is possible to extend the set of applicable enumeration literals in other packages or profiles.

 

 </body>

     </ownedComment>

-    <generalization xmi:id="_mNuZJ4N9EdqadtFwU5VNog" general="__1ap4HLzEdqziYxiZo0YtA"/>

-    <ownedAttribute xmi:id="_mNuZKIN9EdqadtFwU5VNog" name="ownedLiteral" type="_OQcbgGwOEdq7X4sGURiZYA" isOrdered="true" subsettedProperty="_mMYVVoN9EdqadtFwU5VNog" association="_mQZ5rYN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mNuZKYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mNuZKoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_x55WMYOGEdq6geWPj4xEng" general="__1ap4HLzEdqziYxiZo0YtA"/>

+    <ownedAttribute xmi:id="_x55WMoOGEdq6geWPj4xEng" name="ownedLiteral" type="_OQcbgGwOEdq7X4sGURiZYA" isOrdered="true" subsettedProperty="_x4jScoOGEdq6geWPj4xEng" association="_x8bF14OGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_x55WM4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x55WNIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mNuZK4N9EdqadtFwU5VNog" annotatedElement="_mNuZKIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x55WNYOGEdq6geWPj4xEng" annotatedElement="_x55WMoOGEdq6geWPj4xEng">

         <body>The ordered collection of literals for the enumeration.</body>

       </ownedComment>

-      <ownedComment xmi:id="_mYdCYIN9EdqadtFwU5VNog" annotatedElement="_mNuZKIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yD3xk4OGEdq6geWPj4xEng" annotatedElement="_x55WMoOGEdq6geWPj4xEng">

         <body>The ordered set of literals for this Enumeration.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mYdCYYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mYdCYoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yD3xlIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yD3xlYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

     <ownedOperation xmi:id="_Iw7e0GwOEdq7X4sGURiZYA" name="createOwnedLiteral" type="_OQcbgGwOEdq7X4sGURiZYA">

       <returnResult xmi:id="_QktkMGwOEdq7X4sGURiZYA" type="_OQcbgGwOEdq7X4sGURiZYA" direction="return"/>

@@ -1015,157 +1015,157 @@
     </ownedOperation>

   </ownedMember>

   <ownedMember xmi:type="uml:Class" xmi:id="_OQcbgGwOEdq7X4sGURiZYA" name="EnumerationLiteral">

-    <ownedComment xmi:id="_mN3jAIN9EdqadtFwU5VNog" annotatedElement="_OQcbgGwOEdq7X4sGURiZYA">

+    <ownedComment xmi:id="_x55WOIOGEdq6geWPj4xEng" annotatedElement="_OQcbgGwOEdq7X4sGURiZYA">

       <body>An enumeration literal is a value of an enumeration.</body>

     </ownedComment>

-    <ownedComment xmi:id="_mYdCY4N9EdqadtFwU5VNog" annotatedElement="_OQcbgGwOEdq7X4sGURiZYA">

+    <ownedComment xmi:id="_yEBikIOGEdq6geWPj4xEng" annotatedElement="_OQcbgGwOEdq7X4sGURiZYA">

       <body>An enumeration literal is a user-defined data value for an enumeration.</body>

     </ownedComment>

-    <generalization xmi:id="_mYdCZIN9EdqadtFwU5VNog" general="_mVnw0IN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mN3jAoN9EdqadtFwU5VNog" name="enumeration" type="_I6N3UGwGEdq7X4sGURiZYA" subsettedProperty="_mPzcsIN9EdqadtFwU5VNog" association="_mQZ5rYN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mN3jA4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mN3jBIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yEBikYOGEdq6geWPj4xEng" general="_yBMRB4OGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_x55WOoOGEdq6geWPj4xEng" name="enumeration" type="_I6N3UGwGEdq7X4sGURiZYA" subsettedProperty="_x7re94OGEdq6geWPj4xEng" association="_x8bF14OGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_x55WO4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x55WPIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mN3jBYN9EdqadtFwU5VNog" annotatedElement="_mN3jAoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x55WPYOGEdq6geWPj4xEng" annotatedElement="_x55WOoOGEdq6geWPj4xEng">

         <body>The enumeration that this literal belongs to.</body>

       </ownedComment>

-      <ownedComment xmi:id="_mYmMUIN9EdqadtFwU5VNog" annotatedElement="_mN3jAoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yEBikoOGEdq6geWPj4xEng" annotatedElement="_x55WOoOGEdq6geWPj4xEng">

         <body>The Enumeration that this EnumerationLiteral is a member of.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mYmMUYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mYmMUoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yEBik4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yEBilIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

   <ownedMember xmi:type="uml:Class" xmi:id="_V6vuYGwGEdq7X4sGURiZYA" name="PrimitiveType">

-    <ownedComment xmi:id="_mN3jCIN9EdqadtFwU5VNog" annotatedElement="_V6vuYGwGEdq7X4sGURiZYA">

+    <ownedComment xmi:id="_x55WQIOGEdq6geWPj4xEng" annotatedElement="_V6vuYGwGEdq7X4sGURiZYA">

       <body>A primitive type defines a predefined data type, without any relevant substructure (i.e. it has no parts in the context of the UML). A primitive datatype may have an algebra and operations defined out of UML, for example, mathematically.</body>

     </ownedComment>

-    <generalization xmi:id="_mN3jCYN9EdqadtFwU5VNog" general="__1ap4HLzEdqziYxiZo0YtA"/>

+    <generalization xmi:id="_x6CgIIOGEdq6geWPj4xEng" general="__1ap4HLzEdqziYxiZo0YtA"/>

   </ownedMember>

   <ownedMember xmi:type="uml:Class" xmi:id="_AwvxoGwNEdq7X4sGURiZYA" name="Association">

-    <ownedComment xmi:id="_mM1BZ4N9EdqadtFwU5VNog" annotatedElement="_AwvxoGwNEdq7X4sGURiZYA">

+    <ownedComment xmi:id="_x4_-h4OGEdq6geWPj4xEng" annotatedElement="_AwvxoGwNEdq7X4sGURiZYA">

       <body>An association specifies a semantic relationship that can occur between typed instances. It has at least two ends represented by properties, each of which is connected to the type of the end. More than one end of an association may have the same type.

 

 

 

 An end property of an association that is owned by an end class or that is a navigable owned end of the association indicates that the association is navigable from the opposite ends, otherwise the association is not navigable from the opposite ends.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mYv9UIN9EdqadtFwU5VNog" name="specialized_end_number" constrainedElement="_AwvxoGwNEdq7X4sGURiZYA">

-      <ownedComment xmi:id="_mYv9UYN9EdqadtFwU5VNog" annotatedElement="_mYv9UIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yELTkIOGEdq6geWPj4xEng" name="specialized_end_number" constrainedElement="_AwvxoGwNEdq7X4sGURiZYA">

+      <ownedComment xmi:id="_yELTkYOGEdq6geWPj4xEng" annotatedElement="_yELTkIOGEdq6geWPj4xEng">

         <body>An association specializing another association has the same number of ends as the other association.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mYv9UoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yELTkoOGEdq6geWPj4xEng" language="OCL">

         <body>self.parents()->forAll(p | p.memberEnd.size() = self.memberEnd.size())</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mYv9U4N9EdqadtFwU5VNog" name="specialized_end_types" constrainedElement="_AwvxoGwNEdq7X4sGURiZYA">

-      <ownedComment xmi:id="_mYv9VIN9EdqadtFwU5VNog" annotatedElement="_mYv9U4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yEUdgIOGEdq6geWPj4xEng" name="specialized_end_types" constrainedElement="_AwvxoGwNEdq7X4sGURiZYA">

+      <ownedComment xmi:id="_yEUdgYOGEdq6geWPj4xEng" annotatedElement="_yEUdgIOGEdq6geWPj4xEng">

         <body>When an association specializes another association, every end of the specific association corresponds to an end of the general association, and the specific end reaches the same type or a subtype of the more general end.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mYv9VYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yEUdgoOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mYv9VoN9EdqadtFwU5VNog" name="binary_associations" constrainedElement="_AwvxoGwNEdq7X4sGURiZYA">

-      <ownedComment xmi:id="_mYv9V4N9EdqadtFwU5VNog" annotatedElement="_mYv9VoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yEUdg4OGEdq6geWPj4xEng" name="binary_associations" constrainedElement="_AwvxoGwNEdq7X4sGURiZYA">

+      <ownedComment xmi:id="_yEUdhIOGEdq6geWPj4xEng" annotatedElement="_yEUdg4OGEdq6geWPj4xEng">

         <body>Only binary associations can be aggregations.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mYv9WIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yEUdhYOGEdq6geWPj4xEng" language="OCL">

         <body>self.memberEnd->exists(aggregation &lt;> Aggregation::none) implies self.memberEnd->size() = 2</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mM1BaIN9EdqadtFwU5VNog" name="association_ends" constrainedElement="_AwvxoGwNEdq7X4sGURiZYA">

-      <ownedComment xmi:id="_mM1BaYN9EdqadtFwU5VNog" annotatedElement="_mM1BaIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_x4_-iIOGEdq6geWPj4xEng" name="association_ends" constrainedElement="_AwvxoGwNEdq7X4sGURiZYA">

+      <ownedComment xmi:id="_x4_-iYOGEdq6geWPj4xEng" annotatedElement="_x4_-iIOGEdq6geWPj4xEng">

         <body>Association ends of associations with more than two ends must be owned by the association.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mYv9WYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yEUdhoOGEdq6geWPj4xEng" language="OCL">

         <body>if memberEnd->size() > 2 then ownedEnd->includesAll(memberEnd)</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mM-yMYN9EdqadtFwU5VNog" general="_mM1BMIN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mM-yMIN9EdqadtFwU5VNog" general="_6UV2QGwJEdq7X4sGURiZYA"/>

-    <ownedAttribute xmi:id="_mM-yMoN9EdqadtFwU5VNog" name="isDerived" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mM-yM4N9EdqadtFwU5VNog" annotatedElement="_mM-yMoN9EdqadtFwU5VNog">

+    <generalization xmi:id="_x5JIQIOGEdq6geWPj4xEng" general="_x4_-UIOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_x4_-i4OGEdq6geWPj4xEng" general="_6UV2QGwJEdq7X4sGURiZYA"/>

+    <ownedAttribute xmi:id="_x5JIQYOGEdq6geWPj4xEng" name="isDerived" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_x5JIQoOGEdq6geWPj4xEng" annotatedElement="_x5JIQYOGEdq6geWPj4xEng">

         <body>Specifies whether the association is derived from other model elements such as other associations or constraints.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mY5uUIN9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yEUdh4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mM-yNYN9EdqadtFwU5VNog" name="ownedEnd" type="_Jp_1oGveEdq4DLWZOhbdEA" isOrdered="true" subsettedProperty="_mM-yQYN9EdqadtFwU5VNog _mKmMkIN9EdqadtFwU5VNog _mMYVVoN9EdqadtFwU5VNog" association="_mQQIqYN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mM-yNoN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mM-yN4N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_x5JIRIOGEdq6geWPj4xEng" name="ownedEnd" type="_Jp_1oGveEdq4DLWZOhbdEA" isOrdered="true" subsettedProperty="_x5JIUIOGEdq6geWPj4xEng _x26ToIOGEdq6geWPj4xEng _x4jScoOGEdq6geWPj4xEng" association="_x8bFwIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_x5JIRYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x5JIRoOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mM-yOIN9EdqadtFwU5VNog" annotatedElement="_mM-yNYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x5JIR4OGEdq6geWPj4xEng" annotatedElement="_x5JIRIOGEdq6geWPj4xEng">

         <body>The ends that are owned by the association itself. This is an ordered association.</body>

       </ownedComment>

-      <ownedComment xmi:id="_mY5uUYN9EdqadtFwU5VNog" annotatedElement="_mM-yNYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yEUdiIOGEdq6geWPj4xEng" annotatedElement="_x5JIRIOGEdq6geWPj4xEng">

         <body>The ends that are owned by the association itself.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mY5uUoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mY5uU4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yEUdiYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yEUdioOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mM-yO4N9EdqadtFwU5VNog" name="endType" type="_ynRtoGvtEdqG6fBIPwe-mw" isOrdered="true" isReadOnly="true" isDerived="true" subsettedProperty="_mM1BM4N9EdqadtFwU5VNog" association="_mQZ5qoN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mM-yPIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mM-yPYN9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_x5JISoOGEdq6geWPj4xEng" name="endType" type="_ynRtoGvtEdqG6fBIPwe-mw" isOrdered="true" isReadOnly="true" isDerived="true" subsettedProperty="_x4_-U4OGEdq6geWPj4xEng" association="_x8bF1IOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_x5JIS4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x5JITIOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mM-yPoN9EdqadtFwU5VNog" annotatedElement="_mM-yO4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x5JITYOGEdq6geWPj4xEng" annotatedElement="_x5JISoOGEdq6geWPj4xEng">

         <body>References the classifiers that are used as types of the ends of the association.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mY5uVIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mY5uVYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yEeOgIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yEeOgYOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mM-yQYN9EdqadtFwU5VNog" name="memberEnd" type="_Jp_1oGveEdq4DLWZOhbdEA" isOrdered="true" subsettedProperty="_mMYVXIN9EdqadtFwU5VNog" association="_mQs0moN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mM-yQoN9EdqadtFwU5VNog" annotatedElement="_mM-yQYN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_x5JIUIOGEdq6geWPj4xEng" name="memberEnd" type="_Jp_1oGveEdq4DLWZOhbdEA" isOrdered="true" subsettedProperty="_x4jSeIOGEdq6geWPj4xEng" association="_x8uAuoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x5JIUYOGEdq6geWPj4xEng" annotatedElement="_x5JIUIOGEdq6geWPj4xEng">

         <body>Each end represents participation of instances of the classifier connected to the end in links of the association. This is an ordered association.</body>

       </ownedComment>

-      <ownedComment xmi:id="_mZC4QIN9EdqadtFwU5VNog" annotatedElement="_mM-yQYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yEeOgoOGEdq6geWPj4xEng" annotatedElement="_x5JIUIOGEdq6geWPj4xEng">

         <body>Each end represents participation of instances of the classifier connected to the end in links of the association.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mZC4QYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mZC4QoN9EdqadtFwU5VNog" value="2"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yEeOg4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yEeOhIOGEdq6geWPj4xEng" value="2"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mM-yRYN9EdqadtFwU5VNog" name="navigableOwnedEnd" type="_Jp_1oGveEdq4DLWZOhbdEA" subsettedProperty="_mM-yNYN9EdqadtFwU5VNog" association="_mQ_vjIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mM-yRoN9EdqadtFwU5VNog" annotatedElement="_mM-yRYN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_x5JIVIOGEdq6geWPj4xEng" name="navigableOwnedEnd" type="_Jp_1oGveEdq4DLWZOhbdEA" subsettedProperty="_x5JIRIOGEdq6geWPj4xEng" association="_x9Bit4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x5JIVYOGEdq6geWPj4xEng" annotatedElement="_x5JIVIOGEdq6geWPj4xEng">

         <body>The navigable ends that are owned by the association itself.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mZC4Q4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mZC4RIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yEeOhYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yEeOhoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedOperation xmi:id="_mZC4RYN9EdqadtFwU5VNog" name="endType" type="_ynRtoGvtEdqG6fBIPwe-mw" isOrdered="true" isQuery="true" bodyCondition="_mZC4SYN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mZC4RoN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EOperation" xmi:id="_mZC4R4N9EdqadtFwU5VNog" operationName="getEndTypes"/>

+    <ownedOperation xmi:id="_yEeOh4OGEdq6geWPj4xEng" name="endType" type="_ynRtoGvtEdqG6fBIPwe-mw" isOrdered="true" isQuery="true" bodyCondition="_yEeOi4OGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yEeOiIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EOperation" xmi:id="_yEeOiYOGEdq6geWPj4xEng" operationName="getEndTypes"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mZC4SIN9EdqadtFwU5VNog" annotatedElement="_mZC4RYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yEeOioOGEdq6geWPj4xEng" annotatedElement="_yEeOh4OGEdq6geWPj4xEng">

         <body>endType is derived from the types of the member ends.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mZC4SYN9EdqadtFwU5VNog" name="spec" constrainedElement="_mZC4RYN9EdqadtFwU5VNog _mM-yO4N9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mZC4SoN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_yEeOi4OGEdq6geWPj4xEng" name="spec" constrainedElement="_yEeOh4OGEdq6geWPj4xEng _x5JISoOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yEeOjIOGEdq6geWPj4xEng" language="OCL">

           <body>result = self.memberEnd->collect(e | e.type)</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mZC4S4N9EdqadtFwU5VNog" type="_ynRtoGvtEdqG6fBIPwe-mw" isOrdered="true" direction="return">

-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mZC4TIN9EdqadtFwU5VNog" value="-1"/>

-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mZC4TYN9EdqadtFwU5VNog"/>

+      <returnResult xmi:id="_yEeOjYOGEdq6geWPj4xEng" type="_ynRtoGvtEdqG6fBIPwe-mw" isOrdered="true" direction="return">

+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yEeOjoOGEdq6geWPj4xEng" value="-1"/>

+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yEeOj4OGEdq6geWPj4xEng"/>

       </returnResult>

     </ownedOperation>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mM1BMIN9EdqadtFwU5VNog" name="Relationship" isAbstract="true">

-    <ownedComment xmi:id="_mM1BMYN9EdqadtFwU5VNog" annotatedElement="_mM1BMIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_x4_-UIOGEdq6geWPj4xEng" name="Relationship" isAbstract="true">

+    <ownedComment xmi:id="_x4_-UYOGEdq6geWPj4xEng" annotatedElement="_x4_-UIOGEdq6geWPj4xEng">

       <body>A relationship references one or more related elements. Relationship is an abstract metaclass.</body>

     </ownedComment>

-    <generalization xmi:id="_mM1BMoN9EdqadtFwU5VNog" general="_kl90MGvbEdq4DLWZOhbdEA"/>

-    <ownedAttribute xmi:id="_mM1BM4N9EdqadtFwU5VNog" name="relatedElement" type="_kl90MGvbEdq4DLWZOhbdEA" isReadOnly="true" isDerived="true" isDerivedUnion="true" association="_mQ2lkoN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mM1BNIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mM1BNYN9EdqadtFwU5VNog" isTransient="true"/>

+    <generalization xmi:id="_x4_-UoOGEdq6geWPj4xEng" general="_kl90MGvbEdq4DLWZOhbdEA"/>

+    <ownedAttribute xmi:id="_x4_-U4OGEdq6geWPj4xEng" name="relatedElement" type="_kl90MGvbEdq4DLWZOhbdEA" isReadOnly="true" isDerived="true" isDerivedUnion="true" association="_x8uAyYOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_x4_-VIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x4_-VYOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mM1BNoN9EdqadtFwU5VNog" annotatedElement="_mM1BM4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x4_-VoOGEdq6geWPj4xEng" annotatedElement="_x4_-U4OGEdq6geWPj4xEng">

         <body>Specifies the elements related by the Relationship.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mZpVMIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mZpVMYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yFEEZIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yFEEZYOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mPghwIN9EdqadtFwU5VNog" name="PackageMerge">

-    <ownedComment xmi:id="_mPghwYN9EdqadtFwU5VNog" annotatedElement="_mPghwIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_x7ht4IOGEdq6geWPj4xEng" name="PackageMerge">

+    <ownedComment xmi:id="_x7ht4YOGEdq6geWPj4xEng" annotatedElement="_x7ht4IOGEdq6geWPj4xEng">

       <body>A package merge is a directed relationship between two packages, that indicates that the contents of the two packages are to be combined. It is very similar to Generalization in the sense that the source element conceptually adds the characteristics of the target element to its own characteristics resulting in an element that combines the characteristics of both.

 

 

@@ -1176,7 +1176,7 @@
 

 Conceptually, a package merge can be viewed as an operation that takes the contents of two packages and produces a new package that combines the contents of the packages involved in the merge. In terms of model semantics, there is no difference between a model with explicit package merges, and a model in which all the merges have been performed.</body>

     </ownedComment>

-    <ownedComment xmi:id="_mZpVMoN9EdqadtFwU5VNog" annotatedElement="_mPghwIN9EdqadtFwU5VNog">

+    <ownedComment xmi:id="_yFEEZoOGEdq6geWPj4xEng" annotatedElement="_x7ht4IOGEdq6geWPj4xEng">

       <body>A package merge is a directed relationship between two packages, that indicates that the contents of the two packages are to be combined. It is very similar to Generalization in the sense that the source element conceptually adds the characteristics of the target element to its own characteristics resulting in an element that combines the characteristics of both. This mechanism should be used when elements defined in different packages have the same name and are intended to represent the same concept. Most often it is used to provide different definitions of a given concept for different purposes, starting from a common base definition. A given base concept is extended in increments, with each increment defined in a separate merged package. By selecting which increments to merge, it is possible to obtain a custom definition of a concept for a specific end. Package merge is particularly useful in meta-modeling and is extensively used in the definition of the UML metamodel.

 

 

@@ -1185,36 +1185,36 @@
 

 </body>

     </ownedComment>

-    <generalization xmi:id="_mPghwoN9EdqadtFwU5VNog" general="_mLouYIN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mPghw4N9EdqadtFwU5VNog" name="receivingPackage" type="_-cvRAGvzEdq7X4sGURiZYA" subsettedProperty="_mLouY4N9EdqadtFwU5VNog _mLyfbYN9EdqadtFwU5VNog" association="_mQs0oIN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mPghxIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mPghxYN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_x7ht4oOGEdq6geWPj4xEng" general="_x381cIOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_x7ht44OGEdq6geWPj4xEng" name="receivingPackage" type="_-cvRAGvzEdq7X4sGURiZYA" subsettedProperty="_x381c4OGEdq6geWPj4xEng _x381jIOGEdq6geWPj4xEng" association="_x8uAwIOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_x7ht5IOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x7ht5YOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mPghxoN9EdqadtFwU5VNog" annotatedElement="_mPghw4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x7ht5oOGEdq6geWPj4xEng" annotatedElement="_x7ht44OGEdq6geWPj4xEng">

         <body>References the Package that is being extended with the contents of the merged package of the PackageMerge.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mZpVM4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mZpVNIN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yFEEZ4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yFEEaIOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mPghyYN9EdqadtFwU5VNog" name="mergedPackage" type="_-cvRAGvzEdq7X4sGURiZYA" subsettedProperty="_mLouaYN9EdqadtFwU5VNog" association="_mQs0o4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mPghyoN9EdqadtFwU5VNog" annotatedElement="_mPghyYN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_x7ht6YOGEdq6geWPj4xEng" name="mergedPackage" type="_-cvRAGvzEdq7X4sGURiZYA" subsettedProperty="_x381eYOGEdq6geWPj4xEng" association="_x8uAw4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x7ht6oOGEdq6geWPj4xEng" annotatedElement="_x7ht6YOGEdq6geWPj4xEng">

         <body>References the Package that is to be merged with the receiving package of the PackageMerge.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mZpVNYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mZpVNoN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yFEEaYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yFEEaoOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

   <ownedMember xmi:type="uml:Class" xmi:id="_PyCx8GveEdq4DLWZOhbdEA" name="InstanceValue">

-    <ownedComment xmi:id="_mZpVN4N9EdqadtFwU5VNog" annotatedElement="_PyCx8GveEdq4DLWZOhbdEA">

+    <ownedComment xmi:id="_yFEEa4OGEdq6geWPj4xEng" annotatedElement="_PyCx8GveEdq4DLWZOhbdEA">

       <body>An instance value specifies the value modeled by an instance specification.</body>

     </ownedComment>

-    <generalization xmi:id="_mZpVOIN9EdqadtFwU5VNog" general="_mM1BRYN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mZpVOYN9EdqadtFwU5VNog" name="instance" type="_mVnw0IN9EdqadtFwU5VNog" association="_mbbd6oN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mZpVOoN9EdqadtFwU5VNog" annotatedElement="_mZpVOYN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yFEEbIOGEdq6geWPj4xEng" general="_x4_-ZYOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yF0SUIOGEdq6geWPj4xEng" name="instance" type="_yBMRB4OGEdq6geWPj4xEng" association="_yHmbAIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yF0SUYOGEdq6geWPj4xEng" annotatedElement="_yF0SUIOGEdq6geWPj4xEng">

         <body>The instance that is the specified value.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mZpVO4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mZpVPIN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yF0SUoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yF0SU4OGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

     <ownedOperation xmi:id="_QUJ-oWWKEdq-f4093SZhVA" name="stringValue" visibility="protected" type="_aAyVgGvsEdqG6fBIPwe-mw">

       <eAnnotations xmi:id="_SQIjIGWKEdq-f4093SZhVA" source="keywords"/>

@@ -1222,59 +1222,59 @@
     </ownedOperation>

   </ownedMember>

   <ownedMember xmi:type="uml:Class" xmi:id="_Q-yR4GveEdq4DLWZOhbdEA" name="LiteralUnlimitedNatural">

-    <ownedComment xmi:id="_mZpVPYN9EdqadtFwU5VNog" annotatedElement="_Q-yR4GveEdq4DLWZOhbdEA">

+    <ownedComment xmi:id="_yF9cQIOGEdq6geWPj4xEng" annotatedElement="_Q-yR4GveEdq4DLWZOhbdEA">

       <body>A literal unlimited natural contains a UnlimitedNatural-valued attribute.</body>

     </ownedComment>

-    <generalization xmi:id="_mZyfIIN9EdqadtFwU5VNog" general="_mSyfR4N9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mZyfIYN9EdqadtFwU5VNog" name="value" type="_dRZxsGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mZyfIoN9EdqadtFwU5VNog" annotatedElement="_mZyfIYN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yF9cQYOGEdq6geWPj4xEng" general="_x-qhhIOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yF9cQoOGEdq6geWPj4xEng" name="value" type="_dRZxsGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yF9cQ4OGEdq6geWPj4xEng" annotatedElement="_yF9cQoOGEdq6geWPj4xEng">

         <body>The specified UnlimitedNatural value.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mZyfI4N9EdqadtFwU5VNog" type="_dRZxsGvsEdqG6fBIPwe-mw"/>

+      <defaultValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yF9cRIOGEdq6geWPj4xEng" type="_dRZxsGvsEdqG6fBIPwe-mw"/>

     </ownedAttribute>

     <ownedOperation xmi:id="_lSARkGWKEdq-f4093SZhVA" name="stringValue" visibility="protected" type="_aAyVgGvsEdqG6fBIPwe-mw">

       <returnResult xmi:id="_nyfRUGWKEdq-f4093SZhVA" type="_aAyVgGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mZyfJIN9EdqadtFwU5VNog" name="isComputable" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_mM1BSYN9EdqadtFwU5VNog" bodyCondition="_mZyfJoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mZyfJYN9EdqadtFwU5VNog" annotatedElement="_mZyfJIN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_yF9cRYOGEdq6geWPj4xEng" name="isComputable" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_x4_-aYOGEdq6geWPj4xEng" bodyCondition="_yF9cR4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yF9cRoOGEdq6geWPj4xEng" annotatedElement="_yF9cRYOGEdq6geWPj4xEng">

         <body>The query isComputable() is redefined to be true.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mZyfJoN9EdqadtFwU5VNog" name="spec" constrainedElement="_mZyfJIN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mZyfJ4N9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_yF9cR4OGEdq6geWPj4xEng" name="spec" constrainedElement="_yF9cRYOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yF9cSIOGEdq6geWPj4xEng" language="OCL">

           <body>result = true</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mZyfKIN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_yF9cSYOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mZyfKYN9EdqadtFwU5VNog" name="unlimitedValue" type="_dRZxsGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_mM1BXYN9EdqadtFwU5VNog" bodyCondition="_mZyfK4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mZyfKoN9EdqadtFwU5VNog" annotatedElement="_mZyfKYN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_yF9cSoOGEdq6geWPj4xEng" name="unlimitedValue" type="_dRZxsGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_x4_-fYOGEdq6geWPj4xEng" bodyCondition="_yF9cTIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yF9cS4OGEdq6geWPj4xEng" annotatedElement="_yF9cSoOGEdq6geWPj4xEng">

         <body>The query unlimitedValue() gives the value.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mZyfK4N9EdqadtFwU5VNog" name="spec" constrainedElement="_mZyfKYN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mZyfLIN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_yF9cTIOGEdq6geWPj4xEng" name="spec" constrainedElement="_yF9cSoOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yF9cTYOGEdq6geWPj4xEng" language="OCL">

           <body>result = value</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mZyfLYN9EdqadtFwU5VNog" type="_dRZxsGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_yF9cToOGEdq6geWPj4xEng" type="_dRZxsGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

   </ownedMember>

   <ownedMember xmi:type="uml:Class" xmi:id="_ynRtoGvtEdqG6fBIPwe-mw" name="Type" isAbstract="true">

-    <ownedComment xmi:id="_mPghzYN9EdqadtFwU5VNog" annotatedElement="_ynRtoGvtEdqG6fBIPwe-mw">

+    <ownedComment xmi:id="_x7ht7YOGEdq6geWPj4xEng" annotatedElement="_ynRtoGvtEdqG6fBIPwe-mw">

       <body>A type serves as a constraint on the range of values represented by a typed element. Type is an abstract metaclass.</body>

     </ownedComment>

-    <generalization xmi:id="_mPghz4N9EdqadtFwU5VNog" general="_jKxnwGwLEdq7X4sGURiZYA"/>

-    <ownedAttribute xmi:id="_mPgh0IN9EdqadtFwU5VNog" name="package" type="_-cvRAGvzEdq7X4sGURiZYA" subsettedProperty="_mPzcsIN9EdqadtFwU5VNog" association="_mQs0mIN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mPgh0YN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mPgh0oN9EdqadtFwU5VNog"/>

+    <generalization xmi:id="_x7ht74OGEdq6geWPj4xEng" general="_jKxnwGwLEdq7X4sGURiZYA"/>

+    <ownedAttribute xmi:id="_x7ht8IOGEdq6geWPj4xEng" name="package" type="_-cvRAGvzEdq7X4sGURiZYA" subsettedProperty="_x7re94OGEdq6geWPj4xEng" association="_x8uAuIOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_x7ht8YOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x7ht8oOGEdq6geWPj4xEng"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mPgh04N9EdqadtFwU5VNog" annotatedElement="_mPgh0IN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x7ht84OGEdq6geWPj4xEng" annotatedElement="_x7ht8IOGEdq6geWPj4xEng">

         <body>References the owning package of a package.</body>

       </ownedComment>

-      <ownedComment xmi:id="_mZ8QIIN9EdqadtFwU5VNog" annotatedElement="_mPgh0IN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yGHNQIOGEdq6geWPj4xEng" annotatedElement="_x7ht8IOGEdq6geWPj4xEng">

         <body>Specifies the owning package of this classifier, if any.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mZ8QIYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mZ8QIoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yGHNQYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yGHNQoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

     <ownedOperation xmi:id="_RNEaIGwNEdq7X4sGURiZYA" name="createAssociation" type="_AwvxoGwNEdq7X4sGURiZYA">

       <returnResult xmi:id="_URUOQGwNEdq7X4sGURiZYA" type="_AwvxoGwNEdq7X4sGURiZYA" direction="return"/>

@@ -1290,50 +1290,50 @@
       <ownedParameter xmi:id="_auE2UGwNEdq7X4sGURiZYA" name="end2Lower" type="_XqvEIGvsEdqG6fBIPwe-mw" effect="read"/>

       <ownedParameter xmi:id="_VprIUGwNEdq7X4sGURiZYA" name="end2Upper" type="_dRZxsGvsEdqG6fBIPwe-mw" effect="read"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mPqSwIN9EdqadtFwU5VNog" name="conformsTo" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_mPqSwoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mPqSwYN9EdqadtFwU5VNog" annotatedElement="_mPqSwIN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x7ht9oOGEdq6geWPj4xEng" name="conformsTo" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_x7ht-IOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x7ht94OGEdq6geWPj4xEng" annotatedElement="_x7ht9oOGEdq6geWPj4xEng">

         <body>The query conformsTo() gives true for a type that conforms to another. By default, two types do not conform to each other. This query is intended to be redefined for specific conformance situations.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mPqSwoN9EdqadtFwU5VNog" name="spec" constrainedElement="_mPqSwIN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mZ8QI4N9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x7ht-IOGEdq6geWPj4xEng" name="spec" constrainedElement="_x7ht9oOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yGHNQ4OGEdq6geWPj4xEng" language="OCL">

           <body>result = false</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mPqSxIN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

-      <ownedParameter xmi:id="_mPqSxYN9EdqadtFwU5VNog" name="other" type="_ynRtoGvtEdqG6fBIPwe-mw"/>

+      <returnResult xmi:id="_x7ht-oOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <ownedParameter xmi:id="_x7ht-4OGEdq6geWPj4xEng" name="other" type="_ynRtoGvtEdqG6fBIPwe-mw"/>

     </ownedOperation>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mP9Nw4N9EdqadtFwU5VNog" name="Expression">

-    <ownedComment xmi:id="_mP9NxIN9EdqadtFwU5VNog" annotatedElement="_mP9Nw4N9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_x7-Z0IOGEdq6geWPj4xEng" name="Expression">

+    <ownedComment xmi:id="_x7-Z0YOGEdq6geWPj4xEng" annotatedElement="_x7-Z0IOGEdq6geWPj4xEng">

       <body>An expression is a structured tree of symbols that denotes a (possibly empty) set of values when evaluated in a context.</body>

     </ownedComment>

-    <ownedComment xmi:id="_mZ8QJIN9EdqadtFwU5VNog" annotatedElement="_mP9Nw4N9EdqadtFwU5VNog">

+    <ownedComment xmi:id="_yGHNRIOGEdq6geWPj4xEng" annotatedElement="_x7-Z0IOGEdq6geWPj4xEng">

       <body>An expression represents a node in an expression tree, which may be non-terminal or terminal. It defines a symbol, and has a possibly empty sequence of operands which are value specifications.</body>

     </ownedComment>

-    <generalization xmi:id="_mP9NxYN9EdqadtFwU5VNog" general="_mM1BRYN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mZ8QJYN9EdqadtFwU5VNog" name="symbol" type="_aAyVgGvsEdqG6fBIPwe-mw">

-      <eAnnotations xmi:id="_mZ8QJoN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_mZ8QJ4N9EdqadtFwU5VNog" isUnsettable="true"/>

+    <generalization xmi:id="_x7-Z0oOGEdq6geWPj4xEng" general="_x4_-ZYOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yGHNRYOGEdq6geWPj4xEng" name="symbol" type="_aAyVgGvsEdqG6fBIPwe-mw">

+      <eAnnotations xmi:id="_yGHNRoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_yGHNR4OGEdq6geWPj4xEng" isUnsettable="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mZ8QKIN9EdqadtFwU5VNog" annotatedElement="_mZ8QJYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yGHNSIOGEdq6geWPj4xEng" annotatedElement="_yGHNRYOGEdq6geWPj4xEng">

         <body>The symbol associated with the node in the expression tree.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mZ8QKYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mZ8QKoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yGHNSYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yGHNSoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mP9NxoN9EdqadtFwU5VNog" name="operand" type="_mM1BRYN9EdqadtFwU5VNog" isOrdered="true" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mQ_vh4N9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mP9Nx4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mP9NyIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_x7-Z04OGEdq6geWPj4xEng" name="operand" type="_x4_-ZYOGEdq6geWPj4xEng" isOrdered="true" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_x9BisoOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_x7-Z1IOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x7-Z1YOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mP9NyYN9EdqadtFwU5VNog" annotatedElement="_mP9NxoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x7-Z1oOGEdq6geWPj4xEng" annotatedElement="_x7-Z04OGEdq6geWPj4xEng">

         <body>Specifies a sequence of operands.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mZ8QK4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mZ8QLIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yGHNS4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yGHNTIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

   <ownedMember xmi:type="uml:Enumeration" xmi:id="_B3q9cGwNEdq7X4sGURiZYA" name="AggregationKind">

-    <ownedComment xmi:id="_maGBIIN9EdqadtFwU5VNog" annotatedElement="_B3q9cGwNEdq7X4sGURiZYA">

+    <ownedComment xmi:id="_yGHNTYOGEdq6geWPj4xEng" annotatedElement="_B3q9cGwNEdq7X4sGURiZYA">

       <body>AggregationKind is an enumeration of the following literal values:

 • none Indicates that the property has no aggregation.

 • shared Indicates that the property has a shared aggregation.

@@ -1341,24 +1341,24 @@
 responsibility for the existence and storage of the composed objects (parts).

 </body>

     </ownedComment>

-    <ownedLiteral xmi:id="_maGBIYN9EdqadtFwU5VNog" name="none">

-      <ownedComment xmi:id="_maGBIoN9EdqadtFwU5VNog" annotatedElement="_maGBIYN9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_yGQXMIOGEdq6geWPj4xEng" name="none">

+      <ownedComment xmi:id="_yGQXMYOGEdq6geWPj4xEng" annotatedElement="_yGQXMIOGEdq6geWPj4xEng">

         <body>Indicates that the property has no aggregation.</body>

       </ownedComment>

     </ownedLiteral>

-    <ownedLiteral xmi:id="_maGBI4N9EdqadtFwU5VNog" name="shared">

-      <ownedComment xmi:id="_maGBJIN9EdqadtFwU5VNog" annotatedElement="_maGBI4N9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_yGQXMoOGEdq6geWPj4xEng" name="shared">

+      <ownedComment xmi:id="_yGQXM4OGEdq6geWPj4xEng" annotatedElement="_yGQXMoOGEdq6geWPj4xEng">

         <body>Indicates that the property has a shared aggregation.</body>

       </ownedComment>

     </ownedLiteral>

-    <ownedLiteral xmi:id="_maGBJYN9EdqadtFwU5VNog" name="composite">

-      <ownedComment xmi:id="_maGBJoN9EdqadtFwU5VNog" annotatedElement="_maGBJYN9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_yGQXNIOGEdq6geWPj4xEng" name="composite">

+      <ownedComment xmi:id="_yGQXNYOGEdq6geWPj4xEng" annotatedElement="_yGQXNIOGEdq6geWPj4xEng">

         <body>Indicates that the property is aggregated compositely, i.e., the composite object has responsibility for the existence and storage of the composed objects (parts).</body>

       </ownedComment>

     </ownedLiteral>

   </ownedMember>

-  <ownedMember xmi:type="uml:Enumeration" xmi:id="_mQG-sIN9EdqadtFwU5VNog" name="ParameterDirectionKind">

-    <ownedComment xmi:id="_mQG-sYN9EdqadtFwU5VNog" annotatedElement="_mQG-sIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Enumeration" xmi:id="_x7-Z5oOGEdq6geWPj4xEng" name="ParameterDirectionKind">

+    <ownedComment xmi:id="_x7-Z54OGEdq6geWPj4xEng" annotatedElement="_x7-Z5oOGEdq6geWPj4xEng">

       <body>ParameterDirectionKind is an enumeration of the following literal values:

 

   - in Indicates that parameter values are passed into the behavioral element by the caller.

@@ -1371,7 +1371,7 @@
 

 </body>

     </ownedComment>

-    <ownedComment xmi:id="_maGBJ4N9EdqadtFwU5VNog" annotatedElement="_mQG-sIN9EdqadtFwU5VNog">

+    <ownedComment xmi:id="_yGQXNoOGEdq6geWPj4xEng" annotatedElement="_x7-Z5oOGEdq6geWPj4xEng">

       <body>ParameterDirectionKind is an enumeration of the following literal values:

 • in Indicates that parameter values are passed into the behavioral element by the caller.

 • inout Indicates that parameter values are passed into a behavioral element by the caller and then back out to the caller from the behavioral element.

@@ -1379,29 +1379,29 @@
 • return Indicates that parameter values are passed as return values from a behavioral element back to the caller.

 </body>

     </ownedComment>

-    <ownedLiteral xmi:id="_mQG-soN9EdqadtFwU5VNog" name="in">

-      <ownedComment xmi:id="_mQG-s4N9EdqadtFwU5VNog" annotatedElement="_mQG-soN9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_x7-Z6IOGEdq6geWPj4xEng" name="in">

+      <ownedComment xmi:id="_x7-Z6YOGEdq6geWPj4xEng" annotatedElement="_x7-Z6IOGEdq6geWPj4xEng">

         <body>Indicates that parameter values are passed into the behavioral element by the caller.</body>

       </ownedComment>

     </ownedLiteral>

-    <ownedLiteral xmi:id="_mQG-tIN9EdqadtFwU5VNog" name="inout">

-      <ownedComment xmi:id="_mQG-tYN9EdqadtFwU5VNog" annotatedElement="_mQG-tIN9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_x7-Z6oOGEdq6geWPj4xEng" name="inout">

+      <ownedComment xmi:id="_x7-Z64OGEdq6geWPj4xEng" annotatedElement="_x7-Z6oOGEdq6geWPj4xEng">

         <body>Indicates that parameter values are passed into a behavioral element by the caller and then back out to the caller from the behavioral element.</body>

       </ownedComment>

     </ownedLiteral>

-    <ownedLiteral xmi:id="_mQG-toN9EdqadtFwU5VNog" name="out">

-      <ownedComment xmi:id="_mQG-t4N9EdqadtFwU5VNog" annotatedElement="_mQG-toN9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_x7-Z7IOGEdq6geWPj4xEng" name="out">

+      <ownedComment xmi:id="_x7-Z7YOGEdq6geWPj4xEng" annotatedElement="_x7-Z7IOGEdq6geWPj4xEng">

         <body>Indicates that parameter values are passed from a behavioral element out to the caller.</body>

       </ownedComment>

     </ownedLiteral>

-    <ownedLiteral xmi:id="_mQG-uIN9EdqadtFwU5VNog" name="return">

-      <ownedComment xmi:id="_mQG-uYN9EdqadtFwU5VNog" annotatedElement="_mQG-uIN9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_x7-Z7oOGEdq6geWPj4xEng" name="return">

+      <ownedComment xmi:id="_x7-Z74OGEdq6geWPj4xEng" annotatedElement="_x7-Z7oOGEdq6geWPj4xEng">

         <body>Indicates that parameter values are passed as return values from a behavioral element back to the caller.</body>

       </ownedComment>

     </ownedLiteral>

   </ownedMember>

   <ownedMember xmi:type="uml:Enumeration" xmi:id="_AyM_oGwMEdq7X4sGURiZYA" name="VisibilityKind">

-    <ownedComment xmi:id="_mQG-uoN9EdqadtFwU5VNog" annotatedElement="_AyM_oGwMEdq7X4sGURiZYA">

+    <ownedComment xmi:id="_x7-Z8IOGEdq6geWPj4xEng" annotatedElement="_AyM_oGwMEdq7X4sGURiZYA">

       <body>VisibilityKind is an enumeration of the following literal values:

 

   - public

@@ -1412,427 +1412,427 @@
 

   - package</body>

     </ownedComment>

-    <ownedOperation xmi:id="_mQG-u4N9EdqadtFwU5VNog" name="bestVisibility" isQuery="true" precondition="_maPLEYN9EdqadtFwU5VNog" bodyCondition="_mQG-vYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mQG-vIN9EdqadtFwU5VNog" annotatedElement="_mQG-u4N9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x8IK0IOGEdq6geWPj4xEng" name="bestVisibility" isQuery="true" precondition="_yGaIMIOGEdq6geWPj4xEng" bodyCondition="_x8IK0oOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x8IK0YOGEdq6geWPj4xEng" annotatedElement="_x8IK0IOGEdq6geWPj4xEng">

         <body>The query bestVisibility() examines a set of VisibilityKinds, and returns public as the preferred visibility.</body>

       </ownedComment>

-      <ownedComment xmi:id="_maPLEIN9EdqadtFwU5VNog" annotatedElement="_mQG-u4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yGQXN4OGEdq6geWPj4xEng" annotatedElement="_x8IK0IOGEdq6geWPj4xEng">

         <body>The query bestVisibility() examines a set of VisibilityKinds that includes only public and private, and returns public as the preferred visibility.</body>

       </ownedComment>

-      <ownedRule xmi:id="_maPLEYN9EdqadtFwU5VNog" constrainedElement="_mQG-u4N9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_maPLEoN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_yGaIMIOGEdq6geWPj4xEng" constrainedElement="_x8IK0IOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yGaIMYOGEdq6geWPj4xEng" language="OCL">

           <body>pre: not vis->includes(#protected) and not vis->includes(#package)</body>

         </specification>

       </ownedRule>

-      <ownedRule xmi:id="_mQG-vYN9EdqadtFwU5VNog" name="spec" constrainedElement="_mQG-u4N9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_maPLE4N9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x8IK0oOGEdq6geWPj4xEng" name="spec" constrainedElement="_x8IK0IOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yGaIMoOGEdq6geWPj4xEng" language="OCL">

           <body>result = if vis->includes(#public) then #public else #private endif</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mQG-v4N9EdqadtFwU5VNog" direction="return">

+      <returnResult xmi:id="_x8IK1IOGEdq6geWPj4xEng" direction="return">

         <type xmi:type="uml:Enumeration" href="Infrastructure.uml2#_3ADC7B74022D3CAD9E0F01D0"/>

       </returnResult>

       <type xmi:type="uml:Enumeration" href="Infrastructure.uml2#_3ADC7B74022D3CAD9E0F01D0"/>

-      <ownedParameter xmi:id="_mQG-wIN9EdqadtFwU5VNog" name="vis" type="_AyM_oGwMEdq7X4sGURiZYA">

-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mQG-wYN9EdqadtFwU5VNog" value="-1"/>

-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mQG-woN9EdqadtFwU5VNog"/>

+      <ownedParameter xmi:id="_x8IK1YOGEdq6geWPj4xEng" name="vis" type="_AyM_oGwMEdq7X4sGURiZYA">

+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_x8IK1oOGEdq6geWPj4xEng" value="-1"/>

+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_x8IK14OGEdq6geWPj4xEng"/>

       </ownedParameter>

     </ownedOperation>

-    <ownedLiteral xmi:id="_mQG-w4N9EdqadtFwU5VNog" name="public">

-      <ownedComment xmi:id="_mQG-xIN9EdqadtFwU5VNog" annotatedElement="_mQG-w4N9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_x8IK2IOGEdq6geWPj4xEng" name="public">

+      <ownedComment xmi:id="_x8IK2YOGEdq6geWPj4xEng" annotatedElement="_x8IK2IOGEdq6geWPj4xEng">

         <body>A public element is visible to all elements that can access the contents of the namespace that owns it.</body>

       </ownedComment>

     </ownedLiteral>

-    <ownedLiteral xmi:id="_mQG-xYN9EdqadtFwU5VNog" name="private">

-      <ownedComment xmi:id="_mQG-xoN9EdqadtFwU5VNog" annotatedElement="_mQG-xYN9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_x8IK2oOGEdq6geWPj4xEng" name="private">

+      <ownedComment xmi:id="_x8IK24OGEdq6geWPj4xEng" annotatedElement="_x8IK2oOGEdq6geWPj4xEng">

         <body>A private element is only visible inside the namespace that owns it.</body>

       </ownedComment>

     </ownedLiteral>

-    <ownedLiteral xmi:id="_mQG-x4N9EdqadtFwU5VNog" name="protected">

-      <ownedComment xmi:id="_mQG-yIN9EdqadtFwU5VNog" annotatedElement="_mQG-x4N9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_x8IK3IOGEdq6geWPj4xEng" name="protected">

+      <ownedComment xmi:id="_x8IK3YOGEdq6geWPj4xEng" annotatedElement="_x8IK3IOGEdq6geWPj4xEng">

         <body>A protected element is visible to elements that have a generalization relationship to the namespace that owns it.</body>

       </ownedComment>

     </ownedLiteral>

-    <ownedLiteral xmi:id="_mQG-yYN9EdqadtFwU5VNog" name="package">

-      <ownedComment xmi:id="_mQG-yoN9EdqadtFwU5VNog" annotatedElement="_mQG-yYN9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_x8IK3oOGEdq6geWPj4xEng" name="package">

+      <ownedComment xmi:id="_x8IK34OGEdq6geWPj4xEng" annotatedElement="_x8IK3oOGEdq6geWPj4xEng">

         <body>A package element is owned by a namespace that is not a package, and is visible to elements that are in the same package as its owning namespace. Only named elements that are not owned by packages can be marked as having package visibility.  Any element marked as having package visibility is visible to all elements within the nearest enclosing package (given that other owning elements have proper visibility).  Outside the nearest enclosing package, an element marked as having package visibility is not visible.</body>

       </ownedComment>

     </ownedLiteral>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQs0poN9EdqadtFwU5VNog" name="A_ownedElement_owner" memberEnd="_mLyfbYN9EdqadtFwU5VNog _mLyfZ4N9EdqadtFwU5VNog"/>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQ2llIN9EdqadtFwU5VNog" name="A_source_directedRelationship" memberEnd="_mQ2lloN9EdqadtFwU5VNog _mLouY4N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mQ2llYN9EdqadtFwU5VNog" general="_mQ2lkoN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mQ2lloN9EdqadtFwU5VNog" type="_mLouYIN9EdqadtFwU5VNog" redefinedProperty="_mQ2lk4N9EdqadtFwU5VNog" association="_mQ2llIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x8uAxoOGEdq6geWPj4xEng" name="A_ownedElement_owner" memberEnd="_x381jIOGEdq6geWPj4xEng _x381hoOGEdq6geWPj4xEng"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x83xsIOGEdq6geWPj4xEng" name="A_source_directedRelationship" memberEnd="_x83xsoOGEdq6geWPj4xEng _x381c4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_x83xsYOGEdq6geWPj4xEng" general="_x8uAyYOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_x83xsoOGEdq6geWPj4xEng" type="_x381cIOGEdq6geWPj4xEng" redefinedProperty="_x8uAyoOGEdq6geWPj4xEng" association="_x83xsIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQ2ll4N9EdqadtFwU5VNog" name="A_target_directedRelationship" memberEnd="_mQ2lmYN9EdqadtFwU5VNog _mLouaYN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mQ2lmIN9EdqadtFwU5VNog" general="_mQ2lkoN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mQ2lmYN9EdqadtFwU5VNog" type="_mLouYIN9EdqadtFwU5VNog" redefinedProperty="_mQ2lk4N9EdqadtFwU5VNog" association="_mQ2ll4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x83xs4OGEdq6geWPj4xEng" name="A_target_directedRelationship" memberEnd="_x83xtYOGEdq6geWPj4xEng _x381eYOGEdq6geWPj4xEng">

+    <generalization xmi:id="_x83xtIOGEdq6geWPj4xEng" general="_x8uAyYOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_x83xtYOGEdq6geWPj4xEng" type="_x381cIOGEdq6geWPj4xEng" redefinedProperty="_x8uAyoOGEdq6geWPj4xEng" association="_x83xs4OGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQ2loIN9EdqadtFwU5VNog" name="A_constrainedElement_constraint" memberEnd="_mQ2loYN9EdqadtFwU5VNog _mOBUCYN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mQ2loYN9EdqadtFwU5VNog" type="_mOBUAIN9EdqadtFwU5VNog" association="_mQ2loIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x83xvIOGEdq6geWPj4xEng" name="A_constrainedElement_constraint" memberEnd="_x6CgKoOGEdq6geWPj4xEng _x83xvYOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_x83xvYOGEdq6geWPj4xEng" type="_x6CgIYOGEdq6geWPj4xEng" association="_x83xvIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQQIoIN9EdqadtFwU5VNog" name="A_type_typedElement" memberEnd="_mQQIoYN9EdqadtFwU5VNog _mM1BQYN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mQQIoYN9EdqadtFwU5VNog" type="_mM1BPoN9EdqadtFwU5VNog" association="_mQQIoIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x8R70IOGEdq6geWPj4xEng" name="A_type_typedElement" memberEnd="_x8R70YOGEdq6geWPj4xEng _x4_-YYOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_x8R70YOGEdq6geWPj4xEng" type="_x4_-XoOGEdq6geWPj4xEng" association="_x8R70IOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_maiGAIN9EdqadtFwU5VNog" name="A_generalization_specific" memberEnd="_mURtA4N9EdqadtFwU5VNog _mVLE5oN9EdqadtFwU5VNog">

-    <generalization xmi:id="_maiGAYN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_maiGAoN9EdqadtFwU5VNog" general="_mQ2llIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yGj5MIOGEdq6geWPj4xEng" name="A_generalization_specific" memberEnd="_yA5WF4OGEdq6geWPj4xEng _x__-NIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yGj5MYOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_yGj5MoOGEdq6geWPj4xEng" general="_x83xsIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_maiGA4N9EdqadtFwU5VNog" name="A_general_generalization" memberEnd="_maiGBYN9EdqadtFwU5VNog _mVLE7IN9EdqadtFwU5VNog">

-    <generalization xmi:id="_maiGBIN9EdqadtFwU5VNog" general="_mQ2ll4N9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_maiGBYN9EdqadtFwU5VNog" type="_C7AF4GwREdq14q0ETb1t3g" redefinedProperty="_mQ2lmYN9EdqadtFwU5VNog" association="_maiGA4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yGj5M4OGEdq6geWPj4xEng" name="A_general_generalization" memberEnd="_yA5WHYOGEdq6geWPj4xEng _yGj5NYOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yGj5NIOGEdq6geWPj4xEng" general="_x83xs4OGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yGj5NYOGEdq6geWPj4xEng" type="_C7AF4GwREdq14q0ETb1t3g" redefinedProperty="_x83xtYOGEdq6geWPj4xEng" association="_yGj5M4OGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQ2lnoN9EdqadtFwU5VNog" name="A_feature_featuringClassifier" memberEnd="_mL7pWIN9EdqadtFwU5VNog _mKmMkIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mQ2ln4N9EdqadtFwU5VNog" general="_mQ_vhYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x83xuoOGEdq6geWPj4xEng" name="A_feature_featuringClassifier" memberEnd="_x26ToIOGEdq6geWPj4xEng _x4GmeIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_x83xu4OGEdq6geWPj4xEng" general="_x9BisIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQjqpoN9EdqadtFwU5VNog" name="A_ownedParameter_ownerFormalParam" memberEnd="_mQjqqIN9EdqadtFwU5VNog _mOw684N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mQjqp4N9EdqadtFwU5VNog" general="_mQ_vgoN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mQjqqIN9EdqadtFwU5VNog" name="ownerFormalParam" type="_mOw674N9EdqadtFwU5VNog" subsettedProperty="_mPzcsIN9EdqadtFwU5VNog" association="_mQjqpoN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_maiGBoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_maiGB4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x8k2w4OGEdq6geWPj4xEng" name="A_ownedParameter_ownerFormalParam" memberEnd="_x6yHE4OGEdq6geWPj4xEng _x8k2xYOGEdq6geWPj4xEng">

+    <generalization xmi:id="_x8k2xIOGEdq6geWPj4xEng" general="_x83xxYOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_x8k2xYOGEdq6geWPj4xEng" name="ownerFormalParam" type="_x6yHD4OGEdq6geWPj4xEng" subsettedProperty="_x7re94OGEdq6geWPj4xEng" association="_x8k2w4OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yGtDIIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yGtDIYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_maiGCIN9EdqadtFwU5VNog" name="A_classifier_instanceSpecification" memberEnd="_mVnw2YN9EdqadtFwU5VNog _maiGCYN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_maiGCYN9EdqadtFwU5VNog" type="_mVnw0IN9EdqadtFwU5VNog" association="_maiGCIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yGtDIoOGEdq6geWPj4xEng" name="A_classifier_instanceSpecification" memberEnd="_yBWCAIOGEdq6geWPj4xEng _yGtDI4OGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yGtDI4OGEdq6geWPj4xEng" type="_yBMRB4OGEdq6geWPj4xEng" association="_yGtDIoOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mar3AIN9EdqadtFwU5VNog" name="A_slot_owningInstance" memberEnd="_mVnw7IN9EdqadtFwU5VNog _mVnw3YN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mar3AYN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yGtDJIOGEdq6geWPj4xEng" name="A_slot_owningInstance" memberEnd="_yBWCE4OGEdq6geWPj4xEng _yBWCBIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yGtDJYOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mar3AoN9EdqadtFwU5VNog" name="A_definingFeature_slot" memberEnd="_mVnw8oN9EdqadtFwU5VNog _mar3A4N9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mar3A4N9EdqadtFwU5VNog" type="_mVnw6YN9EdqadtFwU5VNog" association="_mar3AoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yGtDJoOGEdq6geWPj4xEng" name="A_definingFeature_slot" memberEnd="_yBWCGYOGEdq6geWPj4xEng _yGtDJ4OGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yGtDJ4OGEdq6geWPj4xEng" type="_yBWCEIOGEdq6geWPj4xEng" association="_yGtDJoOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQ2lkIN9EdqadtFwU5VNog" name="A_annotatedElement_comment" memberEnd="_mP9N1YN9EdqadtFwU5VNog _mQ2lkYN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mQ2lkYN9EdqadtFwU5VNog" type="_mP9NzIN9EdqadtFwU5VNog" association="_mQ2lkIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x8uAx4OGEdq6geWPj4xEng" name="A_annotatedElement_comment" memberEnd="_x8uAyIOGEdq6geWPj4xEng _x7-Z4oOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_x8uAyIOGEdq6geWPj4xEng" type="_x7-Z2YOGEdq6geWPj4xEng" association="_x8uAx4OGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQ_vkYN9EdqadtFwU5VNog" name="A_ownedComment_owningElement" memberEnd="_mLyfc4N9EdqadtFwU5VNog _mQ_vk4N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mQ_vkoN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mQ_vk4N9EdqadtFwU5VNog" name="owningElement" type="_kl90MGvbEdq4DLWZOhbdEA" subsettedProperty="_mLyfbYN9EdqadtFwU5VNog" association="_mQ_vkYN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mar3BIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mar3BYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x9BivIOGEdq6geWPj4xEng" name="A_ownedComment_owningElement" memberEnd="_x9BivoOGEdq6geWPj4xEng _x381koOGEdq6geWPj4xEng">

+    <generalization xmi:id="_x9BivYOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_x9BivoOGEdq6geWPj4xEng" name="owningElement" type="_kl90MGvbEdq4DLWZOhbdEA" subsettedProperty="_x381jIOGEdq6geWPj4xEng" association="_x9BivIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yGtDKIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yGtDKYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQjqs4N9EdqadtFwU5VNog" name="A_importedElement_elementImport" memberEnd="_mQjqtYN9EdqadtFwU5VNog _mO6r6YN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mQjqtIN9EdqadtFwU5VNog" general="_mQ2ll4N9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mQjqtYN9EdqadtFwU5VNog" type="_RPl78GwIEdq7X4sGURiZYA" redefinedProperty="_mQ2lmYN9EdqadtFwU5VNog" association="_mQjqs4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x8k20IOGEdq6geWPj4xEng" name="A_importedElement_elementImport" memberEnd="_x8k20oOGEdq6geWPj4xEng _x674CYOGEdq6geWPj4xEng">

+    <generalization xmi:id="_x8k20YOGEdq6geWPj4xEng" general="_x83xs4OGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_x8k20oOGEdq6geWPj4xEng" type="_RPl78GwIEdq7X4sGURiZYA" redefinedProperty="_x83xtYOGEdq6geWPj4xEng" association="_x8k20IOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQ_vmoN9EdqadtFwU5VNog" name="A_inheritedMember_classifier" memberEnd="_mQ_vnIN9EdqadtFwU5VNog _mKmMmoN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mQ_vm4N9EdqadtFwU5VNog" general="_mQ_vhYN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mQ_vnIN9EdqadtFwU5VNog" type="_6UV2QGwJEdq7X4sGURiZYA" redefinedProperty="_mQ_vhoN9EdqadtFwU5VNog" association="_mQ_vmoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x9BixYOGEdq6geWPj4xEng" name="A_inheritedMember_classifier" memberEnd="_x9Bix4OGEdq6geWPj4xEng _x26TqoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_x9BixoOGEdq6geWPj4xEng" general="_x9BisIOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_x9Bix4OGEdq6geWPj4xEng" type="_6UV2QGwJEdq7X4sGURiZYA" redefinedProperty="_x9BisYOGEdq6geWPj4xEng" association="_x9BixYOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mar3BoN9EdqadtFwU5VNog" name="A_nestedClassifier_class" memberEnd="_mWXXsoN9EdqadtFwU5VNog _mar3CYN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mar3B4N9EdqadtFwU5VNog" general="_mQ_vgoN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mar3CIN9EdqadtFwU5VNog" general="_mQ2lmoN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mar3CYN9EdqadtFwU5VNog" name="class" type="_00owUGvdEdq4DLWZOhbdEA" subsettedProperty="_mPzcsIN9EdqadtFwU5VNog _mMrQOoN9EdqadtFwU5VNog" association="_mar3BoN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mar3CoN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mar3C4N9EdqadtFwU5VNog" referenceName="class_"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yG20IIOGEdq6geWPj4xEng" name="A_nestedClassifier_class" memberEnd="_yCFo4oOGEdq6geWPj4xEng _yG20I4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yG20IYOGEdq6geWPj4xEng" general="_x83xxYOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_yG20IoOGEdq6geWPj4xEng" general="_x83xtoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yG20I4OGEdq6geWPj4xEng" name="class" type="_00owUGvdEdq4DLWZOhbdEA" subsettedProperty="_x7re94OGEdq6geWPj4xEng _x42NWoOGEdq6geWPj4xEng" association="_yG20IIOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yG20JIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yG20JYOGEdq6geWPj4xEng" referenceName="class_"/>

       </eAnnotations>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mar3DIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mar3DYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yG20JoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yG20J4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQQIooN9EdqadtFwU5VNog" name="A_ownedAttribute_class" memberEnd="_mNH8JIN9EdqadtFwU5VNog _mNa3GYN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mQQIpIN9EdqadtFwU5VNog" general="_mQ_vgoN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_m7eP4IN9EdqadtFwU5VNog" general="_mgfkFoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x8R70oOGEdq6geWPj4xEng" name="A_ownedAttribute_class" memberEnd="_x5cqXIOGEdq6geWPj4xEng _x5S5QIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_x8R71IOGEdq6geWPj4xEng" general="_x83xxYOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_ymAOQIOGEdq6geWPj4xEng" general="_yLn_ZIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQQIpYN9EdqadtFwU5VNog" name="A_ownedOperation_class" memberEnd="_mOUO94N9EdqadtFwU5VNog _mNH8KoN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mQQIpoN9EdqadtFwU5VNog" general="_mQ2lnoN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mQQIp4N9EdqadtFwU5VNog" general="_mQ_vgoN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mQQIqIN9EdqadtFwU5VNog" general="_mQ2lmoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x8R71YOGEdq6geWPj4xEng" name="A_ownedOperation_class" memberEnd="_x5S5RoOGEdq6geWPj4xEng _x6VbHoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_x8R71oOGEdq6geWPj4xEng" general="_x83xuoOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_x8R714OGEdq6geWPj4xEng" general="_x83xxYOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_x8R72IOGEdq6geWPj4xEng" general="_x83xtoOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mRJggIN9EdqadtFwU5VNog" name="A_precondition_preContext" memberEnd="_mRJggoN9EdqadtFwU5VNog _mOUPF4N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mRJggYN9EdqadtFwU5VNog" general="_mRJgj4N9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mRJggoN9EdqadtFwU5VNog" name="preContext" type="_M4X2IGveEdq4DLWZOhbdEA" subsettedProperty="_mOBUE4N9EdqadtFwU5VNog" association="_mRJggIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ma1oAoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ma1oA4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x9BiyIOGEdq6geWPj4xEng" name="A_precondition_preContext" memberEnd="_x9BiyoOGEdq6geWPj4xEng _x6VbPoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_x9BiyYOGEdq6geWPj4xEng" general="_x9KsoIOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_x9BiyoOGEdq6geWPj4xEng" name="preContext" type="_M4X2IGveEdq4DLWZOhbdEA" subsettedProperty="_x6CgNIOGEdq6geWPj4xEng" association="_x9BiyIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yHAlIIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yHAlIYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mRJghYN9EdqadtFwU5VNog" name="A_postcondition_postContext" memberEnd="_mOd_8IN9EdqadtFwU5VNog _mRJgh4N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mRJghoN9EdqadtFwU5VNog" general="_mRJgj4N9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mRJgh4N9EdqadtFwU5VNog" name="postContext" type="_M4X2IGveEdq4DLWZOhbdEA" subsettedProperty="_mOBUE4N9EdqadtFwU5VNog" association="_mRJghYN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ma1oBIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ma1oBYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x9BizYOGEdq6geWPj4xEng" name="A_postcondition_postContext" memberEnd="_x9Biz4OGEdq6geWPj4xEng _x6fMEIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_x9BizoOGEdq6geWPj4xEng" general="_x9KsoIOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_x9Biz4OGEdq6geWPj4xEng" name="postContext" type="_M4X2IGveEdq4DLWZOhbdEA" subsettedProperty="_x6CgNIOGEdq6geWPj4xEng" association="_x9BizYOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yHAlIoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yHAlI4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQjqo4N9EdqadtFwU5VNog" name="A_redefinedOperation_operation" memberEnd="_mQjqpYN9EdqadtFwU5VNog _mOUPB4N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mQjqpIN9EdqadtFwU5VNog" general="_mQ2lnIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mQjqpYN9EdqadtFwU5VNog" type="_M4X2IGveEdq4DLWZOhbdEA" redefinedProperty="_mQ2lnYN9EdqadtFwU5VNog" association="_mQjqo4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x8k2wIOGEdq6geWPj4xEng" name="A_redefinedOperation_operation" memberEnd="_x8k2woOGEdq6geWPj4xEng _x6VbLoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_x8k2wYOGEdq6geWPj4xEng" general="_x83xuIOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_x8k2woOGEdq6geWPj4xEng" type="_M4X2IGveEdq4DLWZOhbdEA" redefinedProperty="_x83xuYOGEdq6geWPj4xEng" association="_x8k2wIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQZ5oIN9EdqadtFwU5VNog" name="A_redefinedProperty_property" memberEnd="_mQZ5ooN9EdqadtFwU5VNog _mNa3JYN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mQZ5oYN9EdqadtFwU5VNog" general="_mQ2lnIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mQZ5ooN9EdqadtFwU5VNog" type="_Jp_1oGveEdq4DLWZOhbdEA" redefinedProperty="_mQ2lnYN9EdqadtFwU5VNog" association="_mQZ5oIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x8bFyoOGEdq6geWPj4xEng" name="A_redefinedProperty_property" memberEnd="_x8bFzIOGEdq6geWPj4xEng _x5l0MIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_x8bFy4OGEdq6geWPj4xEng" general="_x83xuIOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_x8bFzIOGEdq6geWPj4xEng" type="_Jp_1oGveEdq4DLWZOhbdEA" redefinedProperty="_x83xuYOGEdq6geWPj4xEng" association="_x8bFyoOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQQIqYN9EdqadtFwU5VNog" name="A_ownedEnd_owningAssociation" memberEnd="_mNa3H4N9EdqadtFwU5VNog _mM-yNYN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mQQIqoN9EdqadtFwU5VNog" general="_mQs0moN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mQQIq4N9EdqadtFwU5VNog" general="_mQ2lnoN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mQQIrIN9EdqadtFwU5VNog" general="_mQ_vgoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x8bFwIOGEdq6geWPj4xEng" name="A_ownedEnd_owningAssociation" memberEnd="_x5cqYoOGEdq6geWPj4xEng _x5JIRIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_x8bFwYOGEdq6geWPj4xEng" general="_x8uAuoOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_x8bFwoOGEdq6geWPj4xEng" general="_x83xuoOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_x8bFw4OGEdq6geWPj4xEng" general="_x83xxYOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQZ5r4N9EdqadtFwU5VNog" name="A_ownedAttribute_datatype" memberEnd="_mNa3M4N9EdqadtFwU5VNog _mNuZEIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mQZ5sIN9EdqadtFwU5VNog" general="_mQQIrYN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mQZ5sYN9EdqadtFwU5VNog" general="_mQ_vgoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x8bF2YOGEdq6geWPj4xEng" name="A_ownedAttribute_datatype" memberEnd="_x5l0PoOGEdq6geWPj4xEng _x5vlOIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_x8bF2oOGEdq6geWPj4xEng" general="_x8bFxIOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_x8bF24OGEdq6geWPj4xEng" general="_x83xxYOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQZ5soN9EdqadtFwU5VNog" name="A_ownedOperation_datatype" memberEnd="_mNuZFoN9EdqadtFwU5VNog _mOUO_YN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mQZ5s4N9EdqadtFwU5VNog" general="_mQ2lnoN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mQZ5tIN9EdqadtFwU5VNog" general="_mQ_vgoN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mQZ5tYN9EdqadtFwU5VNog" general="_mQ2lmoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x8bF3IOGEdq6geWPj4xEng" name="A_ownedOperation_datatype" memberEnd="_x6VbJIOGEdq6geWPj4xEng _x5vlPoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_x8bF3YOGEdq6geWPj4xEng" general="_x83xuoOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_x8bF3oOGEdq6geWPj4xEng" general="_x83xxYOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_x8bF34OGEdq6geWPj4xEng" general="_x83xtoOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQZ5rYN9EdqadtFwU5VNog" name="A_ownedLiteral_enumeration" memberEnd="_mNuZKIN9EdqadtFwU5VNog _mN3jAoN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mQZ5roN9EdqadtFwU5VNog" general="_mQ_vgoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x8bF14OGEdq6geWPj4xEng" name="A_ownedLiteral_enumeration" memberEnd="_x55WOoOGEdq6geWPj4xEng _x55WMoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_x8bF2IOGEdq6geWPj4xEng" general="_x83xxYOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQjqtoN9EdqadtFwU5VNog" name="A_elementImport_importingNamespace" memberEnd="_mMYVSoN9EdqadtFwU5VNog _mO6r7YN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mQjqt4N9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mQjquIN9EdqadtFwU5VNog" general="_mQ2llIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x8k204OGEdq6geWPj4xEng" name="A_elementImport_importingNamespace" memberEnd="_x674DYOGEdq6geWPj4xEng _x4jSZoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_x8k21IOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_x8k21YOGEdq6geWPj4xEng" general="_x83xsIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQs0kIN9EdqadtFwU5VNog" name="A_packageImport_importingNamespace" memberEnd="_mMYVUIN9EdqadtFwU5VNog _mPXX14N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mQs0kYN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mQs0koN9EdqadtFwU5VNog" general="_mQ2llIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x8uAsIOGEdq6geWPj4xEng" name="A_packageImport_importingNamespace" memberEnd="_x7Yj8IOGEdq6geWPj4xEng _x4jSbIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_x8uAsYOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_x8uAsoOGEdq6geWPj4xEng" general="_x83xsIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQjqsIN9EdqadtFwU5VNog" name="A_importedPackage_packageImport" memberEnd="_mQjqsoN9EdqadtFwU5VNog _mPXX04N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mQjqsYN9EdqadtFwU5VNog" general="_mQ2ll4N9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mQjqsoN9EdqadtFwU5VNog" type="_SnNPIGwIEdq7X4sGURiZYA" redefinedProperty="_mQ2lmYN9EdqadtFwU5VNog" association="_mQjqsIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x8k2zYOGEdq6geWPj4xEng" name="A_importedPackage_packageImport" memberEnd="_x8k2z4OGEdq6geWPj4xEng _x7OzDIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_x8k2zoOGEdq6geWPj4xEng" general="_x83xs4OGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_x8k2z4OGEdq6geWPj4xEng" type="_SnNPIGwIEdq7X4sGURiZYA" redefinedProperty="_x83xtYOGEdq6geWPj4xEng" association="_x8k2zYOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mbIi8IN9EdqadtFwU5VNog" name="A_redefinedClassifier_classifier" memberEnd="_mUbeA4N9EdqadtFwU5VNog _mbIi8oN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mbIi8YN9EdqadtFwU5VNog" general="_mQ2lnIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mbIi8oN9EdqadtFwU5VNog" type="_6UV2QGwJEdq7X4sGURiZYA" redefinedProperty="_mQ2lnYN9EdqadtFwU5VNog" association="_mbIi8IN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yHJvEIOGEdq6geWPj4xEng" name="A_redefinedClassifier_classifier" memberEnd="_yAJvNIOGEdq6geWPj4xEng _yHJvEoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yHJvEYOGEdq6geWPj4xEng" general="_x83xuIOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yHJvEoOGEdq6geWPj4xEng" type="_6UV2QGwJEdq7X4sGURiZYA" redefinedProperty="_x83xuYOGEdq6geWPj4xEng" association="_yHJvEIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQ2looN9EdqadtFwU5VNog" name="A_specification_owningConstraint" memberEnd="_mOBUDYN9EdqadtFwU5VNog _mQ2lpIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mQ2lo4N9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mQ2lpIN9EdqadtFwU5VNog" name="owningConstraint" type="_mOBUAIN9EdqadtFwU5VNog" subsettedProperty="_mLyfbYN9EdqadtFwU5VNog" association="_mQ2looN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mbIi84N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mbIi9IN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x83xvoOGEdq6geWPj4xEng" name="A_specification_owningConstraint" memberEnd="_x6CgLoOGEdq6geWPj4xEng _x83xwIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_x83xv4OGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_x83xwIOGEdq6geWPj4xEng" name="owningConstraint" type="_x6CgIYOGEdq6geWPj4xEng" subsettedProperty="_x381jIOGEdq6geWPj4xEng" association="_x83xvoOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yHTgEIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yHTgEYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mbIi9YN9EdqadtFwU5VNog" name="A_defaultValue_owningParameter" memberEnd="_mVd_0IN9EdqadtFwU5VNog _mbIi94N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mbIi9oN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mbIi94N9EdqadtFwU5VNog" name="owningParameter" type="_KyaPMGveEdq4DLWZOhbdEA" subsettedProperty="_mLyfbYN9EdqadtFwU5VNog" association="_mbIi9YN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mbIi-IN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mbIi-YN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yHTgEoOGEdq6geWPj4xEng" name="A_defaultValue_owningParameter" memberEnd="_yBDHE4OGEdq6geWPj4xEng _yHTgFIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yHTgE4OGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yHTgFIOGEdq6geWPj4xEng" name="owningParameter" type="_KyaPMGveEdq4DLWZOhbdEA" subsettedProperty="_x381jIOGEdq6geWPj4xEng" association="_yHTgEoOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yHTgFYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yHTgFoOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mbIi-oN9EdqadtFwU5VNog" name="A_defaultValue_owningProperty" memberEnd="_mXG-loN9EdqadtFwU5VNog _mbIi_IN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mbIi-4N9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mbIi_IN9EdqadtFwU5VNog" name="owningProperty" type="_Jp_1oGveEdq4DLWZOhbdEA" subsettedProperty="_mLyfbYN9EdqadtFwU5VNog" association="_mbIi-oN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mbIi_YN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mbIi_oN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yHTgF4OGEdq6geWPj4xEng" name="A_defaultValue_owningProperty" memberEnd="_yHTgGYOGEdq6geWPj4xEng _yCreyoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yHTgGIOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yHTgGYOGEdq6geWPj4xEng" name="owningProperty" type="_Jp_1oGveEdq4DLWZOhbdEA" subsettedProperty="_x381jIOGEdq6geWPj4xEng" association="_yHTgF4OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yHTgGoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yHTgG4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mRJgj4N9EdqadtFwU5VNog" name="A_ownedRule_context" memberEnd="_mMYVYoN9EdqadtFwU5VNog _mOBUE4N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mRJgkIN9EdqadtFwU5VNog" general="_mQ_vgoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x9KsoIOGEdq6geWPj4xEng" name="A_ownedRule_context" memberEnd="_x6CgNIOGEdq6geWPj4xEng _x4jSfoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_x9KsoYOGEdq6geWPj4xEng" general="_x83xxYOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQ_vhYN9EdqadtFwU5VNog" name="A_member_namespace" memberEnd="_mQ_vhoN9EdqadtFwU5VNog _mMYVXIN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mQ_vhoN9EdqadtFwU5VNog" type="_ZiwkoGwLEdq7X4sGURiZYA" association="_mQ_vhYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x9BisIOGEdq6geWPj4xEng" name="A_member_namespace" memberEnd="_x9BisYOGEdq6geWPj4xEng _x4jSeIOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_x9BisYOGEdq6geWPj4xEng" type="_ZiwkoGwLEdq7X4sGURiZYA" association="_x9BisIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQ2lkoN9EdqadtFwU5VNog" name="A_relatedElement_relationship" memberEnd="_mM1BM4N9EdqadtFwU5VNog _mQ2lk4N9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mQ2lk4N9EdqadtFwU5VNog" type="_mM1BMIN9EdqadtFwU5VNog" association="_mQ2lkoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x8uAyYOGEdq6geWPj4xEng" name="A_relatedElement_relationship" memberEnd="_x8uAyoOGEdq6geWPj4xEng _x4_-U4OGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_x8uAyoOGEdq6geWPj4xEng" type="_x4_-UIOGEdq6geWPj4xEng" association="_x8uAyYOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQZ5qoN9EdqadtFwU5VNog" name="A_endType_association" memberEnd="_mQZ5rIN9EdqadtFwU5VNog _mM-yO4N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mQZ5q4N9EdqadtFwU5VNog" general="_mQ2lkoN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mQZ5rIN9EdqadtFwU5VNog" type="_AwvxoGwNEdq7X4sGURiZYA" redefinedProperty="_mQ2lk4N9EdqadtFwU5VNog" association="_mQZ5qoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x8bF1IOGEdq6geWPj4xEng" name="A_endType_association" memberEnd="_x8bF1oOGEdq6geWPj4xEng _x5JISoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_x8bF1YOGEdq6geWPj4xEng" general="_x8uAyYOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_x8bF1oOGEdq6geWPj4xEng" type="_AwvxoGwNEdq7X4sGURiZYA" redefinedProperty="_x8uAyoOGEdq6geWPj4xEng" association="_x8bF1IOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mbbd4IN9EdqadtFwU5VNog" name="A_upperValue_owningUpper" memberEnd="_mT1BEIN9EdqadtFwU5VNog _mbbd4oN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mbbd4YN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mbbd4oN9EdqadtFwU5VNog" name="owningUpper" type="_Gjgl0GveEdq4DLWZOhbdEA" subsettedProperty="_mLyfbYN9EdqadtFwU5VNog" association="_mbbd4IN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mbbd44N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mbbd5IN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yHcqAIOGEdq6geWPj4xEng" name="A_upperValue_owningUpper" memberEnd="_x_jSTYOGEdq6geWPj4xEng _yHcqAoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yHcqAYOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yHcqAoOGEdq6geWPj4xEng" name="owningUpper" type="_Gjgl0GveEdq4DLWZOhbdEA" subsettedProperty="_x381jIOGEdq6geWPj4xEng" association="_yHcqAIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yHcqA4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yHcqBIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mbbd5YN9EdqadtFwU5VNog" name="A_lowerValue_owningLower" memberEnd="_mT1BFoN9EdqadtFwU5VNog _mbbd54N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mbbd5oN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mbbd54N9EdqadtFwU5VNog" name="owningLower" type="_Gjgl0GveEdq4DLWZOhbdEA" subsettedProperty="_mLyfbYN9EdqadtFwU5VNog" association="_mbbd5YN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mbbd6IN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mbbd6YN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yHcqBYOGEdq6geWPj4xEng" name="A_lowerValue_owningLower" memberEnd="_x_jSU4OGEdq6geWPj4xEng _yHcqB4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yHcqBoOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yHcqB4OGEdq6geWPj4xEng" name="owningLower" type="_Gjgl0GveEdq4DLWZOhbdEA" subsettedProperty="_x381jIOGEdq6geWPj4xEng" association="_yHcqBYOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yHcqCIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yHcqCYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQs0oIN9EdqadtFwU5VNog" name="A_receivingPackage_packageMerge" memberEnd="_mPD16oN9EdqadtFwU5VNog _mPghw4N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mQs0ooN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mQs0oYN9EdqadtFwU5VNog" general="_mQ2llIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x8uAwIOGEdq6geWPj4xEng" name="A_receivingPackage_packageMerge" memberEnd="_x7FpHoOGEdq6geWPj4xEng _x7ht44OGEdq6geWPj4xEng">

+    <generalization xmi:id="_x8uAwoOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_x8uAwYOGEdq6geWPj4xEng" general="_x83xsIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQs0o4N9EdqadtFwU5VNog" name="A_mergedPackage_packageMerge" memberEnd="_mPghyYN9EdqadtFwU5VNog _mQs0pYN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mQs0pIN9EdqadtFwU5VNog" general="_mQ2ll4N9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mQs0pYN9EdqadtFwU5VNog" type="_mPghwIN9EdqadtFwU5VNog" redefinedProperty="_mQ2lmYN9EdqadtFwU5VNog" association="_mQs0o4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x8uAw4OGEdq6geWPj4xEng" name="A_mergedPackage_packageMerge" memberEnd="_x7ht6YOGEdq6geWPj4xEng _x8uAxYOGEdq6geWPj4xEng">

+    <generalization xmi:id="_x8uAxIOGEdq6geWPj4xEng" general="_x83xs4OGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_x8uAxYOGEdq6geWPj4xEng" type="_x7ht4IOGEdq6geWPj4xEng" redefinedProperty="_x83xtYOGEdq6geWPj4xEng" association="_x8uAw4OGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mbbd6oN9EdqadtFwU5VNog" name="A_instance_instanceValue" memberEnd="_mbbd64N9EdqadtFwU5VNog _mZpVOYN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mbbd64N9EdqadtFwU5VNog" type="_PyCx8GveEdq4DLWZOhbdEA" association="_mbbd6oN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yHmbAIOGEdq6geWPj4xEng" name="A_instance_instanceValue" memberEnd="_yF0SUIOGEdq6geWPj4xEng _yHmbAYOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yHmbAYOGEdq6geWPj4xEng" type="_PyCx8GveEdq4DLWZOhbdEA" association="_yHmbAIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mbbd7IN9EdqadtFwU5VNog" name="A_value_owningSlot" memberEnd="_mVnw9oN9EdqadtFwU5VNog _mbbd7oN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mbbd7YN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mbbd7oN9EdqadtFwU5VNog" name="owningSlot" type="_mVnw6YN9EdqadtFwU5VNog" subsettedProperty="_mLyfbYN9EdqadtFwU5VNog" association="_mbbd7IN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mbbd74N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mbbd8IN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yHmbAoOGEdq6geWPj4xEng" name="A_value_owningSlot" memberEnd="_yBWCHYOGEdq6geWPj4xEng _yHmbBIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yHmbA4OGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yHmbBIOGEdq6geWPj4xEng" name="owningSlot" type="_yBWCEIOGEdq6geWPj4xEng" subsettedProperty="_x381jIOGEdq6geWPj4xEng" association="_yHmbAoOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yHmbBYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yHmbBoOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mbbd8YN9EdqadtFwU5VNog" name="A_specification_owningInstanceSpec" memberEnd="_mVnw44N9EdqadtFwU5VNog _mbbd84N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mbbd8oN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mbbd84N9EdqadtFwU5VNog" name="owningInstanceSpec" type="_mVnw0IN9EdqadtFwU5VNog" subsettedProperty="_mLyfbYN9EdqadtFwU5VNog" association="_mbbd8YN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mbbd9IN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mbbd9YN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yHmbB4OGEdq6geWPj4xEng" name="A_specification_owningInstanceSpec" memberEnd="_yBWCCoOGEdq6geWPj4xEng _yHmbCYOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yHmbCIOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yHmbCYOGEdq6geWPj4xEng" name="owningInstanceSpec" type="_yBMRB4OGEdq6geWPj4xEng" subsettedProperty="_x381jIOGEdq6geWPj4xEng" association="_yHmbB4OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yHmbCoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yHmbC4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQs0k4N9EdqadtFwU5VNog" name="A_packagedElement_owningPackage" memberEnd="_mPD10oN9EdqadtFwU5VNog _mQs0lYN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mQs0lIN9EdqadtFwU5VNog" general="_mQ_vgoN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mQs0lYN9EdqadtFwU5VNog" name="owningPackage" type="_-cvRAGvzEdq7X4sGURiZYA" subsettedProperty="_mPzcsIN9EdqadtFwU5VNog" association="_mQs0k4N9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mbbd9oN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mbbd94N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x8uAs4OGEdq6geWPj4xEng" name="A_packagedElement_owningPackage" memberEnd="_x8uAtYOGEdq6geWPj4xEng _x7FpBoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_x8uAtIOGEdq6geWPj4xEng" general="_x83xxYOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_x8uAtYOGEdq6geWPj4xEng" name="owningPackage" type="_-cvRAGvzEdq7X4sGURiZYA" subsettedProperty="_x7re94OGEdq6geWPj4xEng" association="_x8uAs4OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yHmbDIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yHmbDYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQjqrYN9EdqadtFwU5VNog" name="A_importedMember_namespace" memberEnd="_mQjqr4N9EdqadtFwU5VNog _mMYVRIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mQjqroN9EdqadtFwU5VNog" general="_mQ_vhYN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mQjqr4N9EdqadtFwU5VNog" type="_ZiwkoGwLEdq7X4sGURiZYA" redefinedProperty="_mQ_vhoN9EdqadtFwU5VNog" association="_mQjqrYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x8k2yoOGEdq6geWPj4xEng" name="A_importedMember_namespace" memberEnd="_x8k2zIOGEdq6geWPj4xEng _x4jSYIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_x8k2y4OGEdq6geWPj4xEng" general="_x9BisIOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_x8k2zIOGEdq6geWPj4xEng" type="_ZiwkoGwLEdq7X4sGURiZYA" redefinedProperty="_x9BisYOGEdq6geWPj4xEng" association="_x8k2yoOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQZ5pYN9EdqadtFwU5VNog" name="A_opposite_property" memberEnd="_mQZ5poN9EdqadtFwU5VNog _mNa3LYN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mQZ5poN9EdqadtFwU5VNog" type="_Jp_1oGveEdq4DLWZOhbdEA" association="_mQZ5pYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x8bFz4OGEdq6geWPj4xEng" name="A_opposite_property" memberEnd="_x5l0OIOGEdq6geWPj4xEng _x8bF0IOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_x8bF0IOGEdq6geWPj4xEng" type="_Jp_1oGveEdq4DLWZOhbdEA" association="_x8bFz4OGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQZ5o4N9EdqadtFwU5VNog" name="A_subsettedProperty_property" memberEnd="_mQZ5pIN9EdqadtFwU5VNog _mNa3KYN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mQZ5pIN9EdqadtFwU5VNog" type="_Jp_1oGveEdq4DLWZOhbdEA" association="_mQZ5o4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x8bFzYOGEdq6geWPj4xEng" name="A_subsettedProperty_property" memberEnd="_x8bFzoOGEdq6geWPj4xEng _x5l0NIOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_x8bFzoOGEdq6geWPj4xEng" type="_Jp_1oGveEdq4DLWZOhbdEA" association="_x8bFzYOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQs0moN9EdqadtFwU5VNog" name="A_memberEnd_association" memberEnd="_mNa3OYN9EdqadtFwU5VNog _mM-yQYN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mQs0m4N9EdqadtFwU5VNog" general="_mQ_vhYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x8uAuoOGEdq6geWPj4xEng" name="A_memberEnd_association" memberEnd="_x5JIUIOGEdq6geWPj4xEng _x5l0RIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_x8uAu4OGEdq6geWPj4xEng" general="_x9BisIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQs0mIN9EdqadtFwU5VNog" name="A_ownedType_package" memberEnd="_mPD12IN9EdqadtFwU5VNog _mPgh0IN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mQs0mYN9EdqadtFwU5VNog" general="_mQs0k4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x8uAuIOGEdq6geWPj4xEng" name="A_ownedType_package" memberEnd="_x7FpDIOGEdq6geWPj4xEng _x7ht8IOGEdq6geWPj4xEng">

+    <generalization xmi:id="_x8uAuYOGEdq6geWPj4xEng" general="_x8uAs4OGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQs0nIN9EdqadtFwU5VNog" name="A_nestedPackage_nestingPackage" memberEnd="_mPD13oN9EdqadtFwU5VNog _mPD15IN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mQs0nYN9EdqadtFwU5VNog" general="_mQs0k4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x8uAvIOGEdq6geWPj4xEng" name="A_nestedPackage_nestingPackage" memberEnd="_x7FpGIOGEdq6geWPj4xEng _x7FpEoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_x8uAvYOGEdq6geWPj4xEng" general="_x8uAs4OGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQ2lnIN9EdqadtFwU5VNog" name="A_redefinedElement_redefinableElement" memberEnd="_mQ2lnYN9EdqadtFwU5VNog _mMrQQIN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mQ2lnYN9EdqadtFwU5VNog" type="_mMrQMYN9EdqadtFwU5VNog" association="_mQ2lnIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mbuY0IN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mbuY0YN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x83xuIOGEdq6geWPj4xEng" name="A_redefinedElement_redefinableElement" memberEnd="_x42NYIOGEdq6geWPj4xEng _x83xuYOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_x83xuYOGEdq6geWPj4xEng" type="_x42NUYOGEdq6geWPj4xEng" association="_x83xuIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yHwMAIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yHwMAYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQ2lmoN9EdqadtFwU5VNog" name="A_redefinitionContext_redefinableElement" memberEnd="_mQ2lm4N9EdqadtFwU5VNog _mMrQOoN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mQ2lm4N9EdqadtFwU5VNog" type="_mMrQMYN9EdqadtFwU5VNog" association="_mQ2lmoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x83xtoOGEdq6geWPj4xEng" name="A_redefinitionContext_redefinableElement" memberEnd="_x83xt4OGEdq6geWPj4xEng _x42NWoOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_x83xt4OGEdq6geWPj4xEng" type="_x42NUYOGEdq6geWPj4xEng" association="_x83xtoOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQ_vgIN9EdqadtFwU5VNog" name="A_general_classifier" memberEnd="_mQ_vgYN9EdqadtFwU5VNog _mKmMloN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mQ_vgYN9EdqadtFwU5VNog" type="_6UV2QGwJEdq7X4sGURiZYA" association="_mQ_vgIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x83xw4OGEdq6geWPj4xEng" name="A_general_classifier" memberEnd="_x83xxIOGEdq6geWPj4xEng _x26TpoOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_x83xxIOGEdq6geWPj4xEng" type="_6UV2QGwJEdq7X4sGURiZYA" association="_x83xw4OGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQZ5p4N9EdqadtFwU5VNog" name="A_superClass_class" memberEnd="_mNH8MIN9EdqadtFwU5VNog _mQZ5qYN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mQZ5qIN9EdqadtFwU5VNog" general="_mQ_vgIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mQZ5qYN9EdqadtFwU5VNog" type="_00owUGvdEdq4DLWZOhbdEA" redefinedProperty="_mQ_vgYN9EdqadtFwU5VNog" association="_mQZ5p4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x8bF0YOGEdq6geWPj4xEng" name="A_superClass_class" memberEnd="_x8bF04OGEdq6geWPj4xEng _x5S5TIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_x8bF0oOGEdq6geWPj4xEng" general="_x83xw4OGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_x8bF04OGEdq6geWPj4xEng" type="_00owUGvdEdq4DLWZOhbdEA" redefinedProperty="_x83xxIOGEdq6geWPj4xEng" association="_x8bF0YOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mRJgioN9EdqadtFwU5VNog" name="A_bodyCondition_bodyContext" memberEnd="_mOd_9YN9EdqadtFwU5VNog _mRJgjIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mRJgi4N9EdqadtFwU5VNog" general="_mRJgj4N9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mRJgjIN9EdqadtFwU5VNog" name="bodyContext" type="_M4X2IGveEdq4DLWZOhbdEA" subsettedProperty="_mOBUE4N9EdqadtFwU5VNog" association="_mRJgioN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mbuY0oN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mbuY04N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x9Bi0oOGEdq6geWPj4xEng" name="A_bodyCondition_bodyContext" memberEnd="_x9Bi1IOGEdq6geWPj4xEng _x6fMFYOGEdq6geWPj4xEng">

+    <generalization xmi:id="_x9Bi04OGEdq6geWPj4xEng" general="_x9KsoIOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_x9Bi1IOGEdq6geWPj4xEng" name="bodyContext" type="_M4X2IGveEdq4DLWZOhbdEA" subsettedProperty="_x6CgNIOGEdq6geWPj4xEng" association="_x9Bi0oOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yH5V8IOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yH5V8YOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQs0noN9EdqadtFwU5VNog" name="A_type_operation" memberEnd="_mOUPC4N9EdqadtFwU5VNog _mQs0n4N9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mQs0n4N9EdqadtFwU5VNog" type="_M4X2IGveEdq4DLWZOhbdEA" association="_mQs0noN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x8uAvoOGEdq6geWPj4xEng" name="A_type_operation" memberEnd="_x8uAv4OGEdq6geWPj4xEng _x6VbMoOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_x8uAv4OGEdq6geWPj4xEng" type="_M4X2IGveEdq4DLWZOhbdEA" association="_x8uAvoOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQ_vj4N9EdqadtFwU5VNog" name="A_ownedParameter_operation" memberEnd="_mOUPEYN9EdqadtFwU5VNog _mOw66YN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mQ_vkIN9EdqadtFwU5VNog" general="_mQjqpoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x9BiuoOGEdq6geWPj4xEng" name="A_ownedParameter_operation" memberEnd="_x6yHCYOGEdq6geWPj4xEng _x6VbOIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_x9Biu4OGEdq6geWPj4xEng" general="_x8k2w4OGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQ_vh4N9EdqadtFwU5VNog" name="A_operand_expression" memberEnd="_mQ_viYN9EdqadtFwU5VNog _mP9NxoN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mQ_viIN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mQ_viYN9EdqadtFwU5VNog" name="expression" type="_mP9Nw4N9EdqadtFwU5VNog" subsettedProperty="_mLyfbYN9EdqadtFwU5VNog" association="_mQ_vh4N9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mb4J0IN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mb4J0YN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x9BisoOGEdq6geWPj4xEng" name="A_operand_expression" memberEnd="_x9BitIOGEdq6geWPj4xEng _x7-Z04OGEdq6geWPj4xEng">

+    <generalization xmi:id="_x9Bis4OGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_x9BitIOGEdq6geWPj4xEng" name="expression" type="_x7-Z0IOGEdq6geWPj4xEng" subsettedProperty="_x381jIOGEdq6geWPj4xEng" association="_x9BisoOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yH5V8oOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yH5V84OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQjqoIN9EdqadtFwU5VNog" name="A_raisedException_operation" memberEnd="_mQjqooN9EdqadtFwU5VNog _mOUPA4N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mQjqoYN9EdqadtFwU5VNog" general="_mQjqq4N9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mQjqooN9EdqadtFwU5VNog" type="_M4X2IGveEdq4DLWZOhbdEA" redefinedProperty="_mQjqrIN9EdqadtFwU5VNog" association="_mQjqoIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x8bF4IOGEdq6geWPj4xEng" name="A_raisedException_operation" memberEnd="_x6VbKoOGEdq6geWPj4xEng _x8bF4oOGEdq6geWPj4xEng">

+    <generalization xmi:id="_x8bF4YOGEdq6geWPj4xEng" general="_x8k2yIOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_x8bF4oOGEdq6geWPj4xEng" type="_M4X2IGveEdq4DLWZOhbdEA" redefinedProperty="_x8k2yYOGEdq6geWPj4xEng" association="_x8bF4IOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQ_vjIN9EdqadtFwU5VNog" name="A_navigableOwnedEnd_association" memberEnd="_mQ_vjoN9EdqadtFwU5VNog _mM-yRYN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mQ_vjYN9EdqadtFwU5VNog" general="_mQQIqYN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mQ_vjoN9EdqadtFwU5VNog" type="_AwvxoGwNEdq7X4sGURiZYA" redefinedProperty="_mQ_vhoN9EdqadtFwU5VNog" association="_mQ_vjIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x9Bit4OGEdq6geWPj4xEng" name="A_navigableOwnedEnd_association" memberEnd="_x9BiuYOGEdq6geWPj4xEng _x5JIVIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_x9BiuIOGEdq6geWPj4xEng" general="_x8bFwIOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_x9BiuYOGEdq6geWPj4xEng" type="_AwvxoGwNEdq7X4sGURiZYA" redefinedProperty="_x9BisYOGEdq6geWPj4xEng" association="_x9Bit4OGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQ_vloN9EdqadtFwU5VNog" name="A_body_opaqueExpression" memberEnd="_mOBUHYN9EdqadtFwU5VNog _mQ_vl4N9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mQ_vl4N9EdqadtFwU5VNog" type="_ChRfcGveEdq4DLWZOhbdEA" association="_mQ_vloN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mcB60IN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mcB60YN9EdqadtFwU5VNog" value="1"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x9BiwYOGEdq6geWPj4xEng" name="A_body_opaqueExpression" memberEnd="_x6CgPoOGEdq6geWPj4xEng _x9BiwoOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_x9BiwoOGEdq6geWPj4xEng" type="_ChRfcGveEdq4DLWZOhbdEA" association="_x9BiwYOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yIDG8IOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yIDG8YOGEdq6geWPj4xEng" value="1"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQ_vmIN9EdqadtFwU5VNog" name="A_language_opaqueExpression" memberEnd="_mOBUI4N9EdqadtFwU5VNog _mQ_vmYN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mQ_vmYN9EdqadtFwU5VNog" type="_ChRfcGveEdq4DLWZOhbdEA" association="_mQ_vmIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mcB60oN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mcB604N9EdqadtFwU5VNog" value="1"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x9Biw4OGEdq6geWPj4xEng" name="A_language_opaqueExpression" memberEnd="_x6MRIIOGEdq6geWPj4xEng _x9BixIOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_x9BixIOGEdq6geWPj4xEng" type="_ChRfcGveEdq4DLWZOhbdEA" association="_x9Biw4OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yIDG8oOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yIDG84OGEdq6geWPj4xEng" value="1"/>

     </ownedEnd>

   </ownedMember>

   <ownedMember xmi:type="uml:Class" xmi:id="_ChRfcGveEdq4DLWZOhbdEA" name="OpaqueExpression">

-    <ownedComment xmi:id="_mOBUGIN9EdqadtFwU5VNog" annotatedElement="_ChRfcGveEdq4DLWZOhbdEA">

+    <ownedComment xmi:id="_x6CgOYOGEdq6geWPj4xEng" annotatedElement="_ChRfcGveEdq4DLWZOhbdEA">

       <body>An opaque expression contains language-specific text strings used to describe a value or values, and an optional specification of the languages.</body>

     </ownedComment>

-    <ownedComment xmi:id="_mSfkU4N9EdqadtFwU5VNog" annotatedElement="_ChRfcGveEdq4DLWZOhbdEA">

+    <ownedComment xmi:id="_x-W_c4OGEdq6geWPj4xEng" annotatedElement="_ChRfcGveEdq4DLWZOhbdEA">

       <body>An expression contains language-specific text strings used to describe a value or values, and an optional specification of the languages.

 

 One predefined language for specifying expressions is OCL. Natural language or programming languages may also be used.

 

 </body>

     </ownedComment>

-    <ownedComment xmi:id="_mcU1zoN9EdqadtFwU5VNog" annotatedElement="_ChRfcGveEdq4DLWZOhbdEA">

+    <ownedComment xmi:id="_yIWB7oOGEdq6geWPj4xEng" annotatedElement="_ChRfcGveEdq4DLWZOhbdEA">

       <body>Provides a mechanism for precisely defining the behavior of an opaque expression. An opaque expression is defined by a behavior restricted to return one result.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mOBUGYN9EdqadtFwU5VNog" name="language_body_size" constrainedElement="_ChRfcGveEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_mOBUGoN9EdqadtFwU5VNog" annotatedElement="_mOBUGYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_x6CgOoOGEdq6geWPj4xEng" name="language_body_size" constrainedElement="_ChRfcGveEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_x6CgO4OGEdq6geWPj4xEng" annotatedElement="_x6CgOoOGEdq6geWPj4xEng">

         <body>If the language attribute is not empty, then the size of the body and language arrays must be the same.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mSfkVIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_x-W_dIOGEdq6geWPj4xEng" language="OCL">

         <body>language->notEmpty() implies (body->size() = language->size())</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mcU1z4N9EdqadtFwU5VNog" name="only_return_result_parameters" constrainedElement="_ChRfcGveEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_mcU10IN9EdqadtFwU5VNog" annotatedElement="_mcU1z4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yIWB74OGEdq6geWPj4xEng" name="only_return_result_parameters" constrainedElement="_ChRfcGveEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_yIWB8IOGEdq6geWPj4xEng" annotatedElement="_yIWB74OGEdq6geWPj4xEng">

         <body>The behavior may only have return result parameters.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mcU10YN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yIWB8YOGEdq6geWPj4xEng" language="OCL">

         <body>self.behavior.notEmpty() implies

 

   self.behavior.ownedParameters->select(p | p.direction&lt;>#return)->isEmpty()</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mcU10oN9EdqadtFwU5VNog" name="one_return_result_parameter" constrainedElement="_ChRfcGveEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_mcU104N9EdqadtFwU5VNog" annotatedElement="_mcU10oN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yIWB8oOGEdq6geWPj4xEng" name="one_return_result_parameter" constrainedElement="_ChRfcGveEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_yIWB84OGEdq6geWPj4xEng" annotatedElement="_yIWB8oOGEdq6geWPj4xEng">

         <body>The behavior must have exactly one return result parameter.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mcU11IN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yIWB9IOGEdq6geWPj4xEng" language="OCL">

         <body>self.behavior.notEmpty() implies

 

   self.behavior.ownedParameter->select(p | p.direction=#return)->size() = 1</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mOBUHIN9EdqadtFwU5VNog" general="_mM1BRYN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mOBUHYN9EdqadtFwU5VNog" name="body" type="_aAyVgGvsEdqG6fBIPwe-mw" isOrdered="true" association="_mQ_vloN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mOBUHoN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_mOBUH4N9EdqadtFwU5VNog" isUnsettable="true" xmlFeatureKind="Element"/>

+    <generalization xmi:id="_x6CgPYOGEdq6geWPj4xEng" general="_x4_-ZYOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_x6CgPoOGEdq6geWPj4xEng" name="body" type="_aAyVgGvsEdqG6fBIPwe-mw" isOrdered="true" association="_x9BiwYOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_x6CgP4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_x6CgQIOGEdq6geWPj4xEng" isUnsettable="true" xmlFeatureKind="Element"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mOBUIIN9EdqadtFwU5VNog" annotatedElement="_mOBUHYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x6CgQYOGEdq6geWPj4xEng" annotatedElement="_x6CgPoOGEdq6geWPj4xEng">

         <body>The text of the expression, possibly in multiple languages.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mSouQIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mSouQYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_x-gwcIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_x-gwcYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mOBUI4N9EdqadtFwU5VNog" name="language" type="_aAyVgGvsEdqG6fBIPwe-mw" isOrdered="true" association="_mQ_vmIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mOBUJIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_mOBUJYN9EdqadtFwU5VNog" isUnsettable="true"/>

+    <ownedAttribute xmi:id="_x6MRIIOGEdq6geWPj4xEng" name="language" type="_aAyVgGvsEdqG6fBIPwe-mw" isOrdered="true" association="_x9Biw4OGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_x6MRIYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_x6MRIoOGEdq6geWPj4xEng" isUnsettable="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mOBUJoN9EdqadtFwU5VNog" annotatedElement="_mOBUI4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x6MRI4OGEdq6geWPj4xEng" annotatedElement="_x6MRIIOGEdq6geWPj4xEng">

         <body>Specifies the languages in which the expression is stated. The interpretation of the expression body depends on the language. If languages are unspecified, it might be implicit from the expression body or the context. Languages are matched to body strings by order.</body>

       </ownedComment>

-      <ownedComment xmi:id="_mSouQoN9EdqadtFwU5VNog" annotatedElement="_mOBUI4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x-gwcoOGEdq6geWPj4xEng" annotatedElement="_x6MRIIOGEdq6geWPj4xEng">

         <body>Specifies the languages in which the expression is stated. The interpretation of the expression body depends on the languages. If the languages are unspecified, they might be implicit from the expression body or the context. Languages are matched to body strings by order.

 

 </body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mSouQ4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mSouRIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_x-gwc4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_x-gwdIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mcemwIN9EdqadtFwU5VNog" name="result" type="_KyaPMGveEdq4DLWZOhbdEA" isReadOnly="true" isDerived="true" association="_mdXXlYN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mcemwYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mcemwoN9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_yIfy4IOGEdq6geWPj4xEng" name="result" type="_KyaPMGveEdq4DLWZOhbdEA" isReadOnly="true" isDerived="true" association="_yIo81oOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yIfy4YOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yIfy4oOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mcemw4N9EdqadtFwU5VNog" annotatedElement="_mcemwIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yIfy44OGEdq6geWPj4xEng" annotatedElement="_yIfy4IOGEdq6geWPj4xEng">

         <body>Restricts an opaque expression to return exactly one return result. When the invocation of the opaque expression completes, a single set of values is returned to its owner. This association is derived from the single return result parameter of the associated behavior.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mcemxIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mcemxYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yIfy5IOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yIfy5YOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mcemxoN9EdqadtFwU5VNog" name="behavior" type="_TUPtYGveEdq4DLWZOhbdEA" association="_mdXXmYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mcemx4N9EdqadtFwU5VNog" annotatedElement="_mcemxoN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yIfy5oOGEdq6geWPj4xEng" name="behavior" type="_TUPtYGveEdq4DLWZOhbdEA" association="_yIo82oOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yIfy54OGEdq6geWPj4xEng" annotatedElement="_yIfy5oOGEdq6geWPj4xEng">

         <body>Specifies the behavior of the opaque expression.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mcemyIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mcemyYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yIfy6IOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yIfy6YOGEdq6geWPj4xEng"/>

     </ownedAttribute>

     <ownedOperation xmi:id="_mv9LcFYiEdqB6vblk3tuMA" name="getResult" visibility="protected" type="_KyaPMGveEdq4DLWZOhbdEA">

       <returnResult xmi:id="_vXTbwFYiEdqB6vblk3tuMA" type="_KyaPMGveEdq4DLWZOhbdEA" direction="return">

@@ -1843,113 +1843,113 @@
     <ownedOperation xmi:id="_qQchgGWKEdq-f4093SZhVA" name="stringValue" visibility="protected" type="_aAyVgGvsEdqG6fBIPwe-mw">

       <returnResult xmi:id="_sRo9MGWKEdq-f4093SZhVA" type="_aAyVgGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mSouRYN9EdqadtFwU5VNog" name="value" type="_XqvEIGvsEdqG6fBIPwe-mw" isQuery="true" precondition="_mSouSIN9EdqadtFwU5VNog" bodyCondition="_mSouSoN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mSouRoN9EdqadtFwU5VNog" source="keywords"/>

-      <ownedComment xmi:id="_mSouR4N9EdqadtFwU5VNog" annotatedElement="_mSouRYN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x-gwdYOGEdq6geWPj4xEng" name="value" type="_XqvEIGvsEdqG6fBIPwe-mw" isQuery="true" precondition="_x-gweIOGEdq6geWPj4xEng" bodyCondition="_x-gweoOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_x-gwdoOGEdq6geWPj4xEng" source="keywords"/>

+      <ownedComment xmi:id="_x-gwd4OGEdq6geWPj4xEng" annotatedElement="_x-gwdYOGEdq6geWPj4xEng">

         <body>The query value() gives an integer value for an expression intended to produce one.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mSouSIN9EdqadtFwU5VNog" constrainedElement="_mSouRYN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mSouSYN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x-gweIOGEdq6geWPj4xEng" constrainedElement="_x-gwdYOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_x-gweYOGEdq6geWPj4xEng" language="OCL">

           <body>self.isIntegral()</body>

         </specification>

       </ownedRule>

-      <ownedRule xmi:id="_mSouSoN9EdqadtFwU5VNog" name="spec" constrainedElement="_mSouRYN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mSouS4N9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x-gweoOGEdq6geWPj4xEng" name="spec" constrainedElement="_x-gwdYOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_x-gwe4OGEdq6geWPj4xEng" language="OCL">

           <body>true</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mSouTIN9EdqadtFwU5VNog" type="_XqvEIGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_x-gwfIOGEdq6geWPj4xEng" type="_XqvEIGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mSouTYN9EdqadtFwU5VNog" name="isIntegral" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_mSouT4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mSouToN9EdqadtFwU5VNog" annotatedElement="_mSouTYN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x-qhcIOGEdq6geWPj4xEng" name="isIntegral" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_x-qhcoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x-qhcYOGEdq6geWPj4xEng" annotatedElement="_x-qhcIOGEdq6geWPj4xEng">

         <body>The query isIntegral() tells whether an expression is intended to produce an integer.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mSouT4N9EdqadtFwU5VNog" name="spec" constrainedElement="_mSouTYN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mSouUIN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x-qhcoOGEdq6geWPj4xEng" name="spec" constrainedElement="_x-qhcIOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_x-qhc4OGEdq6geWPj4xEng" language="OCL">

           <body>result = false</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mSouUYN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_x-qhdIOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mSouUoN9EdqadtFwU5VNog" name="isPositive" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" precondition="_mSouVYN9EdqadtFwU5VNog" bodyCondition="_mSouV4N9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mSouU4N9EdqadtFwU5VNog" source="keywords"/>

-      <ownedComment xmi:id="_mSouVIN9EdqadtFwU5VNog" annotatedElement="_mSouUoN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x-qhdYOGEdq6geWPj4xEng" name="isPositive" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" precondition="_x-qheIOGEdq6geWPj4xEng" bodyCondition="_x-qheoOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_x-qhdoOGEdq6geWPj4xEng" source="keywords"/>

+      <ownedComment xmi:id="_x-qhd4OGEdq6geWPj4xEng" annotatedElement="_x-qhdYOGEdq6geWPj4xEng">

         <body>The query isPositive() tells whether an integer expression has a positive value.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mSouVYN9EdqadtFwU5VNog" constrainedElement="_mSouUoN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mSouVoN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x-qheIOGEdq6geWPj4xEng" constrainedElement="_x-qhdYOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_x-qheYOGEdq6geWPj4xEng" language="OCL">

           <body>self.isIntegral()</body>

         </specification>

       </ownedRule>

-      <ownedRule xmi:id="_mSouV4N9EdqadtFwU5VNog" name="spec" constrainedElement="_mSouUoN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mSouWIN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x-qheoOGEdq6geWPj4xEng" name="spec" constrainedElement="_x-qhdYOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_x-qhe4OGEdq6geWPj4xEng" language="OCL">

           <body>result = false</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mSouWYN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_x-qhfIOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mSyfQIN9EdqadtFwU5VNog" name="isNonNegative" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" precondition="_mSyfQoN9EdqadtFwU5VNog" bodyCondition="_mSyfRIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mSyfQYN9EdqadtFwU5VNog" annotatedElement="_mSyfQIN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x-qhfYOGEdq6geWPj4xEng" name="isNonNegative" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" precondition="_x-qhf4OGEdq6geWPj4xEng" bodyCondition="_x-qhgYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x-qhfoOGEdq6geWPj4xEng" annotatedElement="_x-qhfYOGEdq6geWPj4xEng">

         <body>The query isNonNegative() tells whether an integer expression has a non-negative value.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mSyfQoN9EdqadtFwU5VNog" constrainedElement="_mSyfQIN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mSyfQ4N9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x-qhf4OGEdq6geWPj4xEng" constrainedElement="_x-qhfYOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_x-qhgIOGEdq6geWPj4xEng" language="OCL">

           <body>self.isIntegral()</body>

         </specification>

       </ownedRule>

-      <ownedRule xmi:id="_mSyfRIN9EdqadtFwU5VNog" name="spec" constrainedElement="_mSyfQIN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mSyfRYN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x-qhgYOGEdq6geWPj4xEng" name="spec" constrainedElement="_x-qhfYOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_x-qhgoOGEdq6geWPj4xEng" language="OCL">

           <body>result = false</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mSyfRoN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_x-qhg4OGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mcem0oN9EdqadtFwU5VNog" name="OpaqueBehavior">

-    <ownedComment xmi:id="_mcem04N9EdqadtFwU5VNog" annotatedElement="_mcem0oN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yIfy8oOGEdq6geWPj4xEng" name="OpaqueBehavior">

+    <ownedComment xmi:id="_yIfy84OGEdq6geWPj4xEng" annotatedElement="_yIfy8oOGEdq6geWPj4xEng">

       <body>An behavior with implementation-specific semantics.</body>

     </ownedComment>

-    <generalization xmi:id="_mcem1IN9EdqadtFwU5VNog" general="_TUPtYGveEdq4DLWZOhbdEA"/>

-    <ownedAttribute xmi:id="_mcem1YN9EdqadtFwU5VNog" name="body" type="_aAyVgGvsEdqG6fBIPwe-mw" isOrdered="true" association="_mdXXooN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mcem1oN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_mcem14N9EdqadtFwU5VNog" isUnsettable="true" xmlFeatureKind="Element"/>

+    <generalization xmi:id="_yIfy9IOGEdq6geWPj4xEng" general="_TUPtYGveEdq4DLWZOhbdEA"/>

+    <ownedAttribute xmi:id="_yIfy9YOGEdq6geWPj4xEng" name="body" type="_aAyVgGvsEdqG6fBIPwe-mw" isOrdered="true" association="_yIo844OGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yIfy9oOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_yIfy94OGEdq6geWPj4xEng" isUnsettable="true" xmlFeatureKind="Element"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mcem2IN9EdqadtFwU5VNog" annotatedElement="_mcem1YN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yIfy-IOGEdq6geWPj4xEng" annotatedElement="_yIfy9YOGEdq6geWPj4xEng">

         <body>Specifies the behavior in one or more languages.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mcem2YN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mcem2oN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yIfy-YOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yIfy-oOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mcem24N9EdqadtFwU5VNog" name="language" type="_aAyVgGvsEdqG6fBIPwe-mw" isOrdered="true" association="_mdXXpIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mcem3IN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_mcem3YN9EdqadtFwU5VNog" isUnsettable="true"/>

+    <ownedAttribute xmi:id="_yIfy-4OGEdq6geWPj4xEng" name="language" type="_aAyVgGvsEdqG6fBIPwe-mw" isOrdered="true" association="_yIo85YOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yIfy_IOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_yIfy_YOGEdq6geWPj4xEng" isUnsettable="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mcem3oN9EdqadtFwU5VNog" annotatedElement="_mcem24N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yIfy_oOGEdq6geWPj4xEng" annotatedElement="_yIfy-4OGEdq6geWPj4xEng">

         <body>Languages the body strings use in the same order as the body strings.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mcem34N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mcem4IN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yIfy_4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yIfzAIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mcem4YN9EdqadtFwU5VNog" name="FunctionBehavior">

-    <ownedComment xmi:id="_mcem4oN9EdqadtFwU5VNog" annotatedElement="_mcem4YN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yIfzAYOGEdq6geWPj4xEng" name="FunctionBehavior">

+    <ownedComment xmi:id="_yIfzAoOGEdq6geWPj4xEng" annotatedElement="_yIfzAYOGEdq6geWPj4xEng">

       <body>A function behavior is an opaque behavior that does not access or modify any objects or other external data.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mcem44N9EdqadtFwU5VNog" name="one_output_parameter" constrainedElement="_mcem4YN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mcem5IN9EdqadtFwU5VNog" annotatedElement="_mcem44N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yIfzA4OGEdq6geWPj4xEng" name="one_output_parameter" constrainedElement="_yIfzAYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yIfzBIOGEdq6geWPj4xEng" annotatedElement="_yIfzA4OGEdq6geWPj4xEng">

         <body>A function behavior has at least one output parameter.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mcem5YN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yIfzBYOGEdq6geWPj4xEng" language="OCL">

         <body>self.ownedParameters->

 

   select(p | p.direction=#out or p.direction=#inout or p.direction=#return)->size() >= 1</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mcem5oN9EdqadtFwU5VNog" name="types_of_parameters" constrainedElement="_mcem4YN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mcem54N9EdqadtFwU5VNog" annotatedElement="_mcem5oN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yIfzBoOGEdq6geWPj4xEng" name="types_of_parameters" constrainedElement="_yIfzAYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yIfzB4OGEdq6geWPj4xEng" annotatedElement="_yIfzBoOGEdq6geWPj4xEng">

         <body>The types of parameters are all data types, which may not nest anything but other datatypes.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mcem6IN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yIfzCIOGEdq6geWPj4xEng" language="OCL">

         <body>def: hasAllDataTypeAttributes(d : DataType) : Boolean =

 

   d.ownedAttribute->forAll(a |

@@ -1963,581 +1963,581 @@
   p.oclIsTypeOf(DataType) and hasAllDataTypeAttributes(p))</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mcem6YN9EdqadtFwU5VNog" general="_mcem0oN9EdqadtFwU5VNog"/>

+    <generalization xmi:id="_yIfzCYOGEdq6geWPj4xEng" general="_yIfy8oOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mcem6oN9EdqadtFwU5VNog" name="A_behavioredClassifier_ownedBehavior" memberEnd="_mcU1xIN9EdqadtFwU5VNog _mcem7IN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mcem64N9EdqadtFwU5VNog" general="_mQ_vgoN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mcem7IN9EdqadtFwU5VNog" type="_iY7sMGvsEdqG6fBIPwe-mw" association="_mcem6oN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mcem7YN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mcem7oN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yIfzCoOGEdq6geWPj4xEng" name="A_behavioredClassifier_ownedBehavior" memberEnd="_yIfzDIOGEdq6geWPj4xEng _yIWB5IOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yIfzC4OGEdq6geWPj4xEng" general="_x83xxYOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yIfzDIOGEdq6geWPj4xEng" type="_iY7sMGvsEdqG6fBIPwe-mw" association="_yIfzCoOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yIfzDYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yIfzDoOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mdONoIN9EdqadtFwU5VNog" name="A_classifierBehavior_behavioredClassifier" memberEnd="_mcU1yoN9EdqadtFwU5VNog _mdONooN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mdONoYN9EdqadtFwU5VNog" general="_mcem6oN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mdONooN9EdqadtFwU5VNog" type="_iY7sMGvsEdqG6fBIPwe-mw" redefinedProperty="_mcem7IN9EdqadtFwU5VNog" association="_mdONoIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mdONo4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mdONpIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yIfzD4OGEdq6geWPj4xEng" name="A_classifierBehavior_behavioredClassifier" memberEnd="_yIfzEYOGEdq6geWPj4xEng _yIWB6oOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yIfzEIOGEdq6geWPj4xEng" general="_yIfzCoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yIfzEYOGEdq6geWPj4xEng" type="_iY7sMGvsEdqG6fBIPwe-mw" redefinedProperty="_yIfzDIOGEdq6geWPj4xEng" association="_yIfzD4OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yIfzEoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yIfzE4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mdONpYN9EdqadtFwU5VNog" name="A_redefinedBehavior_behavior" memberEnd="_mcLExIN9EdqadtFwU5VNog _mdONp4N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mdONpoN9EdqadtFwU5VNog" general="_mQ2lnIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mdONp4N9EdqadtFwU5VNog" type="_TUPtYGveEdq4DLWZOhbdEA" association="_mdONpYN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mdONqIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mdONqYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yIfzFIOGEdq6geWPj4xEng" name="A_redefinedBehavior_behavior" memberEnd="_yIM39IOGEdq6geWPj4xEng _yIfzFoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yIfzFYOGEdq6geWPj4xEng" general="_x83xuIOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yIfzFoOGEdq6geWPj4xEng" type="_TUPtYGveEdq4DLWZOhbdEA" association="_yIfzFIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yIfzF4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yIfzGIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mdONqoN9EdqadtFwU5VNog" name="A_method_specification" memberEnd="_mcemzoN9EdqadtFwU5VNog _mcLEyIN9EdqadtFwU5VNog"/>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mdXXkIN9EdqadtFwU5VNog" name="A_behavior_ownedParameter" memberEnd="_mcLEzIN9EdqadtFwU5VNog _mdXXkoN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mdXXkYN9EdqadtFwU5VNog" general="_mQ_vgoN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mdXXkoN9EdqadtFwU5VNog" type="_TUPtYGveEdq4DLWZOhbdEA" association="_mdXXkIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mdXXk4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mdXXlIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yIo80IOGEdq6geWPj4xEng" name="A_method_specification" memberEnd="_yIfy7oOGEdq6geWPj4xEng _yIM3-IOGEdq6geWPj4xEng"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yIo80YOGEdq6geWPj4xEng" name="A_behavior_ownedParameter" memberEnd="_yIo804OGEdq6geWPj4xEng _yIM3_IOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yIo80oOGEdq6geWPj4xEng" general="_x83xxYOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yIo804OGEdq6geWPj4xEng" type="_TUPtYGveEdq4DLWZOhbdEA" association="_yIo80YOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yIo81IOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yIo81YOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mdXXlYN9EdqadtFwU5VNog" name="A_result_opaqueExpression" memberEnd="_mdXXloN9EdqadtFwU5VNog _mcemwIN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mdXXloN9EdqadtFwU5VNog" type="_ChRfcGveEdq4DLWZOhbdEA" association="_mdXXlYN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mdXXl4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mdXXmIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yIo81oOGEdq6geWPj4xEng" name="A_result_opaqueExpression" memberEnd="_yIo814OGEdq6geWPj4xEng _yIfy4IOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yIo814OGEdq6geWPj4xEng" type="_ChRfcGveEdq4DLWZOhbdEA" association="_yIo81oOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yIo82IOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yIo82YOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mdXXmYN9EdqadtFwU5VNog" name="A_behavior_opaqueExpression" memberEnd="_mdXXmoN9EdqadtFwU5VNog _mcemxoN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mdXXmoN9EdqadtFwU5VNog" type="_ChRfcGveEdq4DLWZOhbdEA" association="_mdXXmYN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mdXXm4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mdXXnIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yIo82oOGEdq6geWPj4xEng" name="A_behavior_opaqueExpression" memberEnd="_yIfy5oOGEdq6geWPj4xEng _yIo824OGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yIo824OGEdq6geWPj4xEng" type="_ChRfcGveEdq4DLWZOhbdEA" association="_yIo82oOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yIo83IOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yIo83YOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mdXXnYN9EdqadtFwU5VNog" name="A_context_behavior" memberEnd="_mcLE0oN9EdqadtFwU5VNog _mdXXn4N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mdXXnoN9EdqadtFwU5VNog" general="_mQ2lmoN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mdXXn4N9EdqadtFwU5VNog" type="_TUPtYGveEdq4DLWZOhbdEA" association="_mdXXnYN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mdXXoIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mdXXoYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yIo83oOGEdq6geWPj4xEng" name="A_context_behavior" memberEnd="_yIo84IOGEdq6geWPj4xEng _yIM4AoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yIo834OGEdq6geWPj4xEng" general="_x83xtoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yIo84IOGEdq6geWPj4xEng" type="_TUPtYGveEdq4DLWZOhbdEA" association="_yIo83oOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yIo84YOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yIo84oOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mdXXooN9EdqadtFwU5VNog" name="A_body_opaqueBehavior" memberEnd="_mdXXo4N9EdqadtFwU5VNog _mcem1YN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mdXXo4N9EdqadtFwU5VNog" type="_mcem0oN9EdqadtFwU5VNog" association="_mdXXooN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yIo844OGEdq6geWPj4xEng" name="A_body_opaqueBehavior" memberEnd="_yIo85IOGEdq6geWPj4xEng _yIfy9YOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yIo85IOGEdq6geWPj4xEng" type="_yIfy8oOGEdq6geWPj4xEng" association="_yIo844OGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mdXXpIN9EdqadtFwU5VNog" name="A_language_opaqueBehavior" memberEnd="_mdXXpYN9EdqadtFwU5VNog _mcem24N9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mdXXpYN9EdqadtFwU5VNog" type="_mcem0oN9EdqadtFwU5VNog" association="_mdXXpIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yIo85YOGEdq6geWPj4xEng" name="A_language_opaqueBehavior" memberEnd="_yIfy-4OGEdq6geWPj4xEng _yIo85oOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yIo85oOGEdq6geWPj4xEng" type="_yIfy8oOGEdq6geWPj4xEng" association="_yIo85YOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mdXXpoN9EdqadtFwU5VNog" name="A_precondition_behavior" memberEnd="_mdXXqIN9EdqadtFwU5VNog _mcLE2IN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mdXXp4N9EdqadtFwU5VNog" general="_mRJgj4N9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mdXXqIN9EdqadtFwU5VNog" type="_TUPtYGveEdq4DLWZOhbdEA" subsettedProperty="_mOBUE4N9EdqadtFwU5VNog" association="_mdXXpoN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mdXXqYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mdXXqoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yIo854OGEdq6geWPj4xEng" name="A_precondition_behavior" memberEnd="_yIo86YOGEdq6geWPj4xEng _yIM4CIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yIo86IOGEdq6geWPj4xEng" general="_x9KsoIOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yIo86YOGEdq6geWPj4xEng" type="_TUPtYGveEdq4DLWZOhbdEA" subsettedProperty="_x6CgNIOGEdq6geWPj4xEng" association="_yIo854OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yIo86oOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yIo864OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mdXXq4N9EdqadtFwU5VNog" name="A_postcondition_behavior" memberEnd="_mcLE3YN9EdqadtFwU5VNog _mdXXrYN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mdXXrIN9EdqadtFwU5VNog" general="_mRJgj4N9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mdXXrYN9EdqadtFwU5VNog" type="_TUPtYGveEdq4DLWZOhbdEA" subsettedProperty="_mOBUE4N9EdqadtFwU5VNog" association="_mdXXq4N9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mdXXroN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mdXXr4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yIo87IOGEdq6geWPj4xEng" name="A_postcondition_behavior" memberEnd="_yIM4DYOGEdq6geWPj4xEng _yIo87oOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yIo87YOGEdq6geWPj4xEng" general="_x9KsoIOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yIo87oOGEdq6geWPj4xEng" type="_TUPtYGveEdq4DLWZOhbdEA" subsettedProperty="_x6CgNIOGEdq6geWPj4xEng" association="_yIo87IOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yIo874OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yIo88IOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mdXXsIN9EdqadtFwU5VNog" name="OpaqueAction">

-    <ownedComment xmi:id="_mdXXsYN9EdqadtFwU5VNog" annotatedElement="_mdXXsIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yIo88YOGEdq6geWPj4xEng" name="OpaqueAction">

+    <ownedComment xmi:id="_yIo88oOGEdq6geWPj4xEng" annotatedElement="_yIo88YOGEdq6geWPj4xEng">

       <body>An action with implementation-specific semantics.</body>

     </ownedComment>

-    <generalization xmi:id="_mdXXsoN9EdqadtFwU5VNog" general="_mdq5uYN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mdXXs4N9EdqadtFwU5VNog" name="body" type="_aAyVgGvsEdqG6fBIPwe-mw" isOrdered="true" association="_md0Dn4N9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mdXXtIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_mdXXtYN9EdqadtFwU5VNog" isUnsettable="true" xmlFeatureKind="Element"/>

+    <generalization xmi:id="_yIo884OGEdq6geWPj4xEng" general="_yI8e-YOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yIo89IOGEdq6geWPj4xEng" name="body" type="_aAyVgGvsEdqG6fBIPwe-mw" isOrdered="true" association="_yJFo34OGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yIo89YOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_yIo89oOGEdq6geWPj4xEng" isUnsettable="true" xmlFeatureKind="Element"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mdXXtoN9EdqadtFwU5VNog" annotatedElement="_mdXXs4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yIo894OGEdq6geWPj4xEng" annotatedElement="_yIo89IOGEdq6geWPj4xEng">

         <body>Specifies the action in one or more languages.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mdXXt4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mdXXuIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yIo8-IOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yIo8-YOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mdXXuYN9EdqadtFwU5VNog" name="language" type="_aAyVgGvsEdqG6fBIPwe-mw" isOrdered="true" association="_md0DoYN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mdXXuoN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_mdXXu4N9EdqadtFwU5VNog" isUnsettable="true"/>

+    <ownedAttribute xmi:id="_yIo8-oOGEdq6geWPj4xEng" name="language" type="_aAyVgGvsEdqG6fBIPwe-mw" isOrdered="true" association="_yJFo4YOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yIo8-4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_yIo8_IOGEdq6geWPj4xEng" isUnsettable="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mdXXvIN9EdqadtFwU5VNog" annotatedElement="_mdXXuYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yIo8_YOGEdq6geWPj4xEng" annotatedElement="_yIo8-oOGEdq6geWPj4xEng">

         <body>Languages the body strings use, in the same order as the body strings</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mdXXvYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mdXXvoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yIo8_oOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yIo8_4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mdXXv4N9EdqadtFwU5VNog" name="inputValue" type="_mdhIn4N9EdqadtFwU5VNog" subsettedProperty="_mdq5woN9EdqadtFwU5VNog" association="_md0Do4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mdXXwIN9EdqadtFwU5VNog" annotatedElement="_mdXXv4N9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yIo9AIOGEdq6geWPj4xEng" name="inputValue" type="_yIyt4oOGEdq6geWPj4xEng" subsettedProperty="_yI8fAoOGEdq6geWPj4xEng" association="_yJFo44OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yIo9AYOGEdq6geWPj4xEng" annotatedElement="_yIo9AIOGEdq6geWPj4xEng">

         <body>Provides input to the action.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mdXXwYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mdXXwoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yIo9AoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yIo9A4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mdXXw4N9EdqadtFwU5VNog" name="outputValue" type="_mdhInIN9EdqadtFwU5VNog" subsettedProperty="_mdq5vIN9EdqadtFwU5VNog" association="_md90gIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mdXXxIN9EdqadtFwU5VNog" annotatedElement="_mdXXw4N9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yIo9BIOGEdq6geWPj4xEng" name="outputValue" type="_yIyt34OGEdq6geWPj4xEng" subsettedProperty="_yI8e_IOGEdq6geWPj4xEng" association="_yJPZwIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yIo9BYOGEdq6geWPj4xEng" annotatedElement="_yIo9BIOGEdq6geWPj4xEng">

         <body>Takes output from the action.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mdXXxYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mdXXxoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yIo9BoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yIo9B4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mdhIkIN9EdqadtFwU5VNog" name="ValuePin">

-    <ownedComment xmi:id="_mdhIkYN9EdqadtFwU5VNog" annotatedElement="_mdhIkIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yIyt04OGEdq6geWPj4xEng" name="ValuePin">

+    <ownedComment xmi:id="_yIyt1IOGEdq6geWPj4xEng" annotatedElement="_yIyt04OGEdq6geWPj4xEng">

       <body>A value pin is an input pin that provides a value by evaluating a value specification.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mdhIkoN9EdqadtFwU5VNog" name="compatible_type" constrainedElement="_mdhIkIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mdhIk4N9EdqadtFwU5VNog" annotatedElement="_mdhIkoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yIyt1YOGEdq6geWPj4xEng" name="compatible_type" constrainedElement="_yIyt04OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yIyt1oOGEdq6geWPj4xEng" annotatedElement="_yIyt1YOGEdq6geWPj4xEng">

         <body>The type of value specification must be compatible with the type of the value pin.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mdhIlIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yIyt14OGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mdhIlYN9EdqadtFwU5VNog" general="_mdhIn4N9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mdhIloN9EdqadtFwU5VNog" name="value" type="_mM1BRYN9EdqadtFwU5VNog" association="_md0DmYN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mdhIl4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mdhImIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yIyt2IOGEdq6geWPj4xEng" general="_yIyt4oOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yIyt2YOGEdq6geWPj4xEng" name="value" type="_x4_-ZYOGEdq6geWPj4xEng" association="_yJFo2YOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yIyt2oOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yIyt24OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mdhImYN9EdqadtFwU5VNog" annotatedElement="_mdhIloN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yIyt3IOGEdq6geWPj4xEng" annotatedElement="_yIyt2YOGEdq6geWPj4xEng">

         <body>Value that the pin will provide.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mdhImoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mdhIm4N9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yIyt3YOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yIyt3oOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mdhInIN9EdqadtFwU5VNog" name="OutputPin">

-    <ownedComment xmi:id="_mdhInYN9EdqadtFwU5VNog" annotatedElement="_mdhInIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yIyt34OGEdq6geWPj4xEng" name="OutputPin">

+    <ownedComment xmi:id="_yIyt4IOGEdq6geWPj4xEng" annotatedElement="_yIyt34OGEdq6geWPj4xEng">

       <body>An output pin is a pin that holds output values produced by an action.</body>

     </ownedComment>

-    <generalization xmi:id="_mdhInoN9EdqadtFwU5VNog" general="_mdXXx4N9EdqadtFwU5VNog"/>

+    <generalization xmi:id="_yIyt4YOGEdq6geWPj4xEng" general="_yIyt0IOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mdhIn4N9EdqadtFwU5VNog" name="InputPin">

-    <ownedComment xmi:id="_mdhIoIN9EdqadtFwU5VNog" annotatedElement="_mdhIn4N9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yIyt4oOGEdq6geWPj4xEng" name="InputPin">

+    <ownedComment xmi:id="_yIyt44OGEdq6geWPj4xEng" annotatedElement="_yIyt4oOGEdq6geWPj4xEng">

       <body>An input pin is a pin that holds input values to be consumed by an action.</body>

     </ownedComment>

-    <generalization xmi:id="_mdhIoYN9EdqadtFwU5VNog" general="_mdXXx4N9EdqadtFwU5VNog"/>

+    <generalization xmi:id="_yIyt5IOGEdq6geWPj4xEng" general="_yIyt0IOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mdhIq4N9EdqadtFwU5VNog" name="CallAction" isAbstract="true">

-    <ownedComment xmi:id="_mdhIrIN9EdqadtFwU5VNog" annotatedElement="_mdhIq4N9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yIyt7oOGEdq6geWPj4xEng" name="CallAction" isAbstract="true">

+    <ownedComment xmi:id="_yIyt74OGEdq6geWPj4xEng" annotatedElement="_yIyt7oOGEdq6geWPj4xEng">

       <body>CallAction is an abstract class for actions that invoke behavior and receive return values.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mdhIrYN9EdqadtFwU5VNog" name="synchronous_call" constrainedElement="_mdhIq4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mdhIroN9EdqadtFwU5VNog" annotatedElement="_mdhIrYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yIyt8IOGEdq6geWPj4xEng" name="synchronous_call" constrainedElement="_yIyt7oOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yIyt8YOGEdq6geWPj4xEng" annotatedElement="_yIyt8IOGEdq6geWPj4xEng">

         <body>Only synchronous call actions can have result pins.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mdhIr4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yIyt8oOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mdhIsIN9EdqadtFwU5VNog" name="number_and_order" constrainedElement="_mdhIq4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mdhIsYN9EdqadtFwU5VNog" annotatedElement="_mdhIsIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yIyt84OGEdq6geWPj4xEng" name="number_and_order" constrainedElement="_yIyt7oOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yIyt9IOGEdq6geWPj4xEng" annotatedElement="_yIyt84OGEdq6geWPj4xEng">

         <body>The number and order of argument pins must be the same as the number and order of parameters of the invoked behavior or behavioral feature. Pins are matched to parameters by order.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mdhIsoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yIyt9YOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mdhIs4N9EdqadtFwU5VNog" name="type_ordering_multiplicity" constrainedElement="_mdhIq4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mdhItIN9EdqadtFwU5VNog" annotatedElement="_mdhIs4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yIyt9oOGEdq6geWPj4xEng" name="type_ordering_multiplicity" constrainedElement="_yIyt7oOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yIyt94OGEdq6geWPj4xEng" annotatedElement="_yIyt9oOGEdq6geWPj4xEng">

         <body>The type, ordering, and multiplicity of an argument pin must be the same as the corresponding parameter of the behavior or behavioral feature.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mdhItYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yIyt-IOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mdhItoN9EdqadtFwU5VNog" general="_mdhIooN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mdhIt4N9EdqadtFwU5VNog" name="isSynchronous" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mdhIuIN9EdqadtFwU5VNog" annotatedElement="_mdhIt4N9EdqadtFwU5VNog">

+    <generalization xmi:id="_yIyt-YOGEdq6geWPj4xEng" general="_yIyt5YOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yIyt-oOGEdq6geWPj4xEng" name="isSynchronous" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yIyt-4OGEdq6geWPj4xEng" annotatedElement="_yIyt-oOGEdq6geWPj4xEng">

         <body>If true, the call is synchronous and the caller waits for completion of the invoked behavior.

 

 If false, the call is asynchronous and the caller proceeds immediately and does not expect a return values.

 

 </body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mdhIuYN9EdqadtFwU5VNog" value="true"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yIyt_IOGEdq6geWPj4xEng" value="true"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mdhIuoN9EdqadtFwU5VNog" name="result" type="_mdhInIN9EdqadtFwU5VNog" isOrdered="true" subsettedProperty="_mdq5vIN9EdqadtFwU5VNog" association="_md0DiYN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mdhIu4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mdhIvIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yIyt_YOGEdq6geWPj4xEng" name="result" type="_yIyt34OGEdq6geWPj4xEng" isOrdered="true" subsettedProperty="_yI8e_IOGEdq6geWPj4xEng" association="_yJFoyYOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yIyt_oOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yIyt_4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mdhIvYN9EdqadtFwU5VNog" annotatedElement="_mdhIuoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yIyuAIOGEdq6geWPj4xEng" annotatedElement="_yIyt_YOGEdq6geWPj4xEng">

         <body>A list of output pins where the results of performing the invocation are placed.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mdhIvoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mdhIv4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yIyuAYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yIyuAoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mdhIwIN9EdqadtFwU5VNog" name="SendSignalAction">

-    <ownedComment xmi:id="_mdhIwYN9EdqadtFwU5VNog" annotatedElement="_mdhIwIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yIyuA4OGEdq6geWPj4xEng" name="SendSignalAction">

+    <ownedComment xmi:id="_yIyuBIOGEdq6geWPj4xEng" annotatedElement="_yIyuA4OGEdq6geWPj4xEng">

       <body>SendSignalAction is an action that creates a signal instance from its inputs, and transmits it to the target object, where it may cause the firing of a state machine transition or the execution of an activity. The argument values are available to the execution of associated behaviors. The requestor continues execution immediately. Any reply message is ignored and is not transmitted to the requestor. If the input is already a signal instance, use SendObjectAction.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mdhIwoN9EdqadtFwU5VNog" name="number_order" constrainedElement="_mdhIwIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mdhIw4N9EdqadtFwU5VNog" annotatedElement="_mdhIwoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yIyuBYOGEdq6geWPj4xEng" name="number_order" constrainedElement="_yIyuA4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yIyuBoOGEdq6geWPj4xEng" annotatedElement="_yIyuBYOGEdq6geWPj4xEng">

         <body>The number and order of argument pins must be the same as the number and order of attributes in the signal.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mdhIxIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yIyuB4OGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mdhIxYN9EdqadtFwU5VNog" name="type_ordering_multiplicity" constrainedElement="_mdhIwIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mdhIxoN9EdqadtFwU5VNog" annotatedElement="_mdhIxYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yIyuCIOGEdq6geWPj4xEng" name="type_ordering_multiplicity" constrainedElement="_yIyuA4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yIyuCYOGEdq6geWPj4xEng" annotatedElement="_yIyuCIOGEdq6geWPj4xEng">

         <body>The type, ordering, and multiplicity of an argument pin must be the same as the corresponding attribute of the signal.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mdhIx4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yIyuCoOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mdhIyIN9EdqadtFwU5VNog" general="_mdhIooN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mdhIyYN9EdqadtFwU5VNog" name="target" type="_mdhIn4N9EdqadtFwU5VNog" subsettedProperty="_mdq5woN9EdqadtFwU5VNog" association="_md0DgIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mdhIyoN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mdhIy4N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yIyuC4OGEdq6geWPj4xEng" general="_yIyt5YOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yIyuDIOGEdq6geWPj4xEng" name="target" type="_yIyt4oOGEdq6geWPj4xEng" subsettedProperty="_yI8fAoOGEdq6geWPj4xEng" association="_yJFowIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yIyuDYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yIyuDoOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mdhIzIN9EdqadtFwU5VNog" annotatedElement="_mdhIyYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yIyuD4OGEdq6geWPj4xEng" annotatedElement="_yIyuDIOGEdq6geWPj4xEng">

         <body>The target object to which the signal is sent.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mdhIzYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mdhIzoN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yIyuEIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yIyuEYOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mdhIz4N9EdqadtFwU5VNog" name="signal" type="_Pu3O0HL0EdqziYxiZo0YtA" association="_md0DhYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mdhI0IN9EdqadtFwU5VNog" annotatedElement="_mdhIz4N9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yIyuEoOGEdq6geWPj4xEng" name="signal" type="_Pu3O0HL0EdqziYxiZo0YtA" association="_yJFoxYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yIyuE4OGEdq6geWPj4xEng" annotatedElement="_yIyuEoOGEdq6geWPj4xEng">

         <body>The type of signal transmitted to the target object.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mdhI0YN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mdhI0oN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yIyuFIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yIyuFYOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mdq5kIN9EdqadtFwU5VNog" name="CallOperationAction">

-    <ownedComment xmi:id="_mdq5kYN9EdqadtFwU5VNog" annotatedElement="_mdq5kIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yI8e0IOGEdq6geWPj4xEng" name="CallOperationAction">

+    <ownedComment xmi:id="_yI8e0YOGEdq6geWPj4xEng" annotatedElement="_yI8e0IOGEdq6geWPj4xEng">

       <body>CallOperationAction is an action that transmits an operation call request to the target object, where it may cause the invocation of associated behavior. The argument values of the action are available to the execution of the invoked behavior. If the action is marked synchronous, the execution of the call operation action waits until the execution of the invoked behavior completes and a reply transmission is returned to the caller; otherwise execution of the action is complete when the invocation of the operation is established and the execution of the invoked operation proceeds concurrently with the execution of the calling behavior. Any values returned as part of the reply transmission are put on the result output pins of the call operation action. Upon receipt of the reply transmission, execution of the call operation action is complete.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mdq5koN9EdqadtFwU5VNog" name="argument_pin_equal_parameter" constrainedElement="_mdq5kIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mdq5k4N9EdqadtFwU5VNog" annotatedElement="_mdq5koN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yI8e0oOGEdq6geWPj4xEng" name="argument_pin_equal_parameter" constrainedElement="_yI8e0IOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yI8e04OGEdq6geWPj4xEng" annotatedElement="_yI8e0oOGEdq6geWPj4xEng">

         <body>The number of argument pins and the number of owned parameters of the operation of type in and in-out must be equal.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mdq5lIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yI8e1IOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mdq5lYN9EdqadtFwU5VNog" name="result_pin_equal_parameter" constrainedElement="_mdq5kIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mdq5loN9EdqadtFwU5VNog" annotatedElement="_mdq5lYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yI8e1YOGEdq6geWPj4xEng" name="result_pin_equal_parameter" constrainedElement="_yI8e0IOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yI8e1oOGEdq6geWPj4xEng" annotatedElement="_yI8e1YOGEdq6geWPj4xEng">

         <body>The number of result pins and the number of owned parameters of the operation of type return, out, and in-out must be equal.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mdq5l4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yI8e14OGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mdq5mIN9EdqadtFwU5VNog" name="type_ordering_multiplicity" constrainedElement="_mdq5kIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mdq5mYN9EdqadtFwU5VNog" annotatedElement="_mdq5mIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yI8e2IOGEdq6geWPj4xEng" name="type_ordering_multiplicity" constrainedElement="_yI8e0IOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yI8e2YOGEdq6geWPj4xEng" annotatedElement="_yI8e2IOGEdq6geWPj4xEng">

         <body>The type, ordering, and multiplicity of an argument or result pin is derived from the corresponding owned parameter of the operation.

 

 </body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mdq5moN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yI8e2oOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mdq5m4N9EdqadtFwU5VNog" name="type_target_pin" constrainedElement="_mdq5kIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mdq5nIN9EdqadtFwU5VNog" annotatedElement="_mdq5m4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yI8e24OGEdq6geWPj4xEng" name="type_target_pin" constrainedElement="_yI8e0IOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yI8e3IOGEdq6geWPj4xEng" annotatedElement="_yI8e24OGEdq6geWPj4xEng">

         <body>The type of the target pin must be the same as the type that owns the operation.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mdq5nYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yI8e3YOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mdq5noN9EdqadtFwU5VNog" general="_mdhIq4N9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mdq5n4N9EdqadtFwU5VNog" name="operation" type="_M4X2IGveEdq4DLWZOhbdEA" association="_mdq50oN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mdq5oIN9EdqadtFwU5VNog" annotatedElement="_mdq5n4N9EdqadtFwU5VNog">

+    <generalization xmi:id="_yI8e3oOGEdq6geWPj4xEng" general="_yIyt7oOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yI8e34OGEdq6geWPj4xEng" name="operation" type="_M4X2IGveEdq4DLWZOhbdEA" association="_yI8fEoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yI8e4IOGEdq6geWPj4xEng" annotatedElement="_yI8e34OGEdq6geWPj4xEng">

         <body>The operation to be invoked by the action execution.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mdq5oYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mdq5ooN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yI8e4YOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yI8e4oOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mdq5o4N9EdqadtFwU5VNog" name="target" type="_mdhIn4N9EdqadtFwU5VNog" subsettedProperty="_mdq5woN9EdqadtFwU5VNog" association="_mdq51oN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mdq5pIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mdq5pYN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yI8e44OGEdq6geWPj4xEng" name="target" type="_yIyt4oOGEdq6geWPj4xEng" subsettedProperty="_yI8fAoOGEdq6geWPj4xEng" association="_yI8fFoOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yI8e5IOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yI8e5YOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mdq5poN9EdqadtFwU5VNog" annotatedElement="_mdq5o4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yI8e5oOGEdq6geWPj4xEng" annotatedElement="_yI8e44OGEdq6geWPj4xEng">

         <body>The target object to which the request is sent. The classifier of the target object is used to dynamically determine a behavior to invoke. This object constitutes the context of the execution of the operation.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mdq5p4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mdq5qIN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yI8e54OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yI8e6IOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mdq5qYN9EdqadtFwU5VNog" name="CallBehaviorAction">

-    <ownedComment xmi:id="_mdq5qoN9EdqadtFwU5VNog" annotatedElement="_mdq5qYN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yI8e6YOGEdq6geWPj4xEng" name="CallBehaviorAction">

+    <ownedComment xmi:id="_yI8e6oOGEdq6geWPj4xEng" annotatedElement="_yI8e6YOGEdq6geWPj4xEng">

       <body>CallBehaviorAction is a call action that invokes a behavior directly rather than invoking a behavioral feature that, in turn, results in the invocation of that behavior. The argument values of the action are available to the execution of the invoked behavior. For synchronous calls the execution of the call behavior action waits until the execution of the invoked behavior completes and a result is returned on its output pin. The action completes immediately without a result, if the call is asynchronous. In particular, the invoked behavior may be an activity.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mdq5q4N9EdqadtFwU5VNog" name="argument_pin_equal_parameter" constrainedElement="_mdq5qYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mdq5rIN9EdqadtFwU5VNog" annotatedElement="_mdq5q4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yI8e64OGEdq6geWPj4xEng" name="argument_pin_equal_parameter" constrainedElement="_yI8e6YOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yI8e7IOGEdq6geWPj4xEng" annotatedElement="_yI8e64OGEdq6geWPj4xEng">

         <body>The number of argument pins and the number of parameters of the behavior of type in and in-out must be equal.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mdq5rYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yI8e7YOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mdq5roN9EdqadtFwU5VNog" name="result_pin_equal_parameter" constrainedElement="_mdq5qYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mdq5r4N9EdqadtFwU5VNog" annotatedElement="_mdq5roN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yI8e7oOGEdq6geWPj4xEng" name="result_pin_equal_parameter" constrainedElement="_yI8e6YOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yI8e74OGEdq6geWPj4xEng" annotatedElement="_yI8e7oOGEdq6geWPj4xEng">

         <body>The number of result pins and the number of parameters of the behavior of type return, out, and in-out must be equal.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mdq5sIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yI8e8IOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mdq5sYN9EdqadtFwU5VNog" name="type_ordering_multiplicity" constrainedElement="_mdq5qYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mdq5soN9EdqadtFwU5VNog" annotatedElement="_mdq5sYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yI8e8YOGEdq6geWPj4xEng" name="type_ordering_multiplicity" constrainedElement="_yI8e6YOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yI8e8oOGEdq6geWPj4xEng" annotatedElement="_yI8e8YOGEdq6geWPj4xEng">

         <body>The type, ordering, and multiplicity of an argument or result pin is derived from the corresponding parameter of the behavior.

 

 </body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mdq5s4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yI8e84OGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mdq5tIN9EdqadtFwU5VNog" general="_mdhIq4N9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mdq5tYN9EdqadtFwU5VNog" name="behavior" type="_TUPtYGveEdq4DLWZOhbdEA" association="_mdq5zoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mdq5toN9EdqadtFwU5VNog" annotatedElement="_mdq5tYN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yI8e9IOGEdq6geWPj4xEng" general="_yIyt7oOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yI8e9YOGEdq6geWPj4xEng" name="behavior" type="_TUPtYGveEdq4DLWZOhbdEA" association="_yI8fDoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yI8e9oOGEdq6geWPj4xEng" annotatedElement="_yI8e9YOGEdq6geWPj4xEng">

         <body>The invoked behavior. It must be capable of accepting and returning control.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mdq5t4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mdq5uIN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yI8e94OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yI8e-IOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mdq5zoN9EdqadtFwU5VNog" name="A_behavior_callBehaviorAction" memberEnd="_mdq5tYN9EdqadtFwU5VNog _mdq5z4N9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mdq5z4N9EdqadtFwU5VNog" type="_mdq5qYN9EdqadtFwU5VNog" association="_mdq5zoN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mdq50IN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mdq50YN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yI8fDoOGEdq6geWPj4xEng" name="A_behavior_callBehaviorAction" memberEnd="_yI8e9YOGEdq6geWPj4xEng _yI8fD4OGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yI8fD4OGEdq6geWPj4xEng" type="_yI8e6YOGEdq6geWPj4xEng" association="_yI8fDoOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yI8fEIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yI8fEYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mdq50oN9EdqadtFwU5VNog" name="A_operation_callOperationAction" memberEnd="_mdq5n4N9EdqadtFwU5VNog _mdq504N9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mdq504N9EdqadtFwU5VNog" type="_mdq5kIN9EdqadtFwU5VNog" association="_mdq50oN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mdq51IN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mdq51YN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yI8fEoOGEdq6geWPj4xEng" name="A_operation_callOperationAction" memberEnd="_yI8fE4OGEdq6geWPj4xEng _yI8e34OGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yI8fE4OGEdq6geWPj4xEng" type="_yI8e0IOGEdq6geWPj4xEng" association="_yI8fEoOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yI8fFIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yI8fFYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mdq51oN9EdqadtFwU5VNog" name="A_target_callOperationAction" memberEnd="_mdq5o4N9EdqadtFwU5VNog _mdq52IN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mdq514N9EdqadtFwU5VNog" general="_md0DlIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mdq52IN9EdqadtFwU5VNog" type="_mdq5kIN9EdqadtFwU5VNog" association="_mdq51oN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mdq52YN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mdq52oN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yI8fFoOGEdq6geWPj4xEng" name="A_target_callOperationAction" memberEnd="_yI8e44OGEdq6geWPj4xEng _yI8fGIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yI8fF4OGEdq6geWPj4xEng" general="_yJFo1IOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yI8fGIOGEdq6geWPj4xEng" type="_yI8e0IOGEdq6geWPj4xEng" association="_yI8fFoOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yI8fGYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yI8fGoOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_md0DgIN9EdqadtFwU5VNog" name="A_target_sendSignalAction" memberEnd="_mdhIyYN9EdqadtFwU5VNog _md0DgoN9EdqadtFwU5VNog">

-    <generalization xmi:id="_md0DgYN9EdqadtFwU5VNog" general="_md0DlIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_md0DgoN9EdqadtFwU5VNog" type="_mdhIwIN9EdqadtFwU5VNog" association="_md0DgIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_md0Dg4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_md0DhIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yJFowIOGEdq6geWPj4xEng" name="A_target_sendSignalAction" memberEnd="_yIyuDIOGEdq6geWPj4xEng _yJFowoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yJFowYOGEdq6geWPj4xEng" general="_yJFo1IOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yJFowoOGEdq6geWPj4xEng" type="_yIyuA4OGEdq6geWPj4xEng" association="_yJFowIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yJFow4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yJFoxIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_md0DhYN9EdqadtFwU5VNog" name="A_signal_sendSignalAction" memberEnd="_mdhIz4N9EdqadtFwU5VNog _md0DhoN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_md0DhoN9EdqadtFwU5VNog" type="_mdhIwIN9EdqadtFwU5VNog" association="_md0DhYN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_md0Dh4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_md0DiIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yJFoxYOGEdq6geWPj4xEng" name="A_signal_sendSignalAction" memberEnd="_yIyuEoOGEdq6geWPj4xEng _yJFoxoOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yJFoxoOGEdq6geWPj4xEng" type="_yIyuA4OGEdq6geWPj4xEng" association="_yJFoxYOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yJFox4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yJFoyIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_md0DiYN9EdqadtFwU5VNog" name="A_result_callAction" memberEnd="_md0Di4N9EdqadtFwU5VNog _mdhIuoN9EdqadtFwU5VNog">

-    <generalization xmi:id="_md0DioN9EdqadtFwU5VNog" general="_md0Dj4N9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_md0Di4N9EdqadtFwU5VNog" type="_mdhIq4N9EdqadtFwU5VNog" redefinedProperty="_md0DkYN9EdqadtFwU5VNog" association="_md0DiYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yJFoyYOGEdq6geWPj4xEng" name="A_result_callAction" memberEnd="_yIyt_YOGEdq6geWPj4xEng _yJFoy4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yJFoyoOGEdq6geWPj4xEng" general="_yJFoz4OGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yJFoy4OGEdq6geWPj4xEng" type="_yIyt7oOGEdq6geWPj4xEng" redefinedProperty="_yJFo0YOGEdq6geWPj4xEng" association="_yJFoyYOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_md0DjIN9EdqadtFwU5VNog" name="A_argument_invocationAction" memberEnd="_md0DjoN9EdqadtFwU5VNog _mdhIpYN9EdqadtFwU5VNog">

-    <generalization xmi:id="_md0DjYN9EdqadtFwU5VNog" general="_md0DlIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_md0DjoN9EdqadtFwU5VNog" type="_mdhIooN9EdqadtFwU5VNog" redefinedProperty="_md0DloN9EdqadtFwU5VNog" association="_md0DjIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yJFozIOGEdq6geWPj4xEng" name="A_argument_invocationAction" memberEnd="_yJFozoOGEdq6geWPj4xEng _yIyt6IOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yJFozYOGEdq6geWPj4xEng" general="_yJFo1IOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yJFozoOGEdq6geWPj4xEng" type="_yIyt5YOGEdq6geWPj4xEng" redefinedProperty="_yJFo1oOGEdq6geWPj4xEng" association="_yJFozIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_md0Dj4N9EdqadtFwU5VNog" name="A_action_output" memberEnd="_md0DkYN9EdqadtFwU5VNog _mdq5vIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_md0DkIN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_md0DkYN9EdqadtFwU5VNog" type="_mdq5uYN9EdqadtFwU5VNog" association="_md0Dj4N9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_md0DkoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_md0Dk4N9EdqadtFwU5VNog" value="1"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yJFoz4OGEdq6geWPj4xEng" name="A_action_output" memberEnd="_yJFo0YOGEdq6geWPj4xEng _yI8e_IOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yJFo0IOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yJFo0YOGEdq6geWPj4xEng" type="_yI8e-YOGEdq6geWPj4xEng" association="_yJFoz4OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yJFo0oOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yJFo04OGEdq6geWPj4xEng" value="1"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_md0DlIN9EdqadtFwU5VNog" name="A_action_input" memberEnd="_md0DloN9EdqadtFwU5VNog _mdq5woN9EdqadtFwU5VNog">

-    <generalization xmi:id="_md0DlYN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_md0DloN9EdqadtFwU5VNog" type="_mdq5uYN9EdqadtFwU5VNog" association="_md0DlIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_md0Dl4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_md0DmIN9EdqadtFwU5VNog" value="1"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yJFo1IOGEdq6geWPj4xEng" name="A_action_input" memberEnd="_yJFo1oOGEdq6geWPj4xEng _yI8fAoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yJFo1YOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yJFo1oOGEdq6geWPj4xEng" type="_yI8e-YOGEdq6geWPj4xEng" association="_yJFo1IOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yJFo14OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yJFo2IOGEdq6geWPj4xEng" value="1"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_md0DmYN9EdqadtFwU5VNog" name="A_value_valuePin" memberEnd="_mdhIloN9EdqadtFwU5VNog _md0DmoN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_md0DmoN9EdqadtFwU5VNog" type="_mdhIkIN9EdqadtFwU5VNog" association="_md0DmYN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_md0Dm4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_md0DnIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yJFo2YOGEdq6geWPj4xEng" name="A_value_valuePin" memberEnd="_yIyt2YOGEdq6geWPj4xEng _yJFo2oOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yJFo2oOGEdq6geWPj4xEng" type="_yIyt04OGEdq6geWPj4xEng" association="_yJFo2YOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yJFo24OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yJFo3IOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_md0DnYN9EdqadtFwU5VNog" name="A_context_action" isDerived="true" memberEnd="_mdq5yIN9EdqadtFwU5VNog _md0DnoN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_md0DnoN9EdqadtFwU5VNog" type="_mdq5uYN9EdqadtFwU5VNog" association="_md0DnYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yJFo3YOGEdq6geWPj4xEng" name="A_context_action" isDerived="true" memberEnd="_yI8fCIOGEdq6geWPj4xEng _yJFo3oOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yJFo3oOGEdq6geWPj4xEng" type="_yI8e-YOGEdq6geWPj4xEng" association="_yJFo3YOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_md0Dn4N9EdqadtFwU5VNog" name="A_body_opaqueAction" memberEnd="_mdXXs4N9EdqadtFwU5VNog _md0DoIN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_md0DoIN9EdqadtFwU5VNog" type="_mdXXsIN9EdqadtFwU5VNog" association="_md0Dn4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yJFo34OGEdq6geWPj4xEng" name="A_body_opaqueAction" memberEnd="_yIo89IOGEdq6geWPj4xEng _yJFo4IOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yJFo4IOGEdq6geWPj4xEng" type="_yIo88YOGEdq6geWPj4xEng" association="_yJFo34OGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_md0DoYN9EdqadtFwU5VNog" name="A_language_opaqueAction" memberEnd="_mdXXuYN9EdqadtFwU5VNog _md0DooN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_md0DooN9EdqadtFwU5VNog" type="_mdXXsIN9EdqadtFwU5VNog" association="_md0DoYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yJFo4YOGEdq6geWPj4xEng" name="A_language_opaqueAction" memberEnd="_yIo8-oOGEdq6geWPj4xEng _yJFo4oOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yJFo4oOGEdq6geWPj4xEng" type="_yIo88YOGEdq6geWPj4xEng" association="_yJFo4YOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_md0Do4N9EdqadtFwU5VNog" name="A_inputValue_opaqueAction" memberEnd="_mdXXv4N9EdqadtFwU5VNog _md0DpYN9EdqadtFwU5VNog">

-    <generalization xmi:id="_md0DpIN9EdqadtFwU5VNog" general="_md0DlIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_md0DpYN9EdqadtFwU5VNog" type="_mdXXsIN9EdqadtFwU5VNog" redefinedProperty="_md0DloN9EdqadtFwU5VNog" association="_md0Do4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yJFo44OGEdq6geWPj4xEng" name="A_inputValue_opaqueAction" memberEnd="_yIo9AIOGEdq6geWPj4xEng _yJFo5YOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yJFo5IOGEdq6geWPj4xEng" general="_yJFo1IOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yJFo5YOGEdq6geWPj4xEng" type="_yIo88YOGEdq6geWPj4xEng" redefinedProperty="_yJFo1oOGEdq6geWPj4xEng" association="_yJFo44OGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_md90gIN9EdqadtFwU5VNog" name="A_outputValue_opaqueAction" memberEnd="_mdXXw4N9EdqadtFwU5VNog _md90goN9EdqadtFwU5VNog">

-    <generalization xmi:id="_md90gYN9EdqadtFwU5VNog" general="_md0Dj4N9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_md90goN9EdqadtFwU5VNog" type="_mdXXsIN9EdqadtFwU5VNog" redefinedProperty="_md0DkYN9EdqadtFwU5VNog" association="_md90gIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yJPZwIOGEdq6geWPj4xEng" name="A_outputValue_opaqueAction" memberEnd="_yJPZwoOGEdq6geWPj4xEng _yIo9BIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yJPZwYOGEdq6geWPj4xEng" general="_yJFoz4OGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yJPZwoOGEdq6geWPj4xEng" type="_yIo88YOGEdq6geWPj4xEng" redefinedProperty="_yJFo0YOGEdq6geWPj4xEng" association="_yJPZwIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_meG-dYN9EdqadtFwU5VNog" name="A_subgroup_superGroup" memberEnd="_md90pIN9EdqadtFwU5VNog _md90qoN9EdqadtFwU5VNog">

-    <generalization xmi:id="_meG-doN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yJZKw4OGEdq6geWPj4xEng" name="A_subgroup_superGroup" memberEnd="_yJPZ5IOGEdq6geWPj4xEng _yJPZ6oOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yJZKxIOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_meQvv4N9EdqadtFwU5VNog" name="SequenceNode">

-    <ownedComment xmi:id="_meQvwIN9EdqadtFwU5VNog" annotatedElement="_meQvv4N9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yJiU64OGEdq6geWPj4xEng" name="SequenceNode">

+    <ownedComment xmi:id="_yJiU7IOGEdq6geWPj4xEng" annotatedElement="_yJiU64OGEdq6geWPj4xEng">

       <body>A sequence node is a structured activity node that executes its actions in order.</body>

     </ownedComment>

-    <generalization xmi:id="_meQvwYN9EdqadtFwU5VNog" general="_meG-kIN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_meQvwoN9EdqadtFwU5VNog" name="executableNode" type="_meQvvIN9EdqadtFwU5VNog" isOrdered="true" redefinedProperty="_meG-m4N9EdqadtFwU5VNog" association="_mejqfoN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_meQvw4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_meQvxIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yJiU7YOGEdq6geWPj4xEng" general="_yJZK3oOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yJiU7oOGEdq6geWPj4xEng" name="executableNode" type="_yJiU6IOGEdq6geWPj4xEng" isOrdered="true" redefinedProperty="_yJZK6YOGEdq6geWPj4xEng" association="_yJ1PtoOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yJiU74OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yJiU8IOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_meQvxYN9EdqadtFwU5VNog" annotatedElement="_meQvwoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yJiU8YOGEdq6geWPj4xEng" annotatedElement="_yJiU7oOGEdq6geWPj4xEng">

         <body>An ordered set of executable nodes.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_meQvxoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_meQvx4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yJiU8oOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yJiU84OGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_meagdYN9EdqadtFwU5VNog" name="A_scope_variable" memberEnd="_meG-foN9EdqadtFwU5VNog _meG-lYN9EdqadtFwU5VNog">

-    <generalization xmi:id="_meagdoN9EdqadtFwU5VNog" general="_mQ_vgoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yJsFtYOGEdq6geWPj4xEng" name="A_scope_variable" memberEnd="_yJZKzIOGEdq6geWPj4xEng _yJZK44OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yJsFtoOGEdq6geWPj4xEng" general="_x83xxYOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_meagd4N9EdqadtFwU5VNog" name="A_node_inStructuredNode" memberEnd="_meG-m4N9EdqadtFwU5VNog _meQvsoN9EdqadtFwU5VNog">

-    <generalization xmi:id="_meageIN9EdqadtFwU5VNog" general="_meG-coN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yJsFt4OGEdq6geWPj4xEng" name="A_node_inStructuredNode" memberEnd="_yJiU3oOGEdq6geWPj4xEng _yJZK6YOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yJsFuIOGEdq6geWPj4xEng" general="_yJZKwIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_meageYN9EdqadtFwU5VNog" name="A_clause_test" memberEnd="_meQvioN9EdqadtFwU5VNog _meageoN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_meageoN9EdqadtFwU5VNog" type="_meQvhIN9EdqadtFwU5VNog" association="_meageYN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_meage4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_meagfIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yJsFuYOGEdq6geWPj4xEng" name="A_clause_test" memberEnd="_yJiUtoOGEdq6geWPj4xEng _yJsFuoOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yJsFuoOGEdq6geWPj4xEng" type="_yJiUsIOGEdq6geWPj4xEng" association="_yJsFuYOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yJsFu4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yJsFvIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_meagfYN9EdqadtFwU5VNog" name="A_clause_body" memberEnd="_meagfoN9EdqadtFwU5VNog _meQvjoN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_meagfoN9EdqadtFwU5VNog" type="_meQvhIN9EdqadtFwU5VNog" association="_meagfYN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_meagf4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_meaggIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yJsFvYOGEdq6geWPj4xEng" name="A_clause_body" memberEnd="_yJiUuoOGEdq6geWPj4xEng _yJsFvoOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yJsFvoOGEdq6geWPj4xEng" type="_yJiUsIOGEdq6geWPj4xEng" association="_yJsFvYOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yJsFv4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yJsFwIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_meaggYN9EdqadtFwU5VNog" name="A_predecessorClause_successorClause" memberEnd="_meQvkoN9EdqadtFwU5VNog _meQvloN9EdqadtFwU5VNog"/>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mejqYIN9EdqadtFwU5VNog" name="A_loopNode_bodyPart" memberEnd="_mejqYYN9EdqadtFwU5VNog _meQvdIN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mejqYYN9EdqadtFwU5VNog" type="_meG-toN9EdqadtFwU5VNog" association="_mejqYIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mejqYoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mejqY4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yJsFwYOGEdq6geWPj4xEng" name="A_predecessorClause_successorClause" memberEnd="_yJiUvoOGEdq6geWPj4xEng _yJiUwoOGEdq6geWPj4xEng"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yJsFwoOGEdq6geWPj4xEng" name="A_loopNode_bodyPart" memberEnd="_yJsFw4OGEdq6geWPj4xEng _yJZLCoOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yJsFw4OGEdq6geWPj4xEng" type="_yJZLBIOGEdq6geWPj4xEng" association="_yJsFwoOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yJsFxIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yJsFxYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mejqZIN9EdqadtFwU5VNog" name="A_loopNode_setupPart" memberEnd="_mejqZYN9EdqadtFwU5VNog _meQveIN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mejqZYN9EdqadtFwU5VNog" type="_meG-toN9EdqadtFwU5VNog" association="_mejqZIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mejqZoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mejqZ4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yJsFxoOGEdq6geWPj4xEng" name="A_loopNode_setupPart" memberEnd="_yJZLDoOGEdq6geWPj4xEng _yJsFx4OGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yJsFx4OGEdq6geWPj4xEng" type="_yJZLBIOGEdq6geWPj4xEng" association="_yJsFxoOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yJsFyIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yJsFyYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mejqaIN9EdqadtFwU5VNog" name="A_clause_conditionalNode" memberEnd="_meG-sIN9EdqadtFwU5VNog _mejqaoN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mejqaYN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mejqaoN9EdqadtFwU5VNog" type="_meG-p4N9EdqadtFwU5VNog" association="_mejqaIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mejqa4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mejqbIN9EdqadtFwU5VNog" value="1"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yJ1PoIOGEdq6geWPj4xEng" name="A_clause_conditionalNode" memberEnd="_yJ1PooOGEdq6geWPj4xEng _yJZK_oOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yJ1PoYOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yJ1PooOGEdq6geWPj4xEng" type="_yJZK9YOGEdq6geWPj4xEng" association="_yJ1PoIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yJ1Po4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yJ1PpIOGEdq6geWPj4xEng" value="1"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mejqbYN9EdqadtFwU5VNog" name="A_decider_clause" memberEnd="_mejqboN9EdqadtFwU5VNog _meQvmoN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mejqboN9EdqadtFwU5VNog" type="_meQvhIN9EdqadtFwU5VNog" association="_mejqbYN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mejqb4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mejqcIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yJ1PpYOGEdq6geWPj4xEng" name="A_decider_clause" memberEnd="_yJiUxoOGEdq6geWPj4xEng _yJ1PpoOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yJ1PpoOGEdq6geWPj4xEng" type="_yJiUsIOGEdq6geWPj4xEng" association="_yJ1PpYOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yJ1Pp4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yJ1PqIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mejqcYN9EdqadtFwU5VNog" name="A_decider_loopNode" memberEnd="_meQvfIN9EdqadtFwU5VNog _mejqcoN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mejqcoN9EdqadtFwU5VNog" type="_meG-toN9EdqadtFwU5VNog" association="_mejqcYN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mejqc4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mejqdIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yJ1PqYOGEdq6geWPj4xEng" name="A_decider_loopNode" memberEnd="_yJ1PqoOGEdq6geWPj4xEng _yJZLEoOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yJ1PqoOGEdq6geWPj4xEng" type="_yJZLBIOGEdq6geWPj4xEng" association="_yJ1PqYOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yJ1Pq4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yJ1PrIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mejqdYN9EdqadtFwU5VNog" name="A_test_loopNode" memberEnd="_meQvgIN9EdqadtFwU5VNog _mejqdoN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mejqdoN9EdqadtFwU5VNog" type="_meG-toN9EdqadtFwU5VNog" association="_mejqdYN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mejqd4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mejqeIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yJ1PrYOGEdq6geWPj4xEng" name="A_test_loopNode" memberEnd="_yJ1ProOGEdq6geWPj4xEng _yJZLFoOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yJ1ProOGEdq6geWPj4xEng" type="_yJZLBIOGEdq6geWPj4xEng" association="_yJ1PrYOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yJ1Pr4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yJ1PsIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mejqeYN9EdqadtFwU5VNog" name="A_activity_structuredNode" memberEnd="_meG-oYN9EdqadtFwU5VNog _meQvnoN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mejqeoN9EdqadtFwU5VNog" general="_meG-cIN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mejqe4N9EdqadtFwU5VNog" general="_meG-c4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yJ1PsYOGEdq6geWPj4xEng" name="A_activity_structuredNode" memberEnd="_yJiUyoOGEdq6geWPj4xEng _yJZK74OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yJ1PsoOGEdq6geWPj4xEng" general="_yJPaAYOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_yJ1Ps4OGEdq6geWPj4xEng" general="_yJZKwYOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mejqfIN9EdqadtFwU5VNog" name="A_variable_activityScope" memberEnd="_meG-hIN9EdqadtFwU5VNog _meQvpIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mejqfYN9EdqadtFwU5VNog" general="_mQ_vgoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yJ1PtIOGEdq6geWPj4xEng" name="A_variable_activityScope" memberEnd="_yJiU0IOGEdq6geWPj4xEng _yJZK0oOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yJ1PtYOGEdq6geWPj4xEng" general="_x83xxYOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mejqfoN9EdqadtFwU5VNog" name="A_executableNode_sequenceNode" memberEnd="_meQvwoN9EdqadtFwU5VNog _mejqgIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mejqf4N9EdqadtFwU5VNog" general="_meagd4N9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mejqgIN9EdqadtFwU5VNog" type="_meQvv4N9EdqadtFwU5VNog" association="_mejqfoN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mejqgYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mejqgoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yJ1PtoOGEdq6geWPj4xEng" name="A_executableNode_sequenceNode" memberEnd="_yJiU7oOGEdq6geWPj4xEng _yJ1PuIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yJ1Pt4OGEdq6geWPj4xEng" general="_yJsFt4OGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yJ1PuIOGEdq6geWPj4xEng" type="_yJiU64OGEdq6geWPj4xEng" association="_yJ1PtoOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yJ1PuYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yJ1PuoOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_meG-cIN9EdqadtFwU5VNog" name="A_node_activity" memberEnd="_md90iYN9EdqadtFwU5VNog _md90tYN9EdqadtFwU5VNog">

-    <generalization xmi:id="_meG-cYN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yJPaAYOGEdq6geWPj4xEng" name="A_node_activity" memberEnd="_yJPZ9YOGEdq6geWPj4xEng _yJPZyYOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yJPaAoOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_metbYIN9EdqadtFwU5VNog" name="Usage">

-    <ownedComment xmi:id="_metbYYN9EdqadtFwU5VNog" annotatedElement="_metbYIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yJ_AoIOGEdq6geWPj4xEng" name="Usage">

+    <ownedComment xmi:id="_yJ_AoYOGEdq6geWPj4xEng" annotatedElement="_yJ_AoIOGEdq6geWPj4xEng">

       <body>A usage is a relationship in which one element requires another element (or set of elements) for its full implementation or operation. In the metamodel, a Usage is a Dependency in which the client requires the presence of the supplier.

 

 </body>

     </ownedComment>

-    <generalization xmi:id="_metbYoN9EdqadtFwU5VNog" general="_rEDGkGwKEdq7X4sGURiZYA"/>

+    <generalization xmi:id="_yJ_AooOGEdq6geWPj4xEng" general="_rEDGkGwKEdq7X4sGURiZYA"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_metbY4N9EdqadtFwU5VNog" name="Abstraction">

-    <ownedComment xmi:id="_metbZIN9EdqadtFwU5VNog" annotatedElement="_metbY4N9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yJ_Ao4OGEdq6geWPj4xEng" name="Abstraction">

+    <ownedComment xmi:id="_yJ_ApIOGEdq6geWPj4xEng" annotatedElement="_yJ_Ao4OGEdq6geWPj4xEng">

       <body>An abstraction is a relationship that relates two elements or sets of elements that represent the same concept at different levels of abstraction or from different viewpoints. In the metamodel, an Abstraction is a Dependency in which there is a mapping between the supplier and the client.</body>

     </ownedComment>

-    <generalization xmi:id="_metbZYN9EdqadtFwU5VNog" general="_rEDGkGwKEdq7X4sGURiZYA"/>

-    <ownedAttribute xmi:id="_metbZoN9EdqadtFwU5VNog" name="mapping" type="_ChRfcGveEdq4DLWZOhbdEA" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mfTRQ4N9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_metbZ4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_metbaIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yJ_ApYOGEdq6geWPj4xEng" general="_rEDGkGwKEdq7X4sGURiZYA"/>

+    <ownedAttribute xmi:id="_yJ_ApoOGEdq6geWPj4xEng" name="mapping" type="_ChRfcGveEdq4DLWZOhbdEA" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yKldkIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yJ_Ap4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yJ_AqIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_metbaYN9EdqadtFwU5VNog" annotatedElement="_metbZoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yJ_AqYOGEdq6geWPj4xEng" annotatedElement="_yJ_ApoOGEdq6geWPj4xEng">

         <body>An composition of an Expression that states the abstraction relationship between the supplier and the client. In some cases, such as Derivation, it is usually formal and unidirectional; in other cases, such as Trace, it is usually informal and bidirectional. The mapping expression is optional and may be omitted if the precise relationship between the elements is not specified.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_metbaoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_metba4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yJ_AqoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yJ_Aq4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

   <ownedMember xmi:type="uml:Class" xmi:id="_rEDGkGwKEdq7X4sGURiZYA" name="Dependency">

-    <ownedComment xmi:id="_metbbIN9EdqadtFwU5VNog" annotatedElement="_rEDGkGwKEdq7X4sGURiZYA">

+    <ownedComment xmi:id="_yJ_ArIOGEdq6geWPj4xEng" annotatedElement="_rEDGkGwKEdq7X4sGURiZYA">

       <body>A dependency is a relationship that signifies that a single or a set of model elements requires other model elements for their specification or implementation. This means that the complete semantics of the depending elements is either semantically or structurally dependent on the definition of the supplier element(s).</body>

     </ownedComment>

-    <generalization xmi:id="_metbbYN9EdqadtFwU5VNog" general="_mLouYIN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_metbboN9EdqadtFwU5VNog" general="_jKxnwGwLEdq7X4sGURiZYA"/>

-    <ownedAttribute xmi:id="_metbb4N9EdqadtFwU5VNog" name="supplier" type="_csVgUGvtEdqG6fBIPwe-mw" subsettedProperty="_mLouaYN9EdqadtFwU5VNog" association="_mfdCQ4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_metbcIN9EdqadtFwU5VNog" annotatedElement="_metbb4N9EdqadtFwU5VNog">

+    <generalization xmi:id="_yJ_ArYOGEdq6geWPj4xEng" general="_x381cIOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_yJ_AroOGEdq6geWPj4xEng" general="_jKxnwGwLEdq7X4sGURiZYA"/>

+    <ownedAttribute xmi:id="_yJ_Ar4OGEdq6geWPj4xEng" name="supplier" type="_csVgUGvtEdqG6fBIPwe-mw" subsettedProperty="_x381eYOGEdq6geWPj4xEng" association="_yKldnYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yJ_AsIOGEdq6geWPj4xEng" annotatedElement="_yJ_Ar4OGEdq6geWPj4xEng">

         <body>The element(s) independent of the client element(s), in the same respect and the same dependency relationship. In some directed dependency relationships (such as Refinement Abstractions), a common convention in the domain of class-based OO software is to put the more abstract element in this role. Despite this convention, users of UML may stipulate a sense of dependency suitable for their domain, which makes a more abstract element dependent on that which is more specific.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_metbcYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_metbcoN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yJ_AsYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yJ_AsoOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_me3MYIN9EdqadtFwU5VNog" name="client" type="_csVgUGvtEdqG6fBIPwe-mw" subsettedProperty="_mLouY4N9EdqadtFwU5VNog" association="_mfdCSYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_me3MYYN9EdqadtFwU5VNog" annotatedElement="_me3MYIN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yJ_As4OGEdq6geWPj4xEng" name="client" type="_csVgUGvtEdqG6fBIPwe-mw" subsettedProperty="_x381c4OGEdq6geWPj4xEng" association="_yKldo4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yJ_AtIOGEdq6geWPj4xEng" annotatedElement="_yJ_As4OGEdq6geWPj4xEng">

         <body>The element(s) dependent on the supplier element(s). In some cases (such as a Trace Abstraction) the assignment of direction (that is, the designation of the client element) is at the discretion of the modeler, and is a stipulation.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_me3MYoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_me3MY4N9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yJ_AtYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yJ_AtoOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_me3MZIN9EdqadtFwU5VNog" name="Realization">

-    <ownedComment xmi:id="_me3MZYN9EdqadtFwU5VNog" annotatedElement="_me3MZIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yJ_At4OGEdq6geWPj4xEng" name="Realization">

+    <ownedComment xmi:id="_yJ_AuIOGEdq6geWPj4xEng" annotatedElement="_yJ_At4OGEdq6geWPj4xEng">

       <body>Realization is a specialized abstraction relationship between two sets of model elements, one representing a specification (the supplier) and the other represents an implementation of the latter (the client). Realization can be used to model stepwise refinement, optimizations, transformations, templates, model synthesis, framework composition, etc.</body>

     </ownedComment>

-    <generalization xmi:id="_me3MZoN9EdqadtFwU5VNog" general="_metbY4N9EdqadtFwU5VNog"/>

+    <generalization xmi:id="_yJ_AuYOGEdq6geWPj4xEng" general="_yJ_Ao4OGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_me3MZ4N9EdqadtFwU5VNog" name="Substitution">

-    <ownedComment xmi:id="_me3MaIN9EdqadtFwU5VNog" annotatedElement="_me3MZ4N9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yKIxoIOGEdq6geWPj4xEng" name="Substitution">

+    <ownedComment xmi:id="_yKIxoYOGEdq6geWPj4xEng" annotatedElement="_yKIxoIOGEdq6geWPj4xEng">

       <body>A substitution is a relationship between two classifiers signifies that the substitutingClassifier complies with the contract specified by the contract classifier. This implies that instances of the substitutingClassifier are runtime substitutable where instances of the contract classifier are expected.</body>

     </ownedComment>

-    <generalization xmi:id="_me3MaYN9EdqadtFwU5VNog" general="_me3MZIN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_me3MaoN9EdqadtFwU5VNog" name="contract" type="_6UV2QGwJEdq7X4sGURiZYA" subsettedProperty="_metbb4N9EdqadtFwU5VNog" association="_mfTRSIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_me3Ma4N9EdqadtFwU5VNog" annotatedElement="_me3MaoN9EdqadtFwU5VNog"/>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_me3MbIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_me3MbYN9EdqadtFwU5VNog" value="1"/>

+    <generalization xmi:id="_yKIxooOGEdq6geWPj4xEng" general="_yJ_At4OGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yKIxo4OGEdq6geWPj4xEng" name="contract" type="_6UV2QGwJEdq7X4sGURiZYA" subsettedProperty="_yJ_Ar4OGEdq6geWPj4xEng" association="_yKldlYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yKIxpIOGEdq6geWPj4xEng" annotatedElement="_yKIxo4OGEdq6geWPj4xEng"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yKIxpYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yKIxpoOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_me3MboN9EdqadtFwU5VNog" name="substitutingClassifier" type="_6UV2QGwJEdq7X4sGURiZYA" subsettedProperty="_me3MYIN9EdqadtFwU5VNog" association="_mfdCQIN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_me3Mb4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_me3McIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yKIxp4OGEdq6geWPj4xEng" name="substitutingClassifier" type="_6UV2QGwJEdq7X4sGURiZYA" subsettedProperty="_yJ_As4OGEdq6geWPj4xEng" association="_yKldmoOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yKIxqIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yKIxqYOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_me3McYN9EdqadtFwU5VNog" annotatedElement="_me3MboN9EdqadtFwU5VNog"/>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_me3McoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_me3Mc4N9EdqadtFwU5VNog" value="1"/>

+      <ownedComment xmi:id="_yKIxqoOGEdq6geWPj4xEng" annotatedElement="_yKIxp4OGEdq6geWPj4xEng"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yKIxq4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yKIxrIOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

   <ownedMember xmi:type="uml:Class" xmi:id="_ZiwkoGwLEdq7X4sGURiZYA" name="Namespace" isAbstract="true">

-    <ownedComment xmi:id="_mMOkSoN9EdqadtFwU5VNog" annotatedElement="_ZiwkoGwLEdq7X4sGURiZYA">

+    <ownedComment xmi:id="_x4ZheoOGEdq6geWPj4xEng" annotatedElement="_ZiwkoGwLEdq7X4sGURiZYA">

       <body>A namespace has the ability to import either individial members or all members of a package, thereby making it possible to refer to those named elements without qualification in the importing namespace. In the case of conflicts, it is necessary to use qualified names or aliases to disambiguate the referenced elements.</body>

     </ownedComment>

-    <ownedComment xmi:id="_mZC4ToN9EdqadtFwU5VNog" annotatedElement="_ZiwkoGwLEdq7X4sGURiZYA">

+    <ownedComment xmi:id="_yEeOkIOGEdq6geWPj4xEng" annotatedElement="_ZiwkoGwLEdq7X4sGURiZYA">

       <body>A namespace is a named element that can own other named elements. Each named element may be owned by at most one namespace. A namespace provides a means for identifying named elements by name. Named elements can be identified by name in a namespace either by being directly owned by the namespace or by being introduced into the namespace by other means e.g. importing or inheriting. Namespace is an abstract metaclass.

 

 

@@ -2552,83 +2552,83 @@
 

 </body>

     </ownedComment>

-    <ownedComment xmi:id="_mfTRQIN9EdqadtFwU5VNog" annotatedElement="_ZiwkoGwLEdq7X4sGURiZYA">

+    <ownedComment xmi:id="_yKbskIOGEdq6geWPj4xEng" annotatedElement="_ZiwkoGwLEdq7X4sGURiZYA">

       <body>A namespace is a named element that can own other named elements. Each named element may be owned by at most one namespace. A namespace provides a means for identifying named elements by name. Named elements can be identified by name in a namespace either by being directly owned by the namespace or by being introduced into the namespace by other means e.g. importing or inheriting. Namespace is an abstract metaclass.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mMYVQIN9EdqadtFwU5VNog" name="members_distinguishable" constrainedElement="_ZiwkoGwLEdq7X4sGURiZYA">

-      <ownedComment xmi:id="_mMYVQYN9EdqadtFwU5VNog" annotatedElement="_mMYVQIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_x4Zhe4OGEdq6geWPj4xEng" name="members_distinguishable" constrainedElement="_ZiwkoGwLEdq7X4sGURiZYA">

+      <ownedComment xmi:id="_x4ZhfIOGEdq6geWPj4xEng" annotatedElement="_x4Zhe4OGEdq6geWPj4xEng">

         <body>All the members of a Namespace are distinguishable within it.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mZC4T4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yEn_gIOGEdq6geWPj4xEng" language="OCL">

         <body>membersAreDistinguishable()</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mMYVQ4N9EdqadtFwU5VNog" general="_csVgUGvtEdqG6fBIPwe-mw"/>

-    <ownedAttribute xmi:id="_mMYVSoN9EdqadtFwU5VNog" name="elementImport" type="_RPl78GwIEdq7X4sGURiZYA" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mQjqtoN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mMYVS4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mMYVTIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_x4ZhfoOGEdq6geWPj4xEng" general="_csVgUGvtEdqG6fBIPwe-mw"/>

+    <ownedAttribute xmi:id="_x4jSZoOGEdq6geWPj4xEng" name="elementImport" type="_RPl78GwIEdq7X4sGURiZYA" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_x8k204OGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_x4jSZ4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x4jSaIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mMYVTYN9EdqadtFwU5VNog" annotatedElement="_mMYVSoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x4jSaYOGEdq6geWPj4xEng" annotatedElement="_x4jSZoOGEdq6geWPj4xEng">

         <body>References the ElementImports owned by the Namespace.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mZMpQIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mZMpQYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yEn_gYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yEn_goOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mMYVUIN9EdqadtFwU5VNog" name="packageImport" type="_SnNPIGwIEdq7X4sGURiZYA" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mQs0kIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mMYVUYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mMYVUoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_x4jSbIOGEdq6geWPj4xEng" name="packageImport" type="_SnNPIGwIEdq7X4sGURiZYA" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_x8uAsIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_x4jSbYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x4jSboOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mMYVU4N9EdqadtFwU5VNog" annotatedElement="_mMYVUIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x4jSb4OGEdq6geWPj4xEng" annotatedElement="_x4jSbIOGEdq6geWPj4xEng">

         <body>References the PackageImports owned by the Namespace.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mZMpQoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mZMpQ4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yEn_g4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yEn_hIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mMYVYoN9EdqadtFwU5VNog" name="ownedRule" type="_mOBUAIN9EdqadtFwU5VNog" subsettedProperty="_mMYVVoN9EdqadtFwU5VNog" association="_mRJgj4N9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mMYVY4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mMYVZIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_x4jSfoOGEdq6geWPj4xEng" name="ownedRule" type="_x6CgIYOGEdq6geWPj4xEng" subsettedProperty="_x4jScoOGEdq6geWPj4xEng" association="_x9KsoIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_x4jSf4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x4jSgIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mZMpRIN9EdqadtFwU5VNog" annotatedElement="_mMYVYoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yEn_hYOGEdq6geWPj4xEng" annotatedElement="_x4jSfoOGEdq6geWPj4xEng">

         <body>Specifies a set of Constraints owned by this Namespace.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mZMpRYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mZMpRoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yEn_hoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yEn_h4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mMYVXIN9EdqadtFwU5VNog" name="member" type="_csVgUGvtEdqG6fBIPwe-mw" isReadOnly="true" isDerived="true" isDerivedUnion="true" association="_mQ_vhYN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mMYVXYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mMYVXoN9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_x4jSeIOGEdq6geWPj4xEng" name="member" type="_csVgUGvtEdqG6fBIPwe-mw" isReadOnly="true" isDerived="true" isDerivedUnion="true" association="_x9BisIOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_x4jSeYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x4jSeoOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mMYVX4N9EdqadtFwU5VNog" annotatedElement="_mMYVXIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x4jSe4OGEdq6geWPj4xEng" annotatedElement="_x4jSeIOGEdq6geWPj4xEng">

         <body>Redefines the corresponding property of Abstractions::Namespaces::Namespace.</body>

       </ownedComment>

-      <ownedComment xmi:id="_mZVzMIN9EdqadtFwU5VNog" annotatedElement="_mMYVXIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yExJc4OGEdq6geWPj4xEng" annotatedElement="_x4jSeIOGEdq6geWPj4xEng">

         <body>A collection of NamedElements identifiable within the Namespace, either by being owned or by being introduced by importing or inheritance.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mZVzMYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mZVzMoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yExJdIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yExJdYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mMYVRIN9EdqadtFwU5VNog" name="importedMember" type="_jKxnwGwLEdq7X4sGURiZYA" isReadOnly="true" isDerived="true" subsettedProperty="_mMYVXIN9EdqadtFwU5VNog" association="_mQjqrYN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mMYVRYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mMYVRoN9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_x4jSYIOGEdq6geWPj4xEng" name="importedMember" type="_jKxnwGwLEdq7X4sGURiZYA" isReadOnly="true" isDerived="true" subsettedProperty="_x4jSeIOGEdq6geWPj4xEng" association="_x8k2yoOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_x4jSYYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x4jSYoOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mMYVR4N9EdqadtFwU5VNog" annotatedElement="_mMYVRIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x4jSY4OGEdq6geWPj4xEng" annotatedElement="_x4jSYIOGEdq6geWPj4xEng">

         <body>References the PackageableElements that are members of this Namespace as a result of either PackageImports or ElementImports.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mZVzM4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mZVzNIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yExJdoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yExJd4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mMYVVoN9EdqadtFwU5VNog" name="ownedMember" type="_csVgUGvtEdqG6fBIPwe-mw" isReadOnly="true" isDerived="true" isDerivedUnion="true" subsettedProperty="_mMYVXIN9EdqadtFwU5VNog _mLyfZ4N9EdqadtFwU5VNog" association="_mQ_vgoN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mMYVV4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mMYVWIN9EdqadtFwU5VNog" isTransient="true" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_x4jScoOGEdq6geWPj4xEng" name="ownedMember" type="_csVgUGvtEdqG6fBIPwe-mw" isReadOnly="true" isDerived="true" isDerivedUnion="true" subsettedProperty="_x4jSeIOGEdq6geWPj4xEng _x381hoOGEdq6geWPj4xEng" association="_x83xxYOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_x4jSc4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x4jSdIOGEdq6geWPj4xEng" isTransient="true" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mMYVWYN9EdqadtFwU5VNog" annotatedElement="_mMYVVoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x4jSdYOGEdq6geWPj4xEng" annotatedElement="_x4jScoOGEdq6geWPj4xEng">

         <body>Redefines the corresponding property of Abstractions::Namespaces::Namespace.</body>

       </ownedComment>

-      <ownedComment xmi:id="_mZMpR4N9EdqadtFwU5VNog" annotatedElement="_mMYVVoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yExJcIOGEdq6geWPj4xEng" annotatedElement="_x4jScoOGEdq6geWPj4xEng">

         <body>A collection of NamedElements owned by the Namespace.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mfTRQYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mfTRQoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yKbskYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yKbskoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

     <ownedOperation xmi:id="_vI18QGwLEdq7X4sGURiZYA" name="createElementImport" type="_RPl78GwIEdq7X4sGURiZYA">

       <returnResult xmi:id="_xwes4GwLEdq7X4sGURiZYA" type="_RPl78GwIEdq7X4sGURiZYA" direction="return"/>

@@ -2652,36 +2652,36 @@
         <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_6sF9AGwLEdq7X4sGURiZYA"/>

       </returnResult>

     </ownedOperation>

-    <ownedOperation xmi:id="_mMiGQIN9EdqadtFwU5VNog" name="importedMember" type="_jKxnwGwLEdq7X4sGURiZYA" isQuery="true" bodyCondition="_mMiGRIN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mMiGQYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EOperation" xmi:id="_mMiGQoN9EdqadtFwU5VNog" operationName="getImportedMembers"/>

+    <ownedOperation xmi:id="_x4tDYIOGEdq6geWPj4xEng" name="importedMember" type="_jKxnwGwLEdq7X4sGURiZYA" isQuery="true" bodyCondition="_x4tDZIOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_x4tDYYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EOperation" xmi:id="_x4tDYoOGEdq6geWPj4xEng" operationName="getImportedMembers"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mMiGQ4N9EdqadtFwU5VNog" annotatedElement="_mMiGQIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x4tDY4OGEdq6geWPj4xEng" annotatedElement="_x4tDYIOGEdq6geWPj4xEng">

         <body>The importedMember property is derived from the ElementImports and the PackageImports. References the PackageableElements that are members of this Namespace as a result of either PackageImports or ElementImports.</body>

       </ownedComment>

-      <ownedComment xmi:id="_mZVzNYN9EdqadtFwU5VNog" annotatedElement="_mMiGQIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yExJeIOGEdq6geWPj4xEng" annotatedElement="_x4tDYIOGEdq6geWPj4xEng">

         <body>The importedMember property is derived from the ElementImports and the PackageImports.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mMiGRIN9EdqadtFwU5VNog" name="spec" constrainedElement="_mMiGQIN9EdqadtFwU5VNog _mMYVRIN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mZVzNoN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x4tDZIOGEdq6geWPj4xEng" name="spec" constrainedElement="_x4tDYIOGEdq6geWPj4xEng _x4jSYIOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yExJeYOGEdq6geWPj4xEng" language="OCL">

           <body>result = self.importMembers(self.elementImport.importedElement.asSet()-

 >union(self.packageImport.importedPackage->collect(p | p.visibleMembers())))</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mMiGRoN9EdqadtFwU5VNog" type="_jKxnwGwLEdq7X4sGURiZYA" direction="return">

-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mZVzN4N9EdqadtFwU5VNog" value="-1"/>

-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mZVzOIN9EdqadtFwU5VNog"/>

+      <returnResult xmi:id="_x4tDZoOGEdq6geWPj4xEng" type="_jKxnwGwLEdq7X4sGURiZYA" direction="return">

+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yExJeoOGEdq6geWPj4xEng" value="-1"/>

+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yExJe4OGEdq6geWPj4xEng"/>

       </returnResult>

     </ownedOperation>

-    <ownedOperation xmi:id="_mMiGSYN9EdqadtFwU5VNog" name="getNamesOfMember" type="_aAyVgGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_mMiGS4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mMiGSoN9EdqadtFwU5VNog" annotatedElement="_mMiGSYN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x4tDaYOGEdq6geWPj4xEng" name="getNamesOfMember" type="_aAyVgGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_x4tDa4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x4tDaoOGEdq6geWPj4xEng" annotatedElement="_x4tDaYOGEdq6geWPj4xEng">

         <body>The query getNamesOfMember() is overridden to take account of importing. It gives back the set of names that an element would have in an importing namespace, either because it is owned, or if not owned then imported individually, or if not individually then from a package.</body>

       </ownedComment>

-      <ownedComment xmi:id="_mZVzOYN9EdqadtFwU5VNog" annotatedElement="_mMiGSYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yExJfIOGEdq6geWPj4xEng" annotatedElement="_x4tDaYOGEdq6geWPj4xEng">

         <body>The query getNamesOfMember() gives a set of all of the names that a member would have in a Namespace. In general a member can have multiple names in a Namespace if it is imported more than once with different aliases. The query takes account of importing. It gives back the set of names that an element would have in an importing namespace, either because it is owned, or if not owned then imported individually, or if not individually then from a package.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mMiGS4N9EdqadtFwU5VNog" name="spec" constrainedElement="_mMiGSYN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mZVzOoN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x4tDa4OGEdq6geWPj4xEng" name="spec" constrainedElement="_x4tDaYOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yExJfYOGEdq6geWPj4xEng" language="OCL">

           <body>result = if self.ownedMember ->includes(element)

 then Set{}->include(element.name)

 else let elementImports: ElementImport = self.elementImport->select(ei | ei.importedElement = element) in

@@ -2692,212 +2692,212 @@
 endif</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mMiGTYN9EdqadtFwU5VNog" type="_aAyVgGvsEdqG6fBIPwe-mw" direction="return">

-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mZVzO4N9EdqadtFwU5VNog" value="-1"/>

-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mZVzPIN9EdqadtFwU5VNog"/>

+      <returnResult xmi:id="_x4tDbYOGEdq6geWPj4xEng" type="_aAyVgGvsEdqG6fBIPwe-mw" direction="return">

+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yExJfoOGEdq6geWPj4xEng" value="-1"/>

+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yExJf4OGEdq6geWPj4xEng"/>

       </returnResult>

-      <ownedParameter xmi:id="_mMiGUIN9EdqadtFwU5VNog" name="element" type="_csVgUGvtEdqG6fBIPwe-mw"/>

+      <ownedParameter xmi:id="_x4tDcIOGEdq6geWPj4xEng" name="element" type="_csVgUGvtEdqG6fBIPwe-mw"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mMiGZYN9EdqadtFwU5VNog" name="membersAreDistinguishable" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_mMiGZ4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mMiGZoN9EdqadtFwU5VNog" annotatedElement="_mMiGZYN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x4tDhYOGEdq6geWPj4xEng" name="membersAreDistinguishable" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_x4tDh4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x4tDhoOGEdq6geWPj4xEng" annotatedElement="_x4tDhYOGEdq6geWPj4xEng">

         <body>The Boolean query membersAreDistinguishable() determines whether all of the namespace's members are distinguishable within it.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mMiGZ4N9EdqadtFwU5VNog" name="spec" constrainedElement="_mMiGZYN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mZVzPYN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x4tDh4OGEdq6geWPj4xEng" name="spec" constrainedElement="_x4tDhYOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yE66cIOGEdq6geWPj4xEng" language="OCL">

           <body>result = self.member->forAll( memb |

 self.member->excluding(memb)->forAll(other |

 memb.isDistinguishableFrom(other, self)))</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mMiGaYN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_x4tDiYOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mMiGUYN9EdqadtFwU5VNog" name="importMembers" type="_jKxnwGwLEdq7X4sGURiZYA" isQuery="true" bodyCondition="_mMiGU4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mMiGUoN9EdqadtFwU5VNog" annotatedElement="_mMiGUYN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x4tDcYOGEdq6geWPj4xEng" name="importMembers" type="_jKxnwGwLEdq7X4sGURiZYA" isQuery="true" bodyCondition="_x4tDc4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x4tDcoOGEdq6geWPj4xEng" annotatedElement="_x4tDcYOGEdq6geWPj4xEng">

         <body>The query importMembers() defines which of a set of PackageableElements are actually imported into the namespace. This excludes hidden ones, i.e., those which have names that conflict with names of owned members, and also excludes elements which would have the same name when imported.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mMiGU4N9EdqadtFwU5VNog" name="spec" constrainedElement="_mMiGUYN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mZfkMIN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x4tDc4OGEdq6geWPj4xEng" name="spec" constrainedElement="_x4tDcYOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yE66cYOGEdq6geWPj4xEng" language="OCL">

           <body>result = self.excludeCollisions(imps)->select(imp | self.ownedMember->forAll(mem |

 mem.imp.isDistinguishableFrom(mem, self)))</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mMiGVYN9EdqadtFwU5VNog" type="_jKxnwGwLEdq7X4sGURiZYA" direction="return">

-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mZfkMYN9EdqadtFwU5VNog" value="-1"/>

-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mZfkMoN9EdqadtFwU5VNog"/>

+      <returnResult xmi:id="_x4tDdYOGEdq6geWPj4xEng" type="_jKxnwGwLEdq7X4sGURiZYA" direction="return">

+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yE66coOGEdq6geWPj4xEng" value="-1"/>

+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yE66c4OGEdq6geWPj4xEng"/>

       </returnResult>

-      <ownedParameter xmi:id="_mMiGWIN9EdqadtFwU5VNog" name="imps" type="_jKxnwGwLEdq7X4sGURiZYA">

-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mMiGWYN9EdqadtFwU5VNog" value="-1"/>

-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mMiGWoN9EdqadtFwU5VNog"/>

+      <ownedParameter xmi:id="_x4tDeIOGEdq6geWPj4xEng" name="imps" type="_jKxnwGwLEdq7X4sGURiZYA">

+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_x4tDeYOGEdq6geWPj4xEng" value="-1"/>

+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_x4tDeoOGEdq6geWPj4xEng"/>

       </ownedParameter>

     </ownedOperation>

-    <ownedOperation xmi:id="_mMiGW4N9EdqadtFwU5VNog" name="excludeCollisions" type="_jKxnwGwLEdq7X4sGURiZYA" isQuery="true" bodyCondition="_mMiGXYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mMiGXIN9EdqadtFwU5VNog" annotatedElement="_mMiGW4N9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x4tDe4OGEdq6geWPj4xEng" name="excludeCollisions" type="_jKxnwGwLEdq7X4sGURiZYA" isQuery="true" bodyCondition="_x4tDfYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x4tDfIOGEdq6geWPj4xEng" annotatedElement="_x4tDe4OGEdq6geWPj4xEng">

         <body>The query excludeCollisions() excludes from a set of PackageableElements any that would not be distinguishable from each other in this namespace.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mMiGXYN9EdqadtFwU5VNog" name="spec" constrainedElement="_mMiGW4N9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mZfkM4N9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x4tDfYOGEdq6geWPj4xEng" name="spec" constrainedElement="_x4tDe4OGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yE66dIOGEdq6geWPj4xEng" language="OCL">

           <body>result = imps->reject(imp1 | imps.exists(imp2 | not imp1.isDistinguishableFrom(imp2, self)))</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mMiGX4N9EdqadtFwU5VNog" type="_jKxnwGwLEdq7X4sGURiZYA" direction="return">

-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mZfkNIN9EdqadtFwU5VNog" value="-1"/>

-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mZfkNYN9EdqadtFwU5VNog"/>

+      <returnResult xmi:id="_x4tDf4OGEdq6geWPj4xEng" type="_jKxnwGwLEdq7X4sGURiZYA" direction="return">

+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yE66dYOGEdq6geWPj4xEng" value="-1"/>

+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yE66doOGEdq6geWPj4xEng"/>

       </returnResult>

-      <ownedParameter xmi:id="_mMiGYoN9EdqadtFwU5VNog" name="imps" type="_jKxnwGwLEdq7X4sGURiZYA">

-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mMiGY4N9EdqadtFwU5VNog" value="-1"/>

-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mMiGZIN9EdqadtFwU5VNog"/>

+      <ownedParameter xmi:id="_x4tDgoOGEdq6geWPj4xEng" name="imps" type="_jKxnwGwLEdq7X4sGURiZYA">

+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_x4tDg4OGEdq6geWPj4xEng" value="-1"/>

+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_x4tDhIOGEdq6geWPj4xEng"/>

       </ownedParameter>

     </ownedOperation>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mfTRQ4N9EdqadtFwU5VNog" name="A_mapping_abstraction" memberEnd="_mfTRRYN9EdqadtFwU5VNog _metbZoN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mfTRRIN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mfTRRYN9EdqadtFwU5VNog" type="_metbY4N9EdqadtFwU5VNog" association="_mfTRQ4N9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mfTRRoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mfTRR4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yKldkIOGEdq6geWPj4xEng" name="A_mapping_abstraction" memberEnd="_yKldkoOGEdq6geWPj4xEng _yJ_ApoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yKldkYOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yKldkoOGEdq6geWPj4xEng" type="_yJ_Ao4OGEdq6geWPj4xEng" association="_yKldkIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yKldk4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yKldlIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mfTRSIN9EdqadtFwU5VNog" name="A_contract_substitution" memberEnd="_mfTRSoN9EdqadtFwU5VNog _me3MaoN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mfTRSYN9EdqadtFwU5VNog" general="_mfdCQ4N9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mfTRSoN9EdqadtFwU5VNog" type="_me3MZ4N9EdqadtFwU5VNog" association="_mfTRSIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mfTRS4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mfTRTIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yKldlYOGEdq6geWPj4xEng" name="A_contract_substitution" memberEnd="_yKIxo4OGEdq6geWPj4xEng _yKldl4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yKldloOGEdq6geWPj4xEng" general="_yKldnYOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yKldl4OGEdq6geWPj4xEng" type="_yKIxoIOGEdq6geWPj4xEng" association="_yKldlYOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yKldmIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yKldmYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mfdCQIN9EdqadtFwU5VNog" name="A_substitution_substitutingClassifier" memberEnd="_mfAWUIN9EdqadtFwU5VNog _me3MboN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mfdCQYN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mfdCQoN9EdqadtFwU5VNog" general="_mfdCSYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yKldmoOGEdq6geWPj4xEng" name="A_substitution_substitutingClassifier" memberEnd="_yKIxroOGEdq6geWPj4xEng _yKIxp4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yKldm4OGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_yKldnIOGEdq6geWPj4xEng" general="_yKldo4OGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mfdCQ4N9EdqadtFwU5VNog" name="A_supplierDependency_supplier" memberEnd="_mfdCRYN9EdqadtFwU5VNog _metbb4N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mfdCRIN9EdqadtFwU5VNog" general="_mQ2ll4N9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mfdCRYN9EdqadtFwU5VNog" name="supplierDependency" type="_rEDGkGwKEdq7X4sGURiZYA" association="_mfdCQ4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mfdCRoN9EdqadtFwU5VNog" annotatedElement="_mfdCRYN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Association" xmi:id="_yKldnYOGEdq6geWPj4xEng" name="A_supplierDependency_supplier" memberEnd="_yKldn4OGEdq6geWPj4xEng _yJ_Ar4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yKldnoOGEdq6geWPj4xEng" general="_x83xs4OGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yKldn4OGEdq6geWPj4xEng" name="supplierDependency" type="_rEDGkGwKEdq7X4sGURiZYA" association="_yKldnYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yKldoIOGEdq6geWPj4xEng" annotatedElement="_yKldn4OGEdq6geWPj4xEng">

         <body>Indicates the dependencies that reference the supplier.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mfdCR4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mfdCSIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yKldoYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yKldooOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mfdCSYN9EdqadtFwU5VNog" name="A_clientDependency_client" memberEnd="_mfAWVoN9EdqadtFwU5VNog _me3MYIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mfdCSoN9EdqadtFwU5VNog" general="_mQ2llIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yKldo4OGEdq6geWPj4xEng" name="A_clientDependency_client" memberEnd="_yJ_As4OGEdq6geWPj4xEng _yKR7kIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yKldpIOGEdq6geWPj4xEng" general="_x83xsIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQ_vgoN9EdqadtFwU5VNog" name="A_ownedMember_namespace" memberEnd="_mMYVVoN9EdqadtFwU5VNog _mPzcsIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mQ_vg4N9EdqadtFwU5VNog" general="_mQ_vhYN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mQ_vhIN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x83xxYOGEdq6geWPj4xEng" name="A_ownedMember_namespace" memberEnd="_x4jScoOGEdq6geWPj4xEng _x7re94OGEdq6geWPj4xEng">

+    <generalization xmi:id="_x83xxoOGEdq6geWPj4xEng" general="_x9BisIOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_x83xx4OGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

   </ownedMember>

   <ownedMember xmi:type="uml:Class" xmi:id="_l2mXcHLzEdqziYxiZo0YtA" name="InterfaceRealization">

-    <ownedComment xmi:id="_mfmzRIN9EdqadtFwU5VNog" annotatedElement="_l2mXcHLzEdqziYxiZo0YtA">

+    <ownedComment xmi:id="_yKunloOGEdq6geWPj4xEng" annotatedElement="_l2mXcHLzEdqziYxiZo0YtA">

       <body>An InterfaceRealization is a specialized Realization relationship between a Classifier and an Interface. This relationship signifies that the realizing classifier conforms to the contract specified by the Interface.</body>

     </ownedComment>

-    <generalization xmi:id="_mfmzRYN9EdqadtFwU5VNog" general="_me3MZIN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mfmzRoN9EdqadtFwU5VNog" name="contract" type="_8Ugn8GvtEdqG6fBIPwe-mw" subsettedProperty="_metbb4N9EdqadtFwU5VNog" association="_mf5uQIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mfmzR4N9EdqadtFwU5VNog" annotatedElement="_mfmzRoN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yKunl4OGEdq6geWPj4xEng" general="_yJ_At4OGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yKunmIOGEdq6geWPj4xEng" name="contract" type="_8Ugn8GvtEdqG6fBIPwe-mw" subsettedProperty="_yJ_Ar4OGEdq6geWPj4xEng" association="_yLBigIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yKunmYOGEdq6geWPj4xEng" annotatedElement="_yKunmIOGEdq6geWPj4xEng">

         <body>References the Interface specifying the conformance contract.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mfmzSIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mfmzSYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yKunmoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yKunm4OGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mfmzSoN9EdqadtFwU5VNog" name="implementingClassifier" type="_iY7sMGvsEdqG6fBIPwe-mw" subsettedProperty="_me3MYIN9EdqadtFwU5VNog" association="_mf5uRYN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mfmzS4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mfmzTIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yKunnIOGEdq6geWPj4xEng" name="implementingClassifier" type="_iY7sMGvsEdqG6fBIPwe-mw" subsettedProperty="_yJ_As4OGEdq6geWPj4xEng" association="_yLBihYOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yKunnYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yKunnoOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mfmzTYN9EdqadtFwU5VNog" annotatedElement="_mfmzSoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yKunn4OGEdq6geWPj4xEng" annotatedElement="_yKunnIOGEdq6geWPj4xEng">

         <body>References the BehavioredClassifier that owns this Interfacerealization (i.e., the classifier that realizes the Interface to which it points).</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mfmzToN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mfmzT4N9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yKunoIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yKunoYOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mf5uNoN9EdqadtFwU5VNog" name="A_interface_ownedAttribute" memberEnd="_mfdCUIN9EdqadtFwU5VNog _mf5uOYN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mf5uN4N9EdqadtFwU5VNog" general="_mQQIrYN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mf5uOIN9EdqadtFwU5VNog" general="_mQ_vgoN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mf5uOYN9EdqadtFwU5VNog" type="_8Ugn8GvtEdqG6fBIPwe-mw" subsettedProperty="_mQQIsIN9EdqadtFwU5VNog _mPzcsIN9EdqadtFwU5VNog _mL7pWIN9EdqadtFwU5VNog" association="_mf5uNoN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mf5uOoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mf5uO4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yLBidoOGEdq6geWPj4xEng" name="A_interface_ownedAttribute" memberEnd="_yKungIOGEdq6geWPj4xEng _yLBieYOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yLBid4OGEdq6geWPj4xEng" general="_x8bFxIOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_yLBieIOGEdq6geWPj4xEng" general="_x83xxYOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yLBieYOGEdq6geWPj4xEng" type="_8Ugn8GvtEdqG6fBIPwe-mw" subsettedProperty="_x8bFx4OGEdq6geWPj4xEng _x7re94OGEdq6geWPj4xEng _x4GmeIOGEdq6geWPj4xEng" association="_yLBidoOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yLBieoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yLBie4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mf5uPIN9EdqadtFwU5VNog" name="A_interface_ownedOperation" memberEnd="_mfdCVoN9EdqadtFwU5VNog _mf5uMIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mf5uPYN9EdqadtFwU5VNog" general="_mQ2lmoN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mf5uPoN9EdqadtFwU5VNog" general="_mQ2lnoN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mf5uP4N9EdqadtFwU5VNog" general="_mQ_vgoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yLBifIOGEdq6geWPj4xEng" name="A_interface_ownedOperation" memberEnd="_yLBicIOGEdq6geWPj4xEng _yKunhoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yLBifYOGEdq6geWPj4xEng" general="_x83xtoOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_yLBifoOGEdq6geWPj4xEng" general="_x83xuoOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_yLBif4OGEdq6geWPj4xEng" general="_x83xxYOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mf5uQIN9EdqadtFwU5VNog" name="A_contract_interfaceRealization" memberEnd="_mfmzRoN9EdqadtFwU5VNog _mf5uQoN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mf5uQYN9EdqadtFwU5VNog" general="_mfdCQ4N9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mf5uQoN9EdqadtFwU5VNog" type="_l2mXcHLzEdqziYxiZo0YtA" association="_mf5uQIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mf5uQ4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mf5uRIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yLBigIOGEdq6geWPj4xEng" name="A_contract_interfaceRealization" memberEnd="_yLBigoOGEdq6geWPj4xEng _yKunmIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yLBigYOGEdq6geWPj4xEng" general="_yKldnYOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yLBigoOGEdq6geWPj4xEng" type="_l2mXcHLzEdqziYxiZo0YtA" association="_yLBigIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yLBig4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yLBihIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mf5uRYN9EdqadtFwU5VNog" name="A_interfaceRealization_implementingClassifier" memberEnd="_mfv9MYN9EdqadtFwU5VNog _mfmzSoN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mf5uRoN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mf5uR4N9EdqadtFwU5VNog" general="_mfdCSYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yLBihYOGEdq6geWPj4xEng" name="A_interfaceRealization_implementingClassifier" memberEnd="_yK4YgYOGEdq6geWPj4xEng _yKunnIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yLBihoOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_yLBih4OGEdq6geWPj4xEng" general="_yKldo4OGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mf5uSIN9EdqadtFwU5VNog" name="A_nestedClassifier_interface" memberEnd="_mf5uS4N9EdqadtFwU5VNog _mfdCXIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mf5uSYN9EdqadtFwU5VNog" general="_mQ_vgoN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mf5uSoN9EdqadtFwU5VNog" general="_mQ2lmoN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mf5uS4N9EdqadtFwU5VNog" type="_8Ugn8GvtEdqG6fBIPwe-mw" subsettedProperty="_mPzcsIN9EdqadtFwU5VNog _mMrQOoN9EdqadtFwU5VNog" association="_mf5uSIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mf5uTIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mf5uTYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yLBiiIOGEdq6geWPj4xEng" name="A_nestedClassifier_interface" memberEnd="_yKunjIOGEdq6geWPj4xEng _yLBii4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yLBiiYOGEdq6geWPj4xEng" general="_x83xxYOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_yLBiioOGEdq6geWPj4xEng" general="_x83xtoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yLBii4OGEdq6geWPj4xEng" type="_8Ugn8GvtEdqG6fBIPwe-mw" subsettedProperty="_x7re94OGEdq6geWPj4xEng _x42NWoOGEdq6geWPj4xEng" association="_yLBiiIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yLBijIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yLBijYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mf5uToN9EdqadtFwU5VNog" name="A_interface_redefinedInterface" memberEnd="_mfmzQIN9EdqadtFwU5VNog _mf5uUIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mf5uT4N9EdqadtFwU5VNog" general="_mQ2lnIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mf5uUIN9EdqadtFwU5VNog" type="_8Ugn8GvtEdqG6fBIPwe-mw" association="_mf5uToN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mf5uUYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mf5uUoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yLBijoOGEdq6geWPj4xEng" name="A_interface_redefinedInterface" memberEnd="_yLBikIOGEdq6geWPj4xEng _yKunkoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yLBij4OGEdq6geWPj4xEng" general="_x83xuIOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yLBikIOGEdq6geWPj4xEng" type="_8Ugn8GvtEdqG6fBIPwe-mw" association="_yLBijoOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yLBikYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yLBikoOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

   <ownedMember xmi:type="uml:Class" xmi:id="_FQiVsGwYEdqHKKVoxc0dlA" name="StructuredClassifier" isAbstract="true">

-    <ownedComment xmi:id="_mgMpIYN9EdqadtFwU5VNog" annotatedElement="_FQiVsGwYEdqHKKVoxc0dlA">

+    <ownedComment xmi:id="_yLVEcYOGEdq6geWPj4xEng" annotatedElement="_FQiVsGwYEdqHKKVoxc0dlA">

       <body>A structured classifier is an abstract metaclass that represents any classifier whose behavior can be fully or partly described by the collaboration of owned or referenced instances.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mgMpIoN9EdqadtFwU5VNog" name="multiplicities" constrainedElement="_FQiVsGwYEdqHKKVoxc0dlA">

-      <ownedComment xmi:id="_mgMpI4N9EdqadtFwU5VNog" annotatedElement="_mgMpIoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yLVEcoOGEdq6geWPj4xEng" name="multiplicities" constrainedElement="_FQiVsGwYEdqHKKVoxc0dlA">

+      <ownedComment xmi:id="_yLVEc4OGEdq6geWPj4xEng" annotatedElement="_yLVEcoOGEdq6geWPj4xEng">

         <body>The multiplicities on connected elements must be consistent.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mgMpJIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yLVEdIOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mgMpJYN9EdqadtFwU5VNog" general="_6UV2QGwJEdq7X4sGURiZYA"/>

-    <ownedAttribute xmi:id="_mgWaIIN9EdqadtFwU5VNog" name="ownedAttribute" type="_Jp_1oGveEdq4DLWZOhbdEA" isOrdered="true" subsettedProperty="_mgWaLIN9EdqadtFwU5VNog _mMYVVoN9EdqadtFwU5VNog _mKcbkIN9EdqadtFwU5VNog" association="_mgfkFoN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mgWaIYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mgWaIoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yLVEdYOGEdq6geWPj4xEng" general="_6UV2QGwJEdq7X4sGURiZYA"/>

+    <ownedAttribute xmi:id="_yLVEdoOGEdq6geWPj4xEng" name="ownedAttribute" type="_Jp_1oGveEdq4DLWZOhbdEA" isOrdered="true" subsettedProperty="_yLeOYIOGEdq6geWPj4xEng _x4jScoOGEdq6geWPj4xEng _x2wioIOGEdq6geWPj4xEng" association="_yLn_ZIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yLVEd4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yLVEeIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mgWaI4N9EdqadtFwU5VNog" annotatedElement="_mgWaIIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yLVEeYOGEdq6geWPj4xEng" annotatedElement="_yLVEdoOGEdq6geWPj4xEng">

         <body>References the properties owned by the classifier.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mgWaJIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mgWaJYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yLVEeoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yLVEe4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mgWaJoN9EdqadtFwU5VNog" name="part" type="_Jp_1oGveEdq4DLWZOhbdEA" isReadOnly="true" isDerived="true" association="_mgfkHYN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mgWaJ4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mgWaKIN9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_yLVEfIOGEdq6geWPj4xEng" name="part" type="_Jp_1oGveEdq4DLWZOhbdEA" isReadOnly="true" isDerived="true" association="_yLn_a4OGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yLVEfYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yLVEfoOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mgWaKYN9EdqadtFwU5VNog" annotatedElement="_mgWaJoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yLVEf4OGEdq6geWPj4xEng" annotatedElement="_yLVEfIOGEdq6geWPj4xEng">

         <body>References the properties specifying instances that the classifier owns by composition. This association is derived, selecting those owned properties where isComposite is true.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mgWaKoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mgWaK4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yLVEgIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yLVEgYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mgWaLIN9EdqadtFwU5VNog" name="role" type="_mgWaOIN9EdqadtFwU5VNog" isReadOnly="true" isDerived="true" isDerivedUnion="true" subsettedProperty="_mMYVXIN9EdqadtFwU5VNog" association="_mgfkIYN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mgWaLYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mgWaLoN9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_yLeOYIOGEdq6geWPj4xEng" name="role" type="_yLeObIOGEdq6geWPj4xEng" isReadOnly="true" isDerived="true" isDerivedUnion="true" subsettedProperty="_x4jSeIOGEdq6geWPj4xEng" association="_yLn_b4OGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yLeOYYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yLeOYoOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mgWaL4N9EdqadtFwU5VNog" annotatedElement="_mgWaLIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yLeOY4OGEdq6geWPj4xEng" annotatedElement="_yLeOYIOGEdq6geWPj4xEng">

         <body>References the roles that instances may play in this classifier.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mgWaMIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mgWaMYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yLeOZIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yLeOZYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mgWaMoN9EdqadtFwU5VNog" name="ownedConnector" type="_mgDfP4N9EdqadtFwU5VNog" subsettedProperty="_mKmMkIN9EdqadtFwU5VNog _mMYVVoN9EdqadtFwU5VNog" association="_mgfkJoN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mgWaM4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mgWaNIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yLeOZoOGEdq6geWPj4xEng" name="ownedConnector" type="_yLLTf4OGEdq6geWPj4xEng" subsettedProperty="_x26ToIOGEdq6geWPj4xEng _x4jScoOGEdq6geWPj4xEng" association="_yLn_dIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yLeOZ4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yLeOaIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mgWaNYN9EdqadtFwU5VNog" annotatedElement="_mgWaMoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yLeOaYOGEdq6geWPj4xEng" annotatedElement="_yLeOZoOGEdq6geWPj4xEng">

         <body>References the connectors owned by the classifier.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mgWaNoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mgWaN4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yLeOaoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yLeOa4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

     <ownedOperation xmi:id="_YorvMHL0EdqziYxiZo0YtA" name="createOwnedAttribute" type="_Jp_1oGveEdq4DLWZOhbdEA">

       <returnResult xmi:id="_YorvMXL0EdqziYxiZo0YtA" type="_Jp_1oGveEdq4DLWZOhbdEA" direction="return"/>

@@ -2907,74 +2907,74 @@
       <ownedParameter xmi:id="_YorvNXL0EdqziYxiZo0YtA" name="upper" type="_dRZxsGvsEdqG6fBIPwe-mw" effect="read"/>

     </ownedOperation>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mgfkEoN9EdqadtFwU5VNog" name="A_type_connector" memberEnd="_mgDfS4N9EdqadtFwU5VNog _mgfkE4N9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mgfkE4N9EdqadtFwU5VNog" type="_mgDfP4N9EdqadtFwU5VNog" association="_mgfkEoN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mgfkFIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mgfkFYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yLn_YIOGEdq6geWPj4xEng" name="A_type_connector" memberEnd="_yLLTi4OGEdq6geWPj4xEng _yLn_YYOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yLn_YYOGEdq6geWPj4xEng" type="_yLLTf4OGEdq6geWPj4xEng" association="_yLn_YIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yLn_YoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yLn_Y4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mgfkFoN9EdqadtFwU5VNog" name="A_ownedAttribute_structuredClassifier" memberEnd="_mgWaIIN9EdqadtFwU5VNog _mgfkGoN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mgfkF4N9EdqadtFwU5VNog" general="_mgfkIYN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mgfkGIN9EdqadtFwU5VNog" general="_mQ_vgoN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mgfkGYN9EdqadtFwU5VNog" general="_mQQIrYN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mgfkGoN9EdqadtFwU5VNog" type="_FQiVsGwYEdqHKKVoxc0dlA" redefinedProperty="_mgfkI4N9EdqadtFwU5VNog" association="_mgfkFoN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mgfkG4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mgfkHIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yLn_ZIOGEdq6geWPj4xEng" name="A_ownedAttribute_structuredClassifier" memberEnd="_yLn_aIOGEdq6geWPj4xEng _yLVEdoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yLn_ZYOGEdq6geWPj4xEng" general="_yLn_b4OGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_yLn_ZoOGEdq6geWPj4xEng" general="_x83xxYOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_yLn_Z4OGEdq6geWPj4xEng" general="_x8bFxIOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yLn_aIOGEdq6geWPj4xEng" type="_FQiVsGwYEdqHKKVoxc0dlA" redefinedProperty="_yLn_cYOGEdq6geWPj4xEng" association="_yLn_ZIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yLn_aYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yLn_aoOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mgfkHYN9EdqadtFwU5VNog" name="A_part_structuredClassifier" memberEnd="_mgWaJoN9EdqadtFwU5VNog _mgfkHoN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mgfkHoN9EdqadtFwU5VNog" type="_FQiVsGwYEdqHKKVoxc0dlA" association="_mgfkHYN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mgfkH4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mgfkIIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yLn_a4OGEdq6geWPj4xEng" name="A_part_structuredClassifier" memberEnd="_yLVEfIOGEdq6geWPj4xEng _yLn_bIOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yLn_bIOGEdq6geWPj4xEng" type="_FQiVsGwYEdqHKKVoxc0dlA" association="_yLn_a4OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yLn_bYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yLn_boOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mgfkIYN9EdqadtFwU5VNog" name="A_role_structuredClassifier" memberEnd="_mgWaLIN9EdqadtFwU5VNog _mgfkI4N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mgfkIoN9EdqadtFwU5VNog" general="_mQ_vhYN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mgfkI4N9EdqadtFwU5VNog" type="_FQiVsGwYEdqHKKVoxc0dlA" association="_mgfkIYN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mgfkJIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mgfkJYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yLn_b4OGEdq6geWPj4xEng" name="A_role_structuredClassifier" memberEnd="_yLeOYIOGEdq6geWPj4xEng _yLn_cYOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yLn_cIOGEdq6geWPj4xEng" general="_x9BisIOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yLn_cYOGEdq6geWPj4xEng" type="_FQiVsGwYEdqHKKVoxc0dlA" association="_yLn_b4OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yLn_coOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yLn_c4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mgfkJoN9EdqadtFwU5VNog" name="A_ownedConnector_structuredClassifier" memberEnd="_mgfkKoN9EdqadtFwU5VNog _mgWaMoN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mgfkJ4N9EdqadtFwU5VNog" general="_mQ2lnoN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mgfkKIN9EdqadtFwU5VNog" general="_mQ_vgoN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mgfkKYN9EdqadtFwU5VNog" general="_mQ2lmoN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mgfkKoN9EdqadtFwU5VNog" type="_FQiVsGwYEdqHKKVoxc0dlA" subsettedProperty="_mMrQOoN9EdqadtFwU5VNog" association="_mgfkJoN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mgfkK4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mgfkLIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yLn_dIOGEdq6geWPj4xEng" name="A_ownedConnector_structuredClassifier" memberEnd="_yLeOZoOGEdq6geWPj4xEng _yLn_eIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yLn_dYOGEdq6geWPj4xEng" general="_x83xuoOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_yLn_doOGEdq6geWPj4xEng" general="_x83xxYOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_yLn_d4OGEdq6geWPj4xEng" general="_x83xtoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yLn_eIOGEdq6geWPj4xEng" type="_FQiVsGwYEdqHKKVoxc0dlA" subsettedProperty="_x42NWoOGEdq6geWPj4xEng" association="_yLn_dIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yLn_eYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yLn_eoOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mgfkLYN9EdqadtFwU5VNog" name="A_redefinedConnector_connector" memberEnd="_mgfkL4N9EdqadtFwU5VNog _mgDfT4N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mgfkLoN9EdqadtFwU5VNog" general="_mQ2lnIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mgfkL4N9EdqadtFwU5VNog" type="_mgDfP4N9EdqadtFwU5VNog" association="_mgfkLYN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mgfkMIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mgfkMYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yLn_e4OGEdq6geWPj4xEng" name="A_redefinedConnector_connector" memberEnd="_yLn_fYOGEdq6geWPj4xEng _yLLTj4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yLn_fIOGEdq6geWPj4xEng" general="_x83xuIOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yLn_fYOGEdq6geWPj4xEng" type="_yLLTf4OGEdq6geWPj4xEng" association="_yLn_e4OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yLn_foOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yLn_f4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mgpVEIN9EdqadtFwU5VNog" name="A_end_connector" memberEnd="_mgDfU4N9EdqadtFwU5VNog _mgpVEoN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mgpVEYN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mgpVEoN9EdqadtFwU5VNog" type="_mgDfP4N9EdqadtFwU5VNog" association="_mgpVEIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mgpVE4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mgpVFIN9EdqadtFwU5VNog" value="1"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yLn_gIOGEdq6geWPj4xEng" name="A_end_connector" memberEnd="_yLLTk4OGEdq6geWPj4xEng _yLn_goOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yLn_gYOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yLn_goOGEdq6geWPj4xEng" type="_yLLTf4OGEdq6geWPj4xEng" association="_yLn_gIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yLn_g4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yLn_hIOGEdq6geWPj4xEng" value="1"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mgpVFYN9EdqadtFwU5VNog" name="A_definingEnd_connectorEnd" memberEnd="_mgDfNYN9EdqadtFwU5VNog _mgpVFoN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mgpVFoN9EdqadtFwU5VNog" type="_aOgw0GveEdq4DLWZOhbdEA" association="_mgpVFYN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mgpVF4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mgpVGIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yLn_hYOGEdq6geWPj4xEng" name="A_definingEnd_connectorEnd" memberEnd="_yLLTdYOGEdq6geWPj4xEng _yLn_hoOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yLn_hoOGEdq6geWPj4xEng" type="_aOgw0GveEdq4DLWZOhbdEA" association="_yLn_hYOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yLn_h4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yLn_iIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mgpVGYN9EdqadtFwU5VNog" name="A_end_role" memberEnd="_mgDfO4N9EdqadtFwU5VNog _mgWaO4N9EdqadtFwU5VNog"/>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQQIrYN9EdqadtFwU5VNog" name="A_attribute_classifier" memberEnd="_mKcbkIN9EdqadtFwU5VNog _mQQIsIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mQQIroN9EdqadtFwU5VNog" general="_mQ2lnoN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mQQIr4N9EdqadtFwU5VNog" general="_mQ2lmoN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mQQIsIN9EdqadtFwU5VNog" name="classifier" type="_6UV2QGwJEdq7X4sGURiZYA" subsettedProperty="_mMrQOoN9EdqadtFwU5VNog" association="_mQQIrYN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mgpVGoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mgpVG4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yLn_iYOGEdq6geWPj4xEng" name="A_end_role" memberEnd="_yLeOb4OGEdq6geWPj4xEng _yLLTe4OGEdq6geWPj4xEng"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x8bFxIOGEdq6geWPj4xEng" name="A_attribute_classifier" memberEnd="_x2wioIOGEdq6geWPj4xEng _x8bFx4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_x8bFxYOGEdq6geWPj4xEng" general="_x83xuoOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_x8bFxoOGEdq6geWPj4xEng" general="_x83xtoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_x8bFx4OGEdq6geWPj4xEng" name="classifier" type="_6UV2QGwJEdq7X4sGURiZYA" subsettedProperty="_x42NWoOGEdq6geWPj4xEng" association="_x8bFxIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yLn_ioOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yLn_i4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_meG-d4N9EdqadtFwU5VNog" name="Variable">

-    <ownedComment xmi:id="_meG-eIN9EdqadtFwU5VNog" annotatedElement="_meG-d4N9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yJZKxYOGEdq6geWPj4xEng" name="Variable">

+    <ownedComment xmi:id="_yJZKxoOGEdq6geWPj4xEng" annotatedElement="_yJZKxYOGEdq6geWPj4xEng">

       <body>A variable specifies data storage shared by the actions within a group. There are actions to write and read variables. These actions are treated as side effecting actions, similar to the actions to write and read object attributes and associations. There are no sequencing constraints among actions that access the same variable. Such actions must be explicitly coordinated by control flows or other constraints.

 

 

@@ -2983,56 +2983,56 @@
 

 </body>

     </ownedComment>

-    <ownedComment xmi:id="_mgpVHIN9EdqadtFwU5VNog" annotatedElement="_meG-d4N9EdqadtFwU5VNog">

+    <ownedComment xmi:id="_yLxwYIOGEdq6geWPj4xEng" annotatedElement="_yJZKxYOGEdq6geWPj4xEng">

       <body>A variable is considered a connectable element.</body>

     </ownedComment>

-    <ownedRule xmi:id="_meG-eYN9EdqadtFwU5VNog" name="owned" constrainedElement="_meG-d4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_meG-eoN9EdqadtFwU5VNog" annotatedElement="_meG-eYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yJZKx4OGEdq6geWPj4xEng" name="owned" constrainedElement="_yJZKxYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yJZKyIOGEdq6geWPj4xEng" annotatedElement="_yJZKx4OGEdq6geWPj4xEng">

         <body>A variable is owned by a StructuredNode or Activity, but not both.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_meG-e4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yJZKyYOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_meG-fYN9EdqadtFwU5VNog" general="_Gjgl0GveEdq4DLWZOhbdEA"/>

-    <generalization xmi:id="_mgpVHYN9EdqadtFwU5VNog" general="_mgWaOIN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_meG-foN9EdqadtFwU5VNog" name="scope" type="_meG-kIN9EdqadtFwU5VNog" subsettedProperty="_mPzcsIN9EdqadtFwU5VNog" association="_meagdYN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_meG-f4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_meG-gIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yJZKy4OGEdq6geWPj4xEng" general="_Gjgl0GveEdq4DLWZOhbdEA"/>

+    <generalization xmi:id="_yLxwYYOGEdq6geWPj4xEng" general="_yLeObIOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yJZKzIOGEdq6geWPj4xEng" name="scope" type="_yJZK3oOGEdq6geWPj4xEng" subsettedProperty="_x7re94OGEdq6geWPj4xEng" association="_yJsFtYOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yJZKzYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yJZKzoOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_meG-gYN9EdqadtFwU5VNog" annotatedElement="_meG-foN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yJZKz4OGEdq6geWPj4xEng" annotatedElement="_yJZKzIOGEdq6geWPj4xEng">

         <body>A structured activity node that owns the variable.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_meG-goN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_meG-g4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yJZK0IOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yJZK0YOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_meG-hIN9EdqadtFwU5VNog" name="activityScope" type="_md90g4N9EdqadtFwU5VNog" subsettedProperty="_mPzcsIN9EdqadtFwU5VNog" association="_mejqfIN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_meG-hYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_meG-hoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yJZK0oOGEdq6geWPj4xEng" name="activityScope" type="_yJPZw4OGEdq6geWPj4xEng" subsettedProperty="_x7re94OGEdq6geWPj4xEng" association="_yJ1PtIOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yJZK04OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yJZK1IOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_meG-h4N9EdqadtFwU5VNog" annotatedElement="_meG-hIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yJZK1YOGEdq6geWPj4xEng" annotatedElement="_yJZK0oOGEdq6geWPj4xEng">

         <body>An activity that owns the variable.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_meG-iIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_meG-iYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yJZK1oOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yJZK14OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedOperation xmi:id="_meG-ioN9EdqadtFwU5VNog" name="isAccessibleBy" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_meG-jIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_meG-i4N9EdqadtFwU5VNog" annotatedElement="_meG-ioN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_yJZK2IOGEdq6geWPj4xEng" name="isAccessibleBy" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_yJZK2oOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yJZK2YOGEdq6geWPj4xEng" annotatedElement="_yJZK2IOGEdq6geWPj4xEng">

         <body>The isAccessibleBy() operation is not defined in standard UML. Implementations should define it to specify which actions can access a variable.

 

 </body>

       </ownedComment>

-      <ownedRule xmi:id="_meG-jIN9EdqadtFwU5VNog" name="spec" constrainedElement="_meG-ioN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_meG-jYN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_yJZK2oOGEdq6geWPj4xEng" name="spec" constrainedElement="_yJZK2IOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yJZK24OGEdq6geWPj4xEng" language="OCL">

           <body>result = true</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_meG-joN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

-      <ownedParameter xmi:id="_meG-j4N9EdqadtFwU5VNog" name="a" type="_mdq5uYN9EdqadtFwU5VNog"/>

+      <returnResult xmi:id="_yJZK3IOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <ownedParameter xmi:id="_yJZK3YOGEdq6geWPj4xEng" name="a" type="_yI8e-YOGEdq6geWPj4xEng"/>

     </ownedOperation>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mgpVHoN9EdqadtFwU5VNog" name="CollaborationUse">

-    <ownedComment xmi:id="_mgpVH4N9EdqadtFwU5VNog" annotatedElement="_mgpVHoN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yLxwYoOGEdq6geWPj4xEng" name="CollaborationUse">

+    <ownedComment xmi:id="_yLxwY4OGEdq6geWPj4xEng" annotatedElement="_yLxwYoOGEdq6geWPj4xEng">

       <body>A collaboration use represents one particular use of a collaboration to explain the relationships between the properties of a classifier. A collaboration use shows how the pattern described by a collaboration is applied in a given context, by binding specific entities from that context to the roles of the collaboration. Depending on the context, these entities could be structural features of a classifier, instance specifications, or even roles in some containing collaboration. There may be multiple occurrences of a given collaboration within a classifier, each involving a different set of roles and connectors. A given role or connector may be involved in multiple occurrences of the same or different collaborations.

 

 

@@ -3041,53 +3041,53 @@
 

 </body>

     </ownedComment>

-    <ownedRule xmi:id="_mgpVIIN9EdqadtFwU5VNog" name="client_elements" constrainedElement="_mgpVHoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mgpVIYN9EdqadtFwU5VNog" annotatedElement="_mgpVIIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yLxwZIOGEdq6geWPj4xEng" name="client_elements" constrainedElement="_yLxwYoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yLxwZYOGEdq6geWPj4xEng" annotatedElement="_yLxwZIOGEdq6geWPj4xEng">

         <body>All the client elements of a roleBinding are in one classifier and all supplier elements of a roleBinding are in one collaboration and they are compatible.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mgpVIoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yLxwZoOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mgpVI4N9EdqadtFwU5VNog" name="every_role" constrainedElement="_mgpVHoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mgpVJIN9EdqadtFwU5VNog" annotatedElement="_mgpVI4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yLxwZ4OGEdq6geWPj4xEng" name="every_role" constrainedElement="_yLxwYoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yLxwaIOGEdq6geWPj4xEng" annotatedElement="_yLxwZ4OGEdq6geWPj4xEng">

         <body>Every role in the collaboration is bound within the collaboration use to a connectable element within the classifier or operation.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mgpVJYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yLxwaYOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mgpVJoN9EdqadtFwU5VNog" name="connectors" constrainedElement="_mgpVHoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mgpVJ4N9EdqadtFwU5VNog" annotatedElement="_mgpVJoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yLxwaoOGEdq6geWPj4xEng" name="connectors" constrainedElement="_yLxwYoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yLxwa4OGEdq6geWPj4xEng" annotatedElement="_yLxwaoOGEdq6geWPj4xEng">

         <body>The connectors in the classifier connect according to the connectors in the collaboration</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mgpVKIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yLxwbIOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mgpVKYN9EdqadtFwU5VNog" general="_csVgUGvtEdqG6fBIPwe-mw"/>

-    <ownedAttribute xmi:id="_mgpVKoN9EdqadtFwU5VNog" name="type" type="_mgpVNIN9EdqadtFwU5VNog" association="_mg8QBYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mgpVK4N9EdqadtFwU5VNog" annotatedElement="_mgpVKoN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yLxwbYOGEdq6geWPj4xEng" general="_csVgUGvtEdqG6fBIPwe-mw"/>

+    <ownedAttribute xmi:id="_yLxwboOGEdq6geWPj4xEng" name="type" type="_yLxweIOGEdq6geWPj4xEng" association="_yMErUYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yLxwb4OGEdq6geWPj4xEng" annotatedElement="_yLxwboOGEdq6geWPj4xEng">

         <body>The collaboration which is used in this occurrence. The collaboration defines the cooperation between its roles which are mapped to properties of the classifier owning the collaboration use.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mgpVLIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mgpVLYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yLxwcIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yLxwcYOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mgpVLoN9EdqadtFwU5VNog" name="roleBinding" type="_rEDGkGwKEdq7X4sGURiZYA" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mg8QCYN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mgpVL4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mgpVMIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yLxwcoOGEdq6geWPj4xEng" name="roleBinding" type="_rEDGkGwKEdq7X4sGURiZYA" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yMErVYOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yLxwc4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yLxwdIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mgpVMYN9EdqadtFwU5VNog" annotatedElement="_mgpVLoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yLxwdYOGEdq6geWPj4xEng" annotatedElement="_yLxwcoOGEdq6geWPj4xEng">

         <body>A mapping between features of the collaboration type and features of the classifier or operation. This mapping indicates which connectable element of the classifier or operation plays which role(s) in the collaboration. A connectable element may be bound to multiple roles in the same collaboration use (that is, it may play multiple roles).

 

 </body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mgpVMoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mgpVM4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yLxwdoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yLxwd4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mgpVNIN9EdqadtFwU5VNog" name="Collaboration">

-    <ownedComment xmi:id="_mgpVNYN9EdqadtFwU5VNog" annotatedElement="_mgpVNIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yLxweIOGEdq6geWPj4xEng" name="Collaboration">

+    <ownedComment xmi:id="_yLxweYOGEdq6geWPj4xEng" annotatedElement="_yLxweIOGEdq6geWPj4xEng">

       <body>A collaboration is represented as a kind of classifier and defines a set of cooperating entities to be played by instances (its roles), as well as a set of connectors that define communication paths between the participating instances. The cooperating entities are the properties of the collaboration.

 

 

@@ -3096,211 +3096,211 @@
 

 </body>

     </ownedComment>

-    <generalization xmi:id="_mgpVN4N9EdqadtFwU5VNog" general="_FQiVsGwYEdqHKKVoxc0dlA"/>

-    <generalization xmi:id="_mgpVOIN9EdqadtFwU5VNog" general="_iY7sMGvsEdqG6fBIPwe-mw"/>

-    <ownedAttribute xmi:id="_mgpVOYN9EdqadtFwU5VNog" name="collaborationRole" type="_mgWaOIN9EdqadtFwU5VNog" subsettedProperty="_mgWaLIN9EdqadtFwU5VNog" association="_mhGBBYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mgpVOoN9EdqadtFwU5VNog" annotatedElement="_mgpVOYN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yLxwe4OGEdq6geWPj4xEng" general="_FQiVsGwYEdqHKKVoxc0dlA"/>

+    <generalization xmi:id="_yLxwfIOGEdq6geWPj4xEng" general="_iY7sMGvsEdqG6fBIPwe-mw"/>

+    <ownedAttribute xmi:id="_yLxwfYOGEdq6geWPj4xEng" name="collaborationRole" type="_yLeObIOGEdq6geWPj4xEng" subsettedProperty="_yLeOYIOGEdq6geWPj4xEng" association="_yMErZIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yLxwfoOGEdq6geWPj4xEng" annotatedElement="_yLxwfYOGEdq6geWPj4xEng">

         <body>References connectable elements (possibly owned by other classifiers) which represent roles that instances may play in this collaboration.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mgpVO4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mgpVPIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yLxwf4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yLxwgIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mg8QBYN9EdqadtFwU5VNog" name="A_type_collaborationUse" memberEnd="_mgpVKoN9EdqadtFwU5VNog _mg8QBoN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mg8QBoN9EdqadtFwU5VNog" type="_mgpVHoN9EdqadtFwU5VNog" association="_mg8QBYN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mg8QB4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mg8QCIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yMErUYOGEdq6geWPj4xEng" name="A_type_collaborationUse" memberEnd="_yLxwboOGEdq6geWPj4xEng _yMErUoOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yMErUoOGEdq6geWPj4xEng" type="_yLxwYoOGEdq6geWPj4xEng" association="_yMErUYOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yMErU4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yMErVIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mg8QCYN9EdqadtFwU5VNog" name="A_roleBinding_collaborationUse" memberEnd="_mgpVLoN9EdqadtFwU5VNog _mg8QC4N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mg8QCoN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mg8QC4N9EdqadtFwU5VNog" type="_mgpVHoN9EdqadtFwU5VNog" association="_mg8QCYN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mg8QDIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mg8QDYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yMErVYOGEdq6geWPj4xEng" name="A_roleBinding_collaborationUse" memberEnd="_yLxwcoOGEdq6geWPj4xEng _yMErV4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yMErVoOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yMErV4OGEdq6geWPj4xEng" type="_yLxwYoOGEdq6geWPj4xEng" association="_yMErVYOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yMErWIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yMErWYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mg8QDoN9EdqadtFwU5VNog" name="A_classifier_representation" memberEnd="_mg8QEIN9EdqadtFwU5VNog _mgzGEIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mg8QD4N9EdqadtFwU5VNog" general="_mhGBAIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mg8QEIN9EdqadtFwU5VNog" type="_6UV2QGwJEdq7X4sGURiZYA" redefinedProperty="_mhGBAoN9EdqadtFwU5VNog" association="_mg8QDoN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mg8QEYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mg8QEoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yMErWoOGEdq6geWPj4xEng" name="A_classifier_representation" memberEnd="_yL66UIOGEdq6geWPj4xEng _yMErXIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yMErW4OGEdq6geWPj4xEng" general="_yMErX4OGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yMErXIOGEdq6geWPj4xEng" type="_6UV2QGwJEdq7X4sGURiZYA" redefinedProperty="_yMErYYOGEdq6geWPj4xEng" association="_yMErWoOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yMErXYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yMErXoOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mhGBAIN9EdqadtFwU5VNog" name="A_collaborationUse_classifier" memberEnd="_mhGBAoN9EdqadtFwU5VNog _mgzGFIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mhGBAYN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mhGBAoN9EdqadtFwU5VNog" type="_6UV2QGwJEdq7X4sGURiZYA" association="_mhGBAIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mhGBA4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mhGBBIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yMErX4OGEdq6geWPj4xEng" name="A_collaborationUse_classifier" memberEnd="_yMErYYOGEdq6geWPj4xEng _yL66VIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yMErYIOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yMErYYOGEdq6geWPj4xEng" type="_6UV2QGwJEdq7X4sGURiZYA" association="_yMErX4OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yMErYoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yMErY4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mhGBBYN9EdqadtFwU5VNog" name="A_collaborationRole_collaboration" memberEnd="_mgpVOYN9EdqadtFwU5VNog _mhGBB4N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mhGBBoN9EdqadtFwU5VNog" general="_mgfkIYN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mhGBB4N9EdqadtFwU5VNog" type="_mgpVNIN9EdqadtFwU5VNog" redefinedProperty="_mgfkI4N9EdqadtFwU5VNog" association="_mhGBBYN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mhGBCIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mhGBCYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yMErZIOGEdq6geWPj4xEng" name="A_collaborationRole_collaboration" memberEnd="_yMErZoOGEdq6geWPj4xEng _yLxwfYOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yMErZYOGEdq6geWPj4xEng" general="_yLn_b4OGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yMErZoOGEdq6geWPj4xEng" type="_yLxweIOGEdq6geWPj4xEng" redefinedProperty="_yLn_cYOGEdq6geWPj4xEng" association="_yMErZIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yMErZ4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yMEraIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mhGBFIN9EdqadtFwU5VNog" name="ControlNode" isAbstract="true">

-    <ownedComment xmi:id="_mhGBFYN9EdqadtFwU5VNog" annotatedElement="_mhGBFIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yMErc4OGEdq6geWPj4xEng" name="ControlNode" isAbstract="true">

+    <ownedComment xmi:id="_yMErdIOGEdq6geWPj4xEng" annotatedElement="_yMErc4OGEdq6geWPj4xEng">

       <body>A control node is an activity node used to coordinate the flows between other nodes. It covers initial node, final node and its children, fork node, join node, decision node, and merge node.</body>

     </ownedComment>

-    <generalization xmi:id="_mhGBFoN9EdqadtFwU5VNog" general="_md90soN9EdqadtFwU5VNog"/>

+    <generalization xmi:id="_yMErdYOGEdq6geWPj4xEng" general="_yJPZ8oOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mhGBOIN9EdqadtFwU5VNog" name="ControlFlow">

-    <ownedComment xmi:id="_mhGBOYN9EdqadtFwU5VNog" annotatedElement="_mhGBOIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yMN1YYOGEdq6geWPj4xEng" name="ControlFlow">

+    <ownedComment xmi:id="_yMN1YoOGEdq6geWPj4xEng" annotatedElement="_yMN1YYOGEdq6geWPj4xEng">

       <body>Objects and data cannot pass along a control flow edge.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mhGBOoN9EdqadtFwU5VNog" name="object_nodes" constrainedElement="_mhGBOIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mhGBO4N9EdqadtFwU5VNog" annotatedElement="_mhGBOoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yMN1Y4OGEdq6geWPj4xEng" name="object_nodes" constrainedElement="_yMN1YYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yMN1ZIOGEdq6geWPj4xEng" annotatedElement="_yMN1Y4OGEdq6geWPj4xEng">

         <body>Control flows may not have object nodes at either end, except for object nodes with control type.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mhGBPIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yMN1ZYOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mhGBPYN9EdqadtFwU5VNog" general="_mhGBF4N9EdqadtFwU5VNog"/>

+    <generalization xmi:id="_yMN1ZoOGEdq6geWPj4xEng" general="_yMN1QIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mhPyAIN9EdqadtFwU5VNog" name="InitialNode">

-    <ownedComment xmi:id="_mhPyAYN9EdqadtFwU5VNog" annotatedElement="_mhPyAIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yMN1c4OGEdq6geWPj4xEng" name="InitialNode">

+    <ownedComment xmi:id="_yMN1dIOGEdq6geWPj4xEng" annotatedElement="_yMN1c4OGEdq6geWPj4xEng">

       <body>An activity may have more than one initial node.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mhPyAoN9EdqadtFwU5VNog" name="no_incoming_edges" constrainedElement="_mhPyAIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mhPyA4N9EdqadtFwU5VNog" annotatedElement="_mhPyAoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yMN1dYOGEdq6geWPj4xEng" name="no_incoming_edges" constrainedElement="_yMN1c4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yMN1doOGEdq6geWPj4xEng" annotatedElement="_yMN1dYOGEdq6geWPj4xEng">

         <body>An initial node has no incoming edges.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mhPyBIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yMN1d4OGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mhPyBYN9EdqadtFwU5VNog" name="control_edges" constrainedElement="_mhPyAIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mhPyBoN9EdqadtFwU5VNog" annotatedElement="_mhPyBYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yMN1eIOGEdq6geWPj4xEng" name="control_edges" constrainedElement="_yMN1c4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yMN1eYOGEdq6geWPj4xEng" annotatedElement="_yMN1eIOGEdq6geWPj4xEng">

         <body>Only control edges can have initial nodes as source.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mhPyB4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yMN1eoOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mhPyCIN9EdqadtFwU5VNog" general="_mhGBFIN9EdqadtFwU5VNog"/>

+    <generalization xmi:id="_yMN1e4OGEdq6geWPj4xEng" general="_yMErc4OGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mhPyG4N9EdqadtFwU5VNog" name="ActivityParameterNode">

-    <ownedComment xmi:id="_mhPyHIN9EdqadtFwU5VNog" annotatedElement="_mhPyG4N9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yMN1joOGEdq6geWPj4xEng" name="ActivityParameterNode">

+    <ownedComment xmi:id="_yMN1j4OGEdq6geWPj4xEng" annotatedElement="_yMN1joOGEdq6geWPj4xEng">

       <body>Activity parameter nodes are object nodes at the beginning and end of flows that provide a means to accept inputs to an activity and provide outputs from the activity, through the activity parameters.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mhPyHYN9EdqadtFwU5VNog" name="has_parameters" constrainedElement="_mhPyG4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mhPyHoN9EdqadtFwU5VNog" annotatedElement="_mhPyHYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yMN1kIOGEdq6geWPj4xEng" name="has_parameters" constrainedElement="_yMN1joOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yMN1kYOGEdq6geWPj4xEng" annotatedElement="_yMN1kIOGEdq6geWPj4xEng">

         <body>Activity parameter nodes must have parameters from the containing activity.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mhPyH4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yMN1koOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mhPyIIN9EdqadtFwU5VNog" name="same_type" constrainedElement="_mhPyG4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mhPyIYN9EdqadtFwU5VNog" annotatedElement="_mhPyIIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yMN1k4OGEdq6geWPj4xEng" name="same_type" constrainedElement="_yMN1joOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yMN1lIOGEdq6geWPj4xEng" annotatedElement="_yMN1k4OGEdq6geWPj4xEng">

         <body>The type of an activity parameter node is the same as the type of its parameter.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mhPyIoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yMN1lYOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mhPyI4N9EdqadtFwU5VNog" name="no_edges" constrainedElement="_mhPyG4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mhPyJIN9EdqadtFwU5VNog" annotatedElement="_mhPyI4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yMN1loOGEdq6geWPj4xEng" name="no_edges" constrainedElement="_yMN1joOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yMN1l4OGEdq6geWPj4xEng" annotatedElement="_yMN1loOGEdq6geWPj4xEng">

         <body>An activity parameter node may have all incoming edges or all outgoing edges, but it must not have both incoming and outgoing edges.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mhPyJYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yMN1mIOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mhPyJoN9EdqadtFwU5VNog" name="no_incoming_edges" constrainedElement="_mhPyG4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mhPyJ4N9EdqadtFwU5VNog" annotatedElement="_mhPyJoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yMN1mYOGEdq6geWPj4xEng" name="no_incoming_edges" constrainedElement="_yMN1joOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yMN1moOGEdq6geWPj4xEng" annotatedElement="_yMN1mYOGEdq6geWPj4xEng">

         <body>Activity parameter object nodes with no incoming edges and one or more outgoing edges must have a parameter with in or inout direction.

 

 </body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mhPyKIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yMN1m4OGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mhPyKYN9EdqadtFwU5VNog" name="no_outgoing_edges" constrainedElement="_mhPyG4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mhPyKoN9EdqadtFwU5VNog" annotatedElement="_mhPyKYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yMN1nIOGEdq6geWPj4xEng" name="no_outgoing_edges" constrainedElement="_yMN1joOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yMN1nYOGEdq6geWPj4xEng" annotatedElement="_yMN1nIOGEdq6geWPj4xEng">

         <body>Activity parameter object nodes with no outgoing edges and one or more incoming edges must have a parameter with out, inout, or return direction.

 

 </body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mhPyK4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yMN1noOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mhPyLIN9EdqadtFwU5VNog" general="_mhGBCoN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mhPyLYN9EdqadtFwU5VNog" name="parameter" type="_KyaPMGveEdq4DLWZOhbdEA" association="_mhY8BYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mhPyLoN9EdqadtFwU5VNog" annotatedElement="_mhPyLYN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yMN1n4OGEdq6geWPj4xEng" general="_yMEraYOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yMN1oIOGEdq6geWPj4xEng" name="parameter" type="_KyaPMGveEdq4DLWZOhbdEA" association="_yMhXQIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yMN1oYOGEdq6geWPj4xEng" annotatedElement="_yMN1oIOGEdq6geWPj4xEng">

         <body>The parameter the object node will be accepting or providing values for.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mhPyL4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mhPyMIN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yMN1ooOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yMN1o4OGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mhY8AIN9EdqadtFwU5VNog" name="A_activity_edge" memberEnd="_mhY7-oN9EdqadtFwU5VNog _mhGBIIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mhY8AYN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yMXmYIOGEdq6geWPj4xEng" name="A_activity_edge" memberEnd="_yMN1SYOGEdq6geWPj4xEng _yMXmWoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yMXmYYOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mhY8AoN9EdqadtFwU5VNog" name="A_outgoing_source" memberEnd="_mhPyNYN9EdqadtFwU5VNog _mhGBJoN9EdqadtFwU5VNog"/>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mhY8A4N9EdqadtFwU5VNog" name="A_target_incoming" memberEnd="_mhPyOYN9EdqadtFwU5VNog _mhGBKoN9EdqadtFwU5VNog"/>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mhY8BYN9EdqadtFwU5VNog" name="A_parameter_activityParameterNode" memberEnd="_mhPyLYN9EdqadtFwU5VNog _mhY8BoN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mhY8BoN9EdqadtFwU5VNog" type="_mhPyG4N9EdqadtFwU5VNog" association="_mhY8BYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yMXmYoOGEdq6geWPj4xEng" name="A_outgoing_source" memberEnd="_yMN1T4OGEdq6geWPj4xEng _yMXmQ4OGEdq6geWPj4xEng"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yMXmY4OGEdq6geWPj4xEng" name="A_target_incoming" memberEnd="_yMN1U4OGEdq6geWPj4xEng _yMXmR4OGEdq6geWPj4xEng"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yMhXQIOGEdq6geWPj4xEng" name="A_parameter_activityParameterNode" memberEnd="_yMN1oIOGEdq6geWPj4xEng _yMhXQYOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yMhXQYOGEdq6geWPj4xEng" type="_yMN1joOGEdq6geWPj4xEng" association="_yMhXQIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mhY8B4N9EdqadtFwU5VNog" name="A_redefinedNode_activityNode" memberEnd="_mhPyPYN9EdqadtFwU5VNog _mhY8CYN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mhY8CIN9EdqadtFwU5VNog" general="_mQ2lnIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mhY8CYN9EdqadtFwU5VNog" type="_md90soN9EdqadtFwU5VNog" redefinedProperty="_mQ2lnYN9EdqadtFwU5VNog" association="_mhY8B4N9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mhY8CoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mhY8C4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yMhXQoOGEdq6geWPj4xEng" name="A_redefinedNode_activityNode" memberEnd="_yMhXRIOGEdq6geWPj4xEng _yMXmS4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yMhXQ4OGEdq6geWPj4xEng" general="_x83xuIOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yMhXRIOGEdq6geWPj4xEng" type="_yJPZ8oOGEdq6geWPj4xEng" redefinedProperty="_x83xuYOGEdq6geWPj4xEng" association="_yMhXQoOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yMhXRYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yMhXRoOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mhY8DIN9EdqadtFwU5VNog" name="A_redefinedEdge_activityEdge" memberEnd="_mhGBNIN9EdqadtFwU5VNog _mhY8DoN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mhY8DYN9EdqadtFwU5VNog" general="_mQ2lnIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mhY8DoN9EdqadtFwU5VNog" type="_mhGBF4N9EdqadtFwU5VNog" redefinedProperty="_mQ2lnYN9EdqadtFwU5VNog" association="_mhY8DIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mhY8D4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mhY8EIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yMhXR4OGEdq6geWPj4xEng" name="A_redefinedEdge_activityEdge" memberEnd="_yMhXSYOGEdq6geWPj4xEng _yMN1XYOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yMhXSIOGEdq6geWPj4xEng" general="_x83xuIOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yMhXSYOGEdq6geWPj4xEng" type="_yMN1QIOGEdq6geWPj4xEng" redefinedProperty="_x83xuYOGEdq6geWPj4xEng" association="_yMhXR4OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yMhXSoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yMhXS4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

   <ownedMember xmi:type="uml:Class" xmi:id="_gfgNwGveEdq4DLWZOhbdEA" name="Message">

-    <ownedComment xmi:id="_mhitP4N9EdqadtFwU5VNog" annotatedElement="_gfgNwGveEdq4DLWZOhbdEA">

+    <ownedComment xmi:id="_yMhXm4OGEdq6geWPj4xEng" annotatedElement="_gfgNwGveEdq4DLWZOhbdEA">

       <body>A Message is a NamedElement that defines a particular communication between Lifelines of an Interaction. A communication can be e.g. raising a signal, invoking an Operation, creating or destroying an Instance. The Message specifies not only the kind of communication given by the dispatching ExecutionSpecification, but also the sender and the receiver. A Message associates normally two OccurrenceSpecifications - one sending OccurrenceSpecification and one receiving OccurrenceSpecification.

 

 </body>

     </ownedComment>

-    <ownedRule xmi:id="_mhitQIN9EdqadtFwU5VNog" name="sending_receiving_message_event" constrainedElement="_gfgNwGveEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_mhitQYN9EdqadtFwU5VNog" annotatedElement="_mhitQIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yMhXnIOGEdq6geWPj4xEng" name="sending_receiving_message_event" constrainedElement="_gfgNwGveEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_yMhXnYOGEdq6geWPj4xEng" annotatedElement="_yMhXnIOGEdq6geWPj4xEng">

         <body>If the sending MessageEvent and the receiving MessageEvent of the same Message are on the same Lifeline, the sending MessageEvent must be ordered before the receiving MessageEvent.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mhitQoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yMhXnoOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mhitQ4N9EdqadtFwU5VNog" name="signature_refer_to" constrainedElement="_gfgNwGveEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_mhitRIN9EdqadtFwU5VNog" annotatedElement="_mhitQ4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yMqhMIOGEdq6geWPj4xEng" name="signature_refer_to" constrainedElement="_gfgNwGveEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_yMqhMYOGEdq6geWPj4xEng" annotatedElement="_yMqhMIOGEdq6geWPj4xEng">

         <body>The signature must either refer an Operation (in which case messageSort is either synchCall or asynchCall) or a Signal (in which case messageSort is asynchSignal). The name of the NamedElement referenced by signature must be the same as that of the Message.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mhitRYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yMqhMoOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mhitRoN9EdqadtFwU5VNog" name="signature_is_operation" constrainedElement="_gfgNwGveEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_mhitR4N9EdqadtFwU5VNog" annotatedElement="_mhitRoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yMqhM4OGEdq6geWPj4xEng" name="signature_is_operation" constrainedElement="_gfgNwGveEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_yMqhNIOGEdq6geWPj4xEng" annotatedElement="_yMqhM4OGEdq6geWPj4xEng">

         <body>In the case when the Message signature is an Operation, the arguments of the Message must correspond to the parameters of the Operation. A Parameter corresponds to an Argument if the Argument is of the same Class or a specialization of that of the Parameter.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mhitSIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yMqhNYOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mhitSYN9EdqadtFwU5VNog" name="signature_is_signal" constrainedElement="_gfgNwGveEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_mhitSoN9EdqadtFwU5VNog" annotatedElement="_mhitSYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yMqhNoOGEdq6geWPj4xEng" name="signature_is_signal" constrainedElement="_gfgNwGveEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_yMqhN4OGEdq6geWPj4xEng" annotatedElement="_yMqhNoOGEdq6geWPj4xEng">

         <body>In the case when the Message signature is a Signal, the arguments of the Message must correspond to the attributes of the Signal. A Message Argument corresponds to a Signal Attribute if the Arguement is of the same Class or a specialization of that of the Attribute.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mhitS4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yMqhOIOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mhr24IN9EdqadtFwU5VNog" name="arguments" constrainedElement="_gfgNwGveEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_mhr24YN9EdqadtFwU5VNog" annotatedElement="_mhr24IN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yMqhOYOGEdq6geWPj4xEng" name="arguments" constrainedElement="_gfgNwGveEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_yMqhOoOGEdq6geWPj4xEng" annotatedElement="_yMqhOYOGEdq6geWPj4xEng">

         <body>Arguments of a Message must only be:

 i) attributes of the sending lifeline

 ii) constants

@@ -3309,92 +3309,92 @@
 v) attributes of the class owning the Interaction

 </body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mhr24oN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yMqhO4OGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mhr244N9EdqadtFwU5VNog" name="cannot_cross_boundaries" constrainedElement="_gfgNwGveEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_mhr25IN9EdqadtFwU5VNog" annotatedElement="_mhr244N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yMqhPIOGEdq6geWPj4xEng" name="cannot_cross_boundaries" constrainedElement="_gfgNwGveEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_yMqhPYOGEdq6geWPj4xEng" annotatedElement="_yMqhPIOGEdq6geWPj4xEng">

         <body>Messages cannot cross bounderies of CombinedFragments or their operands.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mhr25YN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yMqhPoOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mhr25oN9EdqadtFwU5VNog" name="occurrence_specifications" constrainedElement="_gfgNwGveEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_mhr254N9EdqadtFwU5VNog" annotatedElement="_mhr25oN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yMqhP4OGEdq6geWPj4xEng" name="occurrence_specifications" constrainedElement="_gfgNwGveEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_yMqhQIOGEdq6geWPj4xEng" annotatedElement="_yMqhP4OGEdq6geWPj4xEng">

         <body>If the MessageEnds are both OccurrenceSpecifications then the connector must go between the Parts represented by the Lifelines of the two MessageEnds.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mhr26IN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yMqhQYOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mhr26YN9EdqadtFwU5VNog" general="_csVgUGvtEdqG6fBIPwe-mw"/>

-    <ownedAttribute xmi:id="_mhr26oN9EdqadtFwU5VNog" name="messageKind" type="_Y_jskGvtEdqG6fBIPwe-mw" isReadOnly="true" isDerived="true">

-      <eAnnotations xmi:id="_mhr264N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_mhr27IN9EdqadtFwU5VNog" isTransient="true"/>

+    <generalization xmi:id="_yMqhQoOGEdq6geWPj4xEng" general="_csVgUGvtEdqG6fBIPwe-mw"/>

+    <ownedAttribute xmi:id="_yMqhQ4OGEdq6geWPj4xEng" name="messageKind" type="_Y_jskGvtEdqG6fBIPwe-mw" isReadOnly="true" isDerived="true">

+      <eAnnotations xmi:id="_yMqhRIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_yMqhRYOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mhr27YN9EdqadtFwU5VNog" annotatedElement="_mhr26oN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yMqhRoOGEdq6geWPj4xEng" annotatedElement="_yMqhQ4OGEdq6geWPj4xEng">

         <body>The derived kind of the Message (complete, lost, found or unknown)</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:InstanceValue" xmi:id="_mhr27oN9EdqadtFwU5VNog" type="_Y_jskGvtEdqG6fBIPwe-mw" instance="_miIi5YN9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:InstanceValue" xmi:id="_yMqhR4OGEdq6geWPj4xEng" type="_Y_jskGvtEdqG6fBIPwe-mw" instance="_yNHNQIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mhr274N9EdqadtFwU5VNog" name="messageSort" type="_miIi54N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mhr28IN9EdqadtFwU5VNog" annotatedElement="_mhr274N9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yMqhSIOGEdq6geWPj4xEng" name="messageSort" type="_yNHNQoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yMqhSYOGEdq6geWPj4xEng" annotatedElement="_yMqhSIOGEdq6geWPj4xEng">

         <body>The sort of communication reflected by the Message</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:InstanceValue" xmi:id="_mhr28YN9EdqadtFwU5VNog" type="_miIi54N9EdqadtFwU5VNog" instance="_miIi6YN9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:InstanceValue" xmi:id="_yMqhSoOGEdq6geWPj4xEng" type="_yNHNQoOGEdq6geWPj4xEng" instance="_yNHNRIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mhr28oN9EdqadtFwU5VNog" name="receiveEvent" type="_mh1oEoN9EdqadtFwU5VNog" association="_miST44N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mhr284N9EdqadtFwU5VNog" annotatedElement="_mhr28oN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yMqhS4OGEdq6geWPj4xEng" name="receiveEvent" type="_yM0SboOGEdq6geWPj4xEng" association="_yNQ-M4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yMqhTIOGEdq6geWPj4xEng" annotatedElement="_yMqhS4OGEdq6geWPj4xEng">

         <body>References the Receiving of the Message</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mhr29IN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mhr29YN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yMqhTYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yMqhToOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mhr29oN9EdqadtFwU5VNog" name="sendEvent" type="_mh1oEoN9EdqadtFwU5VNog" association="_miST54N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mhr294N9EdqadtFwU5VNog" annotatedElement="_mhr29oN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yMqhT4OGEdq6geWPj4xEng" name="sendEvent" type="_yM0SboOGEdq6geWPj4xEng" association="_yNQ-N4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yMqhUIOGEdq6geWPj4xEng" annotatedElement="_yMqhT4OGEdq6geWPj4xEng">

         <body>References the Sending of the Message.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mhr2-IN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mhr2-YN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yMqhUYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yMqhUoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mhr2-oN9EdqadtFwU5VNog" name="connector" type="_mgDfP4N9EdqadtFwU5VNog" association="_micE0IN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mhr2-4N9EdqadtFwU5VNog" annotatedElement="_mhr2-oN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yMqhU4OGEdq6geWPj4xEng" name="connector" type="_yLLTf4OGEdq6geWPj4xEng" association="_yNaIEIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yMqhVIOGEdq6geWPj4xEng" annotatedElement="_yMqhU4OGEdq6geWPj4xEng">

         <body>The Connector on which this Message is sent.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mhr2_IN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mhr2_YN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yMqhVYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yMqhVoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mhr2_oN9EdqadtFwU5VNog" name="interaction" type="_mhis8IN9EdqadtFwU5VNog" subsettedProperty="_mPzcsIN9EdqadtFwU5VNog" association="_micE1IN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mhr2_4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mhr3AIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yM0SMIOGEdq6geWPj4xEng" name="interaction" type="_yMhXTIOGEdq6geWPj4xEng" subsettedProperty="_x7re94OGEdq6geWPj4xEng" association="_yNaIFIOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yM0SMYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yM0SMoOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mhr3AYN9EdqadtFwU5VNog" annotatedElement="_mhr2_oN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yM0SM4OGEdq6geWPj4xEng" annotatedElement="_yM0SMIOGEdq6geWPj4xEng">

         <body>The enclosing Interaction owning the Message</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mhr3AoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mhr3A4N9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yM0SNIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yM0SNYOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mhr3BIN9EdqadtFwU5VNog" name="argument" type="_mM1BRYN9EdqadtFwU5VNog" isOrdered="true" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_micE2IN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mhr3BYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mhr3BoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yM0SNoOGEdq6geWPj4xEng" name="argument" type="_x4_-ZYOGEdq6geWPj4xEng" isOrdered="true" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yNaIGIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yM0SN4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yM0SOIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mhr3B4N9EdqadtFwU5VNog" annotatedElement="_mhr3BIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yM0SOYOGEdq6geWPj4xEng" annotatedElement="_yM0SNoOGEdq6geWPj4xEng">

         <body>The arguments of the Message</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mhr3CIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mhr3CYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yM0SOoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yM0SO4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mh1n4IN9EdqadtFwU5VNog" name="signature" type="_csVgUGvtEdqG6fBIPwe-mw" isReadOnly="true" isDerived="true" association="_milOxoN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mh1n4YN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mh1n4oN9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_yM0SPIOGEdq6geWPj4xEng" name="signature" type="_csVgUGvtEdqG6fBIPwe-mw" isReadOnly="true" isDerived="true" association="_yNj5FIOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yM0SPYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yM0SPoOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mh1n44N9EdqadtFwU5VNog" annotatedElement="_mh1n4IN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yM0SP4OGEdq6geWPj4xEng" annotatedElement="_yM0SPIOGEdq6geWPj4xEng">

         <body>The definition of the type or signature of the Message (depending on its kind). The associated named element is derived from the message end that constitutes the sending or receiving message event. If both a sending event and a receiving message event are present, the signature is obtained from the sending event.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mh1n5IN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mh1n5YN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yM0SQIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yM0SQYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

     <ownedOperation xmi:id="_8U6CAFYfEdqB6vblk3tuMA" name="getMessageKind" visibility="protected" type="_Y_jskGvtEdqG6fBIPwe-mw">

       <returnResult xmi:id="_-_OTMFYfEdqB6vblk3tuMA" type="_Y_jskGvtEdqG6fBIPwe-mw" direction="return"/>

@@ -3406,56 +3406,56 @@
       </returnResult>

     </ownedOperation>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mh1n5oN9EdqadtFwU5VNog" name="GeneralOrdering">

-    <ownedComment xmi:id="_mh1n54N9EdqadtFwU5VNog" annotatedElement="_mh1n5oN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yM0SQoOGEdq6geWPj4xEng" name="GeneralOrdering">

+    <ownedComment xmi:id="_yM0SQ4OGEdq6geWPj4xEng" annotatedElement="_yM0SQoOGEdq6geWPj4xEng">

       <body>A GeneralOrdering represents a binary relation between two OccurrenceSpecifications, to describe that one OccurrenceSpecification must occur before the other in a valid trace. This mechanism provides the ability to define partial orders of OccurrenceSpecifications that may otherwise not have a specified order. A GeneralOrdering is a specialization of NamedElement.</body>

     </ownedComment>

-    <generalization xmi:id="_mh1n6IN9EdqadtFwU5VNog" general="_csVgUGvtEdqG6fBIPwe-mw"/>

-    <ownedAttribute xmi:id="_mh1n6YN9EdqadtFwU5VNog" name="before" type="_mh1n_4N9EdqadtFwU5VNog" association="_micE1oN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mh1n6oN9EdqadtFwU5VNog" annotatedElement="_mh1n6YN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yM0SRIOGEdq6geWPj4xEng" general="_csVgUGvtEdqG6fBIPwe-mw"/>

+    <ownedAttribute xmi:id="_yM0SRYOGEdq6geWPj4xEng" name="before" type="_yM0SW4OGEdq6geWPj4xEng" association="_yNaIFoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yM0SRoOGEdq6geWPj4xEng" annotatedElement="_yM0SRYOGEdq6geWPj4xEng">

         <body>The OccurrenceSpecification referenced comes before the OccurrenceSpecification referenced by after.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mh1n64N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mh1n7IN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yM0SR4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yM0SSIOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mh1n7YN9EdqadtFwU5VNog" name="after" type="_mh1n_4N9EdqadtFwU5VNog" association="_micE14N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mh1n7oN9EdqadtFwU5VNog" annotatedElement="_mh1n7YN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yM0SSYOGEdq6geWPj4xEng" name="after" type="_yM0SW4OGEdq6geWPj4xEng" association="_yNaIF4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yM0SSoOGEdq6geWPj4xEng" annotatedElement="_yM0SSYOGEdq6geWPj4xEng">

         <body>The OccurrenceSpecification referenced comes after the OccurrenceSpecification referenced by before.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mh1n74N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mh1n8IN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yM0SS4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yM0STIOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mh1n8YN9EdqadtFwU5VNog" name="ExecutionSpecification" isAbstract="true">

-    <ownedComment xmi:id="_mh1n8oN9EdqadtFwU5VNog" annotatedElement="_mh1n8YN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yM0STYOGEdq6geWPj4xEng" name="ExecutionSpecification" isAbstract="true">

+    <ownedComment xmi:id="_yM0SToOGEdq6geWPj4xEng" annotatedElement="_yM0STYOGEdq6geWPj4xEng">

       <body>An ExecutionSpecification is a specification of the execution of a unit of behavior or action within the Lifeline. The duration of an ExecutionSpecification is represented by two ExecutionOccurrenceSpecifications, the start ExecutionOccurrenceSpecification and the finish ExecutionOccurrenceSpecification.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mh1n84N9EdqadtFwU5VNog" name="same_lifeline" constrainedElement="_mh1n8YN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mh1n9IN9EdqadtFwU5VNog" annotatedElement="_mh1n84N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yM0ST4OGEdq6geWPj4xEng" name="same_lifeline" constrainedElement="_yM0STYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yM0SUIOGEdq6geWPj4xEng" annotatedElement="_yM0ST4OGEdq6geWPj4xEng">

         <body>The startEvent and the finishEvent must be on the same Lifeline</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mh1n9YN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yM0SUYOGEdq6geWPj4xEng" language="OCL">

         <body>start.lifeline = finish.lifeline</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mh1n9oN9EdqadtFwU5VNog" general="_mhitLIN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mh1n94N9EdqadtFwU5VNog" name="start" type="_mh_ZFoN9EdqadtFwU5VNog" association="_miST0oN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mh1n-IN9EdqadtFwU5VNog" annotatedElement="_mh1n94N9EdqadtFwU5VNog">

+    <generalization xmi:id="_yM0SUoOGEdq6geWPj4xEng" general="_yMhXiIOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yM0SU4OGEdq6geWPj4xEng" name="start" type="_yNHNIIOGEdq6geWPj4xEng" association="_yNQ-IoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yM0SVIOGEdq6geWPj4xEng" annotatedElement="_yM0SU4OGEdq6geWPj4xEng">

         <body>References the OccurrenceSpecification that designates the start of the Action or Behavior</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mh1n-YN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mh1n-oN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yM0SVYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yM0SVoOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mh1n-4N9EdqadtFwU5VNog" name="finish" type="_mh_ZFoN9EdqadtFwU5VNog" association="_miST14N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mh1n_IN9EdqadtFwU5VNog" annotatedElement="_mh1n-4N9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yM0SV4OGEdq6geWPj4xEng" name="finish" type="_yNHNIIOGEdq6geWPj4xEng" association="_yNQ-J4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yM0SWIOGEdq6geWPj4xEng" annotatedElement="_yM0SV4OGEdq6geWPj4xEng">

         <body>References the OccurrenceSpecification that designates the finish of the Action or Behavior.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mh1n_YN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mh1n_oN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yM0SWYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yM0SWoOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mh1n_4N9EdqadtFwU5VNog" name="OccurrenceSpecification" isAbstract="true">

-    <ownedComment xmi:id="_mh1oAIN9EdqadtFwU5VNog" annotatedElement="_mh1n_4N9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yM0SW4OGEdq6geWPj4xEng" name="OccurrenceSpecification" isAbstract="true">

+    <ownedComment xmi:id="_yM0SXIOGEdq6geWPj4xEng" annotatedElement="_yM0SW4OGEdq6geWPj4xEng">

       <body>An OccurrenceSpecification is the basic semantic unit of Interactions. The sequences of occurrences specified by them are the meanings of Interactions.

 

 OccurrenceSpecifications are ordered along a Lifeline.

@@ -3464,232 +3464,232 @@
 

 </body>

     </ownedComment>

-    <generalization xmi:id="_mh1oAYN9EdqadtFwU5VNog" general="_mhitLIN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mh1oAoN9EdqadtFwU5VNog" name="covered" type="_mhitDIN9EdqadtFwU5VNog" redefinedProperty="_mhitL4N9EdqadtFwU5VNog" association="_miST64N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mh1oA4N9EdqadtFwU5VNog" annotatedElement="_mh1oAoN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yM0SXYOGEdq6geWPj4xEng" general="_yMhXiIOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yM0SXoOGEdq6geWPj4xEng" name="covered" type="_yMhXaIOGEdq6geWPj4xEng" redefinedProperty="_yMhXi4OGEdq6geWPj4xEng" association="_yNQ-O4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yM0SX4OGEdq6geWPj4xEng" annotatedElement="_yM0SXoOGEdq6geWPj4xEng">

         <body>References the Lifeline on which the OccurrenceSpecification appears.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mh1oBIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mh1oBYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yM0SYIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yM0SYYOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mh1oBoN9EdqadtFwU5VNog" name="toAfter" type="_mh1n5oN9EdqadtFwU5VNog" association="_micE1oN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mh1oB4N9EdqadtFwU5VNog" annotatedElement="_mh1oBoN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yM0SYoOGEdq6geWPj4xEng" name="toAfter" type="_yM0SQoOGEdq6geWPj4xEng" association="_yNaIFoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yM0SY4OGEdq6geWPj4xEng" annotatedElement="_yM0SYoOGEdq6geWPj4xEng">

         <body>References the GeneralOrderings that specify EventOcurrences that must occur after this OccurrenceSpecification

 

 </body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mh1oCIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mh1oCYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yM0SZIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yM0SZYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mh1oCoN9EdqadtFwU5VNog" name="toBefore" type="_mh1n5oN9EdqadtFwU5VNog" association="_micE14N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mh1oC4N9EdqadtFwU5VNog" annotatedElement="_mh1oCoN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yM0SZoOGEdq6geWPj4xEng" name="toBefore" type="_yM0SQoOGEdq6geWPj4xEng" association="_yNaIF4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yM0SZ4OGEdq6geWPj4xEng" annotatedElement="_yM0SZoOGEdq6geWPj4xEng">

         <body>References the GeneralOrderings that specify EventOcurrences that must occur before this OccurrenceSpecification

 

 </body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mh1oDIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mh1oDYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yM0SaIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yM0SaYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mh1oDoN9EdqadtFwU5VNog" name="event" type="_mjxhkIN9EdqadtFwU5VNog" association="_milO2YN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mh1oD4N9EdqadtFwU5VNog" annotatedElement="_mh1oDoN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yM0SaoOGEdq6geWPj4xEng" name="event" type="_yOma5oOGEdq6geWPj4xEng" association="_yNj5J4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yM0Sa4OGEdq6geWPj4xEng" annotatedElement="_yM0SaoOGEdq6geWPj4xEng">

         <body>References a specification of the occurring event.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mh1oEIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mh1oEYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yM0SbIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yM0SbYOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mh1oEoN9EdqadtFwU5VNog" name="MessageEnd" isAbstract="true">

-    <ownedComment xmi:id="_mh1oE4N9EdqadtFwU5VNog" annotatedElement="_mh1oEoN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yM0SboOGEdq6geWPj4xEng" name="MessageEnd" isAbstract="true">

+    <ownedComment xmi:id="_yM0Sb4OGEdq6geWPj4xEng" annotatedElement="_yM0SboOGEdq6geWPj4xEng">

       <body>A MessageEnd is an abstract NamedElement that represents what can occur at the end of a Message.</body>

     </ownedComment>

-    <generalization xmi:id="_mh1oFIN9EdqadtFwU5VNog" general="_csVgUGvtEdqG6fBIPwe-mw"/>

-    <ownedAttribute xmi:id="_mh1oFYN9EdqadtFwU5VNog" name="message" type="_gfgNwGveEdq4DLWZOhbdEA" association="_milO0IN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mh1oFoN9EdqadtFwU5VNog" annotatedElement="_mh1oFYN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yM0ScIOGEdq6geWPj4xEng" general="_csVgUGvtEdqG6fBIPwe-mw"/>

+    <ownedAttribute xmi:id="_yM0ScYOGEdq6geWPj4xEng" name="message" type="_gfgNwGveEdq4DLWZOhbdEA" association="_yNj5HoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yM0ScoOGEdq6geWPj4xEng" annotatedElement="_yM0ScYOGEdq6geWPj4xEng">

         <body>References a Message.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mh1oF4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mh1oGIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yM0Sc4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yM0SdIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mh1oGYN9EdqadtFwU5VNog" name="StateInvariant">

-    <ownedComment xmi:id="_mh1oGoN9EdqadtFwU5VNog" annotatedElement="_mh1oGYN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yM0SdYOGEdq6geWPj4xEng" name="StateInvariant">

+    <ownedComment xmi:id="_yM0SdoOGEdq6geWPj4xEng" annotatedElement="_yM0SdYOGEdq6geWPj4xEng">

       <body>A StateInvariant is a runtime constraint on the participants of the interaction. It may be used to specify a variety of different kinds of constraints, such as values of attributes or variables, internal or external states, and so on. A StateInvariant is an InteractionFragment and it is placed on a Lifeline.</body>

     </ownedComment>

-    <generalization xmi:id="_mh1oG4N9EdqadtFwU5VNog" general="_mhitLIN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mh1oHIN9EdqadtFwU5VNog" name="invariant" type="_mOBUAIN9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_micE3YN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mh1oHYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mh1oHoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yM0Sd4OGEdq6geWPj4xEng" general="_yMhXiIOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yM0SeIOGEdq6geWPj4xEng" name="invariant" type="_x6CgIYOGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yNaIHYOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yM0SeYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yM0SeoOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mh1oH4N9EdqadtFwU5VNog" annotatedElement="_mh1oHIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yM0Se4OGEdq6geWPj4xEng" annotatedElement="_yM0SeIOGEdq6geWPj4xEng">

         <body>A Constraint that should hold at runtime for this StateInvariant</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mh1oIIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mh1oIYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yM0SfIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yM0SfYOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mh1oIoN9EdqadtFwU5VNog" name="covered" type="_mhitDIN9EdqadtFwU5VNog" redefinedProperty="_mhitL4N9EdqadtFwU5VNog" association="_micE4IN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mh1oI4N9EdqadtFwU5VNog" annotatedElement="_mh1oIoN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yM-DMIOGEdq6geWPj4xEng" name="covered" type="_yMhXaIOGEdq6geWPj4xEng" redefinedProperty="_yMhXi4OGEdq6geWPj4xEng" association="_yNaIIIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yM-DMYOGEdq6geWPj4xEng" annotatedElement="_yM-DMIOGEdq6geWPj4xEng">

         <body>References the Lifeline on which the StateInvariant appears.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mh1oJIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mh1oJYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yM-DMoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yM-DM4OGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mh_Y4IN9EdqadtFwU5VNog" name="ActionExecutionSpecification">

-    <ownedComment xmi:id="_mh_Y4YN9EdqadtFwU5VNog" annotatedElement="_mh_Y4IN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yM-DNIOGEdq6geWPj4xEng" name="ActionExecutionSpecification">

+    <ownedComment xmi:id="_yM-DNYOGEdq6geWPj4xEng" annotatedElement="_yM-DNIOGEdq6geWPj4xEng">

       <body>ActionExecutionSpecification is a kind of ExecutionSpecification representing the execution of an action.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mh_Y4oN9EdqadtFwU5VNog" name="action_referenced" constrainedElement="_mh_Y4IN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mh_Y44N9EdqadtFwU5VNog" annotatedElement="_mh_Y4oN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yM-DNoOGEdq6geWPj4xEng" name="action_referenced" constrainedElement="_yM-DNIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yM-DN4OGEdq6geWPj4xEng" annotatedElement="_yM-DNoOGEdq6geWPj4xEng">

         <body>The Action referenced by the ActionExecutionSpecification, if any, must be owned by the Interaction owning the ActionExecutionOccurrence.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mh_Y5IN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yM-DOIOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mh_Y5YN9EdqadtFwU5VNog" general="_mh1n8YN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mh_Y5oN9EdqadtFwU5VNog" name="action" type="_mdq5uYN9EdqadtFwU5VNog" association="_milOwoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mh_Y54N9EdqadtFwU5VNog" annotatedElement="_mh_Y5oN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yM-DOYOGEdq6geWPj4xEng" general="_yM0STYOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yM-DOoOGEdq6geWPj4xEng" name="action" type="_yI8e-YOGEdq6geWPj4xEng" association="_yNj5EIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yM-DO4OGEdq6geWPj4xEng" annotatedElement="_yM-DOoOGEdq6geWPj4xEng">

         <body>Action whose execution is occurring.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mh_Y6IN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mh_Y6YN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yM-DPIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yM-DPYOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mh_Y6oN9EdqadtFwU5VNog" name="BehaviorExecutionSpecification">

-    <ownedComment xmi:id="_mh_Y64N9EdqadtFwU5VNog" annotatedElement="_mh_Y6oN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yM-DPoOGEdq6geWPj4xEng" name="BehaviorExecutionSpecification">

+    <ownedComment xmi:id="_yM-DP4OGEdq6geWPj4xEng" annotatedElement="_yM-DPoOGEdq6geWPj4xEng">

       <body>BehaviorExecutionSpecification is a kind of ExecutionSpecification representing the execution of a behavior.</body>

     </ownedComment>

-    <generalization xmi:id="_mh_Y7IN9EdqadtFwU5VNog" general="_mh1n8YN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mh_Y7YN9EdqadtFwU5VNog" name="behavior" type="_TUPtYGveEdq4DLWZOhbdEA" association="_milOwIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mh_Y7oN9EdqadtFwU5VNog" annotatedElement="_mh_Y7YN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yM-DQIOGEdq6geWPj4xEng" general="_yM0STYOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yM-DQYOGEdq6geWPj4xEng" name="behavior" type="_TUPtYGveEdq4DLWZOhbdEA" association="_yNaILoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yM-DQoOGEdq6geWPj4xEng" annotatedElement="_yM-DQYOGEdq6geWPj4xEng">

         <body>Behavior whose execution is occurring.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mh_Y74N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mh_Y8IN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yM-DQ4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yM-DRIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mh_Y8YN9EdqadtFwU5VNog" name="ExecutionEvent">

-    <ownedComment xmi:id="_mh_Y8oN9EdqadtFwU5VNog" annotatedElement="_mh_Y8YN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yM-DRYOGEdq6geWPj4xEng" name="ExecutionEvent">

+    <ownedComment xmi:id="_yM-DRoOGEdq6geWPj4xEng" annotatedElement="_yM-DRYOGEdq6geWPj4xEng">

       <body>An ExecutionEvent models the start or finish of an execution occurrence.</body>

     </ownedComment>

-    <generalization xmi:id="_mh_Y84N9EdqadtFwU5VNog" general="_mjxhkIN9EdqadtFwU5VNog"/>

+    <generalization xmi:id="_yM-DR4OGEdq6geWPj4xEng" general="_yOma5oOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mh_Y9IN9EdqadtFwU5VNog" name="CreationEvent">

-    <ownedComment xmi:id="_mh_Y9YN9EdqadtFwU5VNog" annotatedElement="_mh_Y9IN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yM-DSIOGEdq6geWPj4xEng" name="CreationEvent">

+    <ownedComment xmi:id="_yM-DSYOGEdq6geWPj4xEng" annotatedElement="_yM-DSIOGEdq6geWPj4xEng">

       <body>A CreationEvent models the creation of an object.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mh_Y9oN9EdqadtFwU5VNog" name="no_occurrence_above" constrainedElement="_mh_Y9IN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mh_Y94N9EdqadtFwU5VNog" annotatedElement="_mh_Y9oN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yM-DSoOGEdq6geWPj4xEng" name="no_occurrence_above" constrainedElement="_yM-DSIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yM-DS4OGEdq6geWPj4xEng" annotatedElement="_yM-DSoOGEdq6geWPj4xEng">

         <body>No othet OccurrenceSpecification may appear above an OccurrenceSpecification which references a CreationEvent on a given Lifeline in an InteractionOperand.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mh_Y-IN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yM-DTIOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mh_Y-YN9EdqadtFwU5VNog" general="_mjxhkIN9EdqadtFwU5VNog"/>

+    <generalization xmi:id="_yM-DTYOGEdq6geWPj4xEng" general="_yOma5oOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mh_Y-oN9EdqadtFwU5VNog" name="DestructionEvent">

-    <ownedComment xmi:id="_mh_Y-4N9EdqadtFwU5VNog" annotatedElement="_mh_Y-oN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yM-DToOGEdq6geWPj4xEng" name="DestructionEvent">

+    <ownedComment xmi:id="_yM-DT4OGEdq6geWPj4xEng" annotatedElement="_yM-DToOGEdq6geWPj4xEng">

       <body>A DestructionEvent models the destruction of an object.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mh_Y_IN9EdqadtFwU5VNog" name="no_occurrence_specifications_below" constrainedElement="_mh_Y-oN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mh_Y_YN9EdqadtFwU5VNog" annotatedElement="_mh_Y_IN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yM-DUIOGEdq6geWPj4xEng" name="no_occurrence_specifications_below" constrainedElement="_yM-DToOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yM-DUYOGEdq6geWPj4xEng" annotatedElement="_yM-DUIOGEdq6geWPj4xEng">

         <body>No other OccurrenceSpecifications may appear below an OccurrenceSpecification which references a DestructionEvent on a given Lifeline in an InteractionOperand.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mh_Y_oN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yM-DUoOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mh_Y_4N9EdqadtFwU5VNog" general="_mjxhkIN9EdqadtFwU5VNog"/>

+    <generalization xmi:id="_yM-DU4OGEdq6geWPj4xEng" general="_yOma5oOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mh_ZAIN9EdqadtFwU5VNog" name="SendOperationEvent">

-    <ownedComment xmi:id="_mh_ZAYN9EdqadtFwU5VNog" annotatedElement="_mh_ZAIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yM-DVIOGEdq6geWPj4xEng" name="SendOperationEvent">

+    <ownedComment xmi:id="_yM-DVYOGEdq6geWPj4xEng" annotatedElement="_yM-DVIOGEdq6geWPj4xEng">

       <body>A SendOperationEvent models the invocation of an operation call.</body>

     </ownedComment>

-    <generalization xmi:id="_mh_ZAoN9EdqadtFwU5VNog" general="_mjoXoIN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mh_ZA4N9EdqadtFwU5VNog" name="operation" type="_M4X2IGveEdq4DLWZOhbdEA" association="_milOyIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mh_ZBIN9EdqadtFwU5VNog" annotatedElement="_mh_ZA4N9EdqadtFwU5VNog">

+    <generalization xmi:id="_yM-DVoOGEdq6geWPj4xEng" general="_yOdRCYOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yM-DV4OGEdq6geWPj4xEng" name="operation" type="_M4X2IGveEdq4DLWZOhbdEA" association="_yNj5FoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yM-DWIOGEdq6geWPj4xEng" annotatedElement="_yM-DV4OGEdq6geWPj4xEng">

         <body>The operation associated with this event.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mh_ZBYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mh_ZBoN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yM-DWYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yM-DWoOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mh_ZB4N9EdqadtFwU5VNog" name="SendSignalEvent">

-    <ownedComment xmi:id="_mh_ZCIN9EdqadtFwU5VNog" annotatedElement="_mh_ZB4N9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yM-DW4OGEdq6geWPj4xEng" name="SendSignalEvent">

+    <ownedComment xmi:id="_yM-DXIOGEdq6geWPj4xEng" annotatedElement="_yM-DW4OGEdq6geWPj4xEng">

       <body>A SendSignalEvent models the sending of a signal.</body>

     </ownedComment>

-    <generalization xmi:id="_mh_ZCYN9EdqadtFwU5VNog" general="_mjoXoIN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mh_ZCoN9EdqadtFwU5VNog" name="signal" type="_Pu3O0HL0EdqziYxiZo0YtA" association="_milOzIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mh_ZC4N9EdqadtFwU5VNog" annotatedElement="_mh_ZCoN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yM-DXYOGEdq6geWPj4xEng" general="_yOdRCYOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yM-DXoOGEdq6geWPj4xEng" name="signal" type="_Pu3O0HL0EdqziYxiZo0YtA" association="_yNj5GoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yM-DX4OGEdq6geWPj4xEng" annotatedElement="_yM-DXoOGEdq6geWPj4xEng">

         <body>The signal associated with this event.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mh_ZDIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mh_ZDYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yM-DYIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yM-DYYOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mh_ZDoN9EdqadtFwU5VNog" name="MessageOccurrenceSpecification">

-    <ownedComment xmi:id="_mh_ZD4N9EdqadtFwU5VNog" annotatedElement="_mh_ZDoN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yM-DYoOGEdq6geWPj4xEng" name="MessageOccurrenceSpecification">

+    <ownedComment xmi:id="_yM-DY4OGEdq6geWPj4xEng" annotatedElement="_yM-DYoOGEdq6geWPj4xEng">

       <body>Specifies the occurrence of message events, such as sending and receiving of signals or invoking or receiving of operation calls. A message occurrence specification is a kind of message end. Messages are generated either by synchronous operation calls or asynchronous signal sends. They are received by the execution of corresponding accept event actions.</body>

     </ownedComment>

-    <generalization xmi:id="_mh_ZEIN9EdqadtFwU5VNog" general="_mh1oEoN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mh_ZEYN9EdqadtFwU5VNog" general="_mh1n_4N9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mh_ZEoN9EdqadtFwU5VNog" name="event" type="_mjxhkIN9EdqadtFwU5VNog" redefinedProperty="_mh1oDoN9EdqadtFwU5VNog" association="_milO1IN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mh_ZE4N9EdqadtFwU5VNog" annotatedElement="_mh_ZEoN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yM-DZIOGEdq6geWPj4xEng" general="_yM0SboOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_yM-DZYOGEdq6geWPj4xEng" general="_yM0SW4OGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yM-DZoOGEdq6geWPj4xEng" name="event" type="_yOma5oOGEdq6geWPj4xEng" redefinedProperty="_yM0SaoOGEdq6geWPj4xEng" association="_yNj5IoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yM-DZ4OGEdq6geWPj4xEng" annotatedElement="_yM-DZoOGEdq6geWPj4xEng">

         <body>Redefines the event referenced to be restricted to a message event.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mh_ZFIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mh_ZFYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yM-DaIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yM-DaYOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mh_ZFoN9EdqadtFwU5VNog" name="ExecutionOccurrenceSpecification">

-    <ownedComment xmi:id="_mh_ZF4N9EdqadtFwU5VNog" annotatedElement="_mh_ZFoN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yNHNIIOGEdq6geWPj4xEng" name="ExecutionOccurrenceSpecification">

+    <ownedComment xmi:id="_yNHNIYOGEdq6geWPj4xEng" annotatedElement="_yNHNIIOGEdq6geWPj4xEng">

       <body>An ExecutionOccurrenceSpecification represents moments in time at which actions or behaviors start or finish.</body>

     </ownedComment>

-    <generalization xmi:id="_mh_ZGIN9EdqadtFwU5VNog" general="_mh1n_4N9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mh_ZGYN9EdqadtFwU5VNog" name="execution" type="_mh1n8YN9EdqadtFwU5VNog" association="_miu_wIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mh_ZGoN9EdqadtFwU5VNog" annotatedElement="_mh_ZGYN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yNHNIoOGEdq6geWPj4xEng" general="_yM0SW4OGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yNHNI4OGEdq6geWPj4xEng" name="execution" type="_yM0STYOGEdq6geWPj4xEng" association="_yNj5MIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yNHNJIOGEdq6geWPj4xEng" annotatedElement="_yNHNI4OGEdq6geWPj4xEng">

         <body>References the execution specification describing the execution that is started or finished at this execution event.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mh_ZG4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mh_ZHIN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yNHNJYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yNHNJoOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mh_ZHYN9EdqadtFwU5VNog" name="event" type="_mh_Y8YN9EdqadtFwU5VNog" redefinedProperty="_mh1oDoN9EdqadtFwU5VNog" association="_miu_xIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mh_ZHoN9EdqadtFwU5VNog" annotatedElement="_mh_ZHYN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yNHNJ4OGEdq6geWPj4xEng" name="event" type="_yM-DRYOGEdq6geWPj4xEng" redefinedProperty="_yM0SaoOGEdq6geWPj4xEng" association="_yNtqEIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yNHNKIOGEdq6geWPj4xEng" annotatedElement="_yNHNJ4OGEdq6geWPj4xEng">

         <body>Redefines the event referenced to be restricted to an execution event.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mh_ZH4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mh_ZIIN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yNHNKYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yNHNKoOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_miIi0IN9EdqadtFwU5VNog" name="ReceiveOperationEvent">

-    <ownedComment xmi:id="_miIi0YN9EdqadtFwU5VNog" annotatedElement="_miIi0IN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yNHNK4OGEdq6geWPj4xEng" name="ReceiveOperationEvent">

+    <ownedComment xmi:id="_yNHNLIOGEdq6geWPj4xEng" annotatedElement="_yNHNK4OGEdq6geWPj4xEng">

       <body>A ReceiveOperationEvent models the reception of an operation call.</body>

     </ownedComment>

-    <generalization xmi:id="_miIi0oN9EdqadtFwU5VNog" general="_mjoXoIN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_miIi04N9EdqadtFwU5VNog" name="operation" type="_M4X2IGveEdq4DLWZOhbdEA" association="_miu_yYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_miIi1IN9EdqadtFwU5VNog" annotatedElement="_miIi04N9EdqadtFwU5VNog">

+    <generalization xmi:id="_yNHNLYOGEdq6geWPj4xEng" general="_yOdRCYOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yNHNLoOGEdq6geWPj4xEng" name="operation" type="_M4X2IGveEdq4DLWZOhbdEA" association="_yNtqFYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yNHNL4OGEdq6geWPj4xEng" annotatedElement="_yNHNLoOGEdq6geWPj4xEng">

         <body>The operation associated with this event.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_miIi1YN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_miIi1oN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yNHNMIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yNHNMYOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_miIi14N9EdqadtFwU5VNog" name="ReceiveSignalEvent">

-    <ownedComment xmi:id="_miIi2IN9EdqadtFwU5VNog" annotatedElement="_miIi14N9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yNHNMoOGEdq6geWPj4xEng" name="ReceiveSignalEvent">

+    <ownedComment xmi:id="_yNHNM4OGEdq6geWPj4xEng" annotatedElement="_yNHNMoOGEdq6geWPj4xEng">

       <body>A ReceiveSignalEvent models the receiving of a signal.</body>

     </ownedComment>

-    <generalization xmi:id="_miIi2YN9EdqadtFwU5VNog" general="_mjoXoIN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_miIi2oN9EdqadtFwU5VNog" name="signal" type="_Pu3O0HL0EdqziYxiZo0YtA" association="_miu_zYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_miIi24N9EdqadtFwU5VNog" annotatedElement="_miIi2oN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yNHNNIOGEdq6geWPj4xEng" general="_yOdRCYOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yNHNNYOGEdq6geWPj4xEng" name="signal" type="_Pu3O0HL0EdqziYxiZo0YtA" association="_yNtqGYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yNHNNoOGEdq6geWPj4xEng" annotatedElement="_yNHNNYOGEdq6geWPj4xEng">

         <body>The signal associated with this event.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_miIi3IN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_miIi3YN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yNHNN4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yNHNOIOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

   <ownedMember xmi:type="uml:Enumeration" xmi:id="_Y_jskGvtEdqG6fBIPwe-mw" name="MessageKind">

-    <ownedComment xmi:id="_miIi3oN9EdqadtFwU5VNog" annotatedElement="_Y_jskGvtEdqG6fBIPwe-mw">

+    <ownedComment xmi:id="_yNHNOYOGEdq6geWPj4xEng" annotatedElement="_Y_jskGvtEdqG6fBIPwe-mw">

       <body>MessageKind is an enumeration of the following values:

 

 - complete = sendEvent and receiveEvent are present

@@ -3700,29 +3700,29 @@
 

 - unknown = sendEvent and receiveEvent absent (should not appear)</body>

     </ownedComment>

-    <ownedLiteral xmi:id="_miIi34N9EdqadtFwU5VNog" name="complete">

-      <ownedComment xmi:id="_miIi4IN9EdqadtFwU5VNog" annotatedElement="_miIi34N9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_yNHNOoOGEdq6geWPj4xEng" name="complete">

+      <ownedComment xmi:id="_yNHNO4OGEdq6geWPj4xEng" annotatedElement="_yNHNOoOGEdq6geWPj4xEng">

         <body>sendEvent and receiveEvent are present</body>

       </ownedComment>

     </ownedLiteral>

-    <ownedLiteral xmi:id="_miIi4YN9EdqadtFwU5VNog" name="lost">

-      <ownedComment xmi:id="_miIi4oN9EdqadtFwU5VNog" annotatedElement="_miIi4YN9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_yNHNPIOGEdq6geWPj4xEng" name="lost">

+      <ownedComment xmi:id="_yNHNPYOGEdq6geWPj4xEng" annotatedElement="_yNHNPIOGEdq6geWPj4xEng">

         <body>sendEvent present and receiveEvent absent</body>

       </ownedComment>

     </ownedLiteral>

-    <ownedLiteral xmi:id="_miIi44N9EdqadtFwU5VNog" name="found">

-      <ownedComment xmi:id="_miIi5IN9EdqadtFwU5VNog" annotatedElement="_miIi44N9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_yNHNPoOGEdq6geWPj4xEng" name="found">

+      <ownedComment xmi:id="_yNHNP4OGEdq6geWPj4xEng" annotatedElement="_yNHNPoOGEdq6geWPj4xEng">

         <body>sendEvent absent and receiveEvent present</body>

       </ownedComment>

     </ownedLiteral>

-    <ownedLiteral xmi:id="_miIi5YN9EdqadtFwU5VNog" name="unknown">

-      <ownedComment xmi:id="_miIi5oN9EdqadtFwU5VNog" annotatedElement="_miIi5YN9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_yNHNQIOGEdq6geWPj4xEng" name="unknown">

+      <ownedComment xmi:id="_yNHNQYOGEdq6geWPj4xEng" annotatedElement="_yNHNQIOGEdq6geWPj4xEng">

         <body>sendEvent and receiveEvent absent (should not appear)</body>

       </ownedComment>

     </ownedLiteral>

   </ownedMember>

-  <ownedMember xmi:type="uml:Enumeration" xmi:id="_miIi54N9EdqadtFwU5VNog" name="MessageSort">

-    <ownedComment xmi:id="_miIi6IN9EdqadtFwU5VNog" annotatedElement="_miIi54N9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Enumeration" xmi:id="_yNHNQoOGEdq6geWPj4xEng" name="MessageSort">

+    <ownedComment xmi:id="_yNHNQ4OGEdq6geWPj4xEng" annotatedElement="_yNHNQoOGEdq6geWPj4xEng">

       <body>MessageSort is an enumeration of the following values:

 

 - synchCall = the message was generated by a synchronous call to an operation

@@ -3737,13 +3737,13 @@
 

 - reply = the message is a reply message to an operation call</body>

     </ownedComment>

-    <ownedLiteral xmi:id="_miIi6YN9EdqadtFwU5VNog" name="synchCall">

-      <ownedComment xmi:id="_miIi6oN9EdqadtFwU5VNog" annotatedElement="_miIi6YN9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_yNHNRIOGEdq6geWPj4xEng" name="synchCall">

+      <ownedComment xmi:id="_yNHNRYOGEdq6geWPj4xEng" annotatedElement="_yNHNRIOGEdq6geWPj4xEng">

         <body>The message was generated by a synchronous call to an operation.</body>

       </ownedComment>

     </ownedLiteral>

-    <ownedLiteral xmi:id="_miIi64N9EdqadtFwU5VNog" name="asynchCall">

-      <ownedComment xmi:id="_miIi7IN9EdqadtFwU5VNog" annotatedElement="_miIi64N9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_yNHNRoOGEdq6geWPj4xEng" name="asynchCall">

+      <ownedComment xmi:id="_yNHNR4OGEdq6geWPj4xEng" annotatedElement="_yNHNRoOGEdq6geWPj4xEng">

         <body>The message was generated by an asynchronous call to an operation; i.e., a CallAction with isSynchronous

 

 = false.

@@ -3751,209 +3751,209 @@
 </body>

       </ownedComment>

     </ownedLiteral>

-    <ownedLiteral xmi:id="_miIi7YN9EdqadtFwU5VNog" name="asynchSignal">

-      <ownedComment xmi:id="_miIi7oN9EdqadtFwU5VNog" annotatedElement="_miIi7YN9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_yNHNSIOGEdq6geWPj4xEng" name="asynchSignal">

+      <ownedComment xmi:id="_yNHNSYOGEdq6geWPj4xEng" annotatedElement="_yNHNSIOGEdq6geWPj4xEng">

         <body>The message was generated by an asynchronous send action.</body>

       </ownedComment>

     </ownedLiteral>

-    <ownedLiteral xmi:id="_miIi74N9EdqadtFwU5VNog" name="createMessage">

-      <ownedComment xmi:id="_miIi8IN9EdqadtFwU5VNog" annotatedElement="_miIi74N9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_yNHNSoOGEdq6geWPj4xEng" name="createMessage">

+      <ownedComment xmi:id="_yNHNS4OGEdq6geWPj4xEng" annotatedElement="_yNHNSoOGEdq6geWPj4xEng">

         <body>The message designating the creation of another lifeline object.</body>

       </ownedComment>

     </ownedLiteral>

-    <ownedLiteral xmi:id="_miIi8YN9EdqadtFwU5VNog" name="deleteMessage">

-      <ownedComment xmi:id="_miIi8oN9EdqadtFwU5VNog" annotatedElement="_miIi8YN9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_yNHNTIOGEdq6geWPj4xEng" name="deleteMessage">

+      <ownedComment xmi:id="_yNHNTYOGEdq6geWPj4xEng" annotatedElement="_yNHNTIOGEdq6geWPj4xEng">

         <body>The message designating the termination of another lifeline.</body>

       </ownedComment>

     </ownedLiteral>

-    <ownedLiteral xmi:id="_miIi84N9EdqadtFwU5VNog" name="reply">

-      <ownedComment xmi:id="_miIi9IN9EdqadtFwU5VNog" annotatedElement="_miIi84N9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_yNHNToOGEdq6geWPj4xEng" name="reply">

+      <ownedComment xmi:id="_yNHNT4OGEdq6geWPj4xEng" annotatedElement="_yNHNToOGEdq6geWPj4xEng">

         <body>The message is a reply message to an operation call.</body>

       </ownedComment>

     </ownedLiteral>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_miST0IN9EdqadtFwU5VNog" name="A_covered_coveredBy" memberEnd="_mhitL4N9EdqadtFwU5VNog _mhitGIN9EdqadtFwU5VNog">

-    <ownedComment xmi:id="_miST0YN9EdqadtFwU5VNog" annotatedElement="_miST0IN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Association" xmi:id="_yNQ-IIOGEdq6geWPj4xEng" name="A_covered_coveredBy" memberEnd="_yMhXi4OGEdq6geWPj4xEng _yMhXdIOGEdq6geWPj4xEng">

+    <ownedComment xmi:id="_yNQ-IYOGEdq6geWPj4xEng" annotatedElement="_yNQ-IIOGEdq6geWPj4xEng">

       <body>This association shows the lifelines that make up an interaction. A lifeline may be part of more than one interaction use.</body>

     </ownedComment>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_miST0oN9EdqadtFwU5VNog" name="A_executionSpecification_start" memberEnd="_mh1n94N9EdqadtFwU5VNog _miST1IN9EdqadtFwU5VNog">

-    <ownedComment xmi:id="_miST04N9EdqadtFwU5VNog" annotatedElement="_miST0oN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Association" xmi:id="_yNQ-IoOGEdq6geWPj4xEng" name="A_executionSpecification_start" memberEnd="_yM0SU4OGEdq6geWPj4xEng _yNQ-JIOGEdq6geWPj4xEng">

+    <ownedComment xmi:id="_yNQ-I4OGEdq6geWPj4xEng" annotatedElement="_yNQ-IoOGEdq6geWPj4xEng">

       <body>The event shows the time point at which the action begins execution.</body>

     </ownedComment>

-    <ownedEnd xmi:id="_miST1IN9EdqadtFwU5VNog" type="_mh1n8YN9EdqadtFwU5VNog" association="_miST0oN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_miST1YN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_miST1oN9EdqadtFwU5VNog"/>

+    <ownedEnd xmi:id="_yNQ-JIOGEdq6geWPj4xEng" type="_yM0STYOGEdq6geWPj4xEng" association="_yNQ-IoOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yNQ-JYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yNQ-JoOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_miST14N9EdqadtFwU5VNog" name="A_executionSpecification_finish" memberEnd="_miST2YN9EdqadtFwU5VNog _mh1n-4N9EdqadtFwU5VNog">

-    <ownedComment xmi:id="_miST2IN9EdqadtFwU5VNog" annotatedElement="_miST14N9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Association" xmi:id="_yNQ-J4OGEdq6geWPj4xEng" name="A_executionSpecification_finish" memberEnd="_yNQ-KYOGEdq6geWPj4xEng _yM0SV4OGEdq6geWPj4xEng">

+    <ownedComment xmi:id="_yNQ-KIOGEdq6geWPj4xEng" annotatedElement="_yNQ-J4OGEdq6geWPj4xEng">

       <body>The event shows the time point at which the action completes execution.</body>

     </ownedComment>

-    <ownedEnd xmi:id="_miST2YN9EdqadtFwU5VNog" type="_mh1n8YN9EdqadtFwU5VNog" association="_miST14N9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_miST2oN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_miST24N9EdqadtFwU5VNog"/>

+    <ownedEnd xmi:id="_yNQ-KYOGEdq6geWPj4xEng" type="_yM0STYOGEdq6geWPj4xEng" association="_yNQ-J4OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yNQ-KoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yNQ-K4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_miST3IN9EdqadtFwU5VNog" name="A_lifeline_represents" memberEnd="_mhitHIN9EdqadtFwU5VNog _miST3oN9EdqadtFwU5VNog">

-    <ownedComment xmi:id="_miST3YN9EdqadtFwU5VNog" annotatedElement="_miST3IN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Association" xmi:id="_yNQ-LIOGEdq6geWPj4xEng" name="A_lifeline_represents" memberEnd="_yNQ-LoOGEdq6geWPj4xEng _yMhXeIOGEdq6geWPj4xEng">

+    <ownedComment xmi:id="_yNQ-LYOGEdq6geWPj4xEng" annotatedElement="_yNQ-LIOGEdq6geWPj4xEng">

       <body>If a Part has multiplicity, multiple lifelines might be used to show it.</body>

     </ownedComment>

-    <ownedEnd xmi:id="_miST3oN9EdqadtFwU5VNog" type="_mhitDIN9EdqadtFwU5VNog" association="_miST3IN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_miST34N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_miST4IN9EdqadtFwU5VNog"/>

+    <ownedEnd xmi:id="_yNQ-LoOGEdq6geWPj4xEng" type="_yMhXaIOGEdq6geWPj4xEng" association="_yNQ-LIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yNQ-L4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yNQ-MIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_miST4YN9EdqadtFwU5VNog" name="A_lifeline_interaction" memberEnd="_mhitIIN9EdqadtFwU5VNog _mhis9IN9EdqadtFwU5VNog">

-    <generalization xmi:id="_miST4oN9EdqadtFwU5VNog" general="_mQ_vgoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yNQ-MYOGEdq6geWPj4xEng" name="A_lifeline_interaction" memberEnd="_yMhXfIOGEdq6geWPj4xEng _yMhXUIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yNQ-MoOGEdq6geWPj4xEng" general="_x83xxYOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_miST44N9EdqadtFwU5VNog" name="A_receiveEvent_message" memberEnd="_mhr28oN9EdqadtFwU5VNog _miST5IN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_miST5IN9EdqadtFwU5VNog" type="_gfgNwGveEdq4DLWZOhbdEA" association="_miST44N9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_miST5YN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_miST5oN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yNQ-M4OGEdq6geWPj4xEng" name="A_receiveEvent_message" memberEnd="_yMqhS4OGEdq6geWPj4xEng _yNQ-NIOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yNQ-NIOGEdq6geWPj4xEng" type="_gfgNwGveEdq4DLWZOhbdEA" association="_yNQ-M4OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yNQ-NYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yNQ-NoOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_miST54N9EdqadtFwU5VNog" name="A_sendEvent_message" memberEnd="_miST6IN9EdqadtFwU5VNog _mhr29oN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_miST6IN9EdqadtFwU5VNog" type="_gfgNwGveEdq4DLWZOhbdEA" association="_miST54N9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_miST6YN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_miST6oN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yNQ-N4OGEdq6geWPj4xEng" name="A_sendEvent_message" memberEnd="_yMqhT4OGEdq6geWPj4xEng _yNQ-OIOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yNQ-OIOGEdq6geWPj4xEng" type="_gfgNwGveEdq4DLWZOhbdEA" association="_yNQ-N4OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yNQ-OYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yNQ-OoOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_miST64N9EdqadtFwU5VNog" name="A_events_covered" memberEnd="_miST7YN9EdqadtFwU5VNog _mh1oAoN9EdqadtFwU5VNog">

-    <generalization xmi:id="_miST7IN9EdqadtFwU5VNog" general="_miST0IN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_miST7YN9EdqadtFwU5VNog" name="events" type="_mh1n_4N9EdqadtFwU5VNog" isOrdered="true" association="_miST64N9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_miST7oN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_miST74N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yNQ-O4OGEdq6geWPj4xEng" name="A_events_covered" memberEnd="_yNQ-PYOGEdq6geWPj4xEng _yM0SXoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yNQ-PIOGEdq6geWPj4xEng" general="_yNQ-IIOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yNQ-PYOGEdq6geWPj4xEng" name="events" type="_yM0SW4OGEdq6geWPj4xEng" isOrdered="true" association="_yNQ-O4OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yNQ-PoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yNQ-P4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_miST8IN9EdqadtFwU5VNog" name="A_selector_lifeline" memberEnd="_mhitJoN9EdqadtFwU5VNog _miST8oN9EdqadtFwU5VNog">

-    <generalization xmi:id="_miST8YN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_miST8oN9EdqadtFwU5VNog" type="_mhitDIN9EdqadtFwU5VNog" association="_miST8IN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_miST84N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_miST9IN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yNQ-QIOGEdq6geWPj4xEng" name="A_selector_lifeline" memberEnd="_yMhXgoOGEdq6geWPj4xEng _yNQ-QoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yNQ-QYOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yNQ-QoOGEdq6geWPj4xEng" type="_yMhXaIOGEdq6geWPj4xEng" association="_yNQ-QIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yNQ-Q4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yNQ-RIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_micE0IN9EdqadtFwU5VNog" name="A_connector_message" memberEnd="_mhr2-oN9EdqadtFwU5VNog _micE0YN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_micE0YN9EdqadtFwU5VNog" type="_gfgNwGveEdq4DLWZOhbdEA" association="_micE0IN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_micE0oN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_micE04N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yNaIEIOGEdq6geWPj4xEng" name="A_connector_message" memberEnd="_yNaIEYOGEdq6geWPj4xEng _yMqhU4OGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yNaIEYOGEdq6geWPj4xEng" type="_gfgNwGveEdq4DLWZOhbdEA" association="_yNaIEIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yNaIEoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yNaIE4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_micE1IN9EdqadtFwU5VNog" name="A_message_interaction" memberEnd="_mhr2_oN9EdqadtFwU5VNog _mhis-oN9EdqadtFwU5VNog">

-    <generalization xmi:id="_micE1YN9EdqadtFwU5VNog" general="_mQ_vgoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yNaIFIOGEdq6geWPj4xEng" name="A_message_interaction" memberEnd="_yM0SMIOGEdq6geWPj4xEng _yMhXVoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yNaIFYOGEdq6geWPj4xEng" general="_x83xxYOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_micE1oN9EdqadtFwU5VNog" name="A_before_toAfter" memberEnd="_mh1oBoN9EdqadtFwU5VNog _mh1n6YN9EdqadtFwU5VNog"/>

-  <ownedMember xmi:type="uml:Association" xmi:id="_micE14N9EdqadtFwU5VNog" name="A_toBefore_after" memberEnd="_mh1oCoN9EdqadtFwU5VNog _mh1n7YN9EdqadtFwU5VNog"/>

-  <ownedMember xmi:type="uml:Association" xmi:id="_micE2IN9EdqadtFwU5VNog" name="A_argument_message" memberEnd="_mhr3BIN9EdqadtFwU5VNog _micE2oN9EdqadtFwU5VNog">

-    <generalization xmi:id="_micE2YN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_micE2oN9EdqadtFwU5VNog" type="_gfgNwGveEdq4DLWZOhbdEA" association="_micE2IN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_micE24N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_micE3IN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yNaIFoOGEdq6geWPj4xEng" name="A_before_toAfter" memberEnd="_yM0SYoOGEdq6geWPj4xEng _yM0SRYOGEdq6geWPj4xEng"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yNaIF4OGEdq6geWPj4xEng" name="A_toBefore_after" memberEnd="_yM0SZoOGEdq6geWPj4xEng _yM0SSYOGEdq6geWPj4xEng"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yNaIGIOGEdq6geWPj4xEng" name="A_argument_message" memberEnd="_yNaIGoOGEdq6geWPj4xEng _yM0SNoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yNaIGYOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yNaIGoOGEdq6geWPj4xEng" type="_gfgNwGveEdq4DLWZOhbdEA" association="_yNaIGIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yNaIG4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yNaIHIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_micE3YN9EdqadtFwU5VNog" name="A_invariant_stateInvariant" memberEnd="_micE34N9EdqadtFwU5VNog _mh1oHIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_micE3oN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_micE34N9EdqadtFwU5VNog" type="_mh1oGYN9EdqadtFwU5VNog" association="_micE3YN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yNaIHYOGEdq6geWPj4xEng" name="A_invariant_stateInvariant" memberEnd="_yM0SeIOGEdq6geWPj4xEng _yNaIH4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yNaIHoOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yNaIH4OGEdq6geWPj4xEng" type="_yM0SdYOGEdq6geWPj4xEng" association="_yNaIHYOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_micE4IN9EdqadtFwU5VNog" name="A_stateInvariant_covered" memberEnd="_micE4oN9EdqadtFwU5VNog _mh1oIoN9EdqadtFwU5VNog">

-    <generalization xmi:id="_micE4YN9EdqadtFwU5VNog" general="_miST0IN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_micE4oN9EdqadtFwU5VNog" name="stateInvariant" type="_mh1oGYN9EdqadtFwU5VNog" association="_micE4IN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_micE44N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_micE5IN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yNaIIIOGEdq6geWPj4xEng" name="A_stateInvariant_covered" memberEnd="_yNaIIoOGEdq6geWPj4xEng _yM-DMIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yNaIIYOGEdq6geWPj4xEng" general="_yNQ-IIOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yNaIIoOGEdq6geWPj4xEng" name="stateInvariant" type="_yM0SdYOGEdq6geWPj4xEng" association="_yNaIIIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yNaII4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yNaIJIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_micE5YN9EdqadtFwU5VNog" name="A_generalOrdering_interactionFragment" memberEnd="_mhitM4N9EdqadtFwU5VNog _micE54N9EdqadtFwU5VNog">

-    <generalization xmi:id="_micE5oN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_micE54N9EdqadtFwU5VNog" type="_mhitLIN9EdqadtFwU5VNog" association="_micE5YN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_micE6IN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_micE6YN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yNaIJYOGEdq6geWPj4xEng" name="A_generalOrdering_interactionFragment" memberEnd="_yMhXj4OGEdq6geWPj4xEng _yNaIJ4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yNaIJoOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yNaIJ4OGEdq6geWPj4xEng" type="_yMhXiIOGEdq6geWPj4xEng" association="_yNaIJYOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yNaIKIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yNaIKYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_micE6oN9EdqadtFwU5VNog" name="A_enclosingInteraction_fragment" memberEnd="_mhitOYN9EdqadtFwU5VNog _mhitAIN9EdqadtFwU5VNog">

-    <ownedRule xmi:id="_micE64N9EdqadtFwU5VNog" constrainedElement="_micE6oN9EdqadtFwU5VNog">

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_micE7IN9EdqadtFwU5VNog" language="OCL">

+  <ownedMember xmi:type="uml:Association" xmi:id="_yNaIKoOGEdq6geWPj4xEng" name="A_enclosingInteraction_fragment" memberEnd="_yMhXlYOGEdq6geWPj4xEng _yMhXXIOGEdq6geWPj4xEng">

+    <ownedRule xmi:id="_yNaIK4OGEdq6geWPj4xEng" constrainedElement="_yNaIKoOGEdq6geWPj4xEng">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yNaILIOGEdq6geWPj4xEng" language="OCL">

         <body>ordered</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_micE7YN9EdqadtFwU5VNog" general="_mQ_vgoN9EdqadtFwU5VNog"/>

+    <generalization xmi:id="_yNaILYOGEdq6geWPj4xEng" general="_x83xxYOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_milOwIN9EdqadtFwU5VNog" name="A_behavior_behaviorExecutionSpecification" memberEnd="_milOwYN9EdqadtFwU5VNog _mh_Y7YN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_milOwYN9EdqadtFwU5VNog" type="_mh_Y6oN9EdqadtFwU5VNog" association="_milOwIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yNaILoOGEdq6geWPj4xEng" name="A_behavior_behaviorExecutionSpecification" memberEnd="_yM-DQYOGEdq6geWPj4xEng _yNaIL4OGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yNaIL4OGEdq6geWPj4xEng" type="_yM-DPoOGEdq6geWPj4xEng" association="_yNaILoOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_milOwoN9EdqadtFwU5VNog" name="A_action_actionExecutionSpecification" memberEnd="_mh_Y5oN9EdqadtFwU5VNog _milOw4N9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_milOw4N9EdqadtFwU5VNog" type="_mh_Y4IN9EdqadtFwU5VNog" association="_milOwoN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_milOxIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_milOxYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yNj5EIOGEdq6geWPj4xEng" name="A_action_actionExecutionSpecification" memberEnd="_yM-DOoOGEdq6geWPj4xEng _yNj5EYOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yNj5EYOGEdq6geWPj4xEng" type="_yM-DNIOGEdq6geWPj4xEng" association="_yNj5EIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yNj5EoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yNj5E4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_milOxoN9EdqadtFwU5VNog" name="A_signature_message" memberEnd="_milOx4N9EdqadtFwU5VNog _mh1n4IN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_milOx4N9EdqadtFwU5VNog" type="_gfgNwGveEdq4DLWZOhbdEA" association="_milOxoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yNj5FIOGEdq6geWPj4xEng" name="A_signature_message" memberEnd="_yNj5FYOGEdq6geWPj4xEng _yM0SPIOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yNj5FYOGEdq6geWPj4xEng" type="_gfgNwGveEdq4DLWZOhbdEA" association="_yNj5FIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_milOyIN9EdqadtFwU5VNog" name="A_operation_sendOperationEvent" memberEnd="_mh_ZA4N9EdqadtFwU5VNog _milOyYN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_milOyYN9EdqadtFwU5VNog" type="_mh_ZAIN9EdqadtFwU5VNog" association="_milOyIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_milOyoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_milOy4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yNj5FoOGEdq6geWPj4xEng" name="A_operation_sendOperationEvent" memberEnd="_yM-DV4OGEdq6geWPj4xEng _yNj5F4OGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yNj5F4OGEdq6geWPj4xEng" type="_yM-DVIOGEdq6geWPj4xEng" association="_yNj5FoOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yNj5GIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yNj5GYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_milOzIN9EdqadtFwU5VNog" name="A_signal_sendSignalEvent" memberEnd="_mh_ZCoN9EdqadtFwU5VNog _milOzYN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_milOzYN9EdqadtFwU5VNog" type="_mh_ZB4N9EdqadtFwU5VNog" association="_milOzIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_milOzoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_milOz4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yNj5GoOGEdq6geWPj4xEng" name="A_signal_sendSignalEvent" memberEnd="_yM-DXoOGEdq6geWPj4xEng _yNj5G4OGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yNj5G4OGEdq6geWPj4xEng" type="_yM-DW4OGEdq6geWPj4xEng" association="_yNj5GoOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yNj5HIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yNj5HYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_milO0IN9EdqadtFwU5VNog" name="A_message_messageEnd" memberEnd="_milO0YN9EdqadtFwU5VNog _mh1oFYN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_milO0YN9EdqadtFwU5VNog" type="_mh1oEoN9EdqadtFwU5VNog" association="_milO0IN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_milO0oN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_milO04N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yNj5HoOGEdq6geWPj4xEng" name="A_message_messageEnd" memberEnd="_yNj5H4OGEdq6geWPj4xEng _yM0ScYOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yNj5H4OGEdq6geWPj4xEng" type="_yM0SboOGEdq6geWPj4xEng" association="_yNj5HoOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yNj5IIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yNj5IYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_milO1IN9EdqadtFwU5VNog" name="A_event_messageOccurrenceSpecification" memberEnd="_mh_ZEoN9EdqadtFwU5VNog _milO1oN9EdqadtFwU5VNog">

-    <generalization xmi:id="_milO1YN9EdqadtFwU5VNog" general="_milO2YN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_milO1oN9EdqadtFwU5VNog" type="_mh_ZDoN9EdqadtFwU5VNog" redefinedProperty="_milO2oN9EdqadtFwU5VNog" association="_milO1IN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_milO14N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_milO2IN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yNj5IoOGEdq6geWPj4xEng" name="A_event_messageOccurrenceSpecification" memberEnd="_yNj5JIOGEdq6geWPj4xEng _yM-DZoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yNj5I4OGEdq6geWPj4xEng" general="_yNj5J4OGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yNj5JIOGEdq6geWPj4xEng" type="_yM-DYoOGEdq6geWPj4xEng" redefinedProperty="_yNj5KIOGEdq6geWPj4xEng" association="_yNj5IoOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yNj5JYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yNj5JoOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_milO2YN9EdqadtFwU5VNog" name="A_event_occurrenceSpecification" memberEnd="_mh1oDoN9EdqadtFwU5VNog _milO2oN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_milO2oN9EdqadtFwU5VNog" type="_mh1n_4N9EdqadtFwU5VNog" association="_milO2YN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_milO24N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_milO3IN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yNj5J4OGEdq6geWPj4xEng" name="A_event_occurrenceSpecification" memberEnd="_yM0SaoOGEdq6geWPj4xEng _yNj5KIOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yNj5KIOGEdq6geWPj4xEng" type="_yM0SW4OGEdq6geWPj4xEng" association="_yNj5J4OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yNj5KYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yNj5KoOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_milO3YN9EdqadtFwU5VNog" name="A_action_interaction" memberEnd="_milO34N9EdqadtFwU5VNog _mhitBoN9EdqadtFwU5VNog">

-    <generalization xmi:id="_milO3oN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_milO34N9EdqadtFwU5VNog" type="_mhis8IN9EdqadtFwU5VNog" subsettedProperty="_mLyfbYN9EdqadtFwU5VNog" association="_milO3YN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_milO4IN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_milO4YN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yNj5K4OGEdq6geWPj4xEng" name="A_action_interaction" memberEnd="_yMhXYoOGEdq6geWPj4xEng _yNj5LYOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yNj5LIOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yNj5LYOGEdq6geWPj4xEng" type="_yMhXTIOGEdq6geWPj4xEng" subsettedProperty="_x381jIOGEdq6geWPj4xEng" association="_yNj5K4OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yNj5LoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yNj5L4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_miu_wIN9EdqadtFwU5VNog" name="A_execution_executionOccurrenceSpecification" memberEnd="_mh_ZGYN9EdqadtFwU5VNog _miu_wYN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_miu_wYN9EdqadtFwU5VNog" type="_mh_ZFoN9EdqadtFwU5VNog" association="_miu_wIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_miu_woN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_miu_w4N9EdqadtFwU5VNog" value="1"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yNj5MIOGEdq6geWPj4xEng" name="A_execution_executionOccurrenceSpecification" memberEnd="_yNHNI4OGEdq6geWPj4xEng _yNj5MYOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yNj5MYOGEdq6geWPj4xEng" type="_yNHNIIOGEdq6geWPj4xEng" association="_yNj5MIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yNj5MoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yNj5M4OGEdq6geWPj4xEng" value="1"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_miu_xIN9EdqadtFwU5VNog" name="A_event_executionOccurrenceSpecification" memberEnd="_mh_ZHYN9EdqadtFwU5VNog _miu_xoN9EdqadtFwU5VNog">

-    <generalization xmi:id="_miu_xYN9EdqadtFwU5VNog" general="_milO2YN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_miu_xoN9EdqadtFwU5VNog" type="_mh_ZFoN9EdqadtFwU5VNog" redefinedProperty="_milO2oN9EdqadtFwU5VNog" association="_miu_xIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_miu_x4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_miu_yIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yNtqEIOGEdq6geWPj4xEng" name="A_event_executionOccurrenceSpecification" memberEnd="_yNHNJ4OGEdq6geWPj4xEng _yNtqEoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yNtqEYOGEdq6geWPj4xEng" general="_yNj5J4OGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yNtqEoOGEdq6geWPj4xEng" type="_yNHNIIOGEdq6geWPj4xEng" redefinedProperty="_yNj5KIOGEdq6geWPj4xEng" association="_yNtqEIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yNtqE4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yNtqFIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_miu_yYN9EdqadtFwU5VNog" name="A_operation_receiveOperationEvent" memberEnd="_miu_yoN9EdqadtFwU5VNog _miIi04N9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_miu_yoN9EdqadtFwU5VNog" type="_miIi0IN9EdqadtFwU5VNog" association="_miu_yYN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_miu_y4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_miu_zIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yNtqFYOGEdq6geWPj4xEng" name="A_operation_receiveOperationEvent" memberEnd="_yNtqFoOGEdq6geWPj4xEng _yNHNLoOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yNtqFoOGEdq6geWPj4xEng" type="_yNHNK4OGEdq6geWPj4xEng" association="_yNtqFYOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yNtqF4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yNtqGIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_miu_zYN9EdqadtFwU5VNog" name="A_signal_receiveSignalEvent" memberEnd="_miu_zoN9EdqadtFwU5VNog _miIi2oN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_miu_zoN9EdqadtFwU5VNog" type="_miIi14N9EdqadtFwU5VNog" association="_miu_zYN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_miu_z4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_miu_0IN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yNtqGYOGEdq6geWPj4xEng" name="A_signal_receiveSignalEvent" memberEnd="_yNtqGoOGEdq6geWPj4xEng _yNHNNYOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yNtqGoOGEdq6geWPj4xEng" type="_yNHNMoOGEdq6geWPj4xEng" association="_yNtqGYOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yNtqG4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yNtqHIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_miu_0YN9EdqadtFwU5VNog" name="Actor">

-    <ownedComment xmi:id="_miu_0oN9EdqadtFwU5VNog" annotatedElement="_miu_0YN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yNtqHYOGEdq6geWPj4xEng" name="Actor">

+    <ownedComment xmi:id="_yNtqHoOGEdq6geWPj4xEng" annotatedElement="_yNtqHYOGEdq6geWPj4xEng">

       <body>An Actor models a type of role played by an entity that interacts with the subject (e.g., by exchanging signals and data), but which is external to the subject (i.e., in the sense that an instance of an actor is not a part of the instance of its corresponding subject). Actors may represent roles played by human users, external hardware, or other subjects. Note that an actor does not necessarily represent a specific physical entity but merely a particular facet (i.e., “role”) of some entity that is relevant to the specification of its associated use cases. Thus, a single physical instance may play the role of several different actors and, conversely, a given actor may be played by multiple different instances.

 

 

@@ -3962,11 +3962,11 @@
 

 </body>

     </ownedComment>

-    <ownedRule xmi:id="_miu_04N9EdqadtFwU5VNog" name="associations" constrainedElement="_miu_0YN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_miu_1IN9EdqadtFwU5VNog" annotatedElement="_miu_04N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yNtqH4OGEdq6geWPj4xEng" name="associations" constrainedElement="_yNtqHYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yNtqIIOGEdq6geWPj4xEng" annotatedElement="_yNtqH4OGEdq6geWPj4xEng">

         <body>An actor can only have associations to use cases, components and classes. Furthermore these associations must be binary.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_miu_1YN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yNtqIYOGEdq6geWPj4xEng" language="OCL">

         <body>self.ownedAttribute->forAll ( a |

 (a.association->notEmpty()) implies

 ((a.association.memberEnd.size() = 2) and

@@ -3975,18 +3975,18 @@
 </body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_miu_1oN9EdqadtFwU5VNog" name="must_have_name" constrainedElement="_miu_0YN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_miu_14N9EdqadtFwU5VNog" annotatedElement="_miu_1oN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yNtqIoOGEdq6geWPj4xEng" name="must_have_name" constrainedElement="_yNtqHYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yNtqI4OGEdq6geWPj4xEng" annotatedElement="_yNtqIoOGEdq6geWPj4xEng">

         <body>An actor must have a name.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_miu_2IN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yNtqJIOGEdq6geWPj4xEng" language="OCL">

         <body>name->notEmpty()</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_miu_2YN9EdqadtFwU5VNog" general="_iY7sMGvsEdqG6fBIPwe-mw"/>

+    <generalization xmi:id="_yNtqJYOGEdq6geWPj4xEng" general="_iY7sMGvsEdqG6fBIPwe-mw"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_miu_2oN9EdqadtFwU5VNog" name="Extend">

-    <ownedComment xmi:id="_miu_24N9EdqadtFwU5VNog" annotatedElement="_miu_2oN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yNtqJoOGEdq6geWPj4xEng" name="Extend">

+    <ownedComment xmi:id="_yNtqJ4OGEdq6geWPj4xEng" annotatedElement="_yNtqJoOGEdq6geWPj4xEng">

       <body>This relationship specifies that the behavior of a use case may be extended by the behavior of another (usually supplementary) use case. The extension takes place at one or more specific extension points defined in the extended use case. Note, however, that the extended use case is defined independently of the extending use case and is meaningful independently of the extending use case. On the other hand, the extending use case typically defines behavior that may not necessarily be meaningful by itself. Instead, the extending use case defines a set of modular behavior increments that augment an execution of the extended use case under specific conditions.

 

 

@@ -3999,91 +3999,91 @@
 

 </body>

     </ownedComment>

-    <ownedRule xmi:id="_miu_3IN9EdqadtFwU5VNog" name="extension_points" constrainedElement="_miu_2oN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_miu_3YN9EdqadtFwU5VNog" annotatedElement="_miu_3IN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yNtqKIOGEdq6geWPj4xEng" name="extension_points" constrainedElement="_yNtqJoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yNtqKYOGEdq6geWPj4xEng" annotatedElement="_yNtqKIOGEdq6geWPj4xEng">

         <body>The extension points referenced by the extend relationship must belong to the use case that is being extended.

 

 

 

 </body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_miu_3oN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yNtqKoOGEdq6geWPj4xEng" language="OCL">

         <body>extensionLocation->forAll (xp | extendedCase.extensionPoint->includes(xp))</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_miu_34N9EdqadtFwU5VNog" general="_mLouYIN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_miu_4IN9EdqadtFwU5VNog" general="_csVgUGvtEdqG6fBIPwe-mw"/>

-    <ownedAttribute xmi:id="_miu_4YN9EdqadtFwU5VNog" name="extendedCase" type="_mi4JsIN9EdqadtFwU5VNog" subsettedProperty="_mLouaYN9EdqadtFwU5VNog" association="_mjB6uIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_miu_4oN9EdqadtFwU5VNog" annotatedElement="_miu_4YN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yNtqK4OGEdq6geWPj4xEng" general="_x381cIOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_yNtqLIOGEdq6geWPj4xEng" general="_csVgUGvtEdqG6fBIPwe-mw"/>

+    <ownedAttribute xmi:id="_yNtqLYOGEdq6geWPj4xEng" name="extendedCase" type="_yNtqT4OGEdq6geWPj4xEng" subsettedProperty="_x381eYOGEdq6geWPj4xEng" association="_yOAlCIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yNtqLoOGEdq6geWPj4xEng" annotatedElement="_yNtqLYOGEdq6geWPj4xEng">

         <body>References the use case that is being extended.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_miu_44N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_miu_5IN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yNtqL4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yNtqMIOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_miu_5YN9EdqadtFwU5VNog" name="extension" type="_mi4JsIN9EdqadtFwU5VNog" subsettedProperty="_mLouY4N9EdqadtFwU5VNog" association="_mjB6vYN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_miu_5oN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_miu_54N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yNtqMYOGEdq6geWPj4xEng" name="extension" type="_yNtqT4OGEdq6geWPj4xEng" subsettedProperty="_x381c4OGEdq6geWPj4xEng" association="_yOAlDYOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yNtqMoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yNtqM4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_miu_6IN9EdqadtFwU5VNog" annotatedElement="_miu_5YN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yNtqNIOGEdq6geWPj4xEng" annotatedElement="_yNtqMYOGEdq6geWPj4xEng">

         <body>References the use case that represents the extension and owns the extend relationship.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_miu_6YN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_miu_6oN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yNtqNYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yNtqNoOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_miu_64N9EdqadtFwU5VNog" name="condition" type="_mOBUAIN9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mjB6woN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_miu_7IN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_miu_7YN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yNtqN4OGEdq6geWPj4xEng" name="condition" type="_x6CgIYOGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yOAlEoOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yNtqOIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yNtqOYOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_miu_7oN9EdqadtFwU5VNog" annotatedElement="_miu_64N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yNtqOoOGEdq6geWPj4xEng" annotatedElement="_yNtqN4OGEdq6geWPj4xEng">

         <body>References the condition that must hold when the first extension point is reached for the extension to take place. If no constraint is associated with the extend relationship, the extension is unconditional.

 

 </body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_miu_74N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_miu_8IN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yNtqO4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yNtqPIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_miu_8YN9EdqadtFwU5VNog" name="extensionLocation" type="_mi4J3IN9EdqadtFwU5VNog" isOrdered="true" association="_mjB6x4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_miu_8oN9EdqadtFwU5VNog" annotatedElement="_miu_8YN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yNtqPYOGEdq6geWPj4xEng" name="extensionLocation" type="_yN20AIOGEdq6geWPj4xEng" isOrdered="true" association="_yOAlF4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yNtqPoOGEdq6geWPj4xEng" annotatedElement="_yNtqPYOGEdq6geWPj4xEng">

         <body>An ordered list of extension points belonging to the extended use case, specifying where the respective behavioral fragments of the extending use case are to be inserted. The first fragment in the extending use case is associated with the first extension point in the list, the second fragment with the second point, and so on. (Note that, in most practical cases, the extending use case has just a single behavior fragment, so that the list of extension points is trivial.)

 

 </body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_miu_84N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_miu_9IN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yNtqP4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yNtqQIOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_miu_9YN9EdqadtFwU5VNog" name="Include">

-    <ownedComment xmi:id="_miu_9oN9EdqadtFwU5VNog" annotatedElement="_miu_9YN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yNtqQYOGEdq6geWPj4xEng" name="Include">

+    <ownedComment xmi:id="_yNtqQoOGEdq6geWPj4xEng" annotatedElement="_yNtqQYOGEdq6geWPj4xEng">

       <body>Note that the included use case is not optional, and is always required for the  including use case to execute correctly.

 

 

 

 </body>

     </ownedComment>

-    <generalization xmi:id="_miu_94N9EdqadtFwU5VNog" general="_mLouYIN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_miu_-IN9EdqadtFwU5VNog" general="_csVgUGvtEdqG6fBIPwe-mw"/>

-    <ownedAttribute xmi:id="_miu_-YN9EdqadtFwU5VNog" name="includingCase" type="_mi4JsIN9EdqadtFwU5VNog" subsettedProperty="_mLouY4N9EdqadtFwU5VNog" association="_mjB6sIN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_miu_-oN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_miu_-4N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yNtqQ4OGEdq6geWPj4xEng" general="_x381cIOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_yNtqRIOGEdq6geWPj4xEng" general="_csVgUGvtEdqG6fBIPwe-mw"/>

+    <ownedAttribute xmi:id="_yNtqRYOGEdq6geWPj4xEng" name="includingCase" type="_yNtqT4OGEdq6geWPj4xEng" subsettedProperty="_x381c4OGEdq6geWPj4xEng" association="_yOAlAIOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yNtqRoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yNtqR4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_miu__IN9EdqadtFwU5VNog" annotatedElement="_miu_-YN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yNtqSIOGEdq6geWPj4xEng" annotatedElement="_yNtqRYOGEdq6geWPj4xEng">

         <body>References the use case which will include the addition and owns the include relationship.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_miu__YN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_miu__oN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yNtqSYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yNtqSoOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_miu__4N9EdqadtFwU5VNog" name="addition" type="_mi4JsIN9EdqadtFwU5VNog" subsettedProperty="_mLouaYN9EdqadtFwU5VNog" association="_mjB6s4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mivAAIN9EdqadtFwU5VNog" annotatedElement="_miu__4N9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yNtqS4OGEdq6geWPj4xEng" name="addition" type="_yNtqT4OGEdq6geWPj4xEng" subsettedProperty="_x381eYOGEdq6geWPj4xEng" association="_yOAlA4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yNtqTIOGEdq6geWPj4xEng" annotatedElement="_yNtqS4OGEdq6geWPj4xEng">

         <body>References the use case that is to be included.

 

 </body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mivAAYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mivAAoN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yNtqTYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yNtqToOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mi4JsIN9EdqadtFwU5VNog" name="UseCase">

-    <ownedComment xmi:id="_mi4JsYN9EdqadtFwU5VNog" annotatedElement="_mi4JsIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yNtqT4OGEdq6geWPj4xEng" name="UseCase">

+    <ownedComment xmi:id="_yNtqUIOGEdq6geWPj4xEng" annotatedElement="_yNtqT4OGEdq6geWPj4xEng">

       <body>A UseCase is a kind of behaviored classifier that represents a declaration of an offered behavior. Each use case specifies some behavior, possibly including variants, that the subject can perform in collaboration with one or more actors. Use cases define the offered behavior of the subject without reference to its internal structure. These behaviors, involving

 

 interactions between the actor and the subject, may result in changes to the state of the subject and communications with its environment. A use case can include possible variations of its basic behavior, including exceptional behavior and error handling.

@@ -4102,225 +4102,225 @@
 

 </body>

     </ownedComment>

-    <ownedRule xmi:id="_mi4JsoN9EdqadtFwU5VNog" name="must_have_name" constrainedElement="_mi4JsIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mi4Js4N9EdqadtFwU5VNog" annotatedElement="_mi4JsoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yNtqUYOGEdq6geWPj4xEng" name="must_have_name" constrainedElement="_yNtqT4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yNtqUoOGEdq6geWPj4xEng" annotatedElement="_yNtqUYOGEdq6geWPj4xEng">

         <body>A UseCase must have a name.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mi4JtIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yNtqU4OGEdq6geWPj4xEng" language="OCL">

         <body>self.name -> notEmpty ()</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mi4JtYN9EdqadtFwU5VNog" name="binary_associations" constrainedElement="_mi4JsIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mi4JtoN9EdqadtFwU5VNog" annotatedElement="_mi4JtYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yNtqVIOGEdq6geWPj4xEng" name="binary_associations" constrainedElement="_yNtqT4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yNtqVYOGEdq6geWPj4xEng" annotatedElement="_yNtqVIOGEdq6geWPj4xEng">

         <body>UseCases can only be involved in binary Associations.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mi4Jt4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yNtqVoOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mi4JuIN9EdqadtFwU5VNog" name="no_association_to_use_case" constrainedElement="_mi4JsIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mi4JuYN9EdqadtFwU5VNog" annotatedElement="_mi4JuIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yNtqV4OGEdq6geWPj4xEng" name="no_association_to_use_case" constrainedElement="_yNtqT4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yNtqWIOGEdq6geWPj4xEng" annotatedElement="_yNtqV4OGEdq6geWPj4xEng">

         <body>UseCases can not have Associations to UseCases specifying the same subject.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mi4JuoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yNtqWYOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mi4Ju4N9EdqadtFwU5VNog" name="cannot_include_self" constrainedElement="_mi4JsIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mi4JvIN9EdqadtFwU5VNog" annotatedElement="_mi4Ju4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yNtqWoOGEdq6geWPj4xEng" name="cannot_include_self" constrainedElement="_yNtqT4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yNtqW4OGEdq6geWPj4xEng" annotatedElement="_yNtqWoOGEdq6geWPj4xEng">

         <body>A use case cannot include use cases that directly or indirectly include it.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mi4JvYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yNtqXIOGEdq6geWPj4xEng" language="OCL">

         <body>not self.allIncludedUseCases()->includes(self)</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mi4JvoN9EdqadtFwU5VNog" general="_iY7sMGvsEdqG6fBIPwe-mw"/>

-    <ownedAttribute xmi:id="_mi4Jv4N9EdqadtFwU5VNog" name="include" type="_miu_9YN9EdqadtFwU5VNog" subsettedProperty="_mMYVVoN9EdqadtFwU5VNog" association="_mjB6sIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mi4JwIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mi4JwYN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yNtqXYOGEdq6geWPj4xEng" general="_iY7sMGvsEdqG6fBIPwe-mw"/>

+    <ownedAttribute xmi:id="_yNtqXoOGEdq6geWPj4xEng" name="include" type="_yNtqQYOGEdq6geWPj4xEng" subsettedProperty="_x4jScoOGEdq6geWPj4xEng" association="_yOAlAIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yNtqX4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yNtqYIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mi4JwoN9EdqadtFwU5VNog" annotatedElement="_mi4Jv4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yNtqYYOGEdq6geWPj4xEng" annotatedElement="_yNtqXoOGEdq6geWPj4xEng">

         <body>References the Include relationships owned by this use case.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mi4Jw4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mi4JxIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yNtqYoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yNtqY4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mi4JxYN9EdqadtFwU5VNog" name="extend" type="_miu_2oN9EdqadtFwU5VNog" subsettedProperty="_mMYVVoN9EdqadtFwU5VNog" association="_mjB6vYN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mi4JxoN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mi4Jx4N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yNtqZIOGEdq6geWPj4xEng" name="extend" type="_yNtqJoOGEdq6geWPj4xEng" subsettedProperty="_x4jScoOGEdq6geWPj4xEng" association="_yOAlDYOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yNtqZYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yNtqZoOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mi4JyIN9EdqadtFwU5VNog" annotatedElement="_mi4JxYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yNtqZ4OGEdq6geWPj4xEng" annotatedElement="_yNtqZIOGEdq6geWPj4xEng">

         <body>References the Extend relationships owned by this use case.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mi4JyYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mi4JyoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yNtqaIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yNtqaYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mi4Jy4N9EdqadtFwU5VNog" name="extensionPoint" type="_mi4J3IN9EdqadtFwU5VNog" subsettedProperty="_mMYVVoN9EdqadtFwU5VNog" association="_mjB6wIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mi4JzIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mi4JzYN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yNtqaoOGEdq6geWPj4xEng" name="extensionPoint" type="_yN20AIOGEdq6geWPj4xEng" subsettedProperty="_x4jScoOGEdq6geWPj4xEng" association="_yOAlEIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yNtqa4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yNtqbIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mi4JzoN9EdqadtFwU5VNog" annotatedElement="_mi4Jy4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yNtqbYOGEdq6geWPj4xEng" annotatedElement="_yNtqaoOGEdq6geWPj4xEng">

         <body>References the ExtensionPoints owned by the use case.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mi4Jz4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mi4J0IN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yNtqboOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yNtqb4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mi4J0YN9EdqadtFwU5VNog" name="subject" type="_6UV2QGwJEdq7X4sGURiZYA" association="_mjLrsIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mi4J0oN9EdqadtFwU5VNog" annotatedElement="_mi4J0YN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yNtqcIOGEdq6geWPj4xEng" name="subject" type="_6UV2QGwJEdq7X4sGURiZYA" association="_yOAlIIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yNtqcYOGEdq6geWPj4xEng" annotatedElement="_yNtqcIOGEdq6geWPj4xEng">

         <body>References the subjects to which this use case applies. The subject or its parts realize all the use cases that apply to this subject. Use cases need not be attached to any specific subject, however. The subject may, but need not, own the use cases that apply to it.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mi4J04N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mi4J1IN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yNtqcoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yNtqc4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedOperation xmi:id="_mi4J1YN9EdqadtFwU5VNog" name="allIncludedUseCases" type="_mi4JsIN9EdqadtFwU5VNog" isQuery="true" bodyCondition="_mi4J14N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mi4J1oN9EdqadtFwU5VNog" annotatedElement="_mi4J1YN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_yNtqdIOGEdq6geWPj4xEng" name="allIncludedUseCases" type="_yNtqT4OGEdq6geWPj4xEng" isQuery="true" bodyCondition="_yNtqdoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yNtqdYOGEdq6geWPj4xEng" annotatedElement="_yNtqdIOGEdq6geWPj4xEng">

         <body>The query allIncludedUseCases() returns the transitive closure of all use cases (directly or indirectly) included by this use case.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mi4J14N9EdqadtFwU5VNog" name="spec" constrainedElement="_mi4J1YN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mi4J2IN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_yNtqdoOGEdq6geWPj4xEng" name="spec" constrainedElement="_yNtqdIOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yNtqd4OGEdq6geWPj4xEng" language="OCL">

           <body>result = self.include->union(self.include->collect(in | in.allIncludedUseCases()))</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mi4J2YN9EdqadtFwU5VNog" type="_mi4JsIN9EdqadtFwU5VNog" direction="return">

-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mi4J2oN9EdqadtFwU5VNog" value="-1"/>

-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mi4J24N9EdqadtFwU5VNog"/>

+      <returnResult xmi:id="_yNtqeIOGEdq6geWPj4xEng" type="_yNtqT4OGEdq6geWPj4xEng" direction="return">

+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yNtqeYOGEdq6geWPj4xEng" value="-1"/>

+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yNtqeoOGEdq6geWPj4xEng"/>

       </returnResult>

     </ownedOperation>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mi4J3IN9EdqadtFwU5VNog" name="ExtensionPoint">

-    <ownedComment xmi:id="_mi4J3YN9EdqadtFwU5VNog" annotatedElement="_mi4J3IN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yN20AIOGEdq6geWPj4xEng" name="ExtensionPoint">

+    <ownedComment xmi:id="_yN20AYOGEdq6geWPj4xEng" annotatedElement="_yN20AIOGEdq6geWPj4xEng">

       <body>An ExtensionPoint is a feature of a use case that identifies a point where the behavior of a use case can be augmented with elements of another (extending) use case.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mi4J3oN9EdqadtFwU5VNog" name="must_have_name" constrainedElement="_mi4J3IN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mi4J34N9EdqadtFwU5VNog" annotatedElement="_mi4J3oN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yN20AoOGEdq6geWPj4xEng" name="must_have_name" constrainedElement="_yN20AIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yN20A4OGEdq6geWPj4xEng" annotatedElement="_yN20AoOGEdq6geWPj4xEng">

         <body>An ExtensionPoint must have a name.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mi4J4IN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yN20BIOGEdq6geWPj4xEng" language="OCL">

         <body>self.name->notEmpty ()</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mi4J4YN9EdqadtFwU5VNog" general="_mMrQMYN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mi4J4oN9EdqadtFwU5VNog" name="useCase" type="_mi4JsIN9EdqadtFwU5VNog" association="_mjB6wIN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mi4J44N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mi4J5IN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yN20BYOGEdq6geWPj4xEng" general="_x42NUYOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yN20BoOGEdq6geWPj4xEng" name="useCase" type="_yNtqT4OGEdq6geWPj4xEng" association="_yOAlEIOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yN20B4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yN20CIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mi4J5YN9EdqadtFwU5VNog" annotatedElement="_mi4J4oN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yN20CYOGEdq6geWPj4xEng" annotatedElement="_yN20BoOGEdq6geWPj4xEng">

         <body>References the use case that owns this extension point.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mi4J5oN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mi4J54N9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yN20CoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yN20C4OGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mjB6sIN9EdqadtFwU5VNog" name="A_includingCase_include" memberEnd="_miu_-YN9EdqadtFwU5VNog _mi4Jv4N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mjB6sYN9EdqadtFwU5VNog" general="_mQ2llIN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mjB6soN9EdqadtFwU5VNog" general="_mQ_vgoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yOAlAIOGEdq6geWPj4xEng" name="A_includingCase_include" memberEnd="_yNtqRYOGEdq6geWPj4xEng _yNtqXoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yOAlAYOGEdq6geWPj4xEng" general="_x83xsIOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_yOAlAoOGEdq6geWPj4xEng" general="_x83xxYOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mjB6s4N9EdqadtFwU5VNog" name="A_addition_include" memberEnd="_miu__4N9EdqadtFwU5VNog _mjB6tYN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mjB6tIN9EdqadtFwU5VNog" general="_mQ2ll4N9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mjB6tYN9EdqadtFwU5VNog" type="_miu_9YN9EdqadtFwU5VNog" association="_mjB6s4N9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mjB6toN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mjB6t4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yOAlA4OGEdq6geWPj4xEng" name="A_addition_include" memberEnd="_yOAlBYOGEdq6geWPj4xEng _yNtqS4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yOAlBIOGEdq6geWPj4xEng" general="_x83xs4OGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yOAlBYOGEdq6geWPj4xEng" type="_yNtqQYOGEdq6geWPj4xEng" association="_yOAlA4OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yOAlBoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yOAlB4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mjB6uIN9EdqadtFwU5VNog" name="A_extendedCase_extend" memberEnd="_miu_4YN9EdqadtFwU5VNog _mjB6uoN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mjB6uYN9EdqadtFwU5VNog" general="_mQ2ll4N9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mjB6uoN9EdqadtFwU5VNog" type="_miu_2oN9EdqadtFwU5VNog" association="_mjB6uIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mjB6u4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mjB6vIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yOAlCIOGEdq6geWPj4xEng" name="A_extendedCase_extend" memberEnd="_yOAlCoOGEdq6geWPj4xEng _yNtqLYOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yOAlCYOGEdq6geWPj4xEng" general="_x83xs4OGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yOAlCoOGEdq6geWPj4xEng" type="_yNtqJoOGEdq6geWPj4xEng" association="_yOAlCIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yOAlC4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yOAlDIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mjB6vYN9EdqadtFwU5VNog" name="A_extension_extend" memberEnd="_miu_5YN9EdqadtFwU5VNog _mi4JxYN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mjB6voN9EdqadtFwU5VNog" general="_mQ2llIN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mjB6v4N9EdqadtFwU5VNog" general="_mQ_vgoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yOAlDYOGEdq6geWPj4xEng" name="A_extension_extend" memberEnd="_yNtqZIOGEdq6geWPj4xEng _yNtqMYOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yOAlDoOGEdq6geWPj4xEng" general="_x83xsIOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_yOAlD4OGEdq6geWPj4xEng" general="_x83xxYOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mjB6wIN9EdqadtFwU5VNog" name="A_extensionPoint_useCase" memberEnd="_mi4Jy4N9EdqadtFwU5VNog _mi4J4oN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mjB6wYN9EdqadtFwU5VNog" general="_mQ_vgoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yOAlEIOGEdq6geWPj4xEng" name="A_extensionPoint_useCase" memberEnd="_yN20BoOGEdq6geWPj4xEng _yNtqaoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yOAlEYOGEdq6geWPj4xEng" general="_x83xxYOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mjB6woN9EdqadtFwU5VNog" name="A_condition_extend" memberEnd="_miu_64N9EdqadtFwU5VNog _mjB6xIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mjB6w4N9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mjB6xIN9EdqadtFwU5VNog" type="_miu_2oN9EdqadtFwU5VNog" association="_mjB6woN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mjB6xYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mjB6xoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yOAlEoOGEdq6geWPj4xEng" name="A_condition_extend" memberEnd="_yOAlFIOGEdq6geWPj4xEng _yNtqN4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yOAlE4OGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yOAlFIOGEdq6geWPj4xEng" type="_yNtqJoOGEdq6geWPj4xEng" association="_yOAlEoOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yOAlFYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yOAlFoOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mjB6x4N9EdqadtFwU5VNog" name="A_extensionLocation_extension" memberEnd="_miu_8YN9EdqadtFwU5VNog _mjB6yIN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mjB6yIN9EdqadtFwU5VNog" name="extension" type="_miu_2oN9EdqadtFwU5VNog" association="_mjB6x4N9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mjB6yYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mjB6yoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yOAlF4OGEdq6geWPj4xEng" name="A_extensionLocation_extension" memberEnd="_yOAlGIOGEdq6geWPj4xEng _yNtqPYOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yOAlGIOGEdq6geWPj4xEng" name="extension" type="_yNtqJoOGEdq6geWPj4xEng" association="_yOAlF4OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yOAlGYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yOAlGoOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mjB6y4N9EdqadtFwU5VNog" name="A_ownedUseCase_classifier" memberEnd="_mi4J6YN9EdqadtFwU5VNog _mjB6zYN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mjB6zIN9EdqadtFwU5VNog" general="_mQ_vgoN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mjB6zYN9EdqadtFwU5VNog" type="_6UV2QGwJEdq7X4sGURiZYA" association="_mjB6y4N9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mjB6zoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mjB6z4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yOAlG4OGEdq6geWPj4xEng" name="A_ownedUseCase_classifier" memberEnd="_yOAlHYOGEdq6geWPj4xEng _yN20DYOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yOAlHIOGEdq6geWPj4xEng" general="_x83xxYOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yOAlHYOGEdq6geWPj4xEng" type="_6UV2QGwJEdq7X4sGURiZYA" association="_yOAlG4OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yOAlHoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yOAlH4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mjLrsIN9EdqadtFwU5VNog" name="A_subject_useCase" memberEnd="_mi4J0YN9EdqadtFwU5VNog _mi4J74N9EdqadtFwU5VNog"/>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mjLrt4N9EdqadtFwU5VNog" name="CallEvent">

-    <ownedComment xmi:id="_mjLruIN9EdqadtFwU5VNog" annotatedElement="_mjLrt4N9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Association" xmi:id="_yOAlIIOGEdq6geWPj4xEng" name="A_subject_useCase" memberEnd="_yNtqcIOGEdq6geWPj4xEng _yN20E4OGEdq6geWPj4xEng"/>

+  <ownedMember xmi:type="uml:Class" xmi:id="_yOKWAIOGEdq6geWPj4xEng" name="CallEvent">

+    <ownedComment xmi:id="_yOKWAYOGEdq6geWPj4xEng" annotatedElement="_yOKWAIOGEdq6geWPj4xEng">

       <body>A call event represents the reception of a request to invoke a specific operation. A call event is distinct from the call action that caused it. A call event may cause the invocation of a behavior that is the method of the operation referenced by the call request, if that operation is owned or inherited by the classifier that specified the receiver object.</body>

     </ownedComment>

-    <generalization xmi:id="_mjLruYN9EdqadtFwU5VNog" general="_mjoXoIN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mjLruoN9EdqadtFwU5VNog" name="operation" type="_M4X2IGveEdq4DLWZOhbdEA" association="_mjxhoIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mjLru4N9EdqadtFwU5VNog" annotatedElement="_mjLruoN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yOKWAoOGEdq6geWPj4xEng" general="_yOdRCYOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yOKWA4OGEdq6geWPj4xEng" name="operation" type="_M4X2IGveEdq4DLWZOhbdEA" association="_yOwL7IOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yOKWBIOGEdq6geWPj4xEng" annotatedElement="_yOKWA4OGEdq6geWPj4xEng">

         <body>Designates the operation whose invocation raised the call event.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mjLrvIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mjLrvYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yOKWBYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yOKWBoOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mjLrvoN9EdqadtFwU5VNog" name="ChangeEvent">

-    <ownedComment xmi:id="_mjLrv4N9EdqadtFwU5VNog" annotatedElement="_mjLrvoN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yOKWB4OGEdq6geWPj4xEng" name="ChangeEvent">

+    <ownedComment xmi:id="_yOKWCIOGEdq6geWPj4xEng" annotatedElement="_yOKWB4OGEdq6geWPj4xEng">

       <body>A change event occurs when a Boolean-valued expression becomes true, for example, as a result of a change in the value held in a slot corresponding to an attribute, or a change in the value referenced by a link corresponding to an association. A change event is raised implicitly and is not the result of an explicit action.</body>

     </ownedComment>

-    <generalization xmi:id="_mjLrwIN9EdqadtFwU5VNog" general="_mjxhkIN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mjLrwYN9EdqadtFwU5VNog" name="changeExpression" type="_mM1BRYN9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mj7So4N9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mjLrwoN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mjLrw4N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yOKWCYOGEdq6geWPj4xEng" general="_yOma5oOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yOKWCoOGEdq6geWPj4xEng" name="changeExpression" type="_x4_-ZYOGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yOwMA4OGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yOKWC4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yOKWDIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mjLrxIN9EdqadtFwU5VNog" annotatedElement="_mjLrwYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yOKWDYOGEdq6geWPj4xEng" annotatedElement="_yOKWCoOGEdq6geWPj4xEng">

         <body>A Boolean-valued expression that will result in a change event whenever its value changes from false to true.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mjLrxYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mjLrxoN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yOKWDoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yOKWD4OGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mjemoIN9EdqadtFwU5VNog" name="Reception">

-    <ownedComment xmi:id="_mjemoYN9EdqadtFwU5VNog" annotatedElement="_mjemoIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yOTf_oOGEdq6geWPj4xEng" name="Reception">

+    <ownedComment xmi:id="_yOTf_4OGEdq6geWPj4xEng" annotatedElement="_yOTf_oOGEdq6geWPj4xEng">

       <body>A reception is a declaration stating that a classifier is prepared to react to the receipt of a signal. A reception designates a signal and specifies the expected behavioral response. The details of handling a signal are specified by the behavior associated with the reception or the classifier itself.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mjemooN9EdqadtFwU5VNog" name="not_query" constrainedElement="_mjemoIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mjemo4N9EdqadtFwU5VNog" annotatedElement="_mjemooN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yOTgAIOGEdq6geWPj4xEng" name="not_query" constrainedElement="_yOTf_oOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yOTgAYOGEdq6geWPj4xEng" annotatedElement="_yOTgAIOGEdq6geWPj4xEng">

         <body>A Reception can not be a query.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mjempIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yOTgAoOGEdq6geWPj4xEng" language="OCL">

         <body>not self.isQuery</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mjempYN9EdqadtFwU5VNog" general="_mOw674N9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mjempoN9EdqadtFwU5VNog" name="signal" type="_Pu3O0HL0EdqziYxiZo0YtA" association="_mjxhnIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mjemp4N9EdqadtFwU5VNog" annotatedElement="_mjempoN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yOTgA4OGEdq6geWPj4xEng" general="_x6yHD4OGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yOTgBIOGEdq6geWPj4xEng" name="signal" type="_Pu3O0HL0EdqziYxiZo0YtA" association="_yOwL6IOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yOTgBYOGEdq6geWPj4xEng" annotatedElement="_yOTgBIOGEdq6geWPj4xEng">

         <body>The signal that this reception handles.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mjemqIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mjemqYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yOTgBoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yOTgB4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

   <ownedMember xmi:type="uml:Class" xmi:id="_Pu3O0HL0EdqziYxiZo0YtA" name="Signal">

-    <ownedComment xmi:id="_mjemqoN9EdqadtFwU5VNog" annotatedElement="_Pu3O0HL0EdqziYxiZo0YtA">

+    <ownedComment xmi:id="_yOdQ8IOGEdq6geWPj4xEng" annotatedElement="_Pu3O0HL0EdqziYxiZo0YtA">

       <body>A signal is a specification of send request instances communicated between objects. The receiving object handles the received request instances as specified by its receptions. The data carried by a send request (which was passed to it by the send invocation occurrence that caused that request) are represented as attributes of the signal. A signal is defined independently of the classifiers handling the signal occurrence.</body>

     </ownedComment>

-    <generalization xmi:id="_mjemq4N9EdqadtFwU5VNog" general="_6UV2QGwJEdq7X4sGURiZYA"/>

-    <ownedAttribute xmi:id="_mjemrIN9EdqadtFwU5VNog" name="ownedAttribute" type="_Jp_1oGveEdq4DLWZOhbdEA" isOrdered="true" subsettedProperty="_mKcbkIN9EdqadtFwU5VNog _mMYVVoN9EdqadtFwU5VNog" association="_mj7SqIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mjemrYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mjemroN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yOdQ8YOGEdq6geWPj4xEng" general="_6UV2QGwJEdq7X4sGURiZYA"/>

+    <ownedAttribute xmi:id="_yOdQ8oOGEdq6geWPj4xEng" name="ownedAttribute" type="_Jp_1oGveEdq4DLWZOhbdEA" isOrdered="true" subsettedProperty="_x2wioIOGEdq6geWPj4xEng _x4jScoOGEdq6geWPj4xEng" association="_yO584IOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yOdQ84OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yOdQ9IOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mjemr4N9EdqadtFwU5VNog" annotatedElement="_mjemrIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yOdQ9YOGEdq6geWPj4xEng" annotatedElement="_yOdQ8oOGEdq6geWPj4xEng">

         <body>The attributes owned by the signal.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mjemsIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mjemsYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yOdQ9oOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yOdQ94OGEdq6geWPj4xEng"/>

     </ownedAttribute>

     <ownedOperation xmi:id="_YIM4UHL0EdqziYxiZo0YtA" name="createOwnedAttribute" type="_Jp_1oGveEdq4DLWZOhbdEA">

       <returnResult xmi:id="_YIM4UXL0EdqziYxiZo0YtA" type="_Jp_1oGveEdq4DLWZOhbdEA" direction="return"/>

@@ -4330,93 +4330,93 @@
       <ownedParameter xmi:id="_YIM4VXL0EdqziYxiZo0YtA" name="upper" type="_dRZxsGvsEdqG6fBIPwe-mw" effect="read"/>

     </ownedOperation>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mjemsoN9EdqadtFwU5VNog" name="SignalEvent">

-    <ownedComment xmi:id="_mjems4N9EdqadtFwU5VNog" annotatedElement="_mjemsoN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yOdQ-IOGEdq6geWPj4xEng" name="SignalEvent">

+    <ownedComment xmi:id="_yOdQ-YOGEdq6geWPj4xEng" annotatedElement="_yOdQ-IOGEdq6geWPj4xEng">

       <body>A signal event represents the receipt of an asynchronous signal. A signal event may cause a response, such as a state machine transition as specified in the classifier behavior of the classifier that specified the receiver object, if the signal referenced by the send request is mentioned in a reception owned or inherited by the classifier that specified the receiver object.</body>

     </ownedComment>

-    <generalization xmi:id="_mjemtIN9EdqadtFwU5VNog" general="_mjoXoIN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mjemtYN9EdqadtFwU5VNog" name="signal" type="_Pu3O0HL0EdqziYxiZo0YtA" association="_mj7SkIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mjemtoN9EdqadtFwU5VNog" annotatedElement="_mjemtYN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yOdQ-oOGEdq6geWPj4xEng" general="_yOdRCYOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yOdQ-4OGEdq6geWPj4xEng" name="signal" type="_Pu3O0HL0EdqziYxiZo0YtA" association="_yOwL8IOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yOdQ_IOGEdq6geWPj4xEng" annotatedElement="_yOdQ-4OGEdq6geWPj4xEng">

         <body>The specific signal that is associated with this event.</body>

       </ownedComment>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mjoXoIN9EdqadtFwU5VNog" name="MessageEvent" isAbstract="true">

-    <ownedComment xmi:id="_mjoXoYN9EdqadtFwU5VNog" annotatedElement="_mjoXoIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yOdRCYOGEdq6geWPj4xEng" name="MessageEvent" isAbstract="true">

+    <ownedComment xmi:id="_yOdRCoOGEdq6geWPj4xEng" annotatedElement="_yOdRCYOGEdq6geWPj4xEng">

       <body>A message event specifies the receipt by an object of either a call or a signal. MessageEvent is an abstract metaclass.</body>

     </ownedComment>

-    <generalization xmi:id="_mjoXooN9EdqadtFwU5VNog" general="_mjxhkIN9EdqadtFwU5VNog"/>

+    <generalization xmi:id="_yOdRC4OGEdq6geWPj4xEng" general="_yOma5oOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mjoXo4N9EdqadtFwU5VNog" name="AnyReceiveEvent">

-    <ownedComment xmi:id="_mjoXpIN9EdqadtFwU5VNog" annotatedElement="_mjoXo4N9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yOdRDIOGEdq6geWPj4xEng" name="AnyReceiveEvent">

+    <ownedComment xmi:id="_yOdRDYOGEdq6geWPj4xEng" annotatedElement="_yOdRDIOGEdq6geWPj4xEng">

       <body>A transition trigger associated with AnyReceiveEvent specifies that the transition is to be triggered by the receipt of any message that is not explicitly referenced in another transition from the same vertex.</body>

     </ownedComment>

-    <generalization xmi:id="_mjoXpYN9EdqadtFwU5VNog" general="_mjoXoIN9EdqadtFwU5VNog"/>

+    <generalization xmi:id="_yOdRDoOGEdq6geWPj4xEng" general="_yOdRCYOGEdq6geWPj4xEng"/>

   </ownedMember>

   <ownedMember xmi:type="uml:Class" xmi:id="_iY7sMGvsEdqG6fBIPwe-mw" name="BehavioredClassifier" isAbstract="true">

-    <ownedComment xmi:id="_mfmzUIN9EdqadtFwU5VNog" annotatedElement="_iY7sMGvsEdqG6fBIPwe-mw">

+    <ownedComment xmi:id="_yKunooOGEdq6geWPj4xEng" annotatedElement="_iY7sMGvsEdqG6fBIPwe-mw">

       <body>A BehavioredClassifier may have an interface realization.</body>

     </ownedComment>

-    <ownedComment xmi:id="_mcLE4oN9EdqadtFwU5VNog" annotatedElement="_iY7sMGvsEdqG6fBIPwe-mw">

+    <ownedComment xmi:id="_yIM4EoOGEdq6geWPj4xEng" annotatedElement="_iY7sMGvsEdqG6fBIPwe-mw">

       <body>A classifier can have behavior specifications defined in its namespace. One of these may specify the behavior of the classifier itself.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mcU1wIN9EdqadtFwU5VNog" name="class_behavior" constrainedElement="_iY7sMGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mcU1wYN9EdqadtFwU5VNog" annotatedElement="_mcU1wIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yIWB4IOGEdq6geWPj4xEng" name="class_behavior" constrainedElement="_iY7sMGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yIWB4YOGEdq6geWPj4xEng" annotatedElement="_yIWB4IOGEdq6geWPj4xEng">

         <body>If a behavior is classifier behavior, it does not have a specification.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mcU1woN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yIWB4oOGEdq6geWPj4xEng" language="OCL">

         <body>self.classifierBehavior.notEmpty() implies self.specification.isEmpty()</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mcU1w4N9EdqadtFwU5VNog" general="_6UV2QGwJEdq7X4sGURiZYA"/>

-    <ownedAttribute xmi:id="_mcU1xIN9EdqadtFwU5VNog" name="ownedBehavior" type="_TUPtYGveEdq4DLWZOhbdEA" subsettedProperty="_mMYVVoN9EdqadtFwU5VNog" association="_mcem6oN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mcU1xYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mcU1xoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yIWB44OGEdq6geWPj4xEng" general="_6UV2QGwJEdq7X4sGURiZYA"/>

+    <ownedAttribute xmi:id="_yIWB5IOGEdq6geWPj4xEng" name="ownedBehavior" type="_TUPtYGveEdq4DLWZOhbdEA" subsettedProperty="_x4jScoOGEdq6geWPj4xEng" association="_yIfzCoOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yIWB5YOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yIWB5oOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mcU1x4N9EdqadtFwU5VNog" annotatedElement="_mcU1xIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yIWB54OGEdq6geWPj4xEng" annotatedElement="_yIWB5IOGEdq6geWPj4xEng">

         <body>References behavior specifications owned by a classifier.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mcU1yIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mcU1yYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yIWB6IOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yIWB6YOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mcU1yoN9EdqadtFwU5VNog" name="classifierBehavior" type="_TUPtYGveEdq4DLWZOhbdEA" subsettedProperty="_mcU1xIN9EdqadtFwU5VNog" association="_mdONoIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mcU1y4N9EdqadtFwU5VNog" annotatedElement="_mcU1yoN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yIWB6oOGEdq6geWPj4xEng" name="classifierBehavior" type="_TUPtYGveEdq4DLWZOhbdEA" subsettedProperty="_yIWB5IOGEdq6geWPj4xEng" association="_yIfzD4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yIWB64OGEdq6geWPj4xEng" annotatedElement="_yIWB6oOGEdq6geWPj4xEng">

         <body>A behavior specification that specifies the behavior of the classifier itself.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mcU1zIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mcU1zYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yIWB7IOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yIWB7YOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mfv9MYN9EdqadtFwU5VNog" name="interfaceRealization" type="_l2mXcHLzEdqziYxiZo0YtA" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog _mfAWVoN9EdqadtFwU5VNog" association="_mf5uRYN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mfv9MoN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mfv9M4N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yK4YgYOGEdq6geWPj4xEng" name="interfaceRealization" type="_l2mXcHLzEdqziYxiZo0YtA" subsettedProperty="_x381hoOGEdq6geWPj4xEng _yKR7kIOGEdq6geWPj4xEng" association="_yLBihYOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yK4YgoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yK4Yg4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mfv9NIN9EdqadtFwU5VNog" annotatedElement="_mfv9MYN9EdqadtFwU5VNog"/>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mfv9NYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mfv9NoN9EdqadtFwU5VNog"/>

+      <ownedComment xmi:id="_yK4YhIOGEdq6geWPj4xEng" annotatedElement="_yK4YgYOGEdq6geWPj4xEng"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yK4YhYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yK4YhoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mjoXpoN9EdqadtFwU5VNog" name="ownedTrigger" type="_mjU1qYN9EdqadtFwU5VNog" subsettedProperty="_mMYVVoN9EdqadtFwU5VNog" association="_mj7SroN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mjoXp4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mjoXqIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yOma4IOGEdq6geWPj4xEng" name="ownedTrigger" type="_yOTf8IOGEdq6geWPj4xEng" subsettedProperty="_x4jScoOGEdq6geWPj4xEng" association="_yO585oOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yOma4YOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yOma4oOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mjoXqYN9EdqadtFwU5VNog" annotatedElement="_mjoXpoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yOma44OGEdq6geWPj4xEng" annotatedElement="_yOma4IOGEdq6geWPj4xEng">

         <body>References Trigger descriptions owned by a Classifier.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mjoXqoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mjoXq4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yOma5IOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yOma5YOGEdq6geWPj4xEng"/>

     </ownedAttribute>

     <ownedOperation xmi:id="_heThgHLzEdqziYxiZo0YtA" name="createInterfaceRealization" type="_l2mXcHLzEdqziYxiZo0YtA">

       <returnResult xmi:id="_pSsD0HLzEdqziYxiZo0YtA" name="ReturnResultParameter1" type="_l2mXcHLzEdqziYxiZo0YtA" direction="return"/>

       <ownedParameter xmi:id="_pyIY4HLzEdqziYxiZo0YtA" name="contract" type="_8Ugn8GvtEdqG6fBIPwe-mw" effect="read"/>

     </ownedOperation>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mjxhkIN9EdqadtFwU5VNog" name="Event" isAbstract="true">

-    <ownedComment xmi:id="_mjxhkYN9EdqadtFwU5VNog" annotatedElement="_mjxhkIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yOma5oOGEdq6geWPj4xEng" name="Event" isAbstract="true">

+    <ownedComment xmi:id="_yOma54OGEdq6geWPj4xEng" annotatedElement="_yOma5oOGEdq6geWPj4xEng">

       <body>An event is the specification of some occurrence that may potentially trigger effects by an object.</body>

     </ownedComment>

-    <generalization xmi:id="_mjxhkoN9EdqadtFwU5VNog" general="_jKxnwGwLEdq7X4sGURiZYA"/>

+    <generalization xmi:id="_yOma6IOGEdq6geWPj4xEng" general="_jKxnwGwLEdq7X4sGURiZYA"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Enumeration" xmi:id="_mjxhlIN9EdqadtFwU5VNog" name="CallConcurrencyKind">

-    <ownedComment xmi:id="_mjxhlYN9EdqadtFwU5VNog" annotatedElement="_mjxhlIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Enumeration" xmi:id="_yOwL4IOGEdq6geWPj4xEng" name="CallConcurrencyKind">

+    <ownedComment xmi:id="_yOwL4YOGEdq6geWPj4xEng" annotatedElement="_yOwL4IOGEdq6geWPj4xEng">

       <body>CallConcurrencyKind is an enumeration with the following literals:

 

 • sequential No concurrency management mechanism is associated with the operation and, therefore, concurrency conflicts may occur. Instances that invoke a behavioral feature need to coordinate so that only one invocation to a target on any behavioral feature occurs at once.

@@ -4429,760 +4429,760 @@
 

 </body>

     </ownedComment>

-    <ownedLiteral xmi:id="_mjxhloN9EdqadtFwU5VNog" name="sequential">

-      <ownedComment xmi:id="_mjxhl4N9EdqadtFwU5VNog" annotatedElement="_mjxhloN9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_yOwL4oOGEdq6geWPj4xEng" name="sequential">

+      <ownedComment xmi:id="_yOwL44OGEdq6geWPj4xEng" annotatedElement="_yOwL4oOGEdq6geWPj4xEng">

         <body>No concurrency management mechanism is associated with the operation and, therefore, concurrency conflicts may occur. Instances that invoke a behavioral feature need to coordinate so that only one invocation to a target on any behavioral feature occurs at once.</body>

       </ownedComment>

     </ownedLiteral>

-    <ownedLiteral xmi:id="_mjxhmIN9EdqadtFwU5VNog" name="guarded">

-      <ownedComment xmi:id="_mjxhmYN9EdqadtFwU5VNog" annotatedElement="_mjxhmIN9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_yOwL5IOGEdq6geWPj4xEng" name="guarded">

+      <ownedComment xmi:id="_yOwL5YOGEdq6geWPj4xEng" annotatedElement="_yOwL5IOGEdq6geWPj4xEng">

         <body>Multiple invocations of a behavioral feature may occur simultaneously to one instance, but only one is allowed to commence. The others are blocked until the performance of the first behavioral feature is complete. It is the responsibility of the system designer to ensure that deadlocks do not occur due to simultaneous blocks.</body>

       </ownedComment>

     </ownedLiteral>

-    <ownedLiteral xmi:id="_mjxhmoN9EdqadtFwU5VNog" name="concurrent">

-      <ownedComment xmi:id="_mjxhm4N9EdqadtFwU5VNog" annotatedElement="_mjxhmoN9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_yOwL5oOGEdq6geWPj4xEng" name="concurrent">

+      <ownedComment xmi:id="_yOwL54OGEdq6geWPj4xEng" annotatedElement="_yOwL5oOGEdq6geWPj4xEng">

         <body>Multiple invocations of a behavioral feature may occur simultaneously to one instance and all of them may proceed concurrently.</body>

       </ownedComment>

     </ownedLiteral>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mjxhnIN9EdqadtFwU5VNog" name="A_reception_signal" memberEnd="_mjempoN9EdqadtFwU5VNog _mjxhnYN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mjxhnYN9EdqadtFwU5VNog" type="_mjemoIN9EdqadtFwU5VNog" association="_mjxhnIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mjxhnoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mjxhn4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yOwL6IOGEdq6geWPj4xEng" name="A_reception_signal" memberEnd="_yOwL6YOGEdq6geWPj4xEng _yOTgBIOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yOwL6YOGEdq6geWPj4xEng" type="_yOTf_oOGEdq6geWPj4xEng" association="_yOwL6IOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yOwL6oOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yOwL64OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mjxhoIN9EdqadtFwU5VNog" name="A_operation_callEvent" memberEnd="_mjLruoN9EdqadtFwU5VNog _mjxhoYN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mjxhoYN9EdqadtFwU5VNog" type="_mjLrt4N9EdqadtFwU5VNog" association="_mjxhoIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mjxhooN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mjxho4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yOwL7IOGEdq6geWPj4xEng" name="A_operation_callEvent" memberEnd="_yOwL7YOGEdq6geWPj4xEng _yOKWA4OGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yOwL7YOGEdq6geWPj4xEng" type="_yOKWAIOGEdq6geWPj4xEng" association="_yOwL7IOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yOwL7oOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yOwL74OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mj7SkIN9EdqadtFwU5VNog" name="A_signal_signalEvent" memberEnd="_mjemtYN9EdqadtFwU5VNog _mj7SkYN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mj7SkYN9EdqadtFwU5VNog" type="_mjemsoN9EdqadtFwU5VNog" association="_mj7SkIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mj7SkoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mj7Sk4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yOwL8IOGEdq6geWPj4xEng" name="A_signal_signalEvent" memberEnd="_yOdQ-4OGEdq6geWPj4xEng _yOwL8YOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yOwL8YOGEdq6geWPj4xEng" type="_yOdQ-IOGEdq6geWPj4xEng" association="_yOwL8IOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yOwL8oOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yOwL84OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mj7SlIN9EdqadtFwU5VNog" name="A_ownedReception_interface" memberEnd="_mjU1sYN9EdqadtFwU5VNog _mj7Sl4N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mj7SlYN9EdqadtFwU5VNog" general="_mQ2lnoN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mj7SloN9EdqadtFwU5VNog" general="_mQ_vgoN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mj7Sl4N9EdqadtFwU5VNog" type="_8Ugn8GvtEdqG6fBIPwe-mw" association="_mj7SlIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mj7SmIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mj7SmYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yOwL9IOGEdq6geWPj4xEng" name="A_ownedReception_interface" memberEnd="_yOwL94OGEdq6geWPj4xEng _yOTf-IOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yOwL9YOGEdq6geWPj4xEng" general="_x83xuoOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_yOwL9oOGEdq6geWPj4xEng" general="_x83xxYOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yOwL94OGEdq6geWPj4xEng" type="_8Ugn8GvtEdqG6fBIPwe-mw" association="_yOwL9IOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yOwL-IOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yOwL-YOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mj7SmoN9EdqadtFwU5VNog" name="A_ownedReception_class" memberEnd="_mjU1o4N9EdqadtFwU5VNog _mj7SnYN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mj7Sm4N9EdqadtFwU5VNog" general="_mQ_vgoN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mj7SnIN9EdqadtFwU5VNog" general="_mQ2lnoN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mj7SnYN9EdqadtFwU5VNog" type="_00owUGvdEdq4DLWZOhbdEA" association="_mj7SmoN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mj7SnoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mj7Sn4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yOwL-oOGEdq6geWPj4xEng" name="A_ownedReception_class" memberEnd="_yOKWGIOGEdq6geWPj4xEng _yOwL_YOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yOwL-4OGEdq6geWPj4xEng" general="_x83xxYOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_yOwL_IOGEdq6geWPj4xEng" general="_x83xuoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yOwL_YOGEdq6geWPj4xEng" type="_00owUGvdEdq4DLWZOhbdEA" association="_yOwL-oOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yOwL_oOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yOwL_4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mj7So4N9EdqadtFwU5VNog" name="A_changeExpression_changeEvent" memberEnd="_mjLrwYN9EdqadtFwU5VNog _mj7SpYN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mj7SpIN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mj7SpYN9EdqadtFwU5VNog" type="_mjLrvoN9EdqadtFwU5VNog" association="_mj7So4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yOwMA4OGEdq6geWPj4xEng" name="A_changeExpression_changeEvent" memberEnd="_yOKWCoOGEdq6geWPj4xEng _yOwMBYOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yOwMBIOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yOwMBYOGEdq6geWPj4xEng" type="_yOKWB4OGEdq6geWPj4xEng" association="_yOwMA4OGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mQjqq4N9EdqadtFwU5VNog" name="A_raisedException_behavioralFeature" memberEnd="_mOw6-YN9EdqadtFwU5VNog _mQjqrIN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mQjqrIN9EdqadtFwU5VNog" type="_mOw674N9EdqadtFwU5VNog" association="_mQjqq4N9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mj7SpoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mj7Sp4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_x8k2yIOGEdq6geWPj4xEng" name="A_raisedException_behavioralFeature" memberEnd="_x8k2yYOGEdq6geWPj4xEng _x6yHGYOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_x8k2yYOGEdq6geWPj4xEng" type="_x6yHD4OGEdq6geWPj4xEng" association="_x8k2yIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yOwMBoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yOwMB4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mj7SqIN9EdqadtFwU5VNog" name="A_ownedAttribute_owningSignal" memberEnd="_mjemrIN9EdqadtFwU5VNog _mj7Sq4N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mj7SqYN9EdqadtFwU5VNog" general="_mQQIrYN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mj7SqoN9EdqadtFwU5VNog" general="_mQ_vgoN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mj7Sq4N9EdqadtFwU5VNog" name="owningSignal" type="_Pu3O0HL0EdqziYxiZo0YtA" subsettedProperty="_mPzcsIN9EdqadtFwU5VNog _mQQIsIN9EdqadtFwU5VNog _mL7pWIN9EdqadtFwU5VNog" association="_mj7SqIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mj7SrIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mj7SrYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yO584IOGEdq6geWPj4xEng" name="A_ownedAttribute_owningSignal" memberEnd="_yOdQ8oOGEdq6geWPj4xEng _yO5844OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yO584YOGEdq6geWPj4xEng" general="_x8bFxIOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_yO584oOGEdq6geWPj4xEng" general="_x83xxYOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yO5844OGEdq6geWPj4xEng" name="owningSignal" type="_Pu3O0HL0EdqziYxiZo0YtA" subsettedProperty="_x7re94OGEdq6geWPj4xEng _x8bFx4OGEdq6geWPj4xEng _x4GmeIOGEdq6geWPj4xEng" association="_yO584IOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yO585IOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yO585YOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mj7SroN9EdqadtFwU5VNog" name="A_ownedTrigger_behavioredClassifier" memberEnd="_mjoXpoN9EdqadtFwU5VNog _mj7SsIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mj7Sr4N9EdqadtFwU5VNog" general="_mQ_vgoN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mj7SsIN9EdqadtFwU5VNog" type="_iY7sMGvsEdqG6fBIPwe-mw" association="_mj7SroN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mj7SsYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mj7SsoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yO585oOGEdq6geWPj4xEng" name="A_ownedTrigger_behavioredClassifier" memberEnd="_yOma4IOGEdq6geWPj4xEng _yO586IOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yO5854OGEdq6geWPj4xEng" general="_x83xxYOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yO586IOGEdq6geWPj4xEng" type="_iY7sMGvsEdqG6fBIPwe-mw" association="_yO585oOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yO586YOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yO586oOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mkEcgIN9EdqadtFwU5VNog" name="A_event_trigger" memberEnd="_mjU1rIN9EdqadtFwU5VNog _mkEcgYN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mkEcgYN9EdqadtFwU5VNog" type="_mjU1qYN9EdqadtFwU5VNog" association="_mkEcgIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yO5864OGEdq6geWPj4xEng" name="A_event_trigger" memberEnd="_yOTf84OGEdq6geWPj4xEng _yO587IOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yO587IOGEdq6geWPj4xEng" type="_yOTf8IOGEdq6geWPj4xEng" association="_yO5864OGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mkONgIN9EdqadtFwU5VNog" name="ForkNode">

-    <ownedComment xmi:id="_mkONgYN9EdqadtFwU5VNog" annotatedElement="_mkONgIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yPDG0IOGEdq6geWPj4xEng" name="ForkNode">

+    <ownedComment xmi:id="_yPDG0YOGEdq6geWPj4xEng" annotatedElement="_yPDG0IOGEdq6geWPj4xEng">

       <body>A fork node has one incoming edge and multiple outgoing edges.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mkONgoN9EdqadtFwU5VNog" name="one_incoming_edge" constrainedElement="_mkONgIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mkONg4N9EdqadtFwU5VNog" annotatedElement="_mkONgoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yPDG0oOGEdq6geWPj4xEng" name="one_incoming_edge" constrainedElement="_yPDG0IOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yPDG04OGEdq6geWPj4xEng" annotatedElement="_yPDG0oOGEdq6geWPj4xEng">

         <body>A fork node has one incoming edge.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mkONhIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yPDG1IOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mkONhYN9EdqadtFwU5VNog" name="edges" constrainedElement="_mkONgIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mkONhoN9EdqadtFwU5VNog" annotatedElement="_mkONhYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yPDG1YOGEdq6geWPj4xEng" name="edges" constrainedElement="_yPDG0IOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yPDG1oOGEdq6geWPj4xEng" annotatedElement="_yPDG1YOGEdq6geWPj4xEng">

         <body>The edges coming into and out of a fork node must be either all object flows or all control flows.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mkONh4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yPDG14OGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mkONiIN9EdqadtFwU5VNog" general="_mhGBFIN9EdqadtFwU5VNog"/>

+    <generalization xmi:id="_yPDG2IOGEdq6geWPj4xEng" general="_yMErc4OGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mkONiYN9EdqadtFwU5VNog" name="FlowFinalNode">

-    <ownedComment xmi:id="_mkONioN9EdqadtFwU5VNog" annotatedElement="_mkONiYN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yPDG2YOGEdq6geWPj4xEng" name="FlowFinalNode">

+    <ownedComment xmi:id="_yPDG2oOGEdq6geWPj4xEng" annotatedElement="_yPDG2YOGEdq6geWPj4xEng">

       <body>A flow final destroys all tokens that arrive at it. It has no effect on other flows in the activity.</body>

     </ownedComment>

-    <generalization xmi:id="_mkONi4N9EdqadtFwU5VNog" general="_mkX-rIN9EdqadtFwU5VNog"/>

+    <generalization xmi:id="_yPDG24OGEdq6geWPj4xEng" general="_yPWo0IOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mkONjIN9EdqadtFwU5VNog" name="CentralBufferNode">

-    <ownedComment xmi:id="_mkONjYN9EdqadtFwU5VNog" annotatedElement="_mkONjIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yPDG3IOGEdq6geWPj4xEng" name="CentralBufferNode">

+    <ownedComment xmi:id="_yPDG3YOGEdq6geWPj4xEng" annotatedElement="_yPDG3IOGEdq6geWPj4xEng">

       <body>A central buffer node accepts tokens from upstream objects nodes and passes them along to downstream object nodes. They act as a buffer for multiple in flows and out flows from other object nodes. They do not connect directly to actions.</body>

     </ownedComment>

-    <generalization xmi:id="_mkONjoN9EdqadtFwU5VNog" general="_mhGBCoN9EdqadtFwU5VNog"/>

+    <generalization xmi:id="_yPDG3oOGEdq6geWPj4xEng" general="_yMEraYOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mkONj4N9EdqadtFwU5VNog" name="ActivityPartition">

-    <ownedComment xmi:id="_mkONkIN9EdqadtFwU5VNog" annotatedElement="_mkONj4N9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yPM30IOGEdq6geWPj4xEng" name="ActivityPartition">

+    <ownedComment xmi:id="_yPM30YOGEdq6geWPj4xEng" annotatedElement="_yPM30IOGEdq6geWPj4xEng">

       <body>Partitions divide the nodes and edges to constrain and show a view of the contained nodes. Partitions can share contents. They often correspond to organizational units in a business model. They may be used to allocate characteristics or resources among the nodes of an activity.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mkONkYN9EdqadtFwU5VNog" name="dimension_not_contained" constrainedElement="_mkONj4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mkONkoN9EdqadtFwU5VNog" annotatedElement="_mkONkYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yPM30oOGEdq6geWPj4xEng" name="dimension_not_contained" constrainedElement="_yPM30IOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yPM304OGEdq6geWPj4xEng" annotatedElement="_yPM30oOGEdq6geWPj4xEng">

         <body>A partition with isDimension = true may not be contained by another partition.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mkONk4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yPM31IOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mkONlIN9EdqadtFwU5VNog" name="represents_part" constrainedElement="_mkONj4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mkONlYN9EdqadtFwU5VNog" annotatedElement="_mkONlIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yPM31YOGEdq6geWPj4xEng" name="represents_part" constrainedElement="_yPM30IOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yPM31oOGEdq6geWPj4xEng" annotatedElement="_yPM31YOGEdq6geWPj4xEng">

         <body>If a partition represents a part, then all the non-external partitions in the same dimension and at the same level of nesting in that dimension must represent parts directly contained in the internal structure of the same classifier.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mkONloN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yPM314OGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mkONl4N9EdqadtFwU5VNog" name="represents_classifier" constrainedElement="_mkONj4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mkONmIN9EdqadtFwU5VNog" annotatedElement="_mkONl4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yPM32IOGEdq6geWPj4xEng" name="represents_classifier" constrainedElement="_yPM30IOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yPM32YOGEdq6geWPj4xEng" annotatedElement="_yPM32IOGEdq6geWPj4xEng">

         <body>If a non-external partition represents a classifier and is contained in another partition, then the containing partition must represent a classifier, and the classifier of the subpartition must be nested in the classifier represented by the containing partition, or be at the contained end of a strong composition association with the classifier represented by the containing partition.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mkONmYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yPM32oOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mkONmoN9EdqadtFwU5VNog" name="represents_part_and_is_contained" constrainedElement="_mkONj4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mkONm4N9EdqadtFwU5VNog" annotatedElement="_mkONmoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yPM324OGEdq6geWPj4xEng" name="represents_part_and_is_contained" constrainedElement="_yPM30IOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yPM33IOGEdq6geWPj4xEng" annotatedElement="_yPM324OGEdq6geWPj4xEng">

         <body>If a partition represents a part and is contained by another partition, then the part must be of a classifier represented by the containing partition, or of a classifier that is the type of a part representing the containing partition.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mkONnIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yPM33YOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mkONnYN9EdqadtFwU5VNog" general="_csVgUGvtEdqG6fBIPwe-mw"/>

-    <generalization xmi:id="_mkONnoN9EdqadtFwU5VNog" general="_md90lYN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mkONn4N9EdqadtFwU5VNog" name="isDimension" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mkONoIN9EdqadtFwU5VNog" annotatedElement="_mkONn4N9EdqadtFwU5VNog">

+    <generalization xmi:id="_yPM33oOGEdq6geWPj4xEng" general="_csVgUGvtEdqG6fBIPwe-mw"/>

+    <generalization xmi:id="_yPM334OGEdq6geWPj4xEng" general="_yJPZ1YOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yPM34IOGEdq6geWPj4xEng" name="isDimension" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yPM34YOGEdq6geWPj4xEng" annotatedElement="_yPM34IOGEdq6geWPj4xEng">

         <body>Tells whether the partition groups other partitions along a dimension.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mkONoYN9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yPM34oOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mkONooN9EdqadtFwU5VNog" name="isExternal" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mkONo4N9EdqadtFwU5VNog" annotatedElement="_mkONooN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yPM344OGEdq6geWPj4xEng" name="isExternal" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yPM35IOGEdq6geWPj4xEng" annotatedElement="_yPM344OGEdq6geWPj4xEng">

         <body>Tells whether the partition represents an entity to which the partitioning structure does not apply.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mkONpIN9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yPM35YOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mkONpYN9EdqadtFwU5VNog" name="edge" type="_mhGBF4N9EdqadtFwU5VNog" subsettedProperty="_mhPyFYN9EdqadtFwU5VNog" association="_mkhIfYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mkONpoN9EdqadtFwU5VNog" annotatedElement="_mkONpYN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yPM35oOGEdq6geWPj4xEng" name="edge" type="_yMN1QIOGEdq6geWPj4xEng" subsettedProperty="_yMN1iIOGEdq6geWPj4xEng" association="_yPWo5IOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yPM354OGEdq6geWPj4xEng" annotatedElement="_yPM35oOGEdq6geWPj4xEng">

         <body>Edges immediately contained in the group.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mkONp4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mkONqIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yPM36IOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yPM36YOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mkONqYN9EdqadtFwU5VNog" name="node" type="_md90soN9EdqadtFwU5VNog" subsettedProperty="_md90mIN9EdqadtFwU5VNog" association="_mkhIf4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mkONqoN9EdqadtFwU5VNog" annotatedElement="_mkONqYN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yPM36oOGEdq6geWPj4xEng" name="node" type="_yJPZ8oOGEdq6geWPj4xEng" subsettedProperty="_yJPZ2IOGEdq6geWPj4xEng" association="_yPfywIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yPM364OGEdq6geWPj4xEng" annotatedElement="_yPM36oOGEdq6geWPj4xEng">

         <body>Nodes immediately contained in the group.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mkONq4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mkONrIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yPM37IOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yPM37YOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mkONrYN9EdqadtFwU5VNog" name="subpartition" type="_mkONj4N9EdqadtFwU5VNog" subsettedProperty="_md90pIN9EdqadtFwU5VNog" association="_mkhIgYN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mkONroN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mkONr4N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yPM37oOGEdq6geWPj4xEng" name="subpartition" type="_yPM30IOGEdq6geWPj4xEng" subsettedProperty="_yJPZ5IOGEdq6geWPj4xEng" association="_yPfywoOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yPM374OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yPM38IOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mkONsIN9EdqadtFwU5VNog" annotatedElement="_mkONrYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yPM38YOGEdq6geWPj4xEng" annotatedElement="_yPM37oOGEdq6geWPj4xEng">

         <body>Partitions immediately contained in the partition. Specialized from Activity-Group::subgroup.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mkONsYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mkONsoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yPM38oOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yPM384OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mkONs4N9EdqadtFwU5VNog" name="superPartition" type="_mkONj4N9EdqadtFwU5VNog" subsettedProperty="_md90qoN9EdqadtFwU5VNog" association="_mkhIgYN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mkONtIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mkONtYN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yPM39IOGEdq6geWPj4xEng" name="superPartition" type="_yPM30IOGEdq6geWPj4xEng" subsettedProperty="_yJPZ6oOGEdq6geWPj4xEng" association="_yPfywoOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yPM39YOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yPM39oOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mkONtoN9EdqadtFwU5VNog" annotatedElement="_mkONs4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yPM394OGEdq6geWPj4xEng" annotatedElement="_yPM39IOGEdq6geWPj4xEng">

         <body>Partition immediately containing the partition.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mkONt4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mkONuIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yPM3-IOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yPM3-YOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mkONuYN9EdqadtFwU5VNog" name="represents" type="_kl90MGvbEdq4DLWZOhbdEA" association="_mkhIg4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mkONuoN9EdqadtFwU5VNog" annotatedElement="_mkONuYN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yPM3-oOGEdq6geWPj4xEng" name="represents" type="_kl90MGvbEdq4DLWZOhbdEA" association="_yPfyxIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yPM3-4OGEdq6geWPj4xEng" annotatedElement="_yPM3-oOGEdq6geWPj4xEng">

         <body>An element constraining behaviors invoked by nodes in the partition.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mkONu4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mkONvIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yPM3_IOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yPM3_YOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mkX-k4N9EdqadtFwU5VNog" name="MergeNode">

-    <ownedComment xmi:id="_mkX-lIN9EdqadtFwU5VNog" annotatedElement="_mkX-k4N9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yPM4EYOGEdq6geWPj4xEng" name="MergeNode">

+    <ownedComment xmi:id="_yPM4EoOGEdq6geWPj4xEng" annotatedElement="_yPM4EYOGEdq6geWPj4xEng">

       <body>A merge node has multiple incoming edges and a single outgoing edge.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mkX-lYN9EdqadtFwU5VNog" name="one_outgoing_edge" constrainedElement="_mkX-k4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mkX-loN9EdqadtFwU5VNog" annotatedElement="_mkX-lYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yPM4E4OGEdq6geWPj4xEng" name="one_outgoing_edge" constrainedElement="_yPM4EYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yPM4FIOGEdq6geWPj4xEng" annotatedElement="_yPM4E4OGEdq6geWPj4xEng">

         <body>A merge node has one outgoing edge.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mkX-l4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yPM4FYOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mkX-mIN9EdqadtFwU5VNog" name="edges" constrainedElement="_mkX-k4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mkX-mYN9EdqadtFwU5VNog" annotatedElement="_mkX-mIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yPM4FoOGEdq6geWPj4xEng" name="edges" constrainedElement="_yPM4EYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yPM4F4OGEdq6geWPj4xEng" annotatedElement="_yPM4FoOGEdq6geWPj4xEng">

         <body>The edges coming into and out of a merge node must be either all object flows or all control flows.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mkX-moN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yPM4GIOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mkX-m4N9EdqadtFwU5VNog" general="_mhGBFIN9EdqadtFwU5VNog"/>

+    <generalization xmi:id="_yPM4GYOGEdq6geWPj4xEng" general="_yMErc4OGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mkX-nIN9EdqadtFwU5VNog" name="DecisionNode">

-    <ownedComment xmi:id="_mkX-nYN9EdqadtFwU5VNog" annotatedElement="_mkX-nIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yPM4GoOGEdq6geWPj4xEng" name="DecisionNode">

+    <ownedComment xmi:id="_yPM4G4OGEdq6geWPj4xEng" annotatedElement="_yPM4GoOGEdq6geWPj4xEng">

       <body>A decision node has one incoming edge and multiple outgoing activity edges.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mkX-noN9EdqadtFwU5VNog" name="one_incoming_edge" constrainedElement="_mkX-nIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mkX-n4N9EdqadtFwU5VNog" annotatedElement="_mkX-noN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yPM4HIOGEdq6geWPj4xEng" name="one_incoming_edge" constrainedElement="_yPM4GoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yPM4HYOGEdq6geWPj4xEng" annotatedElement="_yPM4HIOGEdq6geWPj4xEng">

         <body>A decision node has one incoming edge.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mkX-oIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yPM4HoOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mkX-oYN9EdqadtFwU5VNog" name="input_parameter" constrainedElement="_mkX-nIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mkX-ooN9EdqadtFwU5VNog" annotatedElement="_mkX-oYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yPM4H4OGEdq6geWPj4xEng" name="input_parameter" constrainedElement="_yPM4GoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yPM4IIOGEdq6geWPj4xEng" annotatedElement="_yPM4H4OGEdq6geWPj4xEng">

         <body>A decision input behavior has zero or one input parameter and one output parameter. Any input parameter must be the same as or a supertype of the type of object tokens coming along the incoming edge. The behavior cannot have side effects.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mkX-o4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yPM4IYOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mkX-pIN9EdqadtFwU5VNog" name="edges" constrainedElement="_mkX-nIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mkX-pYN9EdqadtFwU5VNog" annotatedElement="_mkX-pIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yPM4IoOGEdq6geWPj4xEng" name="edges" constrainedElement="_yPM4GoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yPM4I4OGEdq6geWPj4xEng" annotatedElement="_yPM4IoOGEdq6geWPj4xEng">

         <body>The edges coming into and out of a decision node must be either all object flows or all control flows.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mkX-poN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yPM4JIOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mkX-p4N9EdqadtFwU5VNog" general="_mhGBFIN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mkX-qIN9EdqadtFwU5VNog" name="decisionInput" type="_TUPtYGveEdq4DLWZOhbdEA" association="_mkq5c4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mkX-qYN9EdqadtFwU5VNog" annotatedElement="_mkX-qIN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yPM4JYOGEdq6geWPj4xEng" general="_yMErc4OGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yPM4JoOGEdq6geWPj4xEng" name="decisionInput" type="_TUPtYGveEdq4DLWZOhbdEA" association="_yPfyy4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yPM4J4OGEdq6geWPj4xEng" annotatedElement="_yPM4JoOGEdq6geWPj4xEng">

         <body>Provides input to guard specifications on edges outgoing from the decision node.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mkX-qoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mkX-q4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yPM4KIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yPM4KYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mkX-rIN9EdqadtFwU5VNog" name="FinalNode" isAbstract="true">

-    <ownedComment xmi:id="_mkX-rYN9EdqadtFwU5VNog" annotatedElement="_mkX-rIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yPWo0IOGEdq6geWPj4xEng" name="FinalNode" isAbstract="true">

+    <ownedComment xmi:id="_yPWo0YOGEdq6geWPj4xEng" annotatedElement="_yPWo0IOGEdq6geWPj4xEng">

       <body>A final node is an abstract control node at which a flow in an activity stops.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mkX-roN9EdqadtFwU5VNog" name="no_outgoing_edges" constrainedElement="_mkX-rIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mkX-r4N9EdqadtFwU5VNog" annotatedElement="_mkX-roN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yPWo0oOGEdq6geWPj4xEng" name="no_outgoing_edges" constrainedElement="_yPWo0IOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yPWo04OGEdq6geWPj4xEng" annotatedElement="_yPWo0oOGEdq6geWPj4xEng">

         <body>A final node has no outgoing edges.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mkX-sIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yPWo1IOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mkX-sYN9EdqadtFwU5VNog" general="_mhGBFIN9EdqadtFwU5VNog"/>

+    <generalization xmi:id="_yPWo1YOGEdq6geWPj4xEng" general="_yMErc4OGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mhPyCYN9EdqadtFwU5VNog" name="ActivityFinalNode">

-    <ownedComment xmi:id="_mhPyCoN9EdqadtFwU5VNog" annotatedElement="_mhPyCYN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yMN1fIOGEdq6geWPj4xEng" name="ActivityFinalNode">

+    <ownedComment xmi:id="_yMN1fYOGEdq6geWPj4xEng" annotatedElement="_yMN1fIOGEdq6geWPj4xEng">

       <body>An activity may have more than one activity final node. The first one reached stops all flows in the activity.</body>

     </ownedComment>

-    <generalization xmi:id="_mkX-soN9EdqadtFwU5VNog" general="_mkX-rIN9EdqadtFwU5VNog"/>

+    <generalization xmi:id="_yPWo1oOGEdq6geWPj4xEng" general="_yPWo0IOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mkhIfYN9EdqadtFwU5VNog" name="A_edge_inPartition" memberEnd="_mkONpYN9EdqadtFwU5VNog _mkX-gIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mkhIfoN9EdqadtFwU5VNog" general="_mhY8BIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yPWo5IOGEdq6geWPj4xEng" name="A_edge_inPartition" memberEnd="_yPM35oOGEdq6geWPj4xEng _yPM3_oOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yPWo5YOGEdq6geWPj4xEng" general="_yMXmZIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mkhIf4N9EdqadtFwU5VNog" name="A_inPartition_node" memberEnd="_mkX-jYN9EdqadtFwU5VNog _mkONqYN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mkhIgIN9EdqadtFwU5VNog" general="_meG-coN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yPfywIOGEdq6geWPj4xEng" name="A_inPartition_node" memberEnd="_yPM4C4OGEdq6geWPj4xEng _yPM36oOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yPfywYOGEdq6geWPj4xEng" general="_yJZKwIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mkhIgYN9EdqadtFwU5VNog" name="A_subpartition_superPartition" memberEnd="_mkONrYN9EdqadtFwU5VNog _mkONs4N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mkhIgoN9EdqadtFwU5VNog" general="_meG-dYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yPfywoOGEdq6geWPj4xEng" name="A_subpartition_superPartition" memberEnd="_yPM37oOGEdq6geWPj4xEng _yPM39IOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yPfyw4OGEdq6geWPj4xEng" general="_yJZKw4OGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mkhIg4N9EdqadtFwU5VNog" name="A_represents_activityPartition" memberEnd="_mkONuYN9EdqadtFwU5VNog _mkhIhIN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mkhIhIN9EdqadtFwU5VNog" type="_mkONj4N9EdqadtFwU5VNog" association="_mkhIg4N9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mkhIhYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mkhIhoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yPfyxIOGEdq6geWPj4xEng" name="A_represents_activityPartition" memberEnd="_yPM3-oOGEdq6geWPj4xEng _yPfyxYOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yPfyxYOGEdq6geWPj4xEng" type="_yPM30IOGEdq6geWPj4xEng" association="_yPfyxIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yPfyxoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yPfyx4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mkq5cIN9EdqadtFwU5VNog" name="A_activityEdge_guard" memberEnd="_mkq5coN9EdqadtFwU5VNog _mkX-hIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mkq5cYN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mkq5coN9EdqadtFwU5VNog" type="_mhGBF4N9EdqadtFwU5VNog" association="_mkq5cIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yPfyyIOGEdq6geWPj4xEng" name="A_activityEdge_guard" memberEnd="_yPfyyoOGEdq6geWPj4xEng _yPM4AoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yPfyyYOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yPfyyoOGEdq6geWPj4xEng" type="_yMN1QIOGEdq6geWPj4xEng" association="_yPfyyIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mkq5c4N9EdqadtFwU5VNog" name="A_decisionInput_decisionNode" memberEnd="_mkq5dIN9EdqadtFwU5VNog _mkX-qIN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mkq5dIN9EdqadtFwU5VNog" type="_mkX-nIN9EdqadtFwU5VNog" association="_mkq5c4N9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mkq5dYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mkq5doN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yPfyy4OGEdq6geWPj4xEng" name="A_decisionInput_decisionNode" memberEnd="_yPM4JoOGEdq6geWPj4xEng _yPfyzIOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yPfyzIOGEdq6geWPj4xEng" type="_yPM4GoOGEdq6geWPj4xEng" association="_yPfyy4OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yPfyzYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yPfyzoOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mkq5d4N9EdqadtFwU5VNog" name="A_partition_activity" memberEnd="_mkq5eYN9EdqadtFwU5VNog _mkhId4N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mkq5eIN9EdqadtFwU5VNog" general="_meG-c4N9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mkq5eYN9EdqadtFwU5VNog" type="_md90g4N9EdqadtFwU5VNog" association="_mkq5d4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yPpjwIOGEdq6geWPj4xEng" name="A_partition_activity" memberEnd="_yPWo3oOGEdq6geWPj4xEng _yPpjwoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yPpjwYOGEdq6geWPj4xEng" general="_yJZKwYOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yPpjwoOGEdq6geWPj4xEng" type="_yJPZw4OGEdq6geWPj4xEng" association="_yPpjwIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_meG-c4N9EdqadtFwU5VNog" name="A_group_inActivity" memberEnd="_md90j4N9EdqadtFwU5VNog _md90noN9EdqadtFwU5VNog">

-    <generalization xmi:id="_meG-dIN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yJZKwYOGEdq6geWPj4xEng" name="A_group_inActivity" memberEnd="_yJPZz4OGEdq6geWPj4xEng _yJPZ3oOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yJZKwoOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mk90YIN9EdqadtFwU5VNog" name="EncapsulatedClassifier" isAbstract="true">

-    <ownedComment xmi:id="_mk90YYN9EdqadtFwU5VNog" annotatedElement="_mk90YIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yPytuoOGEdq6geWPj4xEng" name="EncapsulatedClassifier" isAbstract="true">

+    <ownedComment xmi:id="_yPytu4OGEdq6geWPj4xEng" annotatedElement="_yPytuoOGEdq6geWPj4xEng">

       <body>Extends a classifier with the ability to own ports as specific and type checked interaction points.</body>

     </ownedComment>

-    <generalization xmi:id="_mk90YoN9EdqadtFwU5VNog" general="_FQiVsGwYEdqHKKVoxc0dlA"/>

-    <ownedAttribute xmi:id="_mk90Y4N9EdqadtFwU5VNog" name="ownedPort" type="_ZAuvEGveEdq4DLWZOhbdEA" isDerived="true" subsettedProperty="_mgWaIIN9EdqadtFwU5VNog" association="_mlHlYIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mk90ZIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mk90ZYN9EdqadtFwU5VNog" isTransient="true" isResolveProxies="false"/>

+    <generalization xmi:id="_yPytvIOGEdq6geWPj4xEng" general="_FQiVsGwYEdqHKKVoxc0dlA"/>

+    <ownedAttribute xmi:id="_yPytvYOGEdq6geWPj4xEng" name="ownedPort" type="_ZAuvEGveEdq4DLWZOhbdEA" isDerived="true" subsettedProperty="_yLVEdoOGEdq6geWPj4xEng" association="_yP8et4OGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yPytvoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yPytv4OGEdq6geWPj4xEng" isTransient="true" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mk90ZoN9EdqadtFwU5VNog" annotatedElement="_mk90Y4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yPytwIOGEdq6geWPj4xEng" annotatedElement="_yPytvYOGEdq6geWPj4xEng">

         <body>References a set of ports that an encapsulated classifier owns.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mk90Z4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mk90aIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yPytwYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yPytwoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

   <ownedMember xmi:type="uml:Class" xmi:id="_aOgw0GveEdq4DLWZOhbdEA" name="ConnectorEnd">

-    <ownedComment xmi:id="_mgDfMIN9EdqadtFwU5VNog" annotatedElement="_aOgw0GveEdq4DLWZOhbdEA">

+    <ownedComment xmi:id="_yLLTcIOGEdq6geWPj4xEng" annotatedElement="_aOgw0GveEdq4DLWZOhbdEA">

       <body>A connector end is an endpoint of a connector, which attaches the connector to a connectable element. Each connector end is part of one connector.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mgDfMYN9EdqadtFwU5VNog" name="multiplicity" constrainedElement="_aOgw0GveEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_mgDfMoN9EdqadtFwU5VNog" annotatedElement="_mgDfMYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yLLTcYOGEdq6geWPj4xEng" name="multiplicity" constrainedElement="_aOgw0GveEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_yLLTcoOGEdq6geWPj4xEng" annotatedElement="_yLLTcYOGEdq6geWPj4xEng">

         <body>The multiplicity of the connector end may not be more general than the multiplicity of the association typing the owning connector.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mgDfM4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yLLTc4OGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mk90aYN9EdqadtFwU5VNog" name="part_with_port_empty" constrainedElement="_aOgw0GveEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_mk90aoN9EdqadtFwU5VNog" annotatedElement="_mk90aYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yPytw4OGEdq6geWPj4xEng" name="part_with_port_empty" constrainedElement="_aOgw0GveEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_yPytxIOGEdq6geWPj4xEng" annotatedElement="_yPytw4OGEdq6geWPj4xEng">

         <body>If a connector end is attached to a port of the containing classifier, partWithPort will be empty.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mk90a4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yPytxYOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mk90bIN9EdqadtFwU5VNog" name="role_and_part_with_port" constrainedElement="_aOgw0GveEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_mk90bYN9EdqadtFwU5VNog" annotatedElement="_mk90bIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yPytxoOGEdq6geWPj4xEng" name="role_and_part_with_port" constrainedElement="_aOgw0GveEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_yPytx4OGEdq6geWPj4xEng" annotatedElement="_yPytxoOGEdq6geWPj4xEng">

         <body>If a connector end references both a role and a partWithPort, then the role must be a port that is defined by the type of the partWithPort.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mk90boN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yPytyIOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mk90b4N9EdqadtFwU5VNog" name="self_part_with_port" constrainedElement="_aOgw0GveEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_mk90cIN9EdqadtFwU5VNog" annotatedElement="_mk90b4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yP8esIOGEdq6geWPj4xEng" name="self_part_with_port" constrainedElement="_aOgw0GveEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_yP8esYOGEdq6geWPj4xEng" annotatedElement="_yP8esIOGEdq6geWPj4xEng">

         <body>The property held in self.partWithPort must not be a Port.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mk90cYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yP8esoOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mgDfNIN9EdqadtFwU5VNog" general="_Gjgl0GveEdq4DLWZOhbdEA"/>

-    <ownedAttribute xmi:id="_mgDfNYN9EdqadtFwU5VNog" name="definingEnd" type="_Jp_1oGveEdq4DLWZOhbdEA" isReadOnly="true" isDerived="true" association="_mgpVFYN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mgDfNoN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mgDfN4N9EdqadtFwU5VNog" isTransient="true"/>

+    <generalization xmi:id="_yLLTdIOGEdq6geWPj4xEng" general="_Gjgl0GveEdq4DLWZOhbdEA"/>

+    <ownedAttribute xmi:id="_yLLTdYOGEdq6geWPj4xEng" name="definingEnd" type="_Jp_1oGveEdq4DLWZOhbdEA" isReadOnly="true" isDerived="true" association="_yLn_hYOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yLLTdoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yLLTd4OGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mgDfOIN9EdqadtFwU5VNog" annotatedElement="_mgDfNYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yLLTeIOGEdq6geWPj4xEng" annotatedElement="_yLLTdYOGEdq6geWPj4xEng">

         <body>A derived association referencing the corresponding association end on the association which types the connector owing this connector end. This association is derived by selecting the association end at the same place in the ordering of association ends as this connector end.

 

 </body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mgDfOYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mgDfOoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yLLTeYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yLLTeoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mgDfO4N9EdqadtFwU5VNog" name="role" type="_mgWaOIN9EdqadtFwU5VNog" association="_mgpVGYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mgDfPIN9EdqadtFwU5VNog" annotatedElement="_mgDfO4N9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yLLTe4OGEdq6geWPj4xEng" name="role" type="_yLeObIOGEdq6geWPj4xEng" association="_yLn_iYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yLLTfIOGEdq6geWPj4xEng" annotatedElement="_yLLTe4OGEdq6geWPj4xEng">

         <body>The connectable element attached at this connector end. When an instance of the containing classifier is created, a link may (depending on the multiplicities) be created to an instance of the classifier that types this connectable element.

 

 </body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mgDfPYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mgDfPoN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yLLTfYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yLLTfoOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mk90coN9EdqadtFwU5VNog" name="partWithPort" type="_Jp_1oGveEdq4DLWZOhbdEA" association="_mlHlc4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mk90c4N9EdqadtFwU5VNog" annotatedElement="_mk90coN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yP8es4OGEdq6geWPj4xEng" name="partWithPort" type="_Jp_1oGveEdq4DLWZOhbdEA" association="_yP8eyoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yP8etIOGEdq6geWPj4xEng" annotatedElement="_yP8es4OGEdq6geWPj4xEng">

         <body>Indicates the role of the internal structure of a classifier with the port to which the connector end is attached.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mk90dIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mk90dYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yP8etYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yP8etoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

     <ownedOperation xmi:id="_QT7XMFYKEdqrn7iZ0eqieg" name="getDefiningEnd" visibility="protected" type="_Jp_1oGveEdq4DLWZOhbdEA">

       <returnResult xmi:id="_VkstQFYKEdqrn7iZ0eqieg" type="_Jp_1oGveEdq4DLWZOhbdEA" direction="return"/>

     </ownedOperation>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mlHlYIN9EdqadtFwU5VNog" name="A_encapsulatedClassifier_ownedPort" memberEnd="_mk90Y4N9EdqadtFwU5VNog _mlHlY4N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mlHlYoN9EdqadtFwU5VNog" general="_mgfkFoN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mlHlY4N9EdqadtFwU5VNog" type="_mk90YIN9EdqadtFwU5VNog" redefinedProperty="_mgfkGoN9EdqadtFwU5VNog" subsettedProperty="_mMrQOoN9EdqadtFwU5VNog" association="_mlHlYIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mlHlZIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mlHlZYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yP8et4OGEdq6geWPj4xEng" name="A_encapsulatedClassifier_ownedPort" memberEnd="_yP8euoOGEdq6geWPj4xEng _yPytvYOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yP8euYOGEdq6geWPj4xEng" general="_yLn_ZIOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yP8euoOGEdq6geWPj4xEng" type="_yPytuoOGEdq6geWPj4xEng" redefinedProperty="_yLn_aIOGEdq6geWPj4xEng" subsettedProperty="_x42NWoOGEdq6geWPj4xEng" association="_yP8et4OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yP8eu4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yP8evIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mlHlZoN9EdqadtFwU5VNog" name="A_required_port" memberEnd="_mk0qg4N9EdqadtFwU5VNog _mlHlZ4N9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mlHlZ4N9EdqadtFwU5VNog" type="_ZAuvEGveEdq4DLWZOhbdEA" association="_mlHlZoN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mlHlaIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mlHlaYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yP8evYOGEdq6geWPj4xEng" name="A_required_port" memberEnd="_yPpj14OGEdq6geWPj4xEng _yP8evoOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yP8evoOGEdq6geWPj4xEng" type="_ZAuvEGveEdq4DLWZOhbdEA" association="_yP8evYOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yP8ev4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yP8ewIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mlHlaoN9EdqadtFwU5VNog" name="A_redefinedPort_port" memberEnd="_mk0qiYN9EdqadtFwU5VNog _mlHlbIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mlHla4N9EdqadtFwU5VNog" general="_mQ2lnIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mlHlbIN9EdqadtFwU5VNog" type="_ZAuvEGveEdq4DLWZOhbdEA" association="_mlHlaoN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mlHlbYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mlHlboN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yP8ewYOGEdq6geWPj4xEng" name="A_redefinedPort_port" memberEnd="_yPytsIOGEdq6geWPj4xEng _yP8ew4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yP8ewoOGEdq6geWPj4xEng" general="_x83xuIOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yP8ew4OGEdq6geWPj4xEng" type="_ZAuvEGveEdq4DLWZOhbdEA" association="_yP8ewYOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yP8exIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yP8exYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mlHlb4N9EdqadtFwU5VNog" name="A_provided_port" memberEnd="_mk0qjYN9EdqadtFwU5VNog _mlHlcIN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mlHlcIN9EdqadtFwU5VNog" type="_ZAuvEGveEdq4DLWZOhbdEA" association="_mlHlb4N9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mlHlcYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mlHlcoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yP8exoOGEdq6geWPj4xEng" name="A_provided_port" memberEnd="_yPyttIOGEdq6geWPj4xEng _yP8ex4OGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yP8ex4OGEdq6geWPj4xEng" type="_ZAuvEGveEdq4DLWZOhbdEA" association="_yP8exoOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yP8eyIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yP8eyYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mlHlc4N9EdqadtFwU5VNog" name="A_partWithPort_connectorEnd" memberEnd="_mk90coN9EdqadtFwU5VNog _mlHldIN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mlHldIN9EdqadtFwU5VNog" type="_aOgw0GveEdq4DLWZOhbdEA" association="_mlHlc4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yP8eyoOGEdq6geWPj4xEng" name="A_partWithPort_connectorEnd" memberEnd="_yP8es4OGEdq6geWPj4xEng _yP8ey4OGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yP8ey4OGEdq6geWPj4xEng" type="_aOgw0GveEdq4DLWZOhbdEA" association="_yP8eyoOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mlQvioN9EdqadtFwU5VNog" name="ComponentRealization">

-    <ownedComment xmi:id="_mlQvi4N9EdqadtFwU5VNog" annotatedElement="_mlQvioN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yQGP6oOGEdq6geWPj4xEng" name="ComponentRealization">

+    <ownedComment xmi:id="_yQGP64OGEdq6geWPj4xEng" annotatedElement="_yQGP6oOGEdq6geWPj4xEng">

       <body>In the metamodel, a ComponentRealization is a subtype of Dependencies::Realization.</body>

     </ownedComment>

-    <generalization xmi:id="_mlQvjIN9EdqadtFwU5VNog" general="_me3MZIN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mlQvjYN9EdqadtFwU5VNog" name="abstraction" type="_mlQvUYN9EdqadtFwU5VNog" subsettedProperty="_mLyfbYN9EdqadtFwU5VNog _me3MYIN9EdqadtFwU5VNog" association="_mlagWoN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mlQvjoN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mlQvj4N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yQGP7IOGEdq6geWPj4xEng" general="_yJ_At4OGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yQGP7YOGEdq6geWPj4xEng" name="abstraction" type="_yQGPsYOGEdq6geWPj4xEng" subsettedProperty="_x381jIOGEdq6geWPj4xEng _yJ_As4OGEdq6geWPj4xEng" association="_yQPZtIOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yQGP7oOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yQGP74OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mlQvkIN9EdqadtFwU5VNog" annotatedElement="_mlQvjYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yQGP8IOGEdq6geWPj4xEng" annotatedElement="_yQGP7YOGEdq6geWPj4xEng">

         <body>The Component that owns this ComponentRealization and which is implemented by its realizing classifiers.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mlQvkYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mlQvkoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yQGP8YOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yQGP8oOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mlQvk4N9EdqadtFwU5VNog" name="realizingClassifier" type="_6UV2QGwJEdq7X4sGURiZYA" subsettedProperty="_metbb4N9EdqadtFwU5VNog" association="_mlagXYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mlQvlIN9EdqadtFwU5VNog" annotatedElement="_mlQvk4N9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yQGP84OGEdq6geWPj4xEng" name="realizingClassifier" type="_6UV2QGwJEdq7X4sGURiZYA" subsettedProperty="_yJ_Ar4OGEdq6geWPj4xEng" association="_yQPZt4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yQGP9IOGEdq6geWPj4xEng" annotatedElement="_yQGP84OGEdq6geWPj4xEng">

         <body>A classifier that is involved in the implementation of the Component that owns this ComponentRealization.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mlQvlYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mlQvloN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yQGP9YOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yQGP9oOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mgDfP4N9EdqadtFwU5VNog" name="Connector">

-    <ownedComment xmi:id="_mgDfQIN9EdqadtFwU5VNog" annotatedElement="_mgDfP4N9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yLLTf4OGEdq6geWPj4xEng" name="Connector">

+    <ownedComment xmi:id="_yLLTgIOGEdq6geWPj4xEng" annotatedElement="_yLLTf4OGEdq6geWPj4xEng">

       <body>Each connector may be attached to two or more connectable elements, each representing a set of instances. Each connector end is distinct in the sense that it plays a distinct role in the communication realized over a connector. The communications realized over a connector may be constrained by various constraints (including type constraints) that apply to the attached connectable elements.</body>

     </ownedComment>

-    <ownedComment xmi:id="_mlQvl4N9EdqadtFwU5VNog" annotatedElement="_mgDfP4N9EdqadtFwU5VNog">

+    <ownedComment xmi:id="_yQGP94OGEdq6geWPj4xEng" annotatedElement="_yLLTf4OGEdq6geWPj4xEng">

       <body>In the metamodel, a connector kind attribute is added to the Connector metaclass. Its value is an enumeration type with valid values 'assembly' or 'delegation'.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mgDfQYN9EdqadtFwU5VNog" name="types" constrainedElement="_mgDfP4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mgDfQoN9EdqadtFwU5VNog" annotatedElement="_mgDfQYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yLLTgYOGEdq6geWPj4xEng" name="types" constrainedElement="_yLLTf4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yLLTgoOGEdq6geWPj4xEng" annotatedElement="_yLLTgYOGEdq6geWPj4xEng">

         <body>The types of the connectable elements that the ends of a connector are attached to must conform to the types of the association ends of the association that types the connector, if any.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mgDfQ4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yLLTg4OGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mgDfRIN9EdqadtFwU5VNog" name="compatible" constrainedElement="_mgDfP4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mgDfRYN9EdqadtFwU5VNog" annotatedElement="_mgDfRIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yLLThIOGEdq6geWPj4xEng" name="compatible" constrainedElement="_yLLTf4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yLLThYOGEdq6geWPj4xEng" annotatedElement="_yLLThIOGEdq6geWPj4xEng">

         <body>The connectable elements attached to the ends of a connector must be compatible.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mgDfRoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yLLThoOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mgDfR4N9EdqadtFwU5VNog" name="roles" constrainedElement="_mgDfP4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mgDfSIN9EdqadtFwU5VNog" annotatedElement="_mgDfR4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yLLTh4OGEdq6geWPj4xEng" name="roles" constrainedElement="_yLLTf4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yLLTiIOGEdq6geWPj4xEng" annotatedElement="_yLLTh4OGEdq6geWPj4xEng">

         <body>The ConnectableElements attached as roles to each ConnectorEnd owned by a Connector must be roles of the Classifier that owned the Connector, or they must be ports of such roles.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mgDfSYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yLLTiYOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mlQvmIN9EdqadtFwU5VNog" name="between_interfaces_ports" constrainedElement="_mgDfP4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mlQvmYN9EdqadtFwU5VNog" annotatedElement="_mlQvmIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yQGP-IOGEdq6geWPj4xEng" name="between_interfaces_ports" constrainedElement="_yLLTf4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yQGP-YOGEdq6geWPj4xEng" annotatedElement="_yQGP-IOGEdq6geWPj4xEng">

         <body>A delegation connector must only be defined between used Interfaces or Ports of the same kind, e.g. between two provided Ports or between two required Ports.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mlQvmoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yQGP-oOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mlQvm4N9EdqadtFwU5VNog" name="between_interface_port_implements" constrainedElement="_mgDfP4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mlQvnIN9EdqadtFwU5VNog" annotatedElement="_mlQvm4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yQGP-4OGEdq6geWPj4xEng" name="between_interface_port_implements" constrainedElement="_yLLTf4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yQGP_IOGEdq6geWPj4xEng" annotatedElement="_yQGP-4OGEdq6geWPj4xEng">

         <body>If a delegation connector is defined between a used Interface or Port and an internal Part Classifier, then that Classifier must have an 'implements' relationship to the Interface type of that Port.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mlQvnYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yQGP_YOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mlQvnoN9EdqadtFwU5VNog" name="between_interface_port_signature" constrainedElement="_mgDfP4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mlQvn4N9EdqadtFwU5VNog" annotatedElement="_mlQvnoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yQGP_oOGEdq6geWPj4xEng" name="between_interface_port_signature" constrainedElement="_yLLTf4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yQGP_4OGEdq6geWPj4xEng" annotatedElement="_yQGP_oOGEdq6geWPj4xEng">

         <body>If a delegation connector is defined between a source Interface or Port and a target Interface or Port, then the target Interface must support a signature compatible subset of Operations of the source Interface or Port.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mlQvoIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yQGQAIOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mlQvoYN9EdqadtFwU5VNog" name="union_signature_compatible" constrainedElement="_mgDfP4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mlQvooN9EdqadtFwU5VNog" annotatedElement="_mlQvoYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yQGQAYOGEdq6geWPj4xEng" name="union_signature_compatible" constrainedElement="_yLLTf4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yQGQAoOGEdq6geWPj4xEng" annotatedElement="_yQGQAYOGEdq6geWPj4xEng">

         <body>In a complete model, if a source Port has delegation connectors to a set of delegated target Ports, then the union of the Interfaces of these target Ports must be signature compatible with the Interface that types the source Port.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mlQvo4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yQGQA4OGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mlQvpIN9EdqadtFwU5VNog" name="assembly_connector" constrainedElement="_mgDfP4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mlQvpYN9EdqadtFwU5VNog" annotatedElement="_mlQvpIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yQGQBIOGEdq6geWPj4xEng" name="assembly_connector" constrainedElement="_yLLTf4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yQGQBYOGEdq6geWPj4xEng" annotatedElement="_yQGQBIOGEdq6geWPj4xEng">

         <body>An assembly connector must only be defined from a required Interface or Ports to a provided Interface or Port.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mlQvpoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yQGQBoOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mgDfSoN9EdqadtFwU5VNog" general="_mL7pVYN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mgDfS4N9EdqadtFwU5VNog" name="type" type="_AwvxoGwNEdq7X4sGURiZYA" association="_mgfkEoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mgDfTIN9EdqadtFwU5VNog" annotatedElement="_mgDfS4N9EdqadtFwU5VNog">

+    <generalization xmi:id="_yLLTioOGEdq6geWPj4xEng" general="_x4GmdYOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yLLTi4OGEdq6geWPj4xEng" name="type" type="_AwvxoGwNEdq7X4sGURiZYA" association="_yLn_YIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yLLTjIOGEdq6geWPj4xEng" annotatedElement="_yLLTi4OGEdq6geWPj4xEng">

         <body>An optional association that specifies the link corresponding to this connector.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mgDfTYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mgDfToN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yLLTjYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yLLTjoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mgDfT4N9EdqadtFwU5VNog" name="redefinedConnector" type="_mgDfP4N9EdqadtFwU5VNog" subsettedProperty="_mMrQQIN9EdqadtFwU5VNog" association="_mgfkLYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mgDfUIN9EdqadtFwU5VNog" annotatedElement="_mgDfT4N9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yLLTj4OGEdq6geWPj4xEng" name="redefinedConnector" type="_yLLTf4OGEdq6geWPj4xEng" subsettedProperty="_x42NYIOGEdq6geWPj4xEng" association="_yLn_e4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yLLTkIOGEdq6geWPj4xEng" annotatedElement="_yLLTj4OGEdq6geWPj4xEng">

         <body>A connector may be redefined when its containing classifier is specialized. The redefining connector may have a type that specializes the type of the redefined connector.

 

 The types of the connector ends of the redefining connector may specialize the types of the connector ends of the redefined connector. The properties of the connector ends of the redefining connector may be replaced.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mgDfUYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mgDfUoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yLLTkYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yLLTkoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mgDfU4N9EdqadtFwU5VNog" name="end" type="_aOgw0GveEdq4DLWZOhbdEA" isOrdered="true" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mgpVEIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mgDfVIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mgDfVYN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yLLTk4OGEdq6geWPj4xEng" name="end" type="_aOgw0GveEdq4DLWZOhbdEA" isOrdered="true" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yLn_gIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yLLTlIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yLLTlYOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mgDfVoN9EdqadtFwU5VNog" annotatedElement="_mgDfU4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yLLTloOGEdq6geWPj4xEng" annotatedElement="_yLLTk4OGEdq6geWPj4xEng">

         <body>A connector consists of at least two connector ends, each representing the participation of instances of the classifiers typing the connectable elements attached to this end. The set of connector ends is ordered.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mgDfV4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mgDfWIN9EdqadtFwU5VNog" value="2"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yLLTl4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yLLTmIOGEdq6geWPj4xEng" value="2"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mlQvp4N9EdqadtFwU5VNog" name="kind" type="_mlagUIN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mlQvqIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_mlQvqYN9EdqadtFwU5VNog" isUnsettable="true"/>

+    <ownedAttribute xmi:id="_yQPZoIOGEdq6geWPj4xEng" name="kind" type="_yQPZqoOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yQPZoYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_yQPZooOGEdq6geWPj4xEng" isUnsettable="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mlQvqoN9EdqadtFwU5VNog" annotatedElement="_mlQvp4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yQPZo4OGEdq6geWPj4xEng" annotatedElement="_yQPZoIOGEdq6geWPj4xEng">

         <body>Indicates the kind of connector.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mlQvq4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mlQvrIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yQPZpIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yQPZpYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mlQvrYN9EdqadtFwU5VNog" name="contract" type="_TUPtYGveEdq4DLWZOhbdEA" association="_mlagYIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mlQvroN9EdqadtFwU5VNog" annotatedElement="_mlQvrYN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yQPZpoOGEdq6geWPj4xEng" name="contract" type="_TUPtYGveEdq4DLWZOhbdEA" association="_yQPZuoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yQPZp4OGEdq6geWPj4xEng" annotatedElement="_yQPZpoOGEdq6geWPj4xEng">

         <body>The set of Behaviors that specify the valid interaction patterns across the connector.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mlQvr4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mlQvsIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yQPZqIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yQPZqYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Enumeration" xmi:id="_mlagUIN9EdqadtFwU5VNog" name="ConnectorKind">

-    <ownedComment xmi:id="_mlagUYN9EdqadtFwU5VNog" annotatedElement="_mlagUIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Enumeration" xmi:id="_yQPZqoOGEdq6geWPj4xEng" name="ConnectorKind">

+    <ownedComment xmi:id="_yQPZq4OGEdq6geWPj4xEng" annotatedElement="_yQPZqoOGEdq6geWPj4xEng">

       <body>ConnectorKind is an enumeration of the following literal values:

 • assembly Indicates that the connector is an assembly connector.

 • delegation Indicates that the connector is a delegation connector.

 </body>

     </ownedComment>

-    <ownedLiteral xmi:id="_mlagUoN9EdqadtFwU5VNog" name="assembly">

-      <ownedComment xmi:id="_mlagU4N9EdqadtFwU5VNog" annotatedElement="_mlagUoN9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_yQPZrIOGEdq6geWPj4xEng" name="assembly">

+      <ownedComment xmi:id="_yQPZrYOGEdq6geWPj4xEng" annotatedElement="_yQPZrIOGEdq6geWPj4xEng">

         <body>Indicates that the connector is an assembly connector.</body>

       </ownedComment>

     </ownedLiteral>

-    <ownedLiteral xmi:id="_mlagVIN9EdqadtFwU5VNog" name="delegation">

-      <ownedComment xmi:id="_mlagVYN9EdqadtFwU5VNog" annotatedElement="_mlagVIN9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_yQPZroOGEdq6geWPj4xEng" name="delegation">

+      <ownedComment xmi:id="_yQPZr4OGEdq6geWPj4xEng" annotatedElement="_yQPZroOGEdq6geWPj4xEng">

         <body>Indicates that the connector is a delegation connector.</body>

       </ownedComment>

     </ownedLiteral>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mlagVoN9EdqadtFwU5VNog" name="A_required_component" memberEnd="_mlagV4N9EdqadtFwU5VNog _mlQvWIN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mlagV4N9EdqadtFwU5VNog" type="_mlQvUYN9EdqadtFwU5VNog" association="_mlagVoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yQPZsIOGEdq6geWPj4xEng" name="A_required_component" memberEnd="_yQPZsYOGEdq6geWPj4xEng _yQGPuIOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yQPZsYOGEdq6geWPj4xEng" type="_yQGPsYOGEdq6geWPj4xEng" association="_yQPZsIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mlagWIN9EdqadtFwU5VNog" name="A_provided_component" memberEnd="_mlQvXoN9EdqadtFwU5VNog _mlagWYN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mlagWYN9EdqadtFwU5VNog" type="_mlQvUYN9EdqadtFwU5VNog" association="_mlagWIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yQPZsoOGEdq6geWPj4xEng" name="A_provided_component" memberEnd="_yQPZs4OGEdq6geWPj4xEng _yQGPvoOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yQPZs4OGEdq6geWPj4xEng" type="_yQGPsYOGEdq6geWPj4xEng" association="_yQPZsoOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mlagWoN9EdqadtFwU5VNog" name="A_realization_abstraction" memberEnd="_mlQvjYN9EdqadtFwU5VNog _mlQvZIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mlagW4N9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mlagXIN9EdqadtFwU5VNog" general="_mfdCSYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yQPZtIOGEdq6geWPj4xEng" name="A_realization_abstraction" memberEnd="_yQGPxIOGEdq6geWPj4xEng _yQGP7YOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yQPZtYOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_yQPZtoOGEdq6geWPj4xEng" general="_yKldo4OGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mlagXYN9EdqadtFwU5VNog" name="A_realizingClassifier_componentRealization" memberEnd="_mlQvk4N9EdqadtFwU5VNog _mlagX4N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mlagXoN9EdqadtFwU5VNog" general="_mfdCQ4N9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mlagX4N9EdqadtFwU5VNog" type="_mlQvioN9EdqadtFwU5VNog" redefinedProperty="_mQ2lmYN9EdqadtFwU5VNog" association="_mlagXYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yQPZt4OGEdq6geWPj4xEng" name="A_realizingClassifier_componentRealization" memberEnd="_yQGP84OGEdq6geWPj4xEng _yQPZuYOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yQPZuIOGEdq6geWPj4xEng" general="_yKldnYOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yQPZuYOGEdq6geWPj4xEng" type="_yQGP6oOGEdq6geWPj4xEng" redefinedProperty="_x83xtYOGEdq6geWPj4xEng" association="_yQPZt4OGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mlagYIN9EdqadtFwU5VNog" name="A_contract_connector" memberEnd="_mlQvrYN9EdqadtFwU5VNog _mlagYYN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mlagYYN9EdqadtFwU5VNog" type="_mgDfP4N9EdqadtFwU5VNog" association="_mlagYIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mlagYoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mlagY4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yQPZuoOGEdq6geWPj4xEng" name="A_contract_connector" memberEnd="_yQPZu4OGEdq6geWPj4xEng _yQPZpoOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yQPZu4OGEdq6geWPj4xEng" type="_yLLTf4OGEdq6geWPj4xEng" association="_yQPZuoOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yQPZvIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yQPZvYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mlkRboN9EdqadtFwU5VNog" name="Manifestation">

-    <ownedComment xmi:id="_mlkRb4N9EdqadtFwU5VNog" annotatedElement="_mlkRboN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yQZKv4OGEdq6geWPj4xEng" name="Manifestation">

+    <ownedComment xmi:id="_yQZKwIOGEdq6geWPj4xEng" annotatedElement="_yQZKv4OGEdq6geWPj4xEng">

       <body>In the metamodel, a Manifestation is a subtype of Abstraction. A Manifestation is owned by an Artifact.</body>

     </ownedComment>

-    <generalization xmi:id="_mlkRcIN9EdqadtFwU5VNog" general="_metbY4N9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mlkRcYN9EdqadtFwU5VNog" name="utilizedElement" type="_jKxnwGwLEdq7X4sGURiZYA" subsettedProperty="_metbb4N9EdqadtFwU5VNog" association="_mlkRdYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mlkRcoN9EdqadtFwU5VNog" annotatedElement="_mlkRcYN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yQZKwYOGEdq6geWPj4xEng" general="_yJ_Ao4OGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yQZKwoOGEdq6geWPj4xEng" name="utilizedElement" type="_jKxnwGwLEdq7X4sGURiZYA" subsettedProperty="_yJ_Ar4OGEdq6geWPj4xEng" association="_yQZKxoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yQZKw4OGEdq6geWPj4xEng" annotatedElement="_yQZKwoOGEdq6geWPj4xEng">

         <body>The model element that is utilized in the manifestation in an Artifact.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mlkRc4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mlkRdIN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yQZKxIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yQZKxYOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mlkRdYN9EdqadtFwU5VNog" name="A_utilizedElement_manifestation" memberEnd="_mlkRcYN9EdqadtFwU5VNog _mlkRd4N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mlkRdoN9EdqadtFwU5VNog" general="_mfdCQ4N9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mlkRd4N9EdqadtFwU5VNog" type="_mlkRboN9EdqadtFwU5VNog" association="_mlkRdYN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mlkReIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mlkReYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yQZKxoOGEdq6geWPj4xEng" name="A_utilizedElement_manifestation" memberEnd="_yQZKwoOGEdq6geWPj4xEng _yQZKyIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yQZKx4OGEdq6geWPj4xEng" general="_yKldnYOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yQZKyIOGEdq6geWPj4xEng" type="_yQZKv4OGEdq6geWPj4xEng" association="_yQZKxoOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yQZKyYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yQZKyoOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mlkReoN9EdqadtFwU5VNog" name="A_nestedArtifact_artifact" memberEnd="_mlkRVoN9EdqadtFwU5VNog _mlkRfIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mlkRe4N9EdqadtFwU5VNog" general="_mQ_vgoN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mlkRfIN9EdqadtFwU5VNog" type="_-lGRgHLzEdqziYxiZo0YtA" redefinedProperty="_mQ_vhoN9EdqadtFwU5VNog" association="_mlkReoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yQZKy4OGEdq6geWPj4xEng" name="A_nestedArtifact_artifact" memberEnd="_yQZKp4OGEdq6geWPj4xEng _yQZKzYOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yQZKzIOGEdq6geWPj4xEng" general="_x83xxYOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yQZKzYOGEdq6geWPj4xEng" type="_-lGRgHLzEdqziYxiZo0YtA" redefinedProperty="_x9BisYOGEdq6geWPj4xEng" association="_yQZKy4OGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mltbQIN9EdqadtFwU5VNog" name="A_manifestation_artifact" memberEnd="_mlkRXIN9EdqadtFwU5VNog _mltbQ4N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mltbQYN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mltbQoN9EdqadtFwU5VNog" general="_mfdCSYN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mltbQ4N9EdqadtFwU5VNog" type="_-lGRgHLzEdqziYxiZo0YtA" association="_mltbQIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mltbRIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mltbRYN9EdqadtFwU5VNog" value="1"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yQi7oIOGEdq6geWPj4xEng" name="A_manifestation_artifact" memberEnd="_yQZKrYOGEdq6geWPj4xEng _yQi7o4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yQi7oYOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_yQi7ooOGEdq6geWPj4xEng" general="_yKldo4OGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yQi7o4OGEdq6geWPj4xEng" type="_-lGRgHLzEdqziYxiZo0YtA" association="_yQi7oIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yQi7pIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yQi7pYOGEdq6geWPj4xEng" value="1"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mltbRoN9EdqadtFwU5VNog" name="A_ownedOperation_artifact" memberEnd="_mlkRYoN9EdqadtFwU5VNog _mltbSoN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mltbR4N9EdqadtFwU5VNog" general="_mQ2lnoN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mltbSIN9EdqadtFwU5VNog" general="_mQ_vgoN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mltbSYN9EdqadtFwU5VNog" general="_mQ2lmoN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mltbSoN9EdqadtFwU5VNog" type="_-lGRgHLzEdqziYxiZo0YtA" subsettedProperty="_mMrQOoN9EdqadtFwU5VNog _mPzcsIN9EdqadtFwU5VNog _mL7pWIN9EdqadtFwU5VNog" association="_mltbRoN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mltbS4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mltbTIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yQi7poOGEdq6geWPj4xEng" name="A_ownedOperation_artifact" memberEnd="_yQZKs4OGEdq6geWPj4xEng _yQi7qoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yQi7p4OGEdq6geWPj4xEng" general="_x83xuoOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_yQi7qIOGEdq6geWPj4xEng" general="_x83xxYOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_yQi7qYOGEdq6geWPj4xEng" general="_x83xtoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yQi7qoOGEdq6geWPj4xEng" type="_-lGRgHLzEdqziYxiZo0YtA" subsettedProperty="_x42NWoOGEdq6geWPj4xEng _x7re94OGEdq6geWPj4xEng _x4GmeIOGEdq6geWPj4xEng" association="_yQi7poOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yQi7q4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yQi7rIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mltbTYN9EdqadtFwU5VNog" name="A_ownedAttribute_artifact" memberEnd="_mltbUIN9EdqadtFwU5VNog _mlkRaIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mltbToN9EdqadtFwU5VNog" general="_mQQIrYN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mltbT4N9EdqadtFwU5VNog" general="_mQ_vgoN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mltbUIN9EdqadtFwU5VNog" type="_-lGRgHLzEdqziYxiZo0YtA" subsettedProperty="_mPzcsIN9EdqadtFwU5VNog _mL7pWIN9EdqadtFwU5VNog _mQQIsIN9EdqadtFwU5VNog" association="_mltbTYN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mltbUYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mltbUoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yQi7rYOGEdq6geWPj4xEng" name="A_ownedAttribute_artifact" memberEnd="_yQZKuYOGEdq6geWPj4xEng _yQi7sIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yQi7roOGEdq6geWPj4xEng" general="_x8bFxIOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_yQi7r4OGEdq6geWPj4xEng" general="_x83xxYOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yQi7sIOGEdq6geWPj4xEng" type="_-lGRgHLzEdqziYxiZo0YtA" subsettedProperty="_x7re94OGEdq6geWPj4xEng _x4GmeIOGEdq6geWPj4xEng _x8bFx4OGEdq6geWPj4xEng" association="_yQi7rYOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yQi7sYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yQi7soOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mltbYIN9EdqadtFwU5VNog" name="Node">

-    <ownedComment xmi:id="_mltbYYN9EdqadtFwU5VNog" annotatedElement="_mltbYIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yQi7wIOGEdq6geWPj4xEng" name="Node">

+    <ownedComment xmi:id="_yQi7wYOGEdq6geWPj4xEng" annotatedElement="_yQi7wIOGEdq6geWPj4xEng">

       <body>In the metamodel, a Node is a subclass of Class. It is associated with a Deployment of an Artifact. It is also associated with a set of Elements that are deployed on it. This is a derived association in that these PackageableElements are involved in a Manifestation of an Artifact that is deployed on the Node. Nodes may have an internal structure defined in terms of parts and connectors associated with them for advanced modeling applications.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mltbYoN9EdqadtFwU5VNog" name="internal_structure" constrainedElement="_mltbYIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mltbY4N9EdqadtFwU5VNog" annotatedElement="_mltbYoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yQi7woOGEdq6geWPj4xEng" name="internal_structure" constrainedElement="_yQi7wIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yQi7w4OGEdq6geWPj4xEng" annotatedElement="_yQi7woOGEdq6geWPj4xEng">

         <body>The internal structure of a Node (if defined) consists solely of parts of type Node.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mltbZIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yQi7xIOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mltbZYN9EdqadtFwU5VNog" general="_00owUGvdEdq4DLWZOhbdEA"/>

-    <generalization xmi:id="_mltbZoN9EdqadtFwU5VNog" general="_ml3MQIN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mltbZ4N9EdqadtFwU5VNog" name="nestedNode" type="_mltbYIN9EdqadtFwU5VNog" subsettedProperty="_mMYVVoN9EdqadtFwU5VNog" association="_mmKHMIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mltbaIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mltbaYN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yQi7xYOGEdq6geWPj4xEng" general="_00owUGvdEdq4DLWZOhbdEA"/>

+    <generalization xmi:id="_yQi7xoOGEdq6geWPj4xEng" general="_yQsFkIOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yQi7x4OGEdq6geWPj4xEng" name="nestedNode" type="_yQi7wIOGEdq6geWPj4xEng" subsettedProperty="_x4jScoOGEdq6geWPj4xEng" association="_yQ12noOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yQi7yIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yQi7yYOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mltbaoN9EdqadtFwU5VNog" annotatedElement="_mltbZ4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yQi7yoOGEdq6geWPj4xEng" annotatedElement="_yQi7x4OGEdq6geWPj4xEng">

         <body>The Nodes that are defined (nested) within the Node.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mltba4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mltbbIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yQi7y4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yQi7zIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mltbbYN9EdqadtFwU5VNog" name="Device">

-    <ownedComment xmi:id="_mltbboN9EdqadtFwU5VNog" annotatedElement="_mltbbYN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yQi7zYOGEdq6geWPj4xEng" name="Device">

+    <ownedComment xmi:id="_yQi7zoOGEdq6geWPj4xEng" annotatedElement="_yQi7zYOGEdq6geWPj4xEng">

       <body>A Device is a physical computational resource with processing capability upon which artifacts may be deployed for execution. Devices may be complex, i.e. they may consist of other devices. In the metamodel, a Device is a subclass of Node.</body>

     </ownedComment>

-    <generalization xmi:id="_mltbb4N9EdqadtFwU5VNog" general="_mltbYIN9EdqadtFwU5VNog"/>

+    <generalization xmi:id="_yQi7z4OGEdq6geWPj4xEng" general="_yQi7wIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mltbcIN9EdqadtFwU5VNog" name="ExecutionEnvironment">

-    <ownedComment xmi:id="_mltbcYN9EdqadtFwU5VNog" annotatedElement="_mltbcIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yQi70IOGEdq6geWPj4xEng" name="ExecutionEnvironment">

+    <ownedComment xmi:id="_yQi70YOGEdq6geWPj4xEng" annotatedElement="_yQi70IOGEdq6geWPj4xEng">

       <body>In the metamodel, a ExecutionEnvironment is a subclass of Node. It is usually part of a general Node, representing the physical hardware environment on which the ExecutionEnvironment resides. In that environment, the ExecutionEnvironment implements a standard set of services that Components require at execution time (at the modeling level these services are usually implicit). For each component Deployment, aspects of these services may be determined by properties in a DeploymentSpecification for a particular kind of ExecutionEnvironment.</body>

     </ownedComment>

-    <generalization xmi:id="_mltbcoN9EdqadtFwU5VNog" general="_mltbYIN9EdqadtFwU5VNog"/>

+    <generalization xmi:id="_yQi70oOGEdq6geWPj4xEng" general="_yQi7wIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_ml3MQIN9EdqadtFwU5VNog" name="DeploymentTarget" isAbstract="true">

-    <ownedComment xmi:id="_ml3MQYN9EdqadtFwU5VNog" annotatedElement="_ml3MQIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yQsFkIOGEdq6geWPj4xEng" name="DeploymentTarget" isAbstract="true">

+    <ownedComment xmi:id="_yQsFkYOGEdq6geWPj4xEng" annotatedElement="_yQsFkIOGEdq6geWPj4xEng">

       <body>In the metamodel, DeploymentTarget is an abstract metaclass that is a specialization of NamedElement. A DeploymentTarget owns a set of Deployments.</body>

     </ownedComment>

-    <generalization xmi:id="_ml3MQoN9EdqadtFwU5VNog" general="_csVgUGvtEdqG6fBIPwe-mw"/>

-    <ownedAttribute xmi:id="_ml3MQ4N9EdqadtFwU5VNog" name="deployment" type="_mltbU4N9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog _mfAWVoN9EdqadtFwU5VNog" association="_mmA9R4N9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_ml3MRIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_ml3MRYN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yQsFkoOGEdq6geWPj4xEng" general="_csVgUGvtEdqG6fBIPwe-mw"/>

+    <ownedAttribute xmi:id="_yQsFk4OGEdq6geWPj4xEng" name="deployment" type="_yQi7s4OGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng _yKR7kIOGEdq6geWPj4xEng" association="_yQ12m4OGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yQsFlIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yQsFlYOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_ml3MRoN9EdqadtFwU5VNog" annotatedElement="_ml3MQ4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yQsFloOGEdq6geWPj4xEng" annotatedElement="_yQsFk4OGEdq6geWPj4xEng">

         <body>The set of Deployments for a DeploymentTarget.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ml3MR4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ml3MSIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yQsFl4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yQsFmIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_ml3MSYN9EdqadtFwU5VNog" name="deployedElement" type="_jKxnwGwLEdq7X4sGURiZYA" isReadOnly="true" isDerived="true" association="_mmKHM4N9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_ml3MSoN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_ml3MS4N9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_yQsFmYOGEdq6geWPj4xEng" name="deployedElement" type="_jKxnwGwLEdq7X4sGURiZYA" isReadOnly="true" isDerived="true" association="_yQ_AgIOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yQsFmoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yQsFm4OGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_ml3MTIN9EdqadtFwU5VNog" annotatedElement="_ml3MSYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yQsFnIOGEdq6geWPj4xEng" annotatedElement="_yQsFmYOGEdq6geWPj4xEng">

         <body>The set of elements that are manifested in an Artifact that is involved in Deployment to a DeploymentTarget.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ml3MTYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ml3MToN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yQsFnYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yQsFnoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedOperation xmi:id="_ml3MT4N9EdqadtFwU5VNog" name="deployedElement" type="_jKxnwGwLEdq7X4sGURiZYA" isQuery="true" bodyCondition="_ml3MUoN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_ml3MUIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EOperation" xmi:id="_ml3MUYN9EdqadtFwU5VNog" operationName="getDeployedElements"/>

+    <ownedOperation xmi:id="_yQsFn4OGEdq6geWPj4xEng" name="deployedElement" type="_jKxnwGwLEdq7X4sGURiZYA" isQuery="true" bodyCondition="_yQsFooOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yQsFoIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EOperation" xmi:id="_yQsFoYOGEdq6geWPj4xEng" operationName="getDeployedElements"/>

       </eAnnotations>

-      <ownedRule xmi:id="_ml3MUoN9EdqadtFwU5VNog" name="spec" constrainedElement="_ml3MT4N9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_ml3MU4N9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_yQsFooOGEdq6geWPj4xEng" name="spec" constrainedElement="_yQsFn4OGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yQsFo4OGEdq6geWPj4xEng" language="OCL">

           <body>result = ((self.deployment->collect(deployedArtifact))->collect(manifestation))->collect(utilizedElement)</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_ml3MVIN9EdqadtFwU5VNog" type="_jKxnwGwLEdq7X4sGURiZYA" direction="return">

-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ml3MVYN9EdqadtFwU5VNog" value="-1"/>

-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ml3MVoN9EdqadtFwU5VNog"/>

+      <returnResult xmi:id="_yQsFpIOGEdq6geWPj4xEng" type="_jKxnwGwLEdq7X4sGURiZYA" direction="return">

+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yQsFpYOGEdq6geWPj4xEng" value="-1"/>

+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yQsFpoOGEdq6geWPj4xEng"/>

       </returnResult>

     </ownedOperation>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_ml3MV4N9EdqadtFwU5VNog" name="DeployedArtifact" isAbstract="true">

-    <ownedComment xmi:id="_ml3MWIN9EdqadtFwU5VNog" annotatedElement="_ml3MV4N9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yQsFp4OGEdq6geWPj4xEng" name="DeployedArtifact" isAbstract="true">

+    <ownedComment xmi:id="_yQsFqIOGEdq6geWPj4xEng" annotatedElement="_yQsFp4OGEdq6geWPj4xEng">

       <body>In the metamodel, DeployedArtifact is an abstract metaclass that is a specialization of NamedElement. A DeployedArtifact is involved in one or more Deployments to a DeploymentTarget.</body>

     </ownedComment>

-    <generalization xmi:id="_ml3MWYN9EdqadtFwU5VNog" general="_csVgUGvtEdqG6fBIPwe-mw"/>

+    <generalization xmi:id="_yQsFqYOGEdq6geWPj4xEng" general="_csVgUGvtEdqG6fBIPwe-mw"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_ml3MWoN9EdqadtFwU5VNog" name="CommunicationPath">

-    <ownedComment xmi:id="_ml3MW4N9EdqadtFwU5VNog" annotatedElement="_ml3MWoN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yQsFqoOGEdq6geWPj4xEng" name="CommunicationPath">

+    <ownedComment xmi:id="_yQsFq4OGEdq6geWPj4xEng" annotatedElement="_yQsFqoOGEdq6geWPj4xEng">

       <body>In the metamodel, CommunicationPath is a subclass of Association.</body>

     </ownedComment>

-    <ownedRule xmi:id="_ml3MXIN9EdqadtFwU5VNog" name="association_ends" constrainedElement="_ml3MWoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_ml3MXYN9EdqadtFwU5VNog" annotatedElement="_ml3MXIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yQsFrIOGEdq6geWPj4xEng" name="association_ends" constrainedElement="_yQsFqoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yQsFrYOGEdq6geWPj4xEng" annotatedElement="_yQsFrIOGEdq6geWPj4xEng">

         <body>The association ends of a CommunicationPath are typed by DeploymentTargets.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_ml3MXoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yQsFroOGEdq6geWPj4xEng" language="OCL">

         <body>result = self.endType->forAll (t | t.oclIsKindOf(DeploymentTarget))</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_ml3MX4N9EdqadtFwU5VNog" general="_AwvxoGwNEdq7X4sGURiZYA"/>

+    <generalization xmi:id="_yQsFr4OGEdq6geWPj4xEng" general="_AwvxoGwNEdq7X4sGURiZYA"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mVnw0IN9EdqadtFwU5VNog" name="InstanceSpecification">

-    <ownedComment xmi:id="_mVnw0YN9EdqadtFwU5VNog" annotatedElement="_mVnw0IN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yBMRB4OGEdq6geWPj4xEng" name="InstanceSpecification">

+    <ownedComment xmi:id="_yBMRCIOGEdq6geWPj4xEng" annotatedElement="_yBMRB4OGEdq6geWPj4xEng">

       <body>An instance specification specifies existence of an entity in a modeled system and completely or partially describes the entity.

 

 The description may include:

@@ -5203,138 +5203,138 @@
 

 </body>

     </ownedComment>

-    <ownedComment xmi:id="_ml3MZYN9EdqadtFwU5VNog" annotatedElement="_mVnw0IN9EdqadtFwU5VNog">

+    <ownedComment xmi:id="_yQsFtYOGEdq6geWPj4xEng" annotatedElement="_yBMRB4OGEdq6geWPj4xEng">

       <body>In the metamodel, InstanceSpecification is a specialization of DeploymentTarget and DeployedArtifact.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mVnw0oN9EdqadtFwU5VNog" name="defining_feature" constrainedElement="_mVnw0IN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mVnw04N9EdqadtFwU5VNog" annotatedElement="_mVnw0oN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yBMRCYOGEdq6geWPj4xEng" name="defining_feature" constrainedElement="_yBMRB4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yBMRCoOGEdq6geWPj4xEng" annotatedElement="_yBMRCYOGEdq6geWPj4xEng">

         <body>The defining feature of each slot is a structural feature (directly or inherited) of a classifier of the instance specification.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mVnw1IN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yBMRC4OGEdq6geWPj4xEng" language="OCL">

         <body>slot->forAll(s | classifier->exists (c | c.allFeatures()->includes (s.definingFeature)))</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mVnw1YN9EdqadtFwU5VNog" name="structural_feature" constrainedElement="_mVnw0IN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mVnw1oN9EdqadtFwU5VNog" annotatedElement="_mVnw1YN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yBMRDIOGEdq6geWPj4xEng" name="structural_feature" constrainedElement="_yBMRB4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yBMRDYOGEdq6geWPj4xEng" annotatedElement="_yBMRDIOGEdq6geWPj4xEng">

         <body>One structural feature (including the same feature inherited from multiple classifiers) is the defining feature of at most one slot in an instance specification.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mVnw14N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yBMRDoOGEdq6geWPj4xEng" language="OCL">

         <body>classifier->forAll(c | (c.allFeatures()->forAll(f | slot->select(s | s.definingFeature = f)->size() &lt;= 1)))</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_ml3MZoN9EdqadtFwU5VNog" name="deployment_target" constrainedElement="_mVnw0IN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_ml3MZ4N9EdqadtFwU5VNog" annotatedElement="_ml3MZoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yQsFtoOGEdq6geWPj4xEng" name="deployment_target" constrainedElement="_yBMRB4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yQsFt4OGEdq6geWPj4xEng" annotatedElement="_yQsFtoOGEdq6geWPj4xEng">

         <body>An InstanceSpecification can be a DeploymentTarget if it is the instance specification of a Node and functions as a part in the internal structure of an encompassing Node.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_ml3MaIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yQsFuIOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_ml3MaYN9EdqadtFwU5VNog" name="deployment_artifact" constrainedElement="_mVnw0IN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_ml3MaoN9EdqadtFwU5VNog" annotatedElement="_ml3MaYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yQsFuYOGEdq6geWPj4xEng" name="deployment_artifact" constrainedElement="_yBMRB4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yQ12kIOGEdq6geWPj4xEng" annotatedElement="_yQsFuYOGEdq6geWPj4xEng">

         <body>An InstanceSpecification can be a DeployedArtifact if it is the instance specification of an Artifact.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_ml3Ma4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yQ12kYOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mVnw2IN9EdqadtFwU5VNog" general="_jKxnwGwLEdq7X4sGURiZYA"/>

-    <generalization xmi:id="_ml3MbIN9EdqadtFwU5VNog" general="_ml3MQIN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_ml3MbYN9EdqadtFwU5VNog" general="_ml3MV4N9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mVnw2YN9EdqadtFwU5VNog" name="classifier" type="_6UV2QGwJEdq7X4sGURiZYA" association="_maiGCIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mVnw2oN9EdqadtFwU5VNog" annotatedElement="_mVnw2YN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yBMRD4OGEdq6geWPj4xEng" general="_jKxnwGwLEdq7X4sGURiZYA"/>

+    <generalization xmi:id="_yQ12koOGEdq6geWPj4xEng" general="_yQsFkIOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_yQ12k4OGEdq6geWPj4xEng" general="_yQsFp4OGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yBWCAIOGEdq6geWPj4xEng" name="classifier" type="_6UV2QGwJEdq7X4sGURiZYA" association="_yGtDIoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yBWCAYOGEdq6geWPj4xEng" annotatedElement="_yBWCAIOGEdq6geWPj4xEng">

         <body>The classifier or classifiers of the represented instance. If multiple classifiers are specified, the instance is classified by all of them.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mVnw24N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mVnw3IN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yBWCAoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yBWCA4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mVnw3YN9EdqadtFwU5VNog" name="slot" type="_mVnw6YN9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mar3AIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mVnw3oN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mVnw34N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yBWCBIOGEdq6geWPj4xEng" name="slot" type="_yBWCEIOGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yGtDJIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yBWCBYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yBWCBoOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mVnw4IN9EdqadtFwU5VNog" annotatedElement="_mVnw3YN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yBWCB4OGEdq6geWPj4xEng" annotatedElement="_yBWCBIOGEdq6geWPj4xEng">

         <body>A slot giving the value or values of a structural feature of the instance. An instance specification can have one slot per structural feature of its classifiers, including inherited features. It is not necessary to model a slot for each structural feature, in which case the instance specification is a partial description.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mVnw4YN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mVnw4oN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yBWCCIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yBWCCYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mVnw44N9EdqadtFwU5VNog" name="specification" type="_mM1BRYN9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mbbd8YN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mVnw5IN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mVnw5YN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yBWCCoOGEdq6geWPj4xEng" name="specification" type="_x4_-ZYOGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yHmbB4OGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yBWCC4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yBWCDIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mVnw5oN9EdqadtFwU5VNog" annotatedElement="_mVnw44N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yBWCDYOGEdq6geWPj4xEng" annotatedElement="_yBWCCoOGEdq6geWPj4xEng">

         <body>A specification of how to compute, derive, or construct the instance.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mVnw54N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mVnw6IN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yBWCDoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yBWCD4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

   <ownedMember xmi:type="uml:Class" xmi:id="_-lGRgHLzEdqziYxiZo0YtA" name="Artifact">

-    <ownedComment xmi:id="_mlagZIN9EdqadtFwU5VNog" annotatedElement="_-lGRgHLzEdqziYxiZo0YtA">

+    <ownedComment xmi:id="_yQPZvoOGEdq6geWPj4xEng" annotatedElement="_-lGRgHLzEdqziYxiZo0YtA">

       <body>In the metamodel, an Artifact is a Classifier that represents a physical entity. Artifacts may have Properties that represent features of the Artifact, and Operations that can be performed on its instances. Artifacts can be involved in Associations to other Artifacts, e.g. composition associations. Artifacts can be instantiated to represent detailed copy semantics, where different instances of the same Artifact may be deployed to various Node instances (and each may have separate property values, e.g. for a 'time-stamp' property.</body>

     </ownedComment>

-    <ownedComment xmi:id="_mmA9QIN9EdqadtFwU5VNog" annotatedElement="_-lGRgHLzEdqziYxiZo0YtA">

+    <ownedComment xmi:id="_yQ12lIOGEdq6geWPj4xEng" annotatedElement="_-lGRgHLzEdqziYxiZo0YtA">

       <body>As part of the Nodes package, an Artifact is extended to become the source of a deployment to a Node. This is achieved by specializing the abstract superclass.</body>

     </ownedComment>

-    <generalization xmi:id="_mlagZYN9EdqadtFwU5VNog" general="_6UV2QGwJEdq7X4sGURiZYA"/>

-    <generalization xmi:id="_mmA9QYN9EdqadtFwU5VNog" general="_ml3MV4N9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mlkRUIN9EdqadtFwU5VNog" name="fileName" type="_aAyVgGvsEdqG6fBIPwe-mw">

-      <eAnnotations xmi:id="_mlkRUYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_mlkRUoN9EdqadtFwU5VNog" isUnsettable="true"/>

+    <generalization xmi:id="_yQPZv4OGEdq6geWPj4xEng" general="_6UV2QGwJEdq7X4sGURiZYA"/>

+    <generalization xmi:id="_yQ12lYOGEdq6geWPj4xEng" general="_yQsFp4OGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yQZKoYOGEdq6geWPj4xEng" name="fileName" type="_aAyVgGvsEdqG6fBIPwe-mw">

+      <eAnnotations xmi:id="_yQZKooOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_yQZKo4OGEdq6geWPj4xEng" isUnsettable="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mlkRU4N9EdqadtFwU5VNog" annotatedElement="_mlkRUIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yQZKpIOGEdq6geWPj4xEng" annotatedElement="_yQZKoYOGEdq6geWPj4xEng">

         <body>A concrete name that is used to refer to the Artifact in a physical context. Example: file system name, universal resource locator.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mlkRVIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mlkRVYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yQZKpYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yQZKpoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mlkRVoN9EdqadtFwU5VNog" name="nestedArtifact" type="_-lGRgHLzEdqziYxiZo0YtA" subsettedProperty="_mMYVVoN9EdqadtFwU5VNog" association="_mlkReoN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mlkRV4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mlkRWIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yQZKp4OGEdq6geWPj4xEng" name="nestedArtifact" type="_-lGRgHLzEdqziYxiZo0YtA" subsettedProperty="_x4jScoOGEdq6geWPj4xEng" association="_yQZKy4OGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yQZKqIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yQZKqYOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mlkRWYN9EdqadtFwU5VNog" annotatedElement="_mlkRVoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yQZKqoOGEdq6geWPj4xEng" annotatedElement="_yQZKp4OGEdq6geWPj4xEng">

         <body>The Artifacts that are defined (nested) within the Artifact.

 

 The association is a specialization of the ownedMember association from Namespace to NamedElement.

 

 </body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mlkRWoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mlkRW4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yQZKq4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yQZKrIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mlkRXIN9EdqadtFwU5VNog" name="manifestation" type="_mlkRboN9EdqadtFwU5VNog" subsettedProperty="_mfAWVoN9EdqadtFwU5VNog _mLyfZ4N9EdqadtFwU5VNog" association="_mltbQIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mlkRXYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mlkRXoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yQZKrYOGEdq6geWPj4xEng" name="manifestation" type="_yQZKv4OGEdq6geWPj4xEng" subsettedProperty="_yKR7kIOGEdq6geWPj4xEng _x381hoOGEdq6geWPj4xEng" association="_yQi7oIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yQZKroOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yQZKr4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mlkRX4N9EdqadtFwU5VNog" annotatedElement="_mlkRXIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yQZKsIOGEdq6geWPj4xEng" annotatedElement="_yQZKrYOGEdq6geWPj4xEng">

         <body>The set of model elements that are manifested in the Artifact. That is, these model elements are utilized in the construction (or generation) of the artifact.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mlkRYIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mlkRYYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yQZKsYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yQZKsoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mlkRYoN9EdqadtFwU5VNog" name="ownedOperation" type="_M4X2IGveEdq4DLWZOhbdEA" isOrdered="true" subsettedProperty="_mKmMkIN9EdqadtFwU5VNog _mMYVVoN9EdqadtFwU5VNog" association="_mltbRoN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mlkRY4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mlkRZIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yQZKs4OGEdq6geWPj4xEng" name="ownedOperation" type="_M4X2IGveEdq4DLWZOhbdEA" isOrdered="true" subsettedProperty="_x26ToIOGEdq6geWPj4xEng _x4jScoOGEdq6geWPj4xEng" association="_yQi7poOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yQZKtIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yQZKtYOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mlkRZYN9EdqadtFwU5VNog" annotatedElement="_mlkRYoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yQZKtoOGEdq6geWPj4xEng" annotatedElement="_yQZKs4OGEdq6geWPj4xEng">

         <body>The Operations defined for the Artifact. The association is a specialization of the ownedMember association.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mlkRZoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mlkRZ4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yQZKt4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yQZKuIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mlkRaIN9EdqadtFwU5VNog" name="ownedAttribute" type="_Jp_1oGveEdq4DLWZOhbdEA" isOrdered="true" subsettedProperty="_mKcbkIN9EdqadtFwU5VNog _mMYVVoN9EdqadtFwU5VNog" association="_mltbTYN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mlkRaYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mlkRaoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yQZKuYOGEdq6geWPj4xEng" name="ownedAttribute" type="_Jp_1oGveEdq4DLWZOhbdEA" isOrdered="true" subsettedProperty="_x2wioIOGEdq6geWPj4xEng _x4jScoOGEdq6geWPj4xEng" association="_yQi7rYOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yQZKuoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yQZKu4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mlkRa4N9EdqadtFwU5VNog" annotatedElement="_mlkRaIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yQZKvIOGEdq6geWPj4xEng" annotatedElement="_yQZKuYOGEdq6geWPj4xEng">

         <body>The attributes or association ends defined for the Artifact.

 

 The association is a specialization of the ownedMember association.

 

 </body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mlkRbIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mlkRbYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yQZKvYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yQZKvoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

     <ownedOperation xmi:id="_C-IuUHL0EdqziYxiZo0YtA" name="createOwnedOperation" type="_M4X2IGveEdq4DLWZOhbdEA">

       <returnResult xmi:id="_C-IuUXL0EdqziYxiZo0YtA" type="_M4X2IGveEdq4DLWZOhbdEA" direction="return"/>

@@ -5357,29 +5357,29 @@
       <ownedParameter xmi:id="_U7wxhXL0EdqziYxiZo0YtA" name="upper" type="_dRZxsGvsEdqG6fBIPwe-mw" effect="read"/>

     </ownedOperation>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mmA9QoN9EdqadtFwU5VNog" name="A_deployedArtifact_deployment" memberEnd="_mmA9RIN9EdqadtFwU5VNog _mltbVoN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mmA9Q4N9EdqadtFwU5VNog" general="_mfdCQ4N9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mmA9RIN9EdqadtFwU5VNog" type="_mltbU4N9EdqadtFwU5VNog" association="_mmA9QoN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mmA9RYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mmA9RoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yQ12loOGEdq6geWPj4xEng" name="A_deployedArtifact_deployment" memberEnd="_yQi7toOGEdq6geWPj4xEng _yQ12mIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yQ12l4OGEdq6geWPj4xEng" general="_yKldnYOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yQ12mIOGEdq6geWPj4xEng" type="_yQi7s4OGEdq6geWPj4xEng" association="_yQ12loOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yQ12mYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yQ12moOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mmA9R4N9EdqadtFwU5VNog" name="A_deployment_location" memberEnd="_ml3MQ4N9EdqadtFwU5VNog _mltbWoN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mmA9SIN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mmA9SYN9EdqadtFwU5VNog" general="_mfdCSYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yQ12m4OGEdq6geWPj4xEng" name="A_deployment_location" memberEnd="_yQsFk4OGEdq6geWPj4xEng _yQi7uoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yQ12nIOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_yQ12nYOGEdq6geWPj4xEng" general="_yKldo4OGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mmKHMIN9EdqadtFwU5VNog" name="A_nestedNode_node" memberEnd="_mltbZ4N9EdqadtFwU5VNog _mmKHMoN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mmKHMYN9EdqadtFwU5VNog" general="_mQ_vgoN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mmKHMoN9EdqadtFwU5VNog" type="_mltbYIN9EdqadtFwU5VNog" redefinedProperty="_mQ_vhoN9EdqadtFwU5VNog" association="_mmKHMIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yQ12noOGEdq6geWPj4xEng" name="A_nestedNode_node" memberEnd="_yQ12oIOGEdq6geWPj4xEng _yQi7x4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yQ12n4OGEdq6geWPj4xEng" general="_x83xxYOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yQ12oIOGEdq6geWPj4xEng" type="_yQi7wIOGEdq6geWPj4xEng" redefinedProperty="_x9BisYOGEdq6geWPj4xEng" association="_yQ12noOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mmKHM4N9EdqadtFwU5VNog" name="A_deployedElement_deploymentTarget" isDerived="true" memberEnd="_ml3MSYN9EdqadtFwU5VNog _mmKHNIN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mmKHNIN9EdqadtFwU5VNog" type="_ml3MQIN9EdqadtFwU5VNog" association="_mmKHM4N9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mmKHNYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mmKHNoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yQ_AgIOGEdq6geWPj4xEng" name="A_deployedElement_deploymentTarget" isDerived="true" memberEnd="_yQsFmYOGEdq6geWPj4xEng _yQ_AgYOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yQ_AgYOGEdq6geWPj4xEng" type="_yQsFkIOGEdq6geWPj4xEng" association="_yQ_AgIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yQ_AgoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yQ_Ag4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mmKHN4N9EdqadtFwU5VNog" name="InteractionUse">

-    <ownedComment xmi:id="_mmKHOIN9EdqadtFwU5VNog" annotatedElement="_mmKHN4N9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yQ_AhIOGEdq6geWPj4xEng" name="InteractionUse">

+    <ownedComment xmi:id="_yQ_AhYOGEdq6geWPj4xEng" annotatedElement="_yQ_AhIOGEdq6geWPj4xEng">

       <body>An InteractionUse refers to an Interaction. The InteractionUse is a shorthand for copying the contents of the referred Interaction where the InteractionUse is. To be accurate the copying must take into account substituting parameters with arguments and connect the formal gates with the actual ones.

 

 

@@ -5388,69 +5388,69 @@
 

 </body>

     </ownedComment>

-    <ownedRule xmi:id="_mmKHOYN9EdqadtFwU5VNog" name="gates_match" constrainedElement="_mmKHN4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mmKHOoN9EdqadtFwU5VNog" annotatedElement="_mmKHOYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yQ_AhoOGEdq6geWPj4xEng" name="gates_match" constrainedElement="_yQ_AhIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yQ_Ah4OGEdq6geWPj4xEng" annotatedElement="_yQ_AhoOGEdq6geWPj4xEng">

         <body>Actual Gates of the InteractionUse must match Formal Gates of the referred Interaction. Gates match when their names are equal.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mmKHO4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yQ_AiIOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mmKHPIN9EdqadtFwU5VNog" name="all_lifelines" constrainedElement="_mmKHN4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mmKHPYN9EdqadtFwU5VNog" annotatedElement="_mmKHPIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yQ_AiYOGEdq6geWPj4xEng" name="all_lifelines" constrainedElement="_yQ_AhIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yQ_AioOGEdq6geWPj4xEng" annotatedElement="_yQ_AiYOGEdq6geWPj4xEng">

         <body>The InteractionUse must cover all Lifelines of the enclosing Interaction which appear within the referred Interaction.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mmKHPoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yQ_Ai4OGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mmKHP4N9EdqadtFwU5VNog" name="arguments_correspond_to_parameters" constrainedElement="_mmKHN4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mmKHQIN9EdqadtFwU5VNog" annotatedElement="_mmKHP4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yQ_AjIOGEdq6geWPj4xEng" name="arguments_correspond_to_parameters" constrainedElement="_yQ_AhIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yQ_AjYOGEdq6geWPj4xEng" annotatedElement="_yQ_AjIOGEdq6geWPj4xEng">

         <body>The arguments of the InteractionUse must correspond to parameters of the referred Interaction</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mmKHQYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yQ_AjoOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mmKHQoN9EdqadtFwU5VNog" name="arguments_are_constants" constrainedElement="_mmKHN4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mmKHQ4N9EdqadtFwU5VNog" annotatedElement="_mmKHQoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yQ_Aj4OGEdq6geWPj4xEng" name="arguments_are_constants" constrainedElement="_yQ_AhIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yQ_AkIOGEdq6geWPj4xEng" annotatedElement="_yQ_Aj4OGEdq6geWPj4xEng">

         <body>The arguments must only be constants, parameters of the enclosing Interaction or attributes of the classifier owning the enclosing Interaction.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mmKHRIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yQ_AkYOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mmKHRYN9EdqadtFwU5VNog" general="_mhitLIN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mmKHRoN9EdqadtFwU5VNog" name="refersTo" type="_mhis8IN9EdqadtFwU5VNog" association="_mmmzLIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mmKHR4N9EdqadtFwU5VNog" annotatedElement="_mmKHRoN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yQ_AkoOGEdq6geWPj4xEng" general="_yMhXiIOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yQ_Ak4OGEdq6geWPj4xEng" name="refersTo" type="_yMhXTIOGEdq6geWPj4xEng" association="_yRbsdYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yQ_AlIOGEdq6geWPj4xEng" annotatedElement="_yQ_Ak4OGEdq6geWPj4xEng">

         <body>Refers to the Interaction that defines its meaning</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mmKHSIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mmKHSYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yQ_AlYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yQ_AloOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mmKHSoN9EdqadtFwU5VNog" name="actualGate" type="_mmT4MIN9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mmmzNYN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mmKHS4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mmKHTIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yQ_Al4OGEdq6geWPj4xEng" name="actualGate" type="_yRIxgIOGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yRbsfoOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yQ_AmIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yQ_AmYOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mmKHTYN9EdqadtFwU5VNog" annotatedElement="_mmKHSoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yQ_AmoOGEdq6geWPj4xEng" annotatedElement="_yQ_Al4OGEdq6geWPj4xEng">

         <body>The actual gates of the InteractionUse</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mmKHToN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mmKHT4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yQ_Am4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yQ_AnIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mmKHUIN9EdqadtFwU5VNog" name="argument" type="_mdq5uYN9EdqadtFwU5VNog" isOrdered="true" association="_mmwkIIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mmKHUYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mmKHUoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yQ_AnYOGEdq6geWPj4xEng" name="argument" type="_yI8e-YOGEdq6geWPj4xEng" isOrdered="true" association="_yRldcIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yQ_AnoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yQ_An4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mmKHU4N9EdqadtFwU5VNog" annotatedElement="_mmKHUIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yQ_AoIOGEdq6geWPj4xEng" annotatedElement="_yQ_AnYOGEdq6geWPj4xEng">

         <body>The actual arguments of the Interaction</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mmKHVIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mmKHVYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yQ_AoYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yQ_AooOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mmKHVoN9EdqadtFwU5VNog" name="PartDecomposition">

-    <ownedComment xmi:id="_mmKHV4N9EdqadtFwU5VNog" annotatedElement="_mmKHVoN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yQ_Ao4OGEdq6geWPj4xEng" name="PartDecomposition">

+    <ownedComment xmi:id="_yQ_ApIOGEdq6geWPj4xEng" annotatedElement="_yQ_Ao4OGEdq6geWPj4xEng">

       <body>PartDecomposition is a description of the internal interactions of one Lifeline relative to an Interaction.

 

 

@@ -5463,16 +5463,16 @@
 

 </body>

     </ownedComment>

-    <ownedRule xmi:id="_mmKHWIN9EdqadtFwU5VNog" name="parts_of_internal_structures" constrainedElement="_mmKHVoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mmKHWYN9EdqadtFwU5VNog" annotatedElement="_mmKHWIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yQ_ApYOGEdq6geWPj4xEng" name="parts_of_internal_structures" constrainedElement="_yQ_Ao4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yQ_ApoOGEdq6geWPj4xEng" annotatedElement="_yQ_ApYOGEdq6geWPj4xEng">

         <body>PartDecompositions apply only to Parts that are Parts of Internal Structures not to Parts of Collaborations.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mmKHWoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yQ_Ap4OGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mmKHW4N9EdqadtFwU5VNog" name="assume" constrainedElement="_mmKHVoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mmKHXIN9EdqadtFwU5VNog" annotatedElement="_mmKHW4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yQ_AqIOGEdq6geWPj4xEng" name="assume" constrainedElement="_yQ_Ao4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yQ_AqYOGEdq6geWPj4xEng" annotatedElement="_yQ_AqIOGEdq6geWPj4xEng">

         <body>Assume that within Interaction X, Lifeline L is of class C and decomposed to D. Within X there is a sequence of constructs along L (such constructs are CombinedFragments, InteractionUse and (plain) OccurrenceSpecifications). Then a corresponding sequence of constructs must appear within D, matched one-to-one in the same order.

 

 

@@ -5485,26 +5485,26 @@
 

 </body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mmKHXYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yQ_AqoOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mmKHXoN9EdqadtFwU5VNog" name="commutativity_of_decomposition" constrainedElement="_mmKHVoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mmKHX4N9EdqadtFwU5VNog" annotatedElement="_mmKHXoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yQ_Aq4OGEdq6geWPj4xEng" name="commutativity_of_decomposition" constrainedElement="_yQ_Ao4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yQ_ArIOGEdq6geWPj4xEng" annotatedElement="_yQ_Aq4OGEdq6geWPj4xEng">

         <body>Assume that within Interaction X, Lifeline L is of class C and decomposed to D. Assume also that there is within X an

 

 InteractionUse (say) U that covers L. According to the constraint above U will have a counterpart CU within D. Within the Interaction referenced by U, L should also be decomposed, and the decomposition should reference CU. (This rule is called commutativity of decomposition)

 

 </body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mmKHYIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yQ_ArYOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mmKHYYN9EdqadtFwU5VNog" general="_mmKHN4N9EdqadtFwU5VNog"/>

+    <generalization xmi:id="_yQ_AroOGEdq6geWPj4xEng" general="_yQ_AhIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mmKHYoN9EdqadtFwU5VNog" name="InteractionOperand">

-    <ownedComment xmi:id="_mmKHY4N9EdqadtFwU5VNog" annotatedElement="_mmKHYoN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yQ_Ar4OGEdq6geWPj4xEng" name="InteractionOperand">

+    <ownedComment xmi:id="_yQ_AsIOGEdq6geWPj4xEng" annotatedElement="_yQ_Ar4OGEdq6geWPj4xEng">

       <body>An InteractionOperand is contained in a CombinedFragment. An InteractionOperand represents one operand of the expression given by the enclosing CombinedFragment. 

 

 

@@ -5521,269 +5521,269 @@
 

 In Sequence Diagrams these InteractionFragments are ordered according to their geometrical position vertically. The geometrical position of the InteractionFragment is given by the topmost vertical coordinate of its contained OccurrenceSpecifications or symbols.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mmKHZIN9EdqadtFwU5VNog" name="guard_directly_prior" constrainedElement="_mmKHYoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mmKHZYN9EdqadtFwU5VNog" annotatedElement="_mmKHZIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yQ_AsYOGEdq6geWPj4xEng" name="guard_directly_prior" constrainedElement="_yQ_Ar4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yQ_AsoOGEdq6geWPj4xEng" annotatedElement="_yQ_AsYOGEdq6geWPj4xEng">

         <body>The guard must be placed directly prior to (above) the OccurrenceSpecification that will become the first OccurrenceSpecification within this InteractionOperand.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mmKHZoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yQ_As4OGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mmKHZ4N9EdqadtFwU5VNog" name="guard_contain_references" constrainedElement="_mmKHYoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mmKHaIN9EdqadtFwU5VNog" annotatedElement="_mmKHZ4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yQ_AtIOGEdq6geWPj4xEng" name="guard_contain_references" constrainedElement="_yQ_Ar4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yQ_AtYOGEdq6geWPj4xEng" annotatedElement="_yQ_AtIOGEdq6geWPj4xEng">

         <body>The guard must contain only references to values local to the Lifeline on which it resides, or values global to the whole Interaction.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mmKHaYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yQ_AtoOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mmKHaoN9EdqadtFwU5VNog" general="_mhitLIN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mmKHa4N9EdqadtFwU5VNog" general="_ZiwkoGwLEdq7X4sGURiZYA"/>

-    <ownedAttribute xmi:id="_mmKHbIN9EdqadtFwU5VNog" name="guard" type="_mmKHeIN9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mmmzIoN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mmKHbYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mmKHboN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yQ_At4OGEdq6geWPj4xEng" general="_yMhXiIOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_yQ_AuIOGEdq6geWPj4xEng" general="_ZiwkoGwLEdq7X4sGURiZYA"/>

+    <ownedAttribute xmi:id="_yQ_AuYOGEdq6geWPj4xEng" name="guard" type="_yQ_AxYOGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yRSir4OGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yQ_AuoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yQ_Au4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mmKHb4N9EdqadtFwU5VNog" annotatedElement="_mmKHbIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yQ_AvIOGEdq6geWPj4xEng" annotatedElement="_yQ_AuYOGEdq6geWPj4xEng">

         <body>Constraint of the operand.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mmKHcIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mmKHcYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yQ_AvYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yQ_AvoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mmKHcoN9EdqadtFwU5VNog" name="fragment" type="_mhitLIN9EdqadtFwU5VNog" isOrdered="true" subsettedProperty="_mMYVVoN9EdqadtFwU5VNog" association="_mmwkJIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mmKHc4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mmKHdIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yQ_Av4OGEdq6geWPj4xEng" name="fragment" type="_yMhXiIOGEdq6geWPj4xEng" isOrdered="true" subsettedProperty="_x4jScoOGEdq6geWPj4xEng" association="_yRlddIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yQ_AwIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yQ_AwYOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mmKHdYN9EdqadtFwU5VNog" annotatedElement="_mmKHcoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yQ_AwoOGEdq6geWPj4xEng" annotatedElement="_yQ_Av4OGEdq6geWPj4xEng">

         <body>The fragments of the operand.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mmKHdoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mmKHd4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yQ_Aw4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yQ_AxIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mmKHeIN9EdqadtFwU5VNog" name="InteractionConstraint">

-    <ownedComment xmi:id="_mmKHeYN9EdqadtFwU5VNog" annotatedElement="_mmKHeIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yQ_AxYOGEdq6geWPj4xEng" name="InteractionConstraint">

+    <ownedComment xmi:id="_yQ_AxoOGEdq6geWPj4xEng" annotatedElement="_yQ_AxYOGEdq6geWPj4xEng">

       <body>An InteractionConstraint is a Boolean expression that guards an operand in a CombinedFragment. InteractionConstraint is a specialization of Constraint. Furthermore the InteractionConstraint contains two expressions designating the minimum and maximum number of times a loop CombinedFragment should execute.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mmKHeoN9EdqadtFwU5VNog" name="dynamic_variables" constrainedElement="_mmKHeIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mmKHe4N9EdqadtFwU5VNog" annotatedElement="_mmKHeoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yQ_Ax4OGEdq6geWPj4xEng" name="dynamic_variables" constrainedElement="_yQ_AxYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yQ_AyIOGEdq6geWPj4xEng" annotatedElement="_yQ_Ax4OGEdq6geWPj4xEng">

         <body>The dynamic variables that take part in the constraint must be owned by the ConnectableElement corresponding to the covered Lifeline.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mmKHfIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yQ_AyYOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mmKHfYN9EdqadtFwU5VNog" name="global_data" constrainedElement="_mmKHeIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mmKHfoN9EdqadtFwU5VNog" annotatedElement="_mmKHfYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yQ_AyoOGEdq6geWPj4xEng" name="global_data" constrainedElement="_yQ_AxYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yQ_Ay4OGEdq6geWPj4xEng" annotatedElement="_yQ_AyoOGEdq6geWPj4xEng">

         <body>The constraint may contain references to global data or write-once data.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mmKHf4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yQ_AzIOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mmKHgIN9EdqadtFwU5VNog" name="minint_maxint" constrainedElement="_mmKHeIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mmKHgYN9EdqadtFwU5VNog" annotatedElement="_mmKHgIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yQ_AzYOGEdq6geWPj4xEng" name="minint_maxint" constrainedElement="_yQ_AxYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yQ_AzoOGEdq6geWPj4xEng" annotatedElement="_yQ_AzYOGEdq6geWPj4xEng">

         <body>Minint/maxint can only be present if the InteractionConstraint is associated with the operand of a loop CombinedFragment.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mmKHgoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yQ_Az4OGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mmKHg4N9EdqadtFwU5VNog" name="minint_non_negative" constrainedElement="_mmKHeIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mmKHhIN9EdqadtFwU5VNog" annotatedElement="_mmKHg4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yQ_A0IOGEdq6geWPj4xEng" name="minint_non_negative" constrainedElement="_yQ_AxYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yQ_A0YOGEdq6geWPj4xEng" annotatedElement="_yQ_A0IOGEdq6geWPj4xEng">

         <body>If minint is specified, then the expression must evaluate to a non-negative integer.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mmKHhYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yQ_A0oOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mmKHhoN9EdqadtFwU5VNog" name="maxint_positive" constrainedElement="_mmKHeIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mmKHh4N9EdqadtFwU5VNog" annotatedElement="_mmKHhoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yQ_A04OGEdq6geWPj4xEng" name="maxint_positive" constrainedElement="_yQ_AxYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yQ_A1IOGEdq6geWPj4xEng" annotatedElement="_yQ_A04OGEdq6geWPj4xEng">

         <body>If maxint is specified, then the expression must evaluate to a positive integer.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mmKHiIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yQ_A1YOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mmKHiYN9EdqadtFwU5VNog" name="maxint_greater_equal_minint" constrainedElement="_mmKHeIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mmKHioN9EdqadtFwU5VNog" annotatedElement="_mmKHiYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yQ_A1oOGEdq6geWPj4xEng" name="maxint_greater_equal_minint" constrainedElement="_yQ_AxYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yQ_A14OGEdq6geWPj4xEng" annotatedElement="_yQ_A1oOGEdq6geWPj4xEng">

         <body>If maxint is specified, then minint must be specified and the evaluation of maxint must be >= the evaluation of minint</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mmKHi4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yQ_A2IOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mmKHjIN9EdqadtFwU5VNog" general="_mOBUAIN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mmKHjYN9EdqadtFwU5VNog" name="minint" type="_mM1BRYN9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mmmzP4N9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mmKHjoN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mmKHj4N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yQ_A2YOGEdq6geWPj4xEng" general="_x6CgIYOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yQ_A2oOGEdq6geWPj4xEng" name="minint" type="_x4_-ZYOGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yRbsiIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yQ_A24OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yQ_A3IOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mmKHkIN9EdqadtFwU5VNog" annotatedElement="_mmKHjYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yQ_A3YOGEdq6geWPj4xEng" annotatedElement="_yQ_A2oOGEdq6geWPj4xEng">

         <body>The minimum number of iterations of a loop</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mmKHkYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mmKHkoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yQ_A3oOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yQ_A34OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mmKHk4N9EdqadtFwU5VNog" name="maxint" type="_mM1BRYN9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mmmzQoN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mmKHlIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mmKHlYN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yQ_A4IOGEdq6geWPj4xEng" name="maxint" type="_x4_-ZYOGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yRbsi4OGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yQ_A4YOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yQ_A4oOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mmKHloN9EdqadtFwU5VNog" annotatedElement="_mmKHk4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yQ_A44OGEdq6geWPj4xEng" annotatedElement="_yQ_A4IOGEdq6geWPj4xEng">

         <body>The maximum number of iterations of a loop</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mmKHl4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mmKHmIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yQ_A5IOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yQ_A5YOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mmT4MIN9EdqadtFwU5VNog" name="Gate">

-    <ownedComment xmi:id="_mmT4MYN9EdqadtFwU5VNog" annotatedElement="_mmT4MIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yRIxgIOGEdq6geWPj4xEng" name="Gate">

+    <ownedComment xmi:id="_yRIxgYOGEdq6geWPj4xEng" annotatedElement="_yRIxgIOGEdq6geWPj4xEng">

       <body>A Gate is a connection point for relating a Message outside an InteractionFragment with a Message inside the InteractionFragment. Gate is a specialization of MessageEnd. Gates are connected through Messages. A Gate is actually a representative of an OccurrenceSpecification that is not in the same scope as the Gate. Gates play different roles: we have formal gates on Interactions, actual gates on InteractionUses, expression gates on CombinedFragments.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mmT4MoN9EdqadtFwU5VNog" name="messages_actual_gate" constrainedElement="_mmT4MIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mmT4M4N9EdqadtFwU5VNog" annotatedElement="_mmT4MoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yRIxgoOGEdq6geWPj4xEng" name="messages_actual_gate" constrainedElement="_yRIxgIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yRIxg4OGEdq6geWPj4xEng" annotatedElement="_yRIxgoOGEdq6geWPj4xEng">

         <body>The message leading to/from an actualGate of an InteractionUse must correspond to the message leading from/to the formalGate with the same name of the Interaction referenced by the InteractionUse.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mmT4NIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yRIxhIOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mmT4NYN9EdqadtFwU5VNog" name="messages_combined_fragment" constrainedElement="_mmT4MIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mmT4NoN9EdqadtFwU5VNog" annotatedElement="_mmT4NYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yRIxhYOGEdq6geWPj4xEng" name="messages_combined_fragment" constrainedElement="_yRIxgIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yRIxhoOGEdq6geWPj4xEng" annotatedElement="_yRIxhYOGEdq6geWPj4xEng">

         <body>The message leading to/from an (expression) Gate within a CombinedFragment must correspond to the message leading from/to the CombinedFragment on its outside.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mmT4N4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yRIxh4OGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mmT4OIN9EdqadtFwU5VNog" general="_mh1oEoN9EdqadtFwU5VNog"/>

+    <generalization xmi:id="_yRIxiIOGEdq6geWPj4xEng" general="_yM0SboOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mmT4OYN9EdqadtFwU5VNog" name="CombinedFragment">

-    <ownedComment xmi:id="_mmT4OoN9EdqadtFwU5VNog" annotatedElement="_mmT4OYN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yRIxiYOGEdq6geWPj4xEng" name="CombinedFragment">

+    <ownedComment xmi:id="_yRIxioOGEdq6geWPj4xEng" annotatedElement="_yRIxiYOGEdq6geWPj4xEng">

       <body>A combined fragment defines an expression of interaction fragments. A combined fragment is defined by an interaction operator and corresponding interaction operands. Through the use of CombinedFragments the user will be able to describe a number of traces in a compact and concise manner. CombinedFragment is a specialization of InteractionFragment.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mmT4O4N9EdqadtFwU5VNog" name="opt_loop_break_neg" constrainedElement="_mmT4OYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mmT4PIN9EdqadtFwU5VNog" annotatedElement="_mmT4O4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yRIxi4OGEdq6geWPj4xEng" name="opt_loop_break_neg" constrainedElement="_yRIxiYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yRIxjIOGEdq6geWPj4xEng" annotatedElement="_yRIxi4OGEdq6geWPj4xEng">

         <body>If the interactionOperator is opt, loop, break, or neg there must be exactly one operand</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mmT4PYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yRIxjYOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mmT4PoN9EdqadtFwU5VNog" name="minint_and_maxint" constrainedElement="_mmT4OYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mmT4P4N9EdqadtFwU5VNog" annotatedElement="_mmT4PoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yRIxjoOGEdq6geWPj4xEng" name="minint_and_maxint" constrainedElement="_yRIxiYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yRIxj4OGEdq6geWPj4xEng" annotatedElement="_yRIxjoOGEdq6geWPj4xEng">

         <body>The InteractionConstraint with minint and maxint only apply when attached to an InteractionOperand where the interactionOperator is loop.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mmT4QIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yRIxkIOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mmT4QYN9EdqadtFwU5VNog" name="break" constrainedElement="_mmT4OYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mmT4QoN9EdqadtFwU5VNog" annotatedElement="_mmT4QYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yRIxkYOGEdq6geWPj4xEng" name="break" constrainedElement="_yRIxiYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yRIxkoOGEdq6geWPj4xEng" annotatedElement="_yRIxkYOGEdq6geWPj4xEng">

         <body>If the interactionOperator is break, the corresponding InteractionOperand must cover all Lifelines within the enclosing InteractionFragment.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mmT4Q4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yRIxk4OGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mmT4RIN9EdqadtFwU5VNog" name="consider_and_ignore" constrainedElement="_mmT4OYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mmT4RYN9EdqadtFwU5VNog" annotatedElement="_mmT4RIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yRIxlIOGEdq6geWPj4xEng" name="consider_and_ignore" constrainedElement="_yRIxiYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yRIxlYOGEdq6geWPj4xEng" annotatedElement="_yRIxlIOGEdq6geWPj4xEng">

         <body>The interaction operators 'consider' and 'ignore' can only be used for the CombineIgnoreFragment subtype of CombinedFragment</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mmT4RoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yRIxloOGEdq6geWPj4xEng" language="OCL">

         <body>((interactionOperator = #consider) or (interactionOperator = #ignore)) implies oclsisTypeOf(CombineIgnoreFragment)</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mmT4R4N9EdqadtFwU5VNog" general="_mhitLIN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mmT4SIN9EdqadtFwU5VNog" name="interactionOperator" type="_mmdCM4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mmT4SYN9EdqadtFwU5VNog" annotatedElement="_mmT4SIN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yRIxl4OGEdq6geWPj4xEng" general="_yMhXiIOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yRIxmIOGEdq6geWPj4xEng" name="interactionOperator" type="_yRSik4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yRIxmYOGEdq6geWPj4xEng" annotatedElement="_yRIxmIOGEdq6geWPj4xEng">

         <body>Specifies the operation which defines the semantics of this combination of InteractionFragments.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:InstanceValue" xmi:id="_mmT4SoN9EdqadtFwU5VNog" type="_mmdCM4N9EdqadtFwU5VNog" instance="_mmdCNYN9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:InstanceValue" xmi:id="_yRIxmoOGEdq6geWPj4xEng" type="_yRSik4OGEdq6geWPj4xEng" instance="_yRSilYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mmT4S4N9EdqadtFwU5VNog" name="operand" type="_mmKHYoN9EdqadtFwU5VNog" isOrdered="true" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mmmzJ4N9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mmT4TIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mmT4TYN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yRIxm4OGEdq6geWPj4xEng" name="operand" type="_yQ_Ar4OGEdq6geWPj4xEng" isOrdered="true" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yRbscIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yRIxnIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yRIxnYOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mmT4ToN9EdqadtFwU5VNog" annotatedElement="_mmT4S4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yRIxnoOGEdq6geWPj4xEng" annotatedElement="_yRIxm4OGEdq6geWPj4xEng">

         <body>The set of operands of the combined fragment.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mmT4T4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mmT4UIN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yRIxn4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yRIxoIOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mmT4UYN9EdqadtFwU5VNog" name="cfragmentGate" type="_mmT4MIN9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mmmzMIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mmT4UoN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mmT4U4N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yRIxoYOGEdq6geWPj4xEng" name="cfragmentGate" type="_yRIxgIOGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yRbseYOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yRIxooOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yRIxo4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mmT4VIN9EdqadtFwU5VNog" annotatedElement="_mmT4UYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yRIxpIOGEdq6geWPj4xEng" annotatedElement="_yRIxoYOGEdq6geWPj4xEng">

         <body>Specifies the gates that form the interface between this CombinedFragment and its surroundings</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mmT4VYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mmT4VoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yRIxpYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yRIxpoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mhis8IN9EdqadtFwU5VNog" name="Interaction">

-    <ownedComment xmi:id="_mhis8YN9EdqadtFwU5VNog" annotatedElement="_mhis8IN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yMhXTIOGEdq6geWPj4xEng" name="Interaction">

+    <ownedComment xmi:id="_yMhXTYOGEdq6geWPj4xEng" annotatedElement="_yMhXTIOGEdq6geWPj4xEng">

       <body>An interaction is a unit of behavior that focuses on the observable exchange of information between ConnectableElements. An Interaction is a specialization of InteractionFragment and of Behavior.</body>

     </ownedComment>

-    <generalization xmi:id="_mhis8oN9EdqadtFwU5VNog" general="_mhitLIN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mhis84N9EdqadtFwU5VNog" general="_TUPtYGveEdq4DLWZOhbdEA"/>

-    <ownedAttribute xmi:id="_mhis9IN9EdqadtFwU5VNog" name="lifeline" type="_mhitDIN9EdqadtFwU5VNog" subsettedProperty="_mMYVVoN9EdqadtFwU5VNog" association="_miST4YN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mhis9YN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mhis9oN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yMhXToOGEdq6geWPj4xEng" general="_yMhXiIOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_yMhXT4OGEdq6geWPj4xEng" general="_TUPtYGveEdq4DLWZOhbdEA"/>

+    <ownedAttribute xmi:id="_yMhXUIOGEdq6geWPj4xEng" name="lifeline" type="_yMhXaIOGEdq6geWPj4xEng" subsettedProperty="_x4jScoOGEdq6geWPj4xEng" association="_yNQ-MYOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yMhXUYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yMhXUoOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mhis94N9EdqadtFwU5VNog" annotatedElement="_mhis9IN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yMhXU4OGEdq6geWPj4xEng" annotatedElement="_yMhXUIOGEdq6geWPj4xEng">

         <body>Specifies the participants in this Interaction.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mhis-IN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mhis-YN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yMhXVIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yMhXVYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mhis-oN9EdqadtFwU5VNog" name="message" type="_gfgNwGveEdq4DLWZOhbdEA" subsettedProperty="_mMYVVoN9EdqadtFwU5VNog" association="_micE1IN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mhis-4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mhis_IN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yMhXVoOGEdq6geWPj4xEng" name="message" type="_gfgNwGveEdq4DLWZOhbdEA" subsettedProperty="_x4jScoOGEdq6geWPj4xEng" association="_yNaIFIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yMhXV4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yMhXWIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mhis_YN9EdqadtFwU5VNog" annotatedElement="_mhis-oN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yMhXWYOGEdq6geWPj4xEng" annotatedElement="_yMhXVoOGEdq6geWPj4xEng">

         <body>The Messages contained in this Interaction.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mhis_oN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mhis_4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yMhXWoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yMhXW4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mhitAIN9EdqadtFwU5VNog" name="fragment" type="_mhitLIN9EdqadtFwU5VNog" isOrdered="true" subsettedProperty="_mMYVVoN9EdqadtFwU5VNog" association="_micE6oN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mhitAYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mhitAoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yMhXXIOGEdq6geWPj4xEng" name="fragment" type="_yMhXiIOGEdq6geWPj4xEng" isOrdered="true" subsettedProperty="_x4jScoOGEdq6geWPj4xEng" association="_yNaIKoOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yMhXXYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yMhXXoOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mhitA4N9EdqadtFwU5VNog" annotatedElement="_mhitAIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yMhXX4OGEdq6geWPj4xEng" annotatedElement="_yMhXXIOGEdq6geWPj4xEng">

         <body>The ordered set of fragments in the Interaction.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mhitBIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mhitBYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yMhXYIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yMhXYYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mhitBoN9EdqadtFwU5VNog" name="action" type="_mdq5uYN9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_milO3YN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mhitB4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mhitCIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yMhXYoOGEdq6geWPj4xEng" name="action" type="_yI8e-YOGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yNj5K4OGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yMhXY4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yMhXZIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mhitCYN9EdqadtFwU5VNog" annotatedElement="_mhitBoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yMhXZYOGEdq6geWPj4xEng" annotatedElement="_yMhXYoOGEdq6geWPj4xEng">

         <body>Actions owned by the Interaction.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mhitCoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mhitC4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yMhXZoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yMhXZ4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mmT4V4N9EdqadtFwU5VNog" name="formalGate" type="_mmT4MIN9EdqadtFwU5VNog" subsettedProperty="_mMYVVoN9EdqadtFwU5VNog" association="_mmmzOoN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mmT4WIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mmT4WYN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yRIxp4OGEdq6geWPj4xEng" name="formalGate" type="_yRIxgIOGEdq6geWPj4xEng" subsettedProperty="_x4jScoOGEdq6geWPj4xEng" association="_yRbsg4OGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yRIxqIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yRIxqYOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mmT4WoN9EdqadtFwU5VNog" annotatedElement="_mmT4V4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yRIxqoOGEdq6geWPj4xEng" annotatedElement="_yRIxp4OGEdq6geWPj4xEng">

         <body>Specifies the gates that form the message interface between this Interaction and any InteractionUses which reference it.

 

 </body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mmT4W4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mmT4XIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yRIxq4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yRIxrIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mhitDIN9EdqadtFwU5VNog" name="Lifeline">

-    <ownedComment xmi:id="_mhitDYN9EdqadtFwU5VNog" annotatedElement="_mhitDIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yMhXaIOGEdq6geWPj4xEng" name="Lifeline">

+    <ownedComment xmi:id="_yMhXaYOGEdq6geWPj4xEng" annotatedElement="_yMhXaIOGEdq6geWPj4xEng">

       <body>A lifeline represents an individual participant in the Interaction. While Parts and StructuralFeatures may have multiplicity greater than 1, Lifelines represent only one interacting entity. Lifeline is a specialization of NamedElement. If the referenced ConnectableElement is multivalued (i.e. has a multiplicity > 1), then the Lifeline may have an expression (the 'selector') that specifies which particular part is represented by this Lifeline. If the selector is omitted this means that an arbitrary representative of the multivalued ConnectableElement is chosen.</body>

     </ownedComment>

-    <ownedComment xmi:id="_mmT4XYN9EdqadtFwU5VNog" annotatedElement="_mhitDIN9EdqadtFwU5VNog">

+    <ownedComment xmi:id="_yRIxrYOGEdq6geWPj4xEng" annotatedElement="_yMhXaIOGEdq6geWPj4xEng">

       <body>A lifeline represents an individual participant in the Interaction. While Parts and StructuralFeatures may have multiplicity greater than 1, Lifelines represent only one interacting entity. Lifeline is a specialization of NamedElement.

 

 

@@ -5796,568 +5796,568 @@
 

 </body>

     </ownedComment>

-    <ownedRule xmi:id="_mhitDoN9EdqadtFwU5VNog" name="interaction_uses_share_lifeline" constrainedElement="_mhitDIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mhitD4N9EdqadtFwU5VNog" annotatedElement="_mhitDoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yMhXaoOGEdq6geWPj4xEng" name="interaction_uses_share_lifeline" constrainedElement="_yMhXaIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yMhXa4OGEdq6geWPj4xEng" annotatedElement="_yMhXaoOGEdq6geWPj4xEng">

         <body>If two (or more) InteractionUses within one Interaction, refer to Interactions with 'common Lifelines,' those Lifelines must also appear in the Interaction with the InteractionUses. By common Lifelines we mean Lifelines with the same selector and represents associations.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mhitEIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yMhXbIOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mhitEYN9EdqadtFwU5VNog" name="selector_specified" constrainedElement="_mhitDIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mhitEoN9EdqadtFwU5VNog" annotatedElement="_mhitEYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yMhXbYOGEdq6geWPj4xEng" name="selector_specified" constrainedElement="_yMhXaIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yMhXboOGEdq6geWPj4xEng" annotatedElement="_yMhXbYOGEdq6geWPj4xEng">

         <body>The selector for a Lifeline must only be specified if the referenced Part is multivalued.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mhitE4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yMhXb4OGEdq6geWPj4xEng" language="OCL">

         <body>(self.selector->isEmpty() implies not self.represents.isMultivalued()) or

 (not self.selector->isEmpty() implies self.represents.isMultivalued())

 </body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mhitFIN9EdqadtFwU5VNog" name="same_classifier" constrainedElement="_mhitDIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mhitFYN9EdqadtFwU5VNog" annotatedElement="_mhitFIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yMhXcIOGEdq6geWPj4xEng" name="same_classifier" constrainedElement="_yMhXaIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yMhXcYOGEdq6geWPj4xEng" annotatedElement="_yMhXcIOGEdq6geWPj4xEng">

         <body>The classifier containing the referenced ConnectableElement must be the same classifier, or an ancestor, of the classifier that contains the interaction enclosing this lifeline.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mhitFoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yMhXcoOGEdq6geWPj4xEng" language="OCL">

         <body>if (represents->notEmpty()) then

 (if selector->notEmpty() then represents.isMultivalued() else not represents.isMultivalued())

 </body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mhitF4N9EdqadtFwU5VNog" general="_csVgUGvtEdqG6fBIPwe-mw"/>

-    <ownedAttribute xmi:id="_mhitGIN9EdqadtFwU5VNog" name="coveredBy" type="_mhitLIN9EdqadtFwU5VNog" association="_miST0IN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mhitGYN9EdqadtFwU5VNog" annotatedElement="_mhitGIN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yMhXc4OGEdq6geWPj4xEng" general="_csVgUGvtEdqG6fBIPwe-mw"/>

+    <ownedAttribute xmi:id="_yMhXdIOGEdq6geWPj4xEng" name="coveredBy" type="_yMhXiIOGEdq6geWPj4xEng" association="_yNQ-IIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yMhXdYOGEdq6geWPj4xEng" annotatedElement="_yMhXdIOGEdq6geWPj4xEng">

         <body>References the InteractionFragments in which this Lifeline takes part.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mhitGoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mhitG4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yMhXdoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yMhXd4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mhitHIN9EdqadtFwU5VNog" name="represents" type="_mgWaOIN9EdqadtFwU5VNog" association="_miST3IN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mhitHYN9EdqadtFwU5VNog" annotatedElement="_mhitHIN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yMhXeIOGEdq6geWPj4xEng" name="represents" type="_yLeObIOGEdq6geWPj4xEng" association="_yNQ-LIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yMhXeYOGEdq6geWPj4xEng" annotatedElement="_yMhXeIOGEdq6geWPj4xEng">

         <body>References the ConnectableElement within the classifier that contains the enclosing interaction.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mhitHoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mhitH4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yMhXeoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yMhXe4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mhitIIN9EdqadtFwU5VNog" name="interaction" type="_mhis8IN9EdqadtFwU5VNog" subsettedProperty="_mPzcsIN9EdqadtFwU5VNog" association="_miST4YN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mhitIYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mhitIoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yMhXfIOGEdq6geWPj4xEng" name="interaction" type="_yMhXTIOGEdq6geWPj4xEng" subsettedProperty="_x7re94OGEdq6geWPj4xEng" association="_yNQ-MYOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yMhXfYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yMhXfoOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mhitI4N9EdqadtFwU5VNog" annotatedElement="_mhitIIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yMhXf4OGEdq6geWPj4xEng" annotatedElement="_yMhXfIOGEdq6geWPj4xEng">

         <body>References the Interaction enclosing this Lifeline.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mhitJIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mhitJYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yMhXgIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yMhXgYOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mhitJoN9EdqadtFwU5VNog" name="selector" type="_mM1BRYN9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_miST8IN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mhitJ4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mhitKIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yMhXgoOGEdq6geWPj4xEng" name="selector" type="_x4_-ZYOGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yNQ-QIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yMhXg4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yMhXhIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mhitKYN9EdqadtFwU5VNog" annotatedElement="_mhitJoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yMhXhYOGEdq6geWPj4xEng" annotatedElement="_yMhXgoOGEdq6geWPj4xEng">

         <body>If the referenced ConnectableElement is multivalued, then this specifies the specific individual part within that set.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mhitKoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mhitK4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yMhXhoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yMhXh4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mmT4XoN9EdqadtFwU5VNog" name="decomposedAs" type="_mmKHVoN9EdqadtFwU5VNog" association="_mmmzIIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mmT4X4N9EdqadtFwU5VNog" annotatedElement="_mmT4XoN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yRIxroOGEdq6geWPj4xEng" name="decomposedAs" type="_yQ_Ao4OGEdq6geWPj4xEng" association="_yRSirYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yRIxr4OGEdq6geWPj4xEng" annotatedElement="_yRIxroOGEdq6geWPj4xEng">

         <body>References the Interaction that represents the decomposition.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mmT4YIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mmT4YYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yRIxsIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yRIxsYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mmT4YoN9EdqadtFwU5VNog" name="Continuation">

-    <ownedComment xmi:id="_mmT4Y4N9EdqadtFwU5VNog" annotatedElement="_mmT4YoN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yRIxsoOGEdq6geWPj4xEng" name="Continuation">

+    <ownedComment xmi:id="_yRIxs4OGEdq6geWPj4xEng" annotatedElement="_yRIxsoOGEdq6geWPj4xEng">

       <body>A Continuation is a syntactic way to define continuations of different branches of an Alternative CombinedFragment. Continuations is intuitively similar to labels representing intermediate points in a flow of control.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mmT4ZIN9EdqadtFwU5VNog" name="same_name" constrainedElement="_mmT4YoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mmT4ZYN9EdqadtFwU5VNog" annotatedElement="_mmT4ZIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yRIxtIOGEdq6geWPj4xEng" name="same_name" constrainedElement="_yRIxsoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yRIxtYOGEdq6geWPj4xEng" annotatedElement="_yRIxtIOGEdq6geWPj4xEng">

         <body>Continuations with the same name may only cover the same set of Lifelines (within one Classifier).</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mmT4ZoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yRIxtoOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mmT4Z4N9EdqadtFwU5VNog" name="global" constrainedElement="_mmT4YoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mmT4aIN9EdqadtFwU5VNog" annotatedElement="_mmT4Z4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yRIxt4OGEdq6geWPj4xEng" name="global" constrainedElement="_yRIxsoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yRIxuIOGEdq6geWPj4xEng" annotatedElement="_yRIxt4OGEdq6geWPj4xEng">

         <body>Continuations are always global in the enclosing InteractionFragment e.g. it always covers all Lifelines covered by the enclosing InteractionFragment.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mmT4aYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yRIxuYOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mmT4aoN9EdqadtFwU5VNog" name="first_or_last_interaction_fragment" constrainedElement="_mmT4YoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mmT4a4N9EdqadtFwU5VNog" annotatedElement="_mmT4aoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yRIxuoOGEdq6geWPj4xEng" name="first_or_last_interaction_fragment" constrainedElement="_yRIxsoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yRIxu4OGEdq6geWPj4xEng" annotatedElement="_yRIxuoOGEdq6geWPj4xEng">

         <body>Continuations always occur as the very first InteractionFragment or the very last InteractionFragment of the enclosing InteractionFragment.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mmT4bIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yRIxvIOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mmT4bYN9EdqadtFwU5VNog" general="_mhitLIN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mmT4boN9EdqadtFwU5VNog" name="setting" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mmT4b4N9EdqadtFwU5VNog" annotatedElement="_mmT4boN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yRIxvYOGEdq6geWPj4xEng" general="_yMhXiIOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yRIxvoOGEdq6geWPj4xEng" name="setting" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yRIxv4OGEdq6geWPj4xEng" annotatedElement="_yRIxvoOGEdq6geWPj4xEng">

         <body>True: when the Continuation is at the end of the enclosing InteractionFragment and False when it is in the beginning.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mmT4cIN9EdqadtFwU5VNog" value="true"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yRIxwIOGEdq6geWPj4xEng" value="true"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mhitLIN9EdqadtFwU5VNog" name="InteractionFragment" isAbstract="true">

-    <ownedComment xmi:id="_mhitLYN9EdqadtFwU5VNog" annotatedElement="_mhitLIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yMhXiIOGEdq6geWPj4xEng" name="InteractionFragment" isAbstract="true">

+    <ownedComment xmi:id="_yMhXiYOGEdq6geWPj4xEng" annotatedElement="_yMhXiIOGEdq6geWPj4xEng">

       <body>InteractionFragment is an abstract notion of the most general interaction unit. An interaction fragment is a piece of an interaction. Each interaction fragment is conceptually like an interaction by itself. InteractionFragment is an abstract class and a specialization of NamedElement.</body>

     </ownedComment>

-    <generalization xmi:id="_mhitLoN9EdqadtFwU5VNog" general="_csVgUGvtEdqG6fBIPwe-mw"/>

-    <ownedAttribute xmi:id="_mhitL4N9EdqadtFwU5VNog" name="covered" type="_mhitDIN9EdqadtFwU5VNog" association="_miST0IN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mhitMIN9EdqadtFwU5VNog" annotatedElement="_mhitL4N9EdqadtFwU5VNog">

+    <generalization xmi:id="_yMhXioOGEdq6geWPj4xEng" general="_csVgUGvtEdqG6fBIPwe-mw"/>

+    <ownedAttribute xmi:id="_yMhXi4OGEdq6geWPj4xEng" name="covered" type="_yMhXaIOGEdq6geWPj4xEng" association="_yNQ-IIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yMhXjIOGEdq6geWPj4xEng" annotatedElement="_yMhXi4OGEdq6geWPj4xEng">

         <body>References the Lifelines that the InteractionFragment involves.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mhitMYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mhitMoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yMhXjYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yMhXjoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mhitM4N9EdqadtFwU5VNog" name="generalOrdering" type="_mh1n5oN9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_micE5YN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mhitNIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mhitNYN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yMhXj4OGEdq6geWPj4xEng" name="generalOrdering" type="_yM0SQoOGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yNaIJYOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yMhXkIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yMhXkYOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mhitNoN9EdqadtFwU5VNog" annotatedElement="_mhitM4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yMhXkoOGEdq6geWPj4xEng" annotatedElement="_yMhXj4OGEdq6geWPj4xEng">

         <body>The general ordering relationships contained in this fragment.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mhitN4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mhitOIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yMhXk4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yMhXlIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mhitOYN9EdqadtFwU5VNog" name="enclosingInteraction" type="_mhis8IN9EdqadtFwU5VNog" association="_micE6oN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mhitOoN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mhitO4N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yMhXlYOGEdq6geWPj4xEng" name="enclosingInteraction" type="_yMhXTIOGEdq6geWPj4xEng" association="_yNaIKoOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yMhXloOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yMhXl4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mhitPIN9EdqadtFwU5VNog" annotatedElement="_mhitOYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yMhXmIOGEdq6geWPj4xEng" annotatedElement="_yMhXlYOGEdq6geWPj4xEng">

         <body>The Interaction enclosing this InteractionFragment.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mhitPYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mhitPoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yMhXmYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yMhXmoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mmdCIIN9EdqadtFwU5VNog" name="enclosingOperand" type="_mmKHYoN9EdqadtFwU5VNog" subsettedProperty="_mPzcsIN9EdqadtFwU5VNog" association="_mmwkJIN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mmdCIYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mmdCIoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yRSigIOGEdq6geWPj4xEng" name="enclosingOperand" type="_yQ_Ar4OGEdq6geWPj4xEng" subsettedProperty="_x7re94OGEdq6geWPj4xEng" association="_yRlddIOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yRSigYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yRSigoOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mmdCI4N9EdqadtFwU5VNog" annotatedElement="_mmdCIIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yRSig4OGEdq6geWPj4xEng" annotatedElement="_yRSigIOGEdq6geWPj4xEng">

         <body>The operand enclosing this InteractionFragment (they may nest recursively)</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mmdCJIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mmdCJYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yRSihIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yRSihYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mmdCJoN9EdqadtFwU5VNog" name="ConsiderIgnoreFragment">

-    <ownedComment xmi:id="_mmdCJ4N9EdqadtFwU5VNog" annotatedElement="_mmdCJoN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yRSihoOGEdq6geWPj4xEng" name="ConsiderIgnoreFragment">

+    <ownedComment xmi:id="_yRSih4OGEdq6geWPj4xEng" annotatedElement="_yRSihoOGEdq6geWPj4xEng">

       <body>A ConsiderIgnoreFragment is a kind of combined fragment that is used for the consider and ignore cases, which require lists of pertinent messages to be specified.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mmdCKIN9EdqadtFwU5VNog" name="consider_or_ignore" constrainedElement="_mmdCJoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mmdCKYN9EdqadtFwU5VNog" annotatedElement="_mmdCKIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yRSiiIOGEdq6geWPj4xEng" name="consider_or_ignore" constrainedElement="_yRSihoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yRSiiYOGEdq6geWPj4xEng" annotatedElement="_yRSiiIOGEdq6geWPj4xEng">

         <body>The interaction operator of a ConsiderIgnoreFragment must be either 'consider' or 'ignore'.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mmdCKoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yRSiioOGEdq6geWPj4xEng" language="OCL">

         <body>(interactionOperator = #consider) or (interactionOperator = #ignore)</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mmdCK4N9EdqadtFwU5VNog" name="type" constrainedElement="_mmdCJoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mmdCLIN9EdqadtFwU5VNog" annotatedElement="_mmdCK4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yRSii4OGEdq6geWPj4xEng" name="type" constrainedElement="_yRSihoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yRSijIOGEdq6geWPj4xEng" annotatedElement="_yRSii4OGEdq6geWPj4xEng">

         <body>The NamedElements must be of a type of element that identifies a message (e.g., an Operation, Reception, or a Signal).</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mmdCLYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yRSijYOGEdq6geWPj4xEng" language="OCL">

         <body>message->forAll(m | m.oclIsKindOf(Operation) or m.oclIsKindOf(Reception) or m.oclIsKindOf(Signal))</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mmdCLoN9EdqadtFwU5VNog" general="_mmT4OYN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mmdCL4N9EdqadtFwU5VNog" name="message" type="_csVgUGvtEdqG6fBIPwe-mw" association="_mmwkKIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mmdCMIN9EdqadtFwU5VNog" annotatedElement="_mmdCL4N9EdqadtFwU5VNog">

+    <generalization xmi:id="_yRSijoOGEdq6geWPj4xEng" general="_yRIxiYOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yRSij4OGEdq6geWPj4xEng" name="message" type="_csVgUGvtEdqG6fBIPwe-mw" association="_yRldeIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yRSikIOGEdq6geWPj4xEng" annotatedElement="_yRSij4OGEdq6geWPj4xEng">

         <body>The set of messages that apply to this fragment</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mmdCMYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mmdCMoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yRSikYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yRSikoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Enumeration" xmi:id="_mmdCM4N9EdqadtFwU5VNog" name="InteractionOperatorKind">

-    <ownedComment xmi:id="_mmdCNIN9EdqadtFwU5VNog" annotatedElement="_mmdCM4N9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Enumeration" xmi:id="_yRSik4OGEdq6geWPj4xEng" name="InteractionOperatorKind">

+    <ownedComment xmi:id="_yRSilIOGEdq6geWPj4xEng" annotatedElement="_yRSik4OGEdq6geWPj4xEng">

       <body>InteractionOperatorKind is an enumeration designating the different kinds of operators of CombinedFragments. The InteractionOperand defines the type of operator of a CombinedFragment.</body>

     </ownedComment>

-    <ownedLiteral xmi:id="_mmdCNYN9EdqadtFwU5VNog" name="seq">

-      <ownedComment xmi:id="_mmdCNoN9EdqadtFwU5VNog" annotatedElement="_mmdCNYN9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_yRSilYOGEdq6geWPj4xEng" name="seq">

+      <ownedComment xmi:id="_yRSiloOGEdq6geWPj4xEng" annotatedElement="_yRSilYOGEdq6geWPj4xEng">

         <body>The interactionOperator seq designates that the CombinedFragment represents a weak sequencing between the behaviors of the operands.</body>

       </ownedComment>

     </ownedLiteral>

-    <ownedLiteral xmi:id="_mmdCN4N9EdqadtFwU5VNog" name="alt">

-      <ownedComment xmi:id="_mmdCOIN9EdqadtFwU5VNog" annotatedElement="_mmdCN4N9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_yRSil4OGEdq6geWPj4xEng" name="alt">

+      <ownedComment xmi:id="_yRSimIOGEdq6geWPj4xEng" annotatedElement="_yRSil4OGEdq6geWPj4xEng">

         <body>The interactionOperator alt designates that the CombinedFragment represents a choice of behavior. At most one of the operands will be chosen. The chosen operand must have an explicit or implicit guard expression that evaluates to true at this point in the interaction. An implicit true guard is implied if the operand has no guard.</body>

       </ownedComment>

     </ownedLiteral>

-    <ownedLiteral xmi:id="_mmdCOYN9EdqadtFwU5VNog" name="opt">

-      <ownedComment xmi:id="_mmdCOoN9EdqadtFwU5VNog" annotatedElement="_mmdCOYN9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_yRSimYOGEdq6geWPj4xEng" name="opt">

+      <ownedComment xmi:id="_yRSimoOGEdq6geWPj4xEng" annotatedElement="_yRSimYOGEdq6geWPj4xEng">

         <body>The interactionOperator opt designates that the CombinedFragment represents a choice of behavior where either the (sole) operand happens or nothing happens. An option is semantically equivalent to an alternative CombinedFragment where there is one operand with non-empty content and the second operand is empty.</body>

       </ownedComment>

     </ownedLiteral>

-    <ownedLiteral xmi:id="_mmdCO4N9EdqadtFwU5VNog" name="break">

-      <ownedComment xmi:id="_mmdCPIN9EdqadtFwU5VNog" annotatedElement="_mmdCO4N9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_yRSim4OGEdq6geWPj4xEng" name="break">

+      <ownedComment xmi:id="_yRSinIOGEdq6geWPj4xEng" annotatedElement="_yRSim4OGEdq6geWPj4xEng">

         <body>The interactionOperator break designates that the CombinedFragment represents a breaking scenario in the sense that the operand is a scenario that is performed instead of the remainder of the enclosing InteractionFragment. A break operator with a guard is chosen when the guard is true and the rest of the enclosing Interaction Fragment is ignored. When the guard of the break operand is false, the break operand is ignored and the rest of the enclosing InteractionFragment is chosen. The choice between a break operand without a guard and the rest of the enclosing InteractionFragment is done non-deterministically.</body>

       </ownedComment>

     </ownedLiteral>

-    <ownedLiteral xmi:id="_mmdCPYN9EdqadtFwU5VNog" name="par">

-      <ownedComment xmi:id="_mmdCPoN9EdqadtFwU5VNog" annotatedElement="_mmdCPYN9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_yRSinYOGEdq6geWPj4xEng" name="par">

+      <ownedComment xmi:id="_yRSinoOGEdq6geWPj4xEng" annotatedElement="_yRSinYOGEdq6geWPj4xEng">

         <body>The interactionOperator par designates that the CombinedFragment represents a parallel merge between the behaviors of the operands. The OccurrenceSpecifications of the different operands can be interleaved in any way as long as the ordering imposed by each operand as such is preserved.</body>

       </ownedComment>

     </ownedLiteral>

-    <ownedLiteral xmi:id="_mmdCP4N9EdqadtFwU5VNog" name="strict">

-      <ownedComment xmi:id="_mmdCQIN9EdqadtFwU5VNog" annotatedElement="_mmdCP4N9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_yRSin4OGEdq6geWPj4xEng" name="strict">

+      <ownedComment xmi:id="_yRSioIOGEdq6geWPj4xEng" annotatedElement="_yRSin4OGEdq6geWPj4xEng">

         <body>The interactionOperator strict designates that the CombinedFragment represents a strict sequencing between the behaviors of the operands. The semantics of strict sequencing defines a strict ordering of the operands on the first level within the CombinedFragment with interactionOperator strict. Therefore OccurrenceSpecifications within contained CombinedFragment will not directly be compared with other OccurrenceSpecifications of the enclosing CombinedFragment.</body>

       </ownedComment>

     </ownedLiteral>

-    <ownedLiteral xmi:id="_mmdCQYN9EdqadtFwU5VNog" name="loop">

-      <ownedComment xmi:id="_mmdCQoN9EdqadtFwU5VNog" annotatedElement="_mmdCQYN9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_yRSioYOGEdq6geWPj4xEng" name="loop">

+      <ownedComment xmi:id="_yRSiooOGEdq6geWPj4xEng" annotatedElement="_yRSioYOGEdq6geWPj4xEng">

         <body>The interactionOperator loop designates that the CombinedFragment represents a loop. The loop operand will be repeated a number of times.</body>

       </ownedComment>

     </ownedLiteral>

-    <ownedLiteral xmi:id="_mmdCQ4N9EdqadtFwU5VNog" name="critical">

-      <ownedComment xmi:id="_mmdCRIN9EdqadtFwU5VNog" annotatedElement="_mmdCQ4N9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_yRSio4OGEdq6geWPj4xEng" name="critical">

+      <ownedComment xmi:id="_yRSipIOGEdq6geWPj4xEng" annotatedElement="_yRSio4OGEdq6geWPj4xEng">

         <body>The interactionOperator critical designates that the CombinedFragment represents a critical region. A critical region means that the traces of the region cannot be interleaved by other OccurrenceSpecifications (on those Lifelines covered by the region). This means that the region is treated atomically by the enclosing fragment when determining the set of valid traces. Even though enclosing CombinedFragments may imply that some OccurrenceSpecifications may interleave into the region, such as e.g. with par-operator, this is prevented by defining a region.</body>

       </ownedComment>

     </ownedLiteral>

-    <ownedLiteral xmi:id="_mmdCRYN9EdqadtFwU5VNog" name="neg">

-      <ownedComment xmi:id="_mmdCRoN9EdqadtFwU5VNog" annotatedElement="_mmdCRYN9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_yRSipYOGEdq6geWPj4xEng" name="neg">

+      <ownedComment xmi:id="_yRSipoOGEdq6geWPj4xEng" annotatedElement="_yRSipYOGEdq6geWPj4xEng">

         <body>The interactionOperator neg designates that the CombinedFragment represents traces that are defined to be invalid.</body>

       </ownedComment>

     </ownedLiteral>

-    <ownedLiteral xmi:id="_mmdCR4N9EdqadtFwU5VNog" name="assert">

-      <ownedComment xmi:id="_mmdCSIN9EdqadtFwU5VNog" annotatedElement="_mmdCR4N9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_yRSip4OGEdq6geWPj4xEng" name="assert">

+      <ownedComment xmi:id="_yRSiqIOGEdq6geWPj4xEng" annotatedElement="_yRSip4OGEdq6geWPj4xEng">

         <body>The interactionOperator assert designates that the CombinedFragment represents an assertion. The sequences of the operand of the assertion are the only valid continuations. All other continuations result in an invalid trace.</body>

       </ownedComment>

     </ownedLiteral>

-    <ownedLiteral xmi:id="_mmdCSYN9EdqadtFwU5VNog" name="ignore">

-      <ownedComment xmi:id="_mmdCSoN9EdqadtFwU5VNog" annotatedElement="_mmdCSYN9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_yRSiqYOGEdq6geWPj4xEng" name="ignore">

+      <ownedComment xmi:id="_yRSiqoOGEdq6geWPj4xEng" annotatedElement="_yRSiqYOGEdq6geWPj4xEng">

         <body>The interacionOperator ignore designates that there are some message types that are not shown within this combined fragment. These message types can be considered insignificant and are implicitly ignored if they appear in a corresponding execution. Alternatively, one can understand ignore to mean that the message types that are ignored can appear anywhere in the traces.</body>

       </ownedComment>

     </ownedLiteral>

-    <ownedLiteral xmi:id="_mmdCS4N9EdqadtFwU5VNog" name="consider">

-      <ownedComment xmi:id="_mmdCTIN9EdqadtFwU5VNog" annotatedElement="_mmdCS4N9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_yRSiq4OGEdq6geWPj4xEng" name="consider">

+      <ownedComment xmi:id="_yRSirIOGEdq6geWPj4xEng" annotatedElement="_yRSiq4OGEdq6geWPj4xEng">

         <body>The interactionOperator consider designates which messages should be considered within this combined fragment. This is equivalent to defining every other message to be ignored.</body>

       </ownedComment>

     </ownedLiteral>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mmmzIIN9EdqadtFwU5VNog" name="A_lifeline_decomposedAs" memberEnd="_mmT4XoN9EdqadtFwU5VNog _mmmzIYN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mmmzIYN9EdqadtFwU5VNog" type="_mhitDIN9EdqadtFwU5VNog" association="_mmmzIIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yRSirYOGEdq6geWPj4xEng" name="A_lifeline_decomposedAs" memberEnd="_yRIxroOGEdq6geWPj4xEng _yRSiroOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yRSiroOGEdq6geWPj4xEng" type="_yMhXaIOGEdq6geWPj4xEng" association="_yRSirYOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mmmzIoN9EdqadtFwU5VNog" name="A_guard_interactionOperand" memberEnd="_mmKHbIN9EdqadtFwU5VNog _mmmzJIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mmmzI4N9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mmmzJIN9EdqadtFwU5VNog" type="_mmKHYoN9EdqadtFwU5VNog" association="_mmmzIoN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mmmzJYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mmmzJoN9EdqadtFwU5VNog" value="1"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yRSir4OGEdq6geWPj4xEng" name="A_guard_interactionOperand" memberEnd="_yQ_AuYOGEdq6geWPj4xEng _yRSisYOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yRSisIOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yRSisYOGEdq6geWPj4xEng" type="_yQ_Ar4OGEdq6geWPj4xEng" association="_yRSir4OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yRSisoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yRSis4OGEdq6geWPj4xEng" value="1"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mmmzJ4N9EdqadtFwU5VNog" name="A_operand_combinedFragment" memberEnd="_mmT4S4N9EdqadtFwU5VNog _mmmzKYN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mmmzKIN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mmmzKYN9EdqadtFwU5VNog" type="_mmT4OYN9EdqadtFwU5VNog" association="_mmmzJ4N9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mmmzKoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mmmzK4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yRbscIOGEdq6geWPj4xEng" name="A_operand_combinedFragment" memberEnd="_yRbscoOGEdq6geWPj4xEng _yRIxm4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yRbscYOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yRbscoOGEdq6geWPj4xEng" type="_yRIxiYOGEdq6geWPj4xEng" association="_yRbscIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yRbsc4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yRbsdIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mmmzLIN9EdqadtFwU5VNog" name="A_refersTo_interactionUse" memberEnd="_mmmzLYN9EdqadtFwU5VNog _mmKHRoN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mmmzLYN9EdqadtFwU5VNog" type="_mmKHN4N9EdqadtFwU5VNog" association="_mmmzLIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mmmzLoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mmmzL4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yRbsdYOGEdq6geWPj4xEng" name="A_refersTo_interactionUse" memberEnd="_yQ_Ak4OGEdq6geWPj4xEng _yRbsdoOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yRbsdoOGEdq6geWPj4xEng" type="_yQ_AhIOGEdq6geWPj4xEng" association="_yRbsdYOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yRbsd4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yRbseIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mmmzMIN9EdqadtFwU5VNog" name="A_cfragmentGate_combinedFragment" memberEnd="_mmmzMoN9EdqadtFwU5VNog _mmT4UYN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mmmzMYN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mmmzMoN9EdqadtFwU5VNog" type="_mmT4OYN9EdqadtFwU5VNog" association="_mmmzMIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mmmzM4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mmmzNIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yRbseYOGEdq6geWPj4xEng" name="A_cfragmentGate_combinedFragment" memberEnd="_yRbse4OGEdq6geWPj4xEng _yRIxoYOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yRbseoOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yRbse4OGEdq6geWPj4xEng" type="_yRIxiYOGEdq6geWPj4xEng" association="_yRbseYOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yRbsfIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yRbsfYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mmmzNYN9EdqadtFwU5VNog" name="A_interactionUse_actualGate" memberEnd="_mmmzN4N9EdqadtFwU5VNog _mmKHSoN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mmmzNoN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mmmzN4N9EdqadtFwU5VNog" type="_mmKHN4N9EdqadtFwU5VNog" association="_mmmzNYN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mmmzOIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mmmzOYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yRbsfoOGEdq6geWPj4xEng" name="A_interactionUse_actualGate" memberEnd="_yQ_Al4OGEdq6geWPj4xEng _yRbsgIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yRbsf4OGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yRbsgIOGEdq6geWPj4xEng" type="_yQ_AhIOGEdq6geWPj4xEng" association="_yRbsfoOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yRbsgYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yRbsgoOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mmmzOoN9EdqadtFwU5VNog" name="A_formalGate_interaction" memberEnd="_mmmzPIN9EdqadtFwU5VNog _mmT4V4N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mmmzO4N9EdqadtFwU5VNog" general="_mQ_vgoN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mmmzPIN9EdqadtFwU5VNog" type="_mhis8IN9EdqadtFwU5VNog" association="_mmmzOoN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mmmzPYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mmmzPoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yRbsg4OGEdq6geWPj4xEng" name="A_formalGate_interaction" memberEnd="_yRbshYOGEdq6geWPj4xEng _yRIxp4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yRbshIOGEdq6geWPj4xEng" general="_x83xxYOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yRbshYOGEdq6geWPj4xEng" type="_yMhXTIOGEdq6geWPj4xEng" association="_yRbsg4OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yRbshoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yRbsh4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mmmzP4N9EdqadtFwU5VNog" name="A_minint_interactionConstraint" memberEnd="_mmKHjYN9EdqadtFwU5VNog _mmmzQYN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mmmzQIN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mmmzQYN9EdqadtFwU5VNog" type="_mmKHeIN9EdqadtFwU5VNog" association="_mmmzP4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yRbsiIOGEdq6geWPj4xEng" name="A_minint_interactionConstraint" memberEnd="_yQ_A2oOGEdq6geWPj4xEng _yRbsioOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yRbsiYOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yRbsioOGEdq6geWPj4xEng" type="_yQ_AxYOGEdq6geWPj4xEng" association="_yRbsiIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mmmzQoN9EdqadtFwU5VNog" name="A_maxint_interactionConstraint" memberEnd="_mmKHk4N9EdqadtFwU5VNog _mmmzRIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mmmzQ4N9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mmmzRIN9EdqadtFwU5VNog" type="_mmKHeIN9EdqadtFwU5VNog" association="_mmmzQoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yRbsi4OGEdq6geWPj4xEng" name="A_maxint_interactionConstraint" memberEnd="_yQ_A4IOGEdq6geWPj4xEng _yRbsjYOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yRbsjIOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yRbsjYOGEdq6geWPj4xEng" type="_yQ_AxYOGEdq6geWPj4xEng" association="_yRbsi4OGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mmwkIIN9EdqadtFwU5VNog" name="A_argument_interactionUse" memberEnd="_mmKHUIN9EdqadtFwU5VNog _mmwkIYN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mmwkIYN9EdqadtFwU5VNog" type="_mmKHN4N9EdqadtFwU5VNog" association="_mmwkIIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mmwkIoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mmwkI4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yRldcIOGEdq6geWPj4xEng" name="A_argument_interactionUse" memberEnd="_yQ_AnYOGEdq6geWPj4xEng _yRldcYOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yRldcYOGEdq6geWPj4xEng" type="_yQ_AhIOGEdq6geWPj4xEng" association="_yRldcIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yRldcoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yRldc4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mmwkJIN9EdqadtFwU5VNog" name="A_fragment_enclosingOperand" memberEnd="_mmKHcoN9EdqadtFwU5VNog _mmdCIIN9EdqadtFwU5VNog">

-    <ownedRule xmi:id="_mmwkJYN9EdqadtFwU5VNog" constrainedElement="_mmwkJIN9EdqadtFwU5VNog">

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mmwkJoN9EdqadtFwU5VNog" language="OCL">

+  <ownedMember xmi:type="uml:Association" xmi:id="_yRlddIOGEdq6geWPj4xEng" name="A_fragment_enclosingOperand" memberEnd="_yRSigIOGEdq6geWPj4xEng _yQ_Av4OGEdq6geWPj4xEng">

+    <ownedRule xmi:id="_yRlddYOGEdq6geWPj4xEng" constrainedElement="_yRlddIOGEdq6geWPj4xEng">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yRlddoOGEdq6geWPj4xEng" language="OCL">

         <body>ordered</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mmwkJ4N9EdqadtFwU5VNog" general="_mQ_vgoN9EdqadtFwU5VNog"/>

+    <generalization xmi:id="_yRldd4OGEdq6geWPj4xEng" general="_x83xxYOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mmwkKIN9EdqadtFwU5VNog" name="A_message_considerIgnoreFragment" memberEnd="_mmwkKYN9EdqadtFwU5VNog _mmdCL4N9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mmwkKYN9EdqadtFwU5VNog" type="_mmdCJoN9EdqadtFwU5VNog" association="_mmwkKIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mmwkKoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mmwkK4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yRldeIOGEdq6geWPj4xEng" name="A_message_considerIgnoreFragment" memberEnd="_yRSij4OGEdq6geWPj4xEng _yRldeYOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yRldeYOGEdq6geWPj4xEng" type="_yRSihoOGEdq6geWPj4xEng" association="_yRldeIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yRldeoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yRlde4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mmwkLIN9EdqadtFwU5VNog" name="CreateObjectAction">

-    <ownedComment xmi:id="_mmwkLYN9EdqadtFwU5VNog" annotatedElement="_mmwkLIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yRldfIOGEdq6geWPj4xEng" name="CreateObjectAction">

+    <ownedComment xmi:id="_yRldfYOGEdq6geWPj4xEng" annotatedElement="_yRldfIOGEdq6geWPj4xEng">

       <body>CreateObjectAction is an action that creates an object that conforms to a statically specified classifier and puts it on an output pin at runtime.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mmwkLoN9EdqadtFwU5VNog" name="classifier_not_abstract" constrainedElement="_mmwkLIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mmwkL4N9EdqadtFwU5VNog" annotatedElement="_mmwkLoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yRldfoOGEdq6geWPj4xEng" name="classifier_not_abstract" constrainedElement="_yRldfIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yRldf4OGEdq6geWPj4xEng" annotatedElement="_yRldfoOGEdq6geWPj4xEng">

         <body>The classifier cannot be abstract.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mmwkMIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yRldgIOGEdq6geWPj4xEng" language="OCL">

         <body>not (self.classifier.isAbstract = #true)</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mmwkMYN9EdqadtFwU5VNog" name="classifier_not_association_class" constrainedElement="_mmwkLIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mmwkMoN9EdqadtFwU5VNog" annotatedElement="_mmwkMYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yRldgYOGEdq6geWPj4xEng" name="classifier_not_association_class" constrainedElement="_yRldfIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yRldgoOGEdq6geWPj4xEng" annotatedElement="_yRldgYOGEdq6geWPj4xEng">

         <body>The classifier cannot be an association class</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mmwkM4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yRldg4OGEdq6geWPj4xEng" language="OCL">

         <body>not self.classifier.oclIsKindOf(AssociationClass)</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mmwkNIN9EdqadtFwU5VNog" name="same_type" constrainedElement="_mmwkLIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mmwkNYN9EdqadtFwU5VNog" annotatedElement="_mmwkNIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yRldhIOGEdq6geWPj4xEng" name="same_type" constrainedElement="_yRldfIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yRldhYOGEdq6geWPj4xEng" annotatedElement="_yRldhIOGEdq6geWPj4xEng">

         <body>The type of the result pin must be the same as the classifier of the action.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mmwkNoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yRldhoOGEdq6geWPj4xEng" language="OCL">

         <body>self.result.type = self.classifier</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mmwkN4N9EdqadtFwU5VNog" name="multiplicity" constrainedElement="_mmwkLIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mmwkOIN9EdqadtFwU5VNog" annotatedElement="_mmwkN4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yRldh4OGEdq6geWPj4xEng" name="multiplicity" constrainedElement="_yRldfIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yRldiIOGEdq6geWPj4xEng" annotatedElement="_yRldh4OGEdq6geWPj4xEng">

         <body>The multiplicity of the output pin is 1..1.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mmwkOYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yRldiYOGEdq6geWPj4xEng" language="OCL">

         <body>self.result.multiplicity.is(1,1)</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mmwkOoN9EdqadtFwU5VNog" general="_mdq5uYN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mmwkO4N9EdqadtFwU5VNog" name="classifier" type="_6UV2QGwJEdq7X4sGURiZYA" association="_mngLAIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mmwkPIN9EdqadtFwU5VNog" annotatedElement="_mmwkO4N9EdqadtFwU5VNog">

+    <generalization xmi:id="_yRldioOGEdq6geWPj4xEng" general="_yI8e-YOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yRldi4OGEdq6geWPj4xEng" name="classifier" type="_6UV2QGwJEdq7X4sGURiZYA" association="_ySLTkYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yRldjIOGEdq6geWPj4xEng" annotatedElement="_yRldi4OGEdq6geWPj4xEng">

         <body>Classifier to be instantiated.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mmwkPYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mmwkPoN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yRldjYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yRldjoOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mmwkP4N9EdqadtFwU5VNog" name="result" type="_mdhInIN9EdqadtFwU5VNog" subsettedProperty="_mdq5vIN9EdqadtFwU5VNog" association="_mngLBIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mmwkQIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mmwkQYN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yRldj4OGEdq6geWPj4xEng" name="result" type="_yIyt34OGEdq6geWPj4xEng" subsettedProperty="_yI8e_IOGEdq6geWPj4xEng" association="_ySVEUIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yRldkIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yRldkYOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mmwkQoN9EdqadtFwU5VNog" annotatedElement="_mmwkP4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yRldkoOGEdq6geWPj4xEng" annotatedElement="_yRldj4OGEdq6geWPj4xEng">

         <body>Gives the output pin on which the result is put.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mmwkQ4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mmwkRIN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yRldk4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yRldlIOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mmwkRYN9EdqadtFwU5VNog" name="DestroyObjectAction">

-    <ownedComment xmi:id="_mmwkRoN9EdqadtFwU5VNog" annotatedElement="_mmwkRYN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yRldlYOGEdq6geWPj4xEng" name="DestroyObjectAction">

+    <ownedComment xmi:id="_yRldloOGEdq6geWPj4xEng" annotatedElement="_yRldlYOGEdq6geWPj4xEng">

       <body>This action destroys the object on its input pin at runtime. The object may be a link object, in which case the semantics of DestroyLinkAction also applies.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mmwkR4N9EdqadtFwU5VNog" name="multiplicity" constrainedElement="_mmwkRYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mmwkSIN9EdqadtFwU5VNog" annotatedElement="_mmwkR4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yRldl4OGEdq6geWPj4xEng" name="multiplicity" constrainedElement="_yRldlYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yRldmIOGEdq6geWPj4xEng" annotatedElement="_yRldl4OGEdq6geWPj4xEng">

         <body>The multiplicity of the input pin is 1..1.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mmwkSYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yRldmYOGEdq6geWPj4xEng" language="OCL">

         <body>self.target.multiplicity.is(1,1)</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mmwkSoN9EdqadtFwU5VNog" name="no_type" constrainedElement="_mmwkRYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mmwkS4N9EdqadtFwU5VNog" annotatedElement="_mmwkSoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yRldmoOGEdq6geWPj4xEng" name="no_type" constrainedElement="_yRldlYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yRldm4OGEdq6geWPj4xEng" annotatedElement="_yRldmoOGEdq6geWPj4xEng">

         <body>The input pin has no type.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mmwkTIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yRldnIOGEdq6geWPj4xEng" language="OCL">

         <body>self.target.type->size() = 0</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mmwkTYN9EdqadtFwU5VNog" general="_mdq5uYN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mmwkToN9EdqadtFwU5VNog" name="isDestroyLinks" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mmwkT4N9EdqadtFwU5VNog" annotatedElement="_mmwkToN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yRldnYOGEdq6geWPj4xEng" general="_yI8e-YOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yRldnoOGEdq6geWPj4xEng" name="isDestroyLinks" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yRldn4OGEdq6geWPj4xEng" annotatedElement="_yRldnoOGEdq6geWPj4xEng">

         <body>Specifies whether links in which the object participates are destroyed along with the object.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mmwkUIN9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yRldoIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mmwkUYN9EdqadtFwU5VNog" name="isDestroyOwnedObjects" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mmwkUoN9EdqadtFwU5VNog" annotatedElement="_mmwkUYN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yRldoYOGEdq6geWPj4xEng" name="isDestroyOwnedObjects" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yRldooOGEdq6geWPj4xEng" annotatedElement="_yRldoYOGEdq6geWPj4xEng">

         <body>Specifies whether objects owned by the object are destroyed along with the object.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mmwkU4N9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yRldo4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mmwkVIN9EdqadtFwU5VNog" name="target" type="_mdhIn4N9EdqadtFwU5VNog" subsettedProperty="_mdq5woN9EdqadtFwU5VNog" association="_mngLCYN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mmwkVYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mmwkVoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yRldpIOGEdq6geWPj4xEng" name="target" type="_yIyt4oOGEdq6geWPj4xEng" subsettedProperty="_yI8fAoOGEdq6geWPj4xEng" association="_ySVEVYOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yRldpYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yRldpoOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mmwkV4N9EdqadtFwU5VNog" annotatedElement="_mmwkVIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yRldp4OGEdq6geWPj4xEng" annotatedElement="_yRldpIOGEdq6geWPj4xEng">

         <body>The input pin providing the object to be destroyed.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mmwkWIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mmwkWYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yRldqIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yRldqYOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mm5uEIN9EdqadtFwU5VNog" name="TestIdentityAction">

-    <ownedComment xmi:id="_mm5uEYN9EdqadtFwU5VNog" annotatedElement="_mm5uEIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yRldqoOGEdq6geWPj4xEng" name="TestIdentityAction">

+    <ownedComment xmi:id="_yRldq4OGEdq6geWPj4xEng" annotatedElement="_yRldqoOGEdq6geWPj4xEng">

       <body>This action returns true if the two input values are the same identity, false if they are not.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mm5uEoN9EdqadtFwU5VNog" name="no_type" constrainedElement="_mm5uEIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mm5uE4N9EdqadtFwU5VNog" annotatedElement="_mm5uEoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yRldrIOGEdq6geWPj4xEng" name="no_type" constrainedElement="_yRldqoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yRldrYOGEdq6geWPj4xEng" annotatedElement="_yRldrIOGEdq6geWPj4xEng">

         <body>The input pins have no type.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mm5uFIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yRldroOGEdq6geWPj4xEng" language="OCL">

         <body>self.first.type->size() = 0

 and self.second.type->size() = 0

 </body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mm5uFYN9EdqadtFwU5VNog" name="multiplicity" constrainedElement="_mm5uEIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mm5uFoN9EdqadtFwU5VNog" annotatedElement="_mm5uFYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yRldr4OGEdq6geWPj4xEng" name="multiplicity" constrainedElement="_yRldqoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yRldsIOGEdq6geWPj4xEng" annotatedElement="_yRldr4OGEdq6geWPj4xEng">

         <body>The multiplicity of the input pins is 1..1.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mm5uF4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yRldsYOGEdq6geWPj4xEng" language="OCL">

         <body>self.first.multiplicity.is(1,1)

 and self.second.multiplicity.is(1,1)

 </body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mm5uGIN9EdqadtFwU5VNog" name="result_is_boolean" constrainedElement="_mm5uEIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mm5uGYN9EdqadtFwU5VNog" annotatedElement="_mm5uGIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yRldsoOGEdq6geWPj4xEng" name="result_is_boolean" constrainedElement="_yRldqoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yRlds4OGEdq6geWPj4xEng" annotatedElement="_yRldsoOGEdq6geWPj4xEng">

         <body>The type of the result is Boolean.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mm5uGoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yRldtIOGEdq6geWPj4xEng" language="OCL">

         <body>self.result.type.oclIsTypeOf(Boolean)</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mm5uG4N9EdqadtFwU5VNog" general="_mdq5uYN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mm5uHIN9EdqadtFwU5VNog" name="first" type="_mdhIn4N9EdqadtFwU5VNog" subsettedProperty="_mdq5woN9EdqadtFwU5VNog" association="_mngLDoN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mm5uHYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mm5uHoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yRldtYOGEdq6geWPj4xEng" general="_yI8e-YOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yRldtoOGEdq6geWPj4xEng" name="first" type="_yIyt4oOGEdq6geWPj4xEng" subsettedProperty="_yI8fAoOGEdq6geWPj4xEng" association="_ySVEWoOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yRldt4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yRlduIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mm5uH4N9EdqadtFwU5VNog" annotatedElement="_mm5uHIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yRlduYOGEdq6geWPj4xEng" annotatedElement="_yRldtoOGEdq6geWPj4xEng">

         <body>Gives the pin on which an object is placed.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mm5uIIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mm5uIYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yRlduoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yRldu4OGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mm5uIoN9EdqadtFwU5VNog" name="second" type="_mdhIn4N9EdqadtFwU5VNog" subsettedProperty="_mdq5woN9EdqadtFwU5VNog" association="_mngLE4N9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mm5uI4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mm5uJIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yRldvIOGEdq6geWPj4xEng" name="second" type="_yIyt4oOGEdq6geWPj4xEng" subsettedProperty="_yI8fAoOGEdq6geWPj4xEng" association="_ySVEX4OGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yRldvYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yRldvoOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mm5uJYN9EdqadtFwU5VNog" annotatedElement="_mm5uIoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yRldv4OGEdq6geWPj4xEng" annotatedElement="_yRldvIOGEdq6geWPj4xEng">

         <body>Gives the pin on which an object is placed.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mm5uJoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mm5uJ4N9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yRldwIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yRldwYOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mm5uKIN9EdqadtFwU5VNog" name="result" type="_mdhInIN9EdqadtFwU5VNog" subsettedProperty="_mdq5vIN9EdqadtFwU5VNog" association="_mngLGIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mm5uKYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mm5uKoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yRldwoOGEdq6geWPj4xEng" name="result" type="_yIyt34OGEdq6geWPj4xEng" subsettedProperty="_yI8e_IOGEdq6geWPj4xEng" association="_ySVEZIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yRldw4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yRldxIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mm5uK4N9EdqadtFwU5VNog" annotatedElement="_mm5uKIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yRldxYOGEdq6geWPj4xEng" annotatedElement="_yRldwoOGEdq6geWPj4xEng">

         <body>Tells whether the two input objects are identical.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mm5uLIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mm5uLYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yRldxoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yRldx4OGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mm5uLoN9EdqadtFwU5VNog" name="ReadSelfAction">

-    <ownedComment xmi:id="_mm5uL4N9EdqadtFwU5VNog" annotatedElement="_mm5uLoN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yRvOcIOGEdq6geWPj4xEng" name="ReadSelfAction">

+    <ownedComment xmi:id="_yRvOcYOGEdq6geWPj4xEng" annotatedElement="_yRvOcIOGEdq6geWPj4xEng">

       <body>Every action is ultimately a part of some behavior, which is in turn optionally attached in some way to the specification of a classifier; for example as the body of a method or as part of a state machine. When the behavior executes, it does so in the context of some specific host instance of that classifier. This action produces this host instance, if any, on its output pin. The type of the output pin is the classifier to which the behavior is associated in the user model.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mm5uMIN9EdqadtFwU5VNog" name="contained" constrainedElement="_mm5uLoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mm5uMYN9EdqadtFwU5VNog" annotatedElement="_mm5uMIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yRvOcoOGEdq6geWPj4xEng" name="contained" constrainedElement="_yRvOcIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yRvOc4OGEdq6geWPj4xEng" annotatedElement="_yRvOcoOGEdq6geWPj4xEng">

         <body>The action must be contained in an behavior that has a host classifier.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mm5uMoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yRvOdIOGEdq6geWPj4xEng" language="OCL">

         <body>self.context->size() = 1</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mm5uM4N9EdqadtFwU5VNog" name="not_static" constrainedElement="_mm5uLoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mm5uNIN9EdqadtFwU5VNog" annotatedElement="_mm5uM4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yRvOdYOGEdq6geWPj4xEng" name="not_static" constrainedElement="_yRvOcIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yRvOdoOGEdq6geWPj4xEng" annotatedElement="_yRvOdYOGEdq6geWPj4xEng">

         <body>If the action is contained in an behavior that is acting as the body of a method, then the operation of the method must not be static.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mm5uNYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yRvOd4OGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mm5uNoN9EdqadtFwU5VNog" name="type" constrainedElement="_mm5uLoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mm5uN4N9EdqadtFwU5VNog" annotatedElement="_mm5uNoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yRvOeIOGEdq6geWPj4xEng" name="type" constrainedElement="_yRvOcIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yRvOeYOGEdq6geWPj4xEng" annotatedElement="_yRvOeIOGEdq6geWPj4xEng">

         <body>The type of the result output pin is the host classifier.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mm5uOIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yRvOeoOGEdq6geWPj4xEng" language="OCL">

         <body>self.result.type = self.context</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mm5uOYN9EdqadtFwU5VNog" name="multiplicity" constrainedElement="_mm5uLoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mm5uOoN9EdqadtFwU5VNog" annotatedElement="_mm5uOYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yRvOe4OGEdq6geWPj4xEng" name="multiplicity" constrainedElement="_yRvOcIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yRvOfIOGEdq6geWPj4xEng" annotatedElement="_yRvOe4OGEdq6geWPj4xEng">

         <body>The multiplicity of the result output pin is 1..1.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mm5uO4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yRvOfYOGEdq6geWPj4xEng" language="OCL">

         <body>self.result.multiplicity.is(1,1)</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mm5uPIN9EdqadtFwU5VNog" general="_mdq5uYN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mm5uPYN9EdqadtFwU5VNog" name="result" type="_mdhInIN9EdqadtFwU5VNog" subsettedProperty="_mdq5vIN9EdqadtFwU5VNog" association="_mngLHYN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mm5uPoN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mm5uP4N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yRvOfoOGEdq6geWPj4xEng" general="_yI8e-YOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yRvOf4OGEdq6geWPj4xEng" name="result" type="_yIyt34OGEdq6geWPj4xEng" subsettedProperty="_yI8e_IOGEdq6geWPj4xEng" association="_ySVEaYOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yRvOgIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yRvOgYOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mm5uQIN9EdqadtFwU5VNog" annotatedElement="_mm5uPYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yRvOgoOGEdq6geWPj4xEng" annotatedElement="_yRvOf4OGEdq6geWPj4xEng">

         <body>Gives the output pin on which the hosting object is placed.

 

 </body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mm5uQYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mm5uQoN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yRvOg4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yRvOhIOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mm5uQ4N9EdqadtFwU5VNog" name="StructuralFeatureAction" isAbstract="true">

-    <ownedComment xmi:id="_mm5uRIN9EdqadtFwU5VNog" annotatedElement="_mm5uQ4N9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yRvOhYOGEdq6geWPj4xEng" name="StructuralFeatureAction" isAbstract="true">

+    <ownedComment xmi:id="_yRvOhoOGEdq6geWPj4xEng" annotatedElement="_yRvOhYOGEdq6geWPj4xEng">

       <body>This abstract action class statically specifies the structural feature being accessed. The object to access is specified dynamically, by referring to an input pin on which the object will be placed at runtime. The type of the value of this pin is the classifier that owns the specified structural feature, and the value's multiplicity is 1..1.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mm5uRYN9EdqadtFwU5VNog" name="not_static" constrainedElement="_mm5uQ4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mm5uRoN9EdqadtFwU5VNog" annotatedElement="_mm5uRYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yRvOh4OGEdq6geWPj4xEng" name="not_static" constrainedElement="_yRvOhYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yRvOiIOGEdq6geWPj4xEng" annotatedElement="_yRvOh4OGEdq6geWPj4xEng">

         <body>The structural feature must not be static.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mm5uR4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yRvOiYOGEdq6geWPj4xEng" language="OCL">

         <body>self.structuralFeature.isStatic = #false</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mm5uSIN9EdqadtFwU5VNog" name="same_type" constrainedElement="_mm5uQ4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mm5uSYN9EdqadtFwU5VNog" annotatedElement="_mm5uSIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yRvOioOGEdq6geWPj4xEng" name="same_type" constrainedElement="_yRvOhYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yRvOi4OGEdq6geWPj4xEng" annotatedElement="_yRvOioOGEdq6geWPj4xEng">

         <body>The type of the object input pin is the same as the classifier of the object passed on this pin.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mm5uSoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yRvOjIOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mm5uS4N9EdqadtFwU5VNog" name="multiplicity" constrainedElement="_mm5uQ4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mm5uTIN9EdqadtFwU5VNog" annotatedElement="_mm5uS4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yRvOjYOGEdq6geWPj4xEng" name="multiplicity" constrainedElement="_yRvOhYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yRvOjoOGEdq6geWPj4xEng" annotatedElement="_yRvOjYOGEdq6geWPj4xEng">

         <body>The multiplicity of the input pin must be 1..1.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mm5uTYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yRvOj4OGEdq6geWPj4xEng" language="OCL">

         <body>self.object.multiplicity.is(1,1)</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mm5uToN9EdqadtFwU5VNog" name="visibility" constrainedElement="_mm5uQ4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mm5uT4N9EdqadtFwU5VNog" annotatedElement="_mm5uToN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yRvOkIOGEdq6geWPj4xEng" name="visibility" constrainedElement="_yRvOhYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yRvOkYOGEdq6geWPj4xEng" annotatedElement="_yRvOkIOGEdq6geWPj4xEng">

         <body>Visibility of structural feature must allow access to the object performing the action.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mm5uUIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yRvOkoOGEdq6geWPj4xEng" language="OCL">

         <body>let host : Classifier = self.context in

 self.structuralFeature.visibility = #public

 or host = self.structuralFeature.featuringClassifier.type

@@ -6366,109 +6366,109 @@
 </body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mm5uUYN9EdqadtFwU5VNog" name="one_featuring_classifier" constrainedElement="_mm5uQ4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mm5uUoN9EdqadtFwU5VNog" annotatedElement="_mm5uUYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yRvOk4OGEdq6geWPj4xEng" name="one_featuring_classifier" constrainedElement="_yRvOhYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yRvOlIOGEdq6geWPj4xEng" annotatedElement="_yRvOk4OGEdq6geWPj4xEng">

         <body>A structural feature has exactly one featuringClassifier.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mm5uU4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yRvOlYOGEdq6geWPj4xEng" language="OCL">

         <body>self.structuralFeature.featuringClassifier->size() = 1</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mm5uVIN9EdqadtFwU5VNog" general="_mdq5uYN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mm5uVYN9EdqadtFwU5VNog" name="structuralFeature" type="_mM1BOYN9EdqadtFwU5VNog" association="_mnpU8IN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mm5uVoN9EdqadtFwU5VNog" annotatedElement="_mm5uVYN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yRvOloOGEdq6geWPj4xEng" general="_yI8e-YOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yRvOl4OGEdq6geWPj4xEng" name="structuralFeature" type="_x4_-WYOGEdq6geWPj4xEng" association="_ySVEboOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yRvOmIOGEdq6geWPj4xEng" annotatedElement="_yRvOl4OGEdq6geWPj4xEng">

         <body>Structural feature to be read.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mm5uV4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mm5uWIN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yRvOmYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yRvOmoOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mm5uWYN9EdqadtFwU5VNog" name="object" type="_mdhIn4N9EdqadtFwU5VNog" subsettedProperty="_mdq5woN9EdqadtFwU5VNog" association="_mnpU9IN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mm5uWoN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mm5uW4N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yRvOm4OGEdq6geWPj4xEng" name="object" type="_yIyt4oOGEdq6geWPj4xEng" subsettedProperty="_yI8fAoOGEdq6geWPj4xEng" association="_ySVEcoOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yRvOnIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yRvOnYOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mm5uXIN9EdqadtFwU5VNog" annotatedElement="_mm5uWYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yRvOnoOGEdq6geWPj4xEng" annotatedElement="_yRvOm4OGEdq6geWPj4xEng">

         <body>Gives the input pin from which the object whose structural feature is to be read or written is obtained.

 

 </body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mm5uXYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mm5uXoN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yRvOn4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yRvOoIOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mm5uX4N9EdqadtFwU5VNog" name="ReadStructuralFeatureAction">

-    <ownedComment xmi:id="_mm5uYIN9EdqadtFwU5VNog" annotatedElement="_mm5uX4N9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yRvOoYOGEdq6geWPj4xEng" name="ReadStructuralFeatureAction">

+    <ownedComment xmi:id="_yRvOooOGEdq6geWPj4xEng" annotatedElement="_yRvOoYOGEdq6geWPj4xEng">

       <body>This action reads the values of a structural feature, in order if the structural feature is ordered.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mm5uYYN9EdqadtFwU5VNog" name="type_and_ordering" constrainedElement="_mm5uX4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mm5uYoN9EdqadtFwU5VNog" annotatedElement="_mm5uYYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yRvOo4OGEdq6geWPj4xEng" name="type_and_ordering" constrainedElement="_yRvOoYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yRvOpIOGEdq6geWPj4xEng" annotatedElement="_yRvOo4OGEdq6geWPj4xEng">

         <body>The type and ordering of the result output pin are the same as the type and ordering of the structural feature.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mm5uY4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yRvOpYOGEdq6geWPj4xEng" language="OCL">

         <body>self.result.type = self.structuralFeature.type

 and self.result.ordering = self.structuralFeature.ordering

 </body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mm5uZIN9EdqadtFwU5VNog" name="multiplicity" constrainedElement="_mm5uX4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mm5uZYN9EdqadtFwU5VNog" annotatedElement="_mm5uZIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yRvOpoOGEdq6geWPj4xEng" name="multiplicity" constrainedElement="_yRvOoYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yRvOp4OGEdq6geWPj4xEng" annotatedElement="_yRvOpoOGEdq6geWPj4xEng">

         <body>The multiplicity of the structural feature must be compatible with the multiplicity of the output pin.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mm5uZoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yRvOqIOGEdq6geWPj4xEng" language="OCL">

         <body>self.structuralFeature.multiplicity.compatibleWith(self.result.multiplicity)</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mm5uZ4N9EdqadtFwU5VNog" general="_mm5uQ4N9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mm5uaIN9EdqadtFwU5VNog" name="result" type="_mdhInIN9EdqadtFwU5VNog" subsettedProperty="_mdq5vIN9EdqadtFwU5VNog" association="_mnpU-YN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mm5uaYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mm5uaoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yRvOqYOGEdq6geWPj4xEng" general="_yRvOhYOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yRvOqoOGEdq6geWPj4xEng" name="result" type="_yIyt34OGEdq6geWPj4xEng" subsettedProperty="_yI8e_IOGEdq6geWPj4xEng" association="_ySVEd4OGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yRvOq4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yRvOrIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mm5ua4N9EdqadtFwU5VNog" annotatedElement="_mm5uaIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yRvOrYOGEdq6geWPj4xEng" annotatedElement="_yRvOqoOGEdq6geWPj4xEng">

         <body>Gives the output pin on which the result is put.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mm5ubIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mm5ubYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yRvOroOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yRvOr4OGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mm5uboN9EdqadtFwU5VNog" name="WriteStructuralFeatureAction" isAbstract="true">

-    <ownedComment xmi:id="_mm5ub4N9EdqadtFwU5VNog" annotatedElement="_mm5uboN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yRvOsIOGEdq6geWPj4xEng" name="WriteStructuralFeatureAction" isAbstract="true">

+    <ownedComment xmi:id="_yRvOsYOGEdq6geWPj4xEng" annotatedElement="_yRvOsIOGEdq6geWPj4xEng">

       <body>A write structural feature action operates on a structural feature of an object to modify its values. It has an input pin on which the value that will be added or removed is put. Other aspects of write structural feature actions are inherited from StructuralFeatureAction.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mm5ucIN9EdqadtFwU5VNog" name="input_pin" constrainedElement="_mm5uboN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mm5ucYN9EdqadtFwU5VNog" annotatedElement="_mm5ucIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yRvOsoOGEdq6geWPj4xEng" name="input_pin" constrainedElement="_yRvOsIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yRvOs4OGEdq6geWPj4xEng" annotatedElement="_yRvOsoOGEdq6geWPj4xEng">

         <body>The type input pin is the same as the classifier of the structural feature.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mm5ucoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yRvOtIOGEdq6geWPj4xEng" language="OCL">

         <body>self.value.type = self.structuralFeature.featuringClassifier</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mm5uc4N9EdqadtFwU5VNog" name="multiplicity" constrainedElement="_mm5uboN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mm5udIN9EdqadtFwU5VNog" annotatedElement="_mm5uc4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yRvOtYOGEdq6geWPj4xEng" name="multiplicity" constrainedElement="_yRvOsIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yRvOtoOGEdq6geWPj4xEng" annotatedElement="_yRvOtYOGEdq6geWPj4xEng">

         <body>The multiplicity of the input pin is 1..1.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mm5udYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yRvOt4OGEdq6geWPj4xEng" language="OCL">

         <body>self.value.multiplicity.is(1,1)</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mm5udoN9EdqadtFwU5VNog" general="_mm5uQ4N9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mm5ud4N9EdqadtFwU5VNog" name="value" type="_mdhIn4N9EdqadtFwU5VNog" subsettedProperty="_mdq5woN9EdqadtFwU5VNog" association="_mnpU_oN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mm5ueIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mm5ueYN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yRvOuIOGEdq6geWPj4xEng" general="_yRvOhYOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yRvOuYOGEdq6geWPj4xEng" name="value" type="_yIyt4oOGEdq6geWPj4xEng" subsettedProperty="_yI8fAoOGEdq6geWPj4xEng" association="_ySe1UIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yRvOuoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yRvOu4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mm5ueoN9EdqadtFwU5VNog" annotatedElement="_mm5ud4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yRvOvIOGEdq6geWPj4xEng" annotatedElement="_yRvOuYOGEdq6geWPj4xEng">

         <body>Value to be added or removed from the structural feature.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mm5ue4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mm5ufIN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yRvOvYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yRvOvoOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mnDfEIN9EdqadtFwU5VNog" name="ClearStructuralFeatureAction">

-    <ownedComment xmi:id="_mnDfEYN9EdqadtFwU5VNog" annotatedElement="_mnDfEIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yRvOv4OGEdq6geWPj4xEng" name="ClearStructuralFeatureAction">

+    <ownedComment xmi:id="_yRvOwIOGEdq6geWPj4xEng" annotatedElement="_yRvOv4OGEdq6geWPj4xEng">

       <body>This action removes all values of a structural feature.</body>

     </ownedComment>

-    <generalization xmi:id="_mnDfEoN9EdqadtFwU5VNog" general="_mm5uQ4N9EdqadtFwU5VNog"/>

+    <generalization xmi:id="_yRvOwYOGEdq6geWPj4xEng" general="_yRvOhYOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mnDfE4N9EdqadtFwU5VNog" name="RemoveStructuralFeatureValueAction">

-    <ownedComment xmi:id="_mnDfFIN9EdqadtFwU5VNog" annotatedElement="_mnDfE4N9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yR4YYIOGEdq6geWPj4xEng" name="RemoveStructuralFeatureValueAction">

+    <ownedComment xmi:id="_yR4YYYOGEdq6geWPj4xEng" annotatedElement="_yR4YYIOGEdq6geWPj4xEng">

       <body>The object to access is specified dynamically, by referring to an input pin on which the object will be placed at runtime. The type of the value of this pin is the classifier that owns the specified structural feature, and the value's multiplicity is 1..1.

 

 

@@ -6477,36 +6477,36 @@
 

 </body>

     </ownedComment>

-    <ownedRule xmi:id="_mnDfFYN9EdqadtFwU5VNog" name="non_unique_removal" constrainedElement="_mnDfE4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mnDfFoN9EdqadtFwU5VNog" annotatedElement="_mnDfFYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yR4YYoOGEdq6geWPj4xEng" name="non_unique_removal" constrainedElement="_yR4YYIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yR4YY4OGEdq6geWPj4xEng" annotatedElement="_yR4YYoOGEdq6geWPj4xEng">

         <body>Actions removing a value from ordered nonunique structural features must have a single removeAt input pin if isRemoveDuplicates is false. It must be of type Unlimited Natural with multiplicity 1..1. Otherwise, the action has no removeAt input pin.

 

 </body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mnDfF4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yR4YZIOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mnDfGIN9EdqadtFwU5VNog" general="_mm5uboN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mnDfGYN9EdqadtFwU5VNog" name="isRemoveDuplicates" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mnDfGoN9EdqadtFwU5VNog" annotatedElement="_mnDfGYN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yR4YZYOGEdq6geWPj4xEng" general="_yRvOsIOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yR4YZoOGEdq6geWPj4xEng" name="isRemoveDuplicates" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yR4YZ4OGEdq6geWPj4xEng" annotatedElement="_yR4YZoOGEdq6geWPj4xEng">

         <body>Specifies whether to remove duplicates of the value in nonunique structural features.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mnDfG4N9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yR4YaIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mnDfHIN9EdqadtFwU5VNog" name="removeAt" type="_mdhIn4N9EdqadtFwU5VNog" subsettedProperty="_mdq5woN9EdqadtFwU5VNog" association="_mn828IN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mnDfHYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mnDfHoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yR4YaYOGEdq6geWPj4xEng" name="removeAt" type="_yIyt4oOGEdq6geWPj4xEng" subsettedProperty="_yI8fAoOGEdq6geWPj4xEng" association="_ySn_WIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yR4YaoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yR4Ya4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mnDfH4N9EdqadtFwU5VNog" annotatedElement="_mnDfHIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yR4YbIOGEdq6geWPj4xEng" annotatedElement="_yR4YaYOGEdq6geWPj4xEng">

         <body>Specifies the position of an existing value to remove in ordered nonunique structural features. The type of the pin is UnlimitedNatural, but the value cannot be zero or unlimited.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mnDfIIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mnDfIYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yR4YbYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yR4YboOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mnDfIoN9EdqadtFwU5VNog" name="AddStructuralFeatureValueAction">

-    <ownedComment xmi:id="_mnDfI4N9EdqadtFwU5VNog" annotatedElement="_mnDfIoN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yR4Yb4OGEdq6geWPj4xEng" name="AddStructuralFeatureValueAction">

+    <ownedComment xmi:id="_yR4YcIOGEdq6geWPj4xEng" annotatedElement="_yR4Yb4OGEdq6geWPj4xEng">

       <body>Structural Features are potentially multi-valued and ordered, so the action supports specification of insertion points for new values. It also supports the removal of existing values of the structural feature before the new value is added.

 

 

@@ -6515,11 +6515,11 @@
 

 </body>

     </ownedComment>

-    <ownedRule xmi:id="_mnDfJIN9EdqadtFwU5VNog" name="unlimited_natural_and_multiplicity" constrainedElement="_mnDfIoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mnDfJYN9EdqadtFwU5VNog" annotatedElement="_mnDfJIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yR4YcYOGEdq6geWPj4xEng" name="unlimited_natural_and_multiplicity" constrainedElement="_yR4Yb4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yR4YcoOGEdq6geWPj4xEng" annotatedElement="_yR4YcYOGEdq6geWPj4xEng">

         <body>Actions adding a value to ordered structural features must have a single input pin for the insertion point with type UnlimitedNatural and multiplicity of 1..1, otherwise the action has no input pin for the insertion point.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mnDfJoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yR4Yc4OGEdq6geWPj4xEng" language="OCL">

         <body>let insertAtPins : Collection = self.insertAt in

 if self.structuralFeature.isOrdered = #false

 then insertAtPins->size() = 0

@@ -6531,49 +6531,49 @@
 </body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mnDfJ4N9EdqadtFwU5VNog" general="_mm5uboN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mnDfKIN9EdqadtFwU5VNog" name="isReplaceAll" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mnDfKYN9EdqadtFwU5VNog" annotatedElement="_mnDfKIN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yR4YdIOGEdq6geWPj4xEng" general="_yRvOsIOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yR4YdYOGEdq6geWPj4xEng" name="isReplaceAll" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yR4YdoOGEdq6geWPj4xEng" annotatedElement="_yR4YdYOGEdq6geWPj4xEng">

         <body>Specifies whether existing values of the structural feature of the object should be removed before adding the new value.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mnDfKoN9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yR4Yd4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mnDfK4N9EdqadtFwU5VNog" name="insertAt" type="_mdhIn4N9EdqadtFwU5VNog" subsettedProperty="_mdq5woN9EdqadtFwU5VNog" association="_mnpVA4N9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mnDfLIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mnDfLYN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yR4YeIOGEdq6geWPj4xEng" name="insertAt" type="_yIyt4oOGEdq6geWPj4xEng" subsettedProperty="_yI8fAoOGEdq6geWPj4xEng" association="_ySe1VYOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yR4YeYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yR4YeoOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mnDfLoN9EdqadtFwU5VNog" annotatedElement="_mnDfK4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yR4Ye4OGEdq6geWPj4xEng" annotatedElement="_yR4YeIOGEdq6geWPj4xEng">

         <body>Gives the position at which to insert a new value or move an existing value in ordered structural features. The type of the pin is UnlimitedNatural, but the value cannot be zero. This pin is omitted for unordered structural features.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mnDfL4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mnDfMIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yR4YfIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yR4YfYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mnNQEIN9EdqadtFwU5VNog" name="LinkAction" isAbstract="true">

-    <ownedComment xmi:id="_mnNQEYN9EdqadtFwU5VNog" annotatedElement="_mnNQEIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yR4YfoOGEdq6geWPj4xEng" name="LinkAction" isAbstract="true">

+    <ownedComment xmi:id="_yR4Yf4OGEdq6geWPj4xEng" annotatedElement="_yR4YfoOGEdq6geWPj4xEng">

       <body>A link action creates, destroys, or reads links, identifying a link by its end objects and qualifier values, if any.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mnNQEoN9EdqadtFwU5VNog" name="same_association" constrainedElement="_mnNQEIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mnNQE4N9EdqadtFwU5VNog" annotatedElement="_mnNQEoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yR4YgIOGEdq6geWPj4xEng" name="same_association" constrainedElement="_yR4YfoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yR4YgYOGEdq6geWPj4xEng" annotatedElement="_yR4YgIOGEdq6geWPj4xEng">

         <body>The association ends of the link end data must all be from the same association and include all and only the association ends of that association.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mnNQFIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yR4YgoOGEdq6geWPj4xEng" language="OCL">

         <body>self.endData->collect(end) = self.association()->collect(connection))</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mnNQFYN9EdqadtFwU5VNog" name="not_static" constrainedElement="_mnNQEIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mnNQFoN9EdqadtFwU5VNog" annotatedElement="_mnNQFYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yR4Yg4OGEdq6geWPj4xEng" name="not_static" constrainedElement="_yR4YfoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yR4YhIOGEdq6geWPj4xEng" annotatedElement="_yR4Yg4OGEdq6geWPj4xEng">

         <body>The association ends of the link end data must not be static.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mnNQF4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yR4YhYOGEdq6geWPj4xEng" language="OCL">

         <body>self.endData->forall(end.oclisKindOf(NavigableEnd) implies end.isStatic = #false</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mnNQGIN9EdqadtFwU5VNog" name="same_pins" constrainedElement="_mnNQEIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mnNQGYN9EdqadtFwU5VNog" annotatedElement="_mnNQGIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yR4YhoOGEdq6geWPj4xEng" name="same_pins" constrainedElement="_yR4YfoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yR4Yh4OGEdq6geWPj4xEng" annotatedElement="_yR4YhoOGEdq6geWPj4xEng">

         <body>The input pins of the action are the same as the pins of the link end data and insertion pins.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mnNQGoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yR4YiIOGEdq6geWPj4xEng" language="OCL">

         <body>self.input->asSet() =

 let ledpins : Set = self.endData->collect(value) in

 if self.oclIsKindOf(LinkEndCreationData)

@@ -6582,87 +6582,87 @@
 </body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mnNQG4N9EdqadtFwU5VNog" general="_mdq5uYN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mnNQHIN9EdqadtFwU5VNog" name="endData" type="_mnNQLYN9EdqadtFwU5VNog" association="_mnpVCIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mnNQHYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mnNQHoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yR4YiYOGEdq6geWPj4xEng" general="_yI8e-YOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yR4YioOGEdq6geWPj4xEng" name="endData" type="_ySCJYIOGEdq6geWPj4xEng" association="_ySe1WoOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yR4Yi4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yR4YjIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mnNQH4N9EdqadtFwU5VNog" annotatedElement="_mnNQHIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yR4YjYOGEdq6geWPj4xEng" annotatedElement="_yR4YioOGEdq6geWPj4xEng">

         <body>Data identifying one end of a link by the objects on its ends and qualifiers.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mnNQIIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mnNQIYN9EdqadtFwU5VNog" value="2"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yR4YjoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yR4Yj4OGEdq6geWPj4xEng" value="2"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mnNQIoN9EdqadtFwU5VNog" name="inputValue" type="_mdhIn4N9EdqadtFwU5VNog" subsettedProperty="_mdq5woN9EdqadtFwU5VNog" association="_mn83B4N9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mnNQI4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mnNQJIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yR4YkIOGEdq6geWPj4xEng" name="inputValue" type="_yIyt4oOGEdq6geWPj4xEng" subsettedProperty="_yI8fAoOGEdq6geWPj4xEng" association="_ySxwToOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yR4YkYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yR4YkoOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mnNQJYN9EdqadtFwU5VNog" annotatedElement="_mnNQIoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yR4Yk4OGEdq6geWPj4xEng" annotatedElement="_yR4YkIOGEdq6geWPj4xEng">

         <body>Pins taking end objects and qualifier values as input.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mnNQJoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mnNQJ4N9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yR4YlIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yR4YlYOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedOperation xmi:id="_mnNQKIN9EdqadtFwU5VNog" name="association" type="_AwvxoGwNEdq7X4sGURiZYA" isQuery="true" bodyCondition="_mnNQKoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mnNQKYN9EdqadtFwU5VNog" annotatedElement="_mnNQKIN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_yR4YloOGEdq6geWPj4xEng" name="association" type="_AwvxoGwNEdq7X4sGURiZYA" isQuery="true" bodyCondition="_yR4YmIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yR4Yl4OGEdq6geWPj4xEng" annotatedElement="_yR4YloOGEdq6geWPj4xEng">

         <body>The association operates on LinkAction. It returns the association of the action.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mnNQKoN9EdqadtFwU5VNog" name="spec" constrainedElement="_mnNQKIN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mnNQK4N9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_yR4YmIOGEdq6geWPj4xEng" name="spec" constrainedElement="_yR4YloOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yR4YmYOGEdq6geWPj4xEng" language="OCL">

           <body>result = self.endData->asSequence().first().end.association</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mnNQLIN9EdqadtFwU5VNog" type="_AwvxoGwNEdq7X4sGURiZYA" direction="return"/>

+      <returnResult xmi:id="_yR4YmoOGEdq6geWPj4xEng" type="_AwvxoGwNEdq7X4sGURiZYA" direction="return"/>

     </ownedOperation>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mnNQQYN9EdqadtFwU5VNog" name="ReadLinkAction">

-    <ownedComment xmi:id="_mnNQQoN9EdqadtFwU5VNog" annotatedElement="_mnNQQYN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_ySCJdIOGEdq6geWPj4xEng" name="ReadLinkAction">

+    <ownedComment xmi:id="_ySCJdYOGEdq6geWPj4xEng" annotatedElement="_ySCJdIOGEdq6geWPj4xEng">

       <body>This action navigates an association towards one end, which is the end that does not have an input pin to take its object (the “open” end). The objects put on the result output pin are the ones participating in the association at the open end, conforming to the specified qualifiers, in order if the end is ordered. The semantics is undefined for reading a link that violates the navigability or visibility of the open end.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mnNQQ4N9EdqadtFwU5VNog" name="one_open_end" constrainedElement="_mnNQQYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mnNQRIN9EdqadtFwU5VNog" annotatedElement="_mnNQQ4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_ySCJdoOGEdq6geWPj4xEng" name="one_open_end" constrainedElement="_ySCJdIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ySCJd4OGEdq6geWPj4xEng" annotatedElement="_ySCJdoOGEdq6geWPj4xEng">

         <body>Exactly one link-end data specification (the 'open' end) must not have an end object input pin.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mnNQRYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_ySCJeIOGEdq6geWPj4xEng" language="OCL">

         <body>self.endData->select(ed | ed.value->size() = 0)->size() = 1</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mnNQRoN9EdqadtFwU5VNog" name="type_and_ordering" constrainedElement="_mnNQQYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mnNQR4N9EdqadtFwU5VNog" annotatedElement="_mnNQRoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_ySCJeYOGEdq6geWPj4xEng" name="type_and_ordering" constrainedElement="_ySCJdIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ySCJeoOGEdq6geWPj4xEng" annotatedElement="_ySCJeYOGEdq6geWPj4xEng">

         <body>The type and ordering of the result output pin are same as the type and ordering of the open association end.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mnNQSIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_ySCJe4OGEdq6geWPj4xEng" language="OCL">

         <body>let openend : AssociationEnd = self.endData->select(ed | ed.value->size() = 0)->asSequence()->first().end in

 self.result.type = openend.type

 and self.result.ordering = openend.ordering

 </body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mnNQSYN9EdqadtFwU5VNog" name="compatible_multiplicity" constrainedElement="_mnNQQYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mnNQSoN9EdqadtFwU5VNog" annotatedElement="_mnNQSYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_ySCJfIOGEdq6geWPj4xEng" name="compatible_multiplicity" constrainedElement="_ySCJdIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ySCJfYOGEdq6geWPj4xEng" annotatedElement="_ySCJfIOGEdq6geWPj4xEng">

         <body>The multiplicity of the open association end must be compatible with the multiplicity of the result output pin.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mnNQS4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_ySCJfoOGEdq6geWPj4xEng" language="OCL">

         <body>let openend : AssociationEnd = self.endData->select(ed | ed.value->size() = 0)->asSequence()->first().end in

 openend.multiplicity.compatibleWith(self.result.multiplicity)

 </body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mnNQTIN9EdqadtFwU5VNog" name="navigable_open_end" constrainedElement="_mnNQQYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mnNQTYN9EdqadtFwU5VNog" annotatedElement="_mnNQTIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_ySCJf4OGEdq6geWPj4xEng" name="navigable_open_end" constrainedElement="_ySCJdIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ySCJgIOGEdq6geWPj4xEng" annotatedElement="_ySCJf4OGEdq6geWPj4xEng">

         <body>The open end must be navigable.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mnNQToN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_ySCJgYOGEdq6geWPj4xEng" language="OCL">

         <body>let openend : AssociationEnd = self.endData->select(ed | ed.value->size() = 0)->asSequence()->first().end in

 openend.isNavigable()

 </body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mnNQT4N9EdqadtFwU5VNog" name="visibility" constrainedElement="_mnNQQYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mnNQUIN9EdqadtFwU5VNog" annotatedElement="_mnNQT4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_ySCJgoOGEdq6geWPj4xEng" name="visibility" constrainedElement="_ySCJdIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ySCJg4OGEdq6geWPj4xEng" annotatedElement="_ySCJgoOGEdq6geWPj4xEng">

         <body>Visibility of the open end must allow access to the object performing the action.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mnNQUYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_ySCJhIOGEdq6geWPj4xEng" language="OCL">

         <body>let host : Classifier = self.context in

 let openend : AssociationEnd = self.endData->select(ed | ed.value->size() = 0)->asSequence()->first().end in

 openend.visibility = #public

@@ -6673,41 +6673,41 @@
 </body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mnNQUoN9EdqadtFwU5VNog" general="_mnNQEIN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mnNQU4N9EdqadtFwU5VNog" name="result" type="_mdhInIN9EdqadtFwU5VNog" subsettedProperty="_mdq5vIN9EdqadtFwU5VNog" association="_mnzF8IN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mnNQVIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mnNQVYN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_ySCJhYOGEdq6geWPj4xEng" general="_yR4YfoOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_ySCJhoOGEdq6geWPj4xEng" name="result" type="_yIyt34OGEdq6geWPj4xEng" subsettedProperty="_yI8e_IOGEdq6geWPj4xEng" association="_ySe1ZoOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_ySCJh4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_ySCJiIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mnNQVoN9EdqadtFwU5VNog" annotatedElement="_mnNQU4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_ySCJiYOGEdq6geWPj4xEng" annotatedElement="_ySCJhoOGEdq6geWPj4xEng">

         <body>The pin on which are put the objects participating in the association at the end not specified by the inputs.

 

 </body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mnNQV4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mnNQWIN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ySCJioOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ySCJi4OGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mnNQWYN9EdqadtFwU5VNog" name="LinkEndCreationData">

-    <ownedComment xmi:id="_mnNQWoN9EdqadtFwU5VNog" annotatedElement="_mnNQWYN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_ySCJjIOGEdq6geWPj4xEng" name="LinkEndCreationData">

+    <ownedComment xmi:id="_ySCJjYOGEdq6geWPj4xEng" annotatedElement="_ySCJjIOGEdq6geWPj4xEng">

       <body>This class is required when using CreateLinkAction, to specify insertion points for ordered ends and for replacing all links at end. A link cannot be passed as a runtime value to or from an action. Instead, a link is identified by its end objects and qualifier values, as required. This requires more than one piece of data, namely, the statically-specified end in the user model, the object on the end, and the qualifier values for that end. These pieces are brought together around LinkEndData. Each association end is identified separately with an instance of the LinkEndData class.

 

 

 

 Qualifier values are used in CompleteActions to identify links to create.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mnNQW4N9EdqadtFwU5VNog" name="create_link_action" constrainedElement="_mnNQWYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mnNQXIN9EdqadtFwU5VNog" annotatedElement="_mnNQW4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_ySCJjoOGEdq6geWPj4xEng" name="create_link_action" constrainedElement="_ySCJjIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ySCJj4OGEdq6geWPj4xEng" annotatedElement="_ySCJjoOGEdq6geWPj4xEng">

         <body>LinkEndCreationData can only be end data for CreateLinkAction or one of its specializations.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mnNQXYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_ySCJkIOGEdq6geWPj4xEng" language="OCL">

         <body>self.LinkAction.oclIsKindOf(CreateLinkAction)</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mnNQXoN9EdqadtFwU5VNog" name="single_input_pin" constrainedElement="_mnNQWYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mnNQX4N9EdqadtFwU5VNog" annotatedElement="_mnNQXoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_ySCJkYOGEdq6geWPj4xEng" name="single_input_pin" constrainedElement="_ySCJjIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ySCJkoOGEdq6geWPj4xEng" annotatedElement="_ySCJkYOGEdq6geWPj4xEng">

         <body>Link end creation data for ordered association ends must have a single input pin for the insertion point with type UnlimitedNatural and multiplicity of 1..1, otherwise the action has no input pin for the insertion point.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mnNQYIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_ySCJk4OGEdq6geWPj4xEng" language="OCL">

         <body>let insertAtPins : Collection = self.insertAt in

 if self.end.ordering = #unordered

 then insertAtPins->size() = 0

@@ -6719,49 +6719,49 @@
 </body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mnNQYYN9EdqadtFwU5VNog" general="_mnNQLYN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mnNQYoN9EdqadtFwU5VNog" name="isReplaceAll" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mnNQY4N9EdqadtFwU5VNog" annotatedElement="_mnNQYoN9EdqadtFwU5VNog">

+    <generalization xmi:id="_ySCJlIOGEdq6geWPj4xEng" general="_ySCJYIOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_ySCJlYOGEdq6geWPj4xEng" name="isReplaceAll" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_ySCJloOGEdq6geWPj4xEng" annotatedElement="_ySCJlYOGEdq6geWPj4xEng">

         <body>Specifies whether the existing links emanating from the object on this end should be destroyed before creating a new link.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mnNQZIN9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_ySCJl4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mnNQZYN9EdqadtFwU5VNog" name="insertAt" type="_mdhIn4N9EdqadtFwU5VNog" association="_mnzF9YN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mnNQZoN9EdqadtFwU5VNog" annotatedElement="_mnNQZYN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_ySCJmIOGEdq6geWPj4xEng" name="insertAt" type="_yIyt4oOGEdq6geWPj4xEng" association="_ySe1a4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ySCJmYOGEdq6geWPj4xEng" annotatedElement="_ySCJmIOGEdq6geWPj4xEng">

         <body>Specifies where the new link should be inserted for ordered association ends, or where an existing link should be moved to. The type of the input is UnlimitedNatural, but the input cannot be zero. This pin is omitted for association ends that are not ordered.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mnNQZ4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mnNQaIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ySCJmoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ySCJm4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mnNQaYN9EdqadtFwU5VNog" name="CreateLinkAction">

-    <ownedComment xmi:id="_mnNQaoN9EdqadtFwU5VNog" annotatedElement="_mnNQaYN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_ySCJnIOGEdq6geWPj4xEng" name="CreateLinkAction">

+    <ownedComment xmi:id="_ySCJnYOGEdq6geWPj4xEng" annotatedElement="_ySCJnIOGEdq6geWPj4xEng">

       <body>This action can be used to create links and link objects. There is no return value in either case. This is so that no change of the action is required if the association is changed to an association class or vice versa. CreateLinkAction uses a specialization of LinkEndData called LinkEndCreationData, to support ordered associations. The insertion point is specified at runtime by an additional input pin, which is required for ordered association ends and omitted for unordered ends. The insertion point is a positive integer giving the position to insert the link, or unlimited, to insert at the end. Reinserting an existing end at a new position in an ordered unique structural feature moves the end to that position. CreateLinkAction also uses LinkEndCreationData to support the destruction of existing links of the association that connect any of the objects of the new link. When the link is created, this option is available on an end-by-end basis, and causes all links of the association emanating from the 

 

 specified ends to be destroyed before the new link is created.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mnNQa4N9EdqadtFwU5VNog" name="association_not_abstract" constrainedElement="_mnNQaYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mnNQbIN9EdqadtFwU5VNog" annotatedElement="_mnNQa4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_ySCJnoOGEdq6geWPj4xEng" name="association_not_abstract" constrainedElement="_ySCJnIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ySCJn4OGEdq6geWPj4xEng" annotatedElement="_ySCJnoOGEdq6geWPj4xEng">

         <body>The association cannot be an abstract classifier.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mnNQbYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_ySCJoIOGEdq6geWPj4xEng" language="OCL">

         <body>self.association().isAbstract = #false</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mnNQboN9EdqadtFwU5VNog" general="_mnWaCYN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mnNQb4N9EdqadtFwU5VNog" name="endData" type="_mnNQWYN9EdqadtFwU5VNog" redefinedProperty="_mnNQHIN9EdqadtFwU5VNog" association="_mnzF-YN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mnNQcIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mnNQcYN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_ySCJoYOGEdq6geWPj4xEng" general="_ySCJsYOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_ySCJooOGEdq6geWPj4xEng" name="endData" type="_ySCJjIOGEdq6geWPj4xEng" redefinedProperty="_yR4YioOGEdq6geWPj4xEng" association="_ySn_QIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_ySCJo4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_ySCJpIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mnNQcoN9EdqadtFwU5VNog" annotatedElement="_mnNQb4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_ySCJpYOGEdq6geWPj4xEng" annotatedElement="_ySCJooOGEdq6geWPj4xEng">

         <body>Specifies ends of association and inputs.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mnNQc4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mnNQdIN9EdqadtFwU5VNog" value="2"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ySCJpoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ySCJp4OGEdq6geWPj4xEng" value="2"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mnWaAIN9EdqadtFwU5VNog" name="DestroyLinkAction">

-    <ownedComment xmi:id="_mnWaAYN9EdqadtFwU5VNog" annotatedElement="_mnWaAIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_ySCJqIOGEdq6geWPj4xEng" name="DestroyLinkAction">

+    <ownedComment xmi:id="_ySCJqYOGEdq6geWPj4xEng" annotatedElement="_ySCJqIOGEdq6geWPj4xEng">

       <body>This action destroys a link or a link object. Link objects can also be destroyed with DestroyObjectAction. The link is specified in the same way as link creation, even for link objects. This allows actions to remain unchanged when their associations are transformed from ordinary ones to association classes and vice versa.

 

 

@@ -6774,746 +6774,746 @@
 

 </body>

     </ownedComment>

-    <generalization xmi:id="_mnWaAoN9EdqadtFwU5VNog" general="_mnWaCYN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mnWaA4N9EdqadtFwU5VNog" name="endData" type="_mnWaPoN9EdqadtFwU5VNog" redefinedProperty="_mnNQHIN9EdqadtFwU5VNog" association="_mn82-YN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mnWaBIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mnWaBYN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_ySCJqoOGEdq6geWPj4xEng" general="_ySCJsYOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_ySCJq4OGEdq6geWPj4xEng" name="endData" type="_ySLTbIOGEdq6geWPj4xEng" redefinedProperty="_yR4YioOGEdq6geWPj4xEng" association="_ySxwQIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_ySCJrIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_ySCJrYOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mnWaBoN9EdqadtFwU5VNog" annotatedElement="_mnWaA4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_ySCJroOGEdq6geWPj4xEng" annotatedElement="_ySCJq4OGEdq6geWPj4xEng">

         <body>Specifies ends of association and inputs.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mnWaB4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mnWaCIN9EdqadtFwU5VNog" value="2"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ySCJr4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ySCJsIOGEdq6geWPj4xEng" value="2"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mnWaCYN9EdqadtFwU5VNog" name="WriteLinkAction" isAbstract="true">

-    <ownedComment xmi:id="_mnWaCoN9EdqadtFwU5VNog" annotatedElement="_mnWaCYN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_ySCJsYOGEdq6geWPj4xEng" name="WriteLinkAction" isAbstract="true">

+    <ownedComment xmi:id="_ySCJsoOGEdq6geWPj4xEng" annotatedElement="_ySCJsYOGEdq6geWPj4xEng">

       <body>A write link action takes a complete identification of a link and creates or destroys it.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mnWaC4N9EdqadtFwU5VNog" name="allow_access" constrainedElement="_mnWaCYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mnWaDIN9EdqadtFwU5VNog" annotatedElement="_mnWaC4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_ySCJs4OGEdq6geWPj4xEng" name="allow_access" constrainedElement="_ySCJsYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ySCJtIOGEdq6geWPj4xEng" annotatedElement="_ySCJs4OGEdq6geWPj4xEng">

         <body>The visibility of at least one end must allow access to the class using the action.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mnWaDYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_ySCJtYOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mnWaDoN9EdqadtFwU5VNog" general="_mnNQEIN9EdqadtFwU5VNog"/>

+    <generalization xmi:id="_ySCJtoOGEdq6geWPj4xEng" general="_yR4YfoOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mnWaD4N9EdqadtFwU5VNog" name="ClearAssociationAction">

-    <ownedComment xmi:id="_mnWaEIN9EdqadtFwU5VNog" annotatedElement="_mnWaD4N9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_ySCJt4OGEdq6geWPj4xEng" name="ClearAssociationAction">

+    <ownedComment xmi:id="_ySCJuIOGEdq6geWPj4xEng" annotatedElement="_ySCJt4OGEdq6geWPj4xEng">

       <body>This action destroys all links of an association that have a particular object at one end.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mnWaEYN9EdqadtFwU5VNog" name="same_type" constrainedElement="_mnWaD4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mnWaEoN9EdqadtFwU5VNog" annotatedElement="_mnWaEYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_ySCJuYOGEdq6geWPj4xEng" name="same_type" constrainedElement="_ySCJt4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ySCJuoOGEdq6geWPj4xEng" annotatedElement="_ySCJuYOGEdq6geWPj4xEng">

         <body>The type of the input pin must be the same as the type of at least one of the association ends of the association.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mnWaE4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_ySCJu4OGEdq6geWPj4xEng" language="OCL">

         <body>self.association->exists(end.type = self.object.type)</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mnWaFIN9EdqadtFwU5VNog" name="multiplicity" constrainedElement="_mnWaD4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mnWaFYN9EdqadtFwU5VNog" annotatedElement="_mnWaFIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_ySCJvIOGEdq6geWPj4xEng" name="multiplicity" constrainedElement="_ySCJt4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ySCJvYOGEdq6geWPj4xEng" annotatedElement="_ySCJvIOGEdq6geWPj4xEng">

         <body>The multiplicity of the input pin is 1..1.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mnWaFoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_ySCJvoOGEdq6geWPj4xEng" language="OCL">

         <body>self.object.multiplicity.is(1,1)</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mnWaF4N9EdqadtFwU5VNog" general="_mdq5uYN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mnWaGIN9EdqadtFwU5VNog" name="object" type="_mdhIn4N9EdqadtFwU5VNog" subsettedProperty="_mdq5woN9EdqadtFwU5VNog" association="_mnzF_oN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mnWaGYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mnWaGoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_ySCJv4OGEdq6geWPj4xEng" general="_yI8e-YOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_ySCJwIOGEdq6geWPj4xEng" name="object" type="_yIyt4oOGEdq6geWPj4xEng" subsettedProperty="_yI8fAoOGEdq6geWPj4xEng" association="_ySn_RYOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_ySCJwYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_ySCJwoOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mnWaG4N9EdqadtFwU5VNog" annotatedElement="_mnWaGIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_ySCJw4OGEdq6geWPj4xEng" annotatedElement="_ySCJwIOGEdq6geWPj4xEng">

         <body>Gives the input pin from which is obtained the object whose participation in the association is to be cleared.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mnWaHIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mnWaHYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ySCJxIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ySCJxYOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mnWaHoN9EdqadtFwU5VNog" name="association" type="_AwvxoGwNEdq7X4sGURiZYA" association="_mnzGA4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mnWaH4N9EdqadtFwU5VNog" annotatedElement="_mnWaHoN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_ySCJxoOGEdq6geWPj4xEng" name="association" type="_AwvxoGwNEdq7X4sGURiZYA" association="_ySn_SoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ySCJx4OGEdq6geWPj4xEng" annotatedElement="_ySCJxoOGEdq6geWPj4xEng">

         <body>Association to be cleared.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mnWaIIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mnWaIYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ySCJyIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ySCJyYOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mnWaIoN9EdqadtFwU5VNog" name="BroadcastSignalAction">

-    <ownedComment xmi:id="_mnWaI4N9EdqadtFwU5VNog" annotatedElement="_mnWaIoN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_ySLTUIOGEdq6geWPj4xEng" name="BroadcastSignalAction">

+    <ownedComment xmi:id="_ySLTUYOGEdq6geWPj4xEng" annotatedElement="_ySLTUIOGEdq6geWPj4xEng">

       <body>BroadcastSignalAction is an action that transmits a signal instance to all the potential target objects in the system, which may cause the firing of a state machine transitions or the execution of associated activities of a target object. The argument values are available to the execution of associated behaviors. The requestor continues execution immediately after the signals are sent out. It does not wait for receipt. Any reply messages are ignored and are not transmitted to the requestor.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mnWaJIN9EdqadtFwU5VNog" name="number_and_order" constrainedElement="_mnWaIoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mnWaJYN9EdqadtFwU5VNog" annotatedElement="_mnWaJIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_ySLTUoOGEdq6geWPj4xEng" name="number_and_order" constrainedElement="_ySLTUIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ySLTU4OGEdq6geWPj4xEng" annotatedElement="_ySLTUoOGEdq6geWPj4xEng">

         <body>The number and order of argument pins must be the same as the number and order of attributes in the signal.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mnWaJoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_ySLTVIOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mnWaJ4N9EdqadtFwU5VNog" name="type_ordering_multiplicity" constrainedElement="_mnWaIoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mnWaKIN9EdqadtFwU5VNog" annotatedElement="_mnWaJ4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_ySLTVYOGEdq6geWPj4xEng" name="type_ordering_multiplicity" constrainedElement="_ySLTUIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ySLTVoOGEdq6geWPj4xEng" annotatedElement="_ySLTVYOGEdq6geWPj4xEng">

         <body>The type, ordering, and multiplicity of an argument pin must be the same as the corresponding attribute of the signal.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mnWaKYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_ySLTV4OGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mnWaKoN9EdqadtFwU5VNog" general="_mdhIooN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mnWaK4N9EdqadtFwU5VNog" name="signal" type="_Pu3O0HL0EdqziYxiZo0YtA" association="_mnzGDYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mnWaLIN9EdqadtFwU5VNog" annotatedElement="_mnWaK4N9EdqadtFwU5VNog">

+    <generalization xmi:id="_ySLTWIOGEdq6geWPj4xEng" general="_yIyt5YOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_ySLTWYOGEdq6geWPj4xEng" name="signal" type="_Pu3O0HL0EdqziYxiZo0YtA" association="_ySn_VIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ySLTWoOGEdq6geWPj4xEng" annotatedElement="_ySLTWYOGEdq6geWPj4xEng">

         <body>The specification of signal object transmitted to the target objects.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mnWaLYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mnWaLoN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ySLTW4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ySLTXIOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mnWaL4N9EdqadtFwU5VNog" name="SendObjectAction">

-    <ownedComment xmi:id="_mnWaMIN9EdqadtFwU5VNog" annotatedElement="_mnWaL4N9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_ySLTXYOGEdq6geWPj4xEng" name="SendObjectAction">

+    <ownedComment xmi:id="_ySLTXoOGEdq6geWPj4xEng" annotatedElement="_ySLTXYOGEdq6geWPj4xEng">

       <body>SendObjectAction is an action that transmits an object to the target object, where it may invoke behavior such as the firing of state machine transitions or the execution of an activity. The value of the object is available to the execution of invoked behaviors. The requestor continues execution immediately. Any reply message is ignored and is not transmitted to the requestor.</body>

     </ownedComment>

-    <generalization xmi:id="_mnWaMYN9EdqadtFwU5VNog" general="_mdhIooN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mnWaMoN9EdqadtFwU5VNog" name="target" type="_mdhIn4N9EdqadtFwU5VNog" subsettedProperty="_mdq5woN9EdqadtFwU5VNog" association="_mnzGB4N9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mnWaM4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mnWaNIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_ySLTX4OGEdq6geWPj4xEng" general="_yIyt5YOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_ySLTYIOGEdq6geWPj4xEng" name="target" type="_yIyt4oOGEdq6geWPj4xEng" subsettedProperty="_yI8fAoOGEdq6geWPj4xEng" association="_ySn_ToOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_ySLTYYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_ySLTYoOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mnWaNYN9EdqadtFwU5VNog" annotatedElement="_mnWaMoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_ySLTY4OGEdq6geWPj4xEng" annotatedElement="_ySLTYIOGEdq6geWPj4xEng">

         <body>The target object to which the object is sent.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mnWaNoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mnWaN4N9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ySLTZIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ySLTZYOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mnWaOIN9EdqadtFwU5VNog" name="request" type="_mdhIn4N9EdqadtFwU5VNog" redefinedProperty="_mdhIpYN9EdqadtFwU5VNog" association="_mnzGCoN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mnWaOYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mnWaOoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_ySLTZoOGEdq6geWPj4xEng" name="request" type="_yIyt4oOGEdq6geWPj4xEng" redefinedProperty="_yIyt6IOGEdq6geWPj4xEng" association="_ySn_UYOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_ySLTZ4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_ySLTaIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mnWaO4N9EdqadtFwU5VNog" annotatedElement="_mnWaOIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_ySLTaYOGEdq6geWPj4xEng" annotatedElement="_ySLTZoOGEdq6geWPj4xEng">

         <body>The request object, which is transmitted to the target object. The object may be copied in transmission, so identity might not be preserved. (Specialized from InvocationActon.argument)</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mnWaPIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mnWaPYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ySLTaoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ySLTa4OGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mnWaPoN9EdqadtFwU5VNog" name="LinkEndDestructionData">

-    <ownedComment xmi:id="_mnWaP4N9EdqadtFwU5VNog" annotatedElement="_mnWaPoN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_ySLTbIOGEdq6geWPj4xEng" name="LinkEndDestructionData">

+    <ownedComment xmi:id="_ySLTbYOGEdq6geWPj4xEng" annotatedElement="_ySLTbIOGEdq6geWPj4xEng">

       <body>This class is required when using DestroyLinkAction, to specify links to destroy for nonunique ordered ends. A link cannot be passed as a runtime value to or from an action.

 

 

 

 Qualifier values are used in CompleteActions to identify links to destroy.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mnWaQIN9EdqadtFwU5VNog" name="destroy_link_action" constrainedElement="_mnWaPoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mnWaQYN9EdqadtFwU5VNog" annotatedElement="_mnWaQIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_ySLTboOGEdq6geWPj4xEng" name="destroy_link_action" constrainedElement="_ySLTbIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ySLTb4OGEdq6geWPj4xEng" annotatedElement="_ySLTboOGEdq6geWPj4xEng">

         <body>LinkEndDestructionData can only be end data for DestroyLinkAction or one of its specializations.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mnWaQoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_ySLTcIOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mnWaQ4N9EdqadtFwU5VNog" name="unlimited_natural_and_multiplicity" constrainedElement="_mnWaPoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mnWaRIN9EdqadtFwU5VNog" annotatedElement="_mnWaQ4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_ySLTcYOGEdq6geWPj4xEng" name="unlimited_natural_and_multiplicity" constrainedElement="_ySLTbIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ySLTcoOGEdq6geWPj4xEng" annotatedElement="_ySLTcYOGEdq6geWPj4xEng">

         <body>LinkEndDestructionData for ordered nonunique association ends must have a single destroyAt input pin if isDestroyDuplicates is false. It must be of type UnlimitedNatural and have a multiplicity of 1..1. Otherwise, the action has no input pin for the removal position.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mnWaRYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_ySLTc4OGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mnWaRoN9EdqadtFwU5VNog" general="_mnNQLYN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mnWaR4N9EdqadtFwU5VNog" name="isDestroyDuplicates" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mnWaSIN9EdqadtFwU5VNog" annotatedElement="_mnWaR4N9EdqadtFwU5VNog">

+    <generalization xmi:id="_ySLTdIOGEdq6geWPj4xEng" general="_ySCJYIOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_ySLTdYOGEdq6geWPj4xEng" name="isDestroyDuplicates" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_ySLTdoOGEdq6geWPj4xEng" annotatedElement="_ySLTdYOGEdq6geWPj4xEng">

         <body>Specifies whether to destroy duplicates of the value in nonunique association ends.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mnWaSYN9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_ySLTd4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mnWaSoN9EdqadtFwU5VNog" name="destroyAt" type="_mdhIn4N9EdqadtFwU5VNog" association="_mn829YN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mnWaS4N9EdqadtFwU5VNog" annotatedElement="_mnWaSoN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_ySLTeIOGEdq6geWPj4xEng" name="destroyAt" type="_yIyt4oOGEdq6geWPj4xEng" association="_ySn_XYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ySLTeYOGEdq6geWPj4xEng" annotatedElement="_ySLTeIOGEdq6geWPj4xEng">

         <body>Specifies the position of an existing link to be destroyed in ordered nonunique association ends. The type of the pin is UnlimitedNatural, but the value cannot be zero or unlimited.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mnWaTIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mnWaTYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ySLTeoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ySLTe4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mnWaToN9EdqadtFwU5VNog" name="ValueSpecificationAction">

-    <ownedComment xmi:id="_mnWaT4N9EdqadtFwU5VNog" annotatedElement="_mnWaToN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_ySLTfIOGEdq6geWPj4xEng" name="ValueSpecificationAction">

+    <ownedComment xmi:id="_ySLTfYOGEdq6geWPj4xEng" annotatedElement="_ySLTfIOGEdq6geWPj4xEng">

       <body>The action returns the result of evaluating a value specification.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mnWaUIN9EdqadtFwU5VNog" name="compatible_type" constrainedElement="_mnWaToN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mnWaUYN9EdqadtFwU5VNog" annotatedElement="_mnWaUIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_ySLTfoOGEdq6geWPj4xEng" name="compatible_type" constrainedElement="_ySLTfIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ySLTf4OGEdq6geWPj4xEng" annotatedElement="_ySLTfoOGEdq6geWPj4xEng">

         <body>The type of value specification must be compatible with the type of the result pin.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mnWaUoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_ySLTgIOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mnWaU4N9EdqadtFwU5VNog" name="multiplicity" constrainedElement="_mnWaToN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mnWaVIN9EdqadtFwU5VNog" annotatedElement="_mnWaU4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_ySLTgYOGEdq6geWPj4xEng" name="multiplicity" constrainedElement="_ySLTfIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ySLTgoOGEdq6geWPj4xEng" annotatedElement="_ySLTgYOGEdq6geWPj4xEng">

         <body>The multiplicity of the result pin is 1..1</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mnWaVYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_ySLTg4OGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mnWaVoN9EdqadtFwU5VNog" general="_mdq5uYN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mnWaV4N9EdqadtFwU5VNog" name="value" type="_mM1BRYN9EdqadtFwU5VNog" association="_mn82_oN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mnWaWIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mnWaWYN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_ySLThIOGEdq6geWPj4xEng" general="_yI8e-YOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_ySLThYOGEdq6geWPj4xEng" name="value" type="_x4_-ZYOGEdq6geWPj4xEng" association="_ySxwRYOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_ySLThoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_ySLTh4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mnWaWoN9EdqadtFwU5VNog" annotatedElement="_mnWaV4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_ySLTiIOGEdq6geWPj4xEng" annotatedElement="_ySLThYOGEdq6geWPj4xEng">

         <body>Value specification to be evaluated.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mnWaW4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mnWaXIN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ySLTiYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ySLTioOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mnWaXYN9EdqadtFwU5VNog" name="result" type="_mdhInIN9EdqadtFwU5VNog" subsettedProperty="_mdq5vIN9EdqadtFwU5VNog" association="_mn83AoN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mnWaXoN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mnWaX4N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_ySLTi4OGEdq6geWPj4xEng" name="result" type="_yIyt34OGEdq6geWPj4xEng" subsettedProperty="_yI8e_IOGEdq6geWPj4xEng" association="_ySxwSYOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_ySLTjIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_ySLTjYOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mnWaYIN9EdqadtFwU5VNog" annotatedElement="_mnWaXYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_ySLTjoOGEdq6geWPj4xEng" annotatedElement="_ySLTi4OGEdq6geWPj4xEng">

         <body>Gives the output pin on which the result is put.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mnWaYYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mnWaYoN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ySLTj4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ySLTkIOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mngLAIN9EdqadtFwU5VNog" name="A_classifier_createObjectAction" memberEnd="_mmwkO4N9EdqadtFwU5VNog _mngLAYN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mngLAYN9EdqadtFwU5VNog" type="_mmwkLIN9EdqadtFwU5VNog" association="_mngLAIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mngLAoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mngLA4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_ySLTkYOGEdq6geWPj4xEng" name="A_classifier_createObjectAction" memberEnd="_ySLTkoOGEdq6geWPj4xEng _yRldi4OGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_ySLTkoOGEdq6geWPj4xEng" type="_yRldfIOGEdq6geWPj4xEng" association="_ySLTkYOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ySLTk4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ySLTlIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mngLBIN9EdqadtFwU5VNog" name="A_result_createObjectAction" memberEnd="_mmwkP4N9EdqadtFwU5VNog _mngLBoN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mngLBYN9EdqadtFwU5VNog" general="_md0Dj4N9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mngLBoN9EdqadtFwU5VNog" type="_mmwkLIN9EdqadtFwU5VNog" association="_mngLBIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mngLB4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mngLCIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_ySVEUIOGEdq6geWPj4xEng" name="A_result_createObjectAction" memberEnd="_ySVEUoOGEdq6geWPj4xEng _yRldj4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_ySVEUYOGEdq6geWPj4xEng" general="_yJFoz4OGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_ySVEUoOGEdq6geWPj4xEng" type="_yRldfIOGEdq6geWPj4xEng" association="_ySVEUIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ySVEU4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ySVEVIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mngLCYN9EdqadtFwU5VNog" name="A_target_destroyObjectAction" memberEnd="_mngLC4N9EdqadtFwU5VNog _mmwkVIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mngLCoN9EdqadtFwU5VNog" general="_md0DlIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mngLC4N9EdqadtFwU5VNog" type="_mmwkRYN9EdqadtFwU5VNog" association="_mngLCYN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mngLDIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mngLDYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_ySVEVYOGEdq6geWPj4xEng" name="A_target_destroyObjectAction" memberEnd="_ySVEV4OGEdq6geWPj4xEng _yRldpIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_ySVEVoOGEdq6geWPj4xEng" general="_yJFo1IOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_ySVEV4OGEdq6geWPj4xEng" type="_yRldlYOGEdq6geWPj4xEng" association="_ySVEVYOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ySVEWIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ySVEWYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mngLDoN9EdqadtFwU5VNog" name="A_first_testIdentityAction" memberEnd="_mm5uHIN9EdqadtFwU5VNog _mngLEIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mngLD4N9EdqadtFwU5VNog" general="_md0DlIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mngLEIN9EdqadtFwU5VNog" type="_mm5uEIN9EdqadtFwU5VNog" association="_mngLDoN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mngLEYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mngLEoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_ySVEWoOGEdq6geWPj4xEng" name="A_first_testIdentityAction" memberEnd="_ySVEXIOGEdq6geWPj4xEng _yRldtoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_ySVEW4OGEdq6geWPj4xEng" general="_yJFo1IOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_ySVEXIOGEdq6geWPj4xEng" type="_yRldqoOGEdq6geWPj4xEng" association="_ySVEWoOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ySVEXYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ySVEXoOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mngLE4N9EdqadtFwU5VNog" name="A_second_testIdentityAction" memberEnd="_mm5uIoN9EdqadtFwU5VNog _mngLFYN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mngLFIN9EdqadtFwU5VNog" general="_md0DlIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mngLFYN9EdqadtFwU5VNog" type="_mm5uEIN9EdqadtFwU5VNog" association="_mngLE4N9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mngLFoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mngLF4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_ySVEX4OGEdq6geWPj4xEng" name="A_second_testIdentityAction" memberEnd="_ySVEYYOGEdq6geWPj4xEng _yRldvIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_ySVEYIOGEdq6geWPj4xEng" general="_yJFo1IOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_ySVEYYOGEdq6geWPj4xEng" type="_yRldqoOGEdq6geWPj4xEng" association="_ySVEX4OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ySVEYoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ySVEY4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mngLGIN9EdqadtFwU5VNog" name="A_result_testIdentityAction" memberEnd="_mngLGoN9EdqadtFwU5VNog _mm5uKIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mngLGYN9EdqadtFwU5VNog" general="_md0Dj4N9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mngLGoN9EdqadtFwU5VNog" type="_mm5uEIN9EdqadtFwU5VNog" association="_mngLGIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mngLG4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mngLHIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_ySVEZIOGEdq6geWPj4xEng" name="A_result_testIdentityAction" memberEnd="_ySVEZoOGEdq6geWPj4xEng _yRldwoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_ySVEZYOGEdq6geWPj4xEng" general="_yJFoz4OGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_ySVEZoOGEdq6geWPj4xEng" type="_yRldqoOGEdq6geWPj4xEng" association="_ySVEZIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ySVEZ4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ySVEaIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mngLHYN9EdqadtFwU5VNog" name="A_result_readSelfAction" memberEnd="_mm5uPYN9EdqadtFwU5VNog _mngLH4N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mngLHoN9EdqadtFwU5VNog" general="_md0Dj4N9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mngLH4N9EdqadtFwU5VNog" type="_mm5uLoN9EdqadtFwU5VNog" association="_mngLHYN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mngLIIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mngLIYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_ySVEaYOGEdq6geWPj4xEng" name="A_result_readSelfAction" memberEnd="_ySVEa4OGEdq6geWPj4xEng _yRvOf4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_ySVEaoOGEdq6geWPj4xEng" general="_yJFoz4OGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_ySVEa4OGEdq6geWPj4xEng" type="_yRvOcIOGEdq6geWPj4xEng" association="_ySVEaYOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ySVEbIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ySVEbYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mnpU8IN9EdqadtFwU5VNog" name="A_structuralFeatureAction_structuralFeature" memberEnd="_mm5uVYN9EdqadtFwU5VNog _mnpU8YN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mnpU8YN9EdqadtFwU5VNog" type="_mm5uQ4N9EdqadtFwU5VNog" association="_mnpU8IN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mnpU8oN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mnpU84N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_ySVEboOGEdq6geWPj4xEng" name="A_structuralFeatureAction_structuralFeature" memberEnd="_ySVEb4OGEdq6geWPj4xEng _yRvOl4OGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_ySVEb4OGEdq6geWPj4xEng" type="_yRvOhYOGEdq6geWPj4xEng" association="_ySVEboOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ySVEcIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ySVEcYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mnpU9IN9EdqadtFwU5VNog" name="A_object_structuralFeatureAction" memberEnd="_mm5uWYN9EdqadtFwU5VNog _mnpU9oN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mnpU9YN9EdqadtFwU5VNog" general="_md0DlIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mnpU9oN9EdqadtFwU5VNog" type="_mm5uQ4N9EdqadtFwU5VNog" association="_mnpU9IN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mnpU94N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mnpU-IN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_ySVEcoOGEdq6geWPj4xEng" name="A_object_structuralFeatureAction" memberEnd="_yRvOm4OGEdq6geWPj4xEng _ySVEdIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_ySVEc4OGEdq6geWPj4xEng" general="_yJFo1IOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_ySVEdIOGEdq6geWPj4xEng" type="_yRvOhYOGEdq6geWPj4xEng" association="_ySVEcoOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ySVEdYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ySVEdoOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mnpU-YN9EdqadtFwU5VNog" name="A_result_readStructuralFeatureAction" memberEnd="_mm5uaIN9EdqadtFwU5VNog _mnpU-4N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mnpU-oN9EdqadtFwU5VNog" general="_md0Dj4N9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mnpU-4N9EdqadtFwU5VNog" type="_mm5uX4N9EdqadtFwU5VNog" association="_mnpU-YN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mnpU_IN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mnpU_YN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_ySVEd4OGEdq6geWPj4xEng" name="A_result_readStructuralFeatureAction" memberEnd="_yRvOqoOGEdq6geWPj4xEng _ySVEeYOGEdq6geWPj4xEng">

+    <generalization xmi:id="_ySVEeIOGEdq6geWPj4xEng" general="_yJFoz4OGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_ySVEeYOGEdq6geWPj4xEng" type="_yRvOoYOGEdq6geWPj4xEng" association="_ySVEd4OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ySVEeoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ySVEe4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mnpU_oN9EdqadtFwU5VNog" name="A_value_writeStructuralFeatureAction" memberEnd="_mm5ud4N9EdqadtFwU5VNog _mnpVAIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mnpU_4N9EdqadtFwU5VNog" general="_md0DlIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mnpVAIN9EdqadtFwU5VNog" type="_mm5uboN9EdqadtFwU5VNog" association="_mnpU_oN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mnpVAYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mnpVAoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_ySe1UIOGEdq6geWPj4xEng" name="A_value_writeStructuralFeatureAction" memberEnd="_yRvOuYOGEdq6geWPj4xEng _ySe1UoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_ySe1UYOGEdq6geWPj4xEng" general="_yJFo1IOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_ySe1UoOGEdq6geWPj4xEng" type="_yRvOsIOGEdq6geWPj4xEng" association="_ySe1UIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ySe1U4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ySe1VIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mnpVA4N9EdqadtFwU5VNog" name="A_insertAt_addStructuralFeatureValueAction" memberEnd="_mnDfK4N9EdqadtFwU5VNog _mnpVBYN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mnpVBIN9EdqadtFwU5VNog" general="_md0DlIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mnpVBYN9EdqadtFwU5VNog" type="_mnDfIoN9EdqadtFwU5VNog" association="_mnpVA4N9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mnpVBoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mnpVB4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_ySe1VYOGEdq6geWPj4xEng" name="A_insertAt_addStructuralFeatureValueAction" memberEnd="_yR4YeIOGEdq6geWPj4xEng _ySe1V4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_ySe1VoOGEdq6geWPj4xEng" general="_yJFo1IOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_ySe1V4OGEdq6geWPj4xEng" type="_yR4Yb4OGEdq6geWPj4xEng" association="_ySe1VYOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ySe1WIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ySe1WYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mnpVCIN9EdqadtFwU5VNog" name="A_endData_linkAction" memberEnd="_mnNQHIN9EdqadtFwU5VNog _mnpVCYN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mnpVCYN9EdqadtFwU5VNog" type="_mnNQEIN9EdqadtFwU5VNog" association="_mnpVCIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mnpVCoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mnpVC4N9EdqadtFwU5VNog" value="1"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_ySe1WoOGEdq6geWPj4xEng" name="A_endData_linkAction" memberEnd="_yR4YioOGEdq6geWPj4xEng _ySe1W4OGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_ySe1W4OGEdq6geWPj4xEng" type="_yR4YfoOGEdq6geWPj4xEng" association="_ySe1WoOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ySe1XIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ySe1XYOGEdq6geWPj4xEng" value="1"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mnpVDIN9EdqadtFwU5VNog" name="A_value_linkEndData" memberEnd="_mnNQOYN9EdqadtFwU5VNog _mnpVDYN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mnpVDYN9EdqadtFwU5VNog" type="_mnNQLYN9EdqadtFwU5VNog" association="_mnpVDIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mnpVDoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mnpVD4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_ySe1XoOGEdq6geWPj4xEng" name="A_value_linkEndData" memberEnd="_ySe1X4OGEdq6geWPj4xEng _ySCJbIOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_ySe1X4OGEdq6geWPj4xEng" type="_ySCJYIOGEdq6geWPj4xEng" association="_ySe1XoOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ySe1YIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ySe1YYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mnpVEIN9EdqadtFwU5VNog" name="A_end_linkEndData" memberEnd="_mnNQPYN9EdqadtFwU5VNog _mnpVEYN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mnpVEYN9EdqadtFwU5VNog" type="_mnNQLYN9EdqadtFwU5VNog" association="_mnpVEIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mnpVEoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mnpVE4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_ySe1YoOGEdq6geWPj4xEng" name="A_end_linkEndData" memberEnd="_ySCJcIOGEdq6geWPj4xEng _ySe1Y4OGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_ySe1Y4OGEdq6geWPj4xEng" type="_ySCJYIOGEdq6geWPj4xEng" association="_ySe1YoOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ySe1ZIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ySe1ZYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mnzF8IN9EdqadtFwU5VNog" name="A_result_readLinkAction" memberEnd="_mnNQU4N9EdqadtFwU5VNog _mnzF8oN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mnzF8YN9EdqadtFwU5VNog" general="_md0Dj4N9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mnzF8oN9EdqadtFwU5VNog" type="_mnNQQYN9EdqadtFwU5VNog" association="_mnzF8IN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mnzF84N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mnzF9IN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_ySe1ZoOGEdq6geWPj4xEng" name="A_result_readLinkAction" memberEnd="_ySCJhoOGEdq6geWPj4xEng _ySe1aIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_ySe1Z4OGEdq6geWPj4xEng" general="_yJFoz4OGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_ySe1aIOGEdq6geWPj4xEng" type="_ySCJdIOGEdq6geWPj4xEng" association="_ySe1ZoOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ySe1aYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ySe1aoOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mnzF9YN9EdqadtFwU5VNog" name="A_insertAt_linkEndCreationData" memberEnd="_mnNQZYN9EdqadtFwU5VNog _mnzF9oN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mnzF9oN9EdqadtFwU5VNog" type="_mnNQWYN9EdqadtFwU5VNog" association="_mnzF9YN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mnzF94N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mnzF-IN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_ySe1a4OGEdq6geWPj4xEng" name="A_insertAt_linkEndCreationData" memberEnd="_ySCJmIOGEdq6geWPj4xEng _ySe1bIOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_ySe1bIOGEdq6geWPj4xEng" type="_ySCJjIOGEdq6geWPj4xEng" association="_ySe1a4OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ySe1bYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ySe1boOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mnzF-YN9EdqadtFwU5VNog" name="A_endData_createLinkAction" memberEnd="_mnNQb4N9EdqadtFwU5VNog _mnzF-4N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mnzF-oN9EdqadtFwU5VNog" general="_mnpVCIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mnzF-4N9EdqadtFwU5VNog" type="_mnNQaYN9EdqadtFwU5VNog" redefinedProperty="_mnpVCYN9EdqadtFwU5VNog" association="_mnzF-YN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mnzF_IN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mnzF_YN9EdqadtFwU5VNog" value="1"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_ySn_QIOGEdq6geWPj4xEng" name="A_endData_createLinkAction" memberEnd="_ySn_QoOGEdq6geWPj4xEng _ySCJooOGEdq6geWPj4xEng">

+    <generalization xmi:id="_ySn_QYOGEdq6geWPj4xEng" general="_ySe1WoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_ySn_QoOGEdq6geWPj4xEng" type="_ySCJnIOGEdq6geWPj4xEng" redefinedProperty="_ySe1W4OGEdq6geWPj4xEng" association="_ySn_QIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ySn_Q4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ySn_RIOGEdq6geWPj4xEng" value="1"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mnzF_oN9EdqadtFwU5VNog" name="A_object_clearAssociationAction" memberEnd="_mnWaGIN9EdqadtFwU5VNog _mnzGAIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mnzF_4N9EdqadtFwU5VNog" general="_md0DlIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mnzGAIN9EdqadtFwU5VNog" type="_mnWaD4N9EdqadtFwU5VNog" association="_mnzF_oN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mnzGAYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mnzGAoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_ySn_RYOGEdq6geWPj4xEng" name="A_object_clearAssociationAction" memberEnd="_ySCJwIOGEdq6geWPj4xEng _ySn_R4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_ySn_RoOGEdq6geWPj4xEng" general="_yJFo1IOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_ySn_R4OGEdq6geWPj4xEng" type="_ySCJt4OGEdq6geWPj4xEng" association="_ySn_RYOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ySn_SIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ySn_SYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mnzGA4N9EdqadtFwU5VNog" name="A_association_clearAssociationAction" memberEnd="_mnzGBIN9EdqadtFwU5VNog _mnWaHoN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mnzGBIN9EdqadtFwU5VNog" type="_mnWaD4N9EdqadtFwU5VNog" association="_mnzGA4N9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mnzGBYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mnzGBoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_ySn_SoOGEdq6geWPj4xEng" name="A_association_clearAssociationAction" memberEnd="_ySn_S4OGEdq6geWPj4xEng _ySCJxoOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_ySn_S4OGEdq6geWPj4xEng" type="_ySCJt4OGEdq6geWPj4xEng" association="_ySn_SoOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ySn_TIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ySn_TYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mnzGB4N9EdqadtFwU5VNog" name="A_target_sendObjectAction" memberEnd="_mnWaMoN9EdqadtFwU5VNog _mnzGCYN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mnzGCIN9EdqadtFwU5VNog" general="_md0DlIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mnzGCYN9EdqadtFwU5VNog" type="_mnWaL4N9EdqadtFwU5VNog" redefinedProperty="_md0DloN9EdqadtFwU5VNog" association="_mnzGB4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_ySn_ToOGEdq6geWPj4xEng" name="A_target_sendObjectAction" memberEnd="_ySLTYIOGEdq6geWPj4xEng _ySn_UIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_ySn_T4OGEdq6geWPj4xEng" general="_yJFo1IOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_ySn_UIOGEdq6geWPj4xEng" type="_ySLTXYOGEdq6geWPj4xEng" redefinedProperty="_yJFo1oOGEdq6geWPj4xEng" association="_ySn_ToOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mnzGCoN9EdqadtFwU5VNog" name="A_request_sendObjectAction" memberEnd="_mnzGDIN9EdqadtFwU5VNog _mnWaOIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mnzGC4N9EdqadtFwU5VNog" general="_md0DjIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mnzGDIN9EdqadtFwU5VNog" type="_mnWaL4N9EdqadtFwU5VNog" redefinedProperty="_md0DjoN9EdqadtFwU5VNog" association="_mnzGCoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_ySn_UYOGEdq6geWPj4xEng" name="A_request_sendObjectAction" memberEnd="_ySn_U4OGEdq6geWPj4xEng _ySLTZoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_ySn_UoOGEdq6geWPj4xEng" general="_yJFozIOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_ySn_U4OGEdq6geWPj4xEng" type="_ySLTXYOGEdq6geWPj4xEng" redefinedProperty="_yJFozoOGEdq6geWPj4xEng" association="_ySn_UYOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mnzGDYN9EdqadtFwU5VNog" name="A_signal_broadcastSignalAction" memberEnd="_mnWaK4N9EdqadtFwU5VNog _mnzGDoN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mnzGDoN9EdqadtFwU5VNog" type="_mnWaIoN9EdqadtFwU5VNog" association="_mnzGDYN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mnzGD4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mnzGEIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_ySn_VIOGEdq6geWPj4xEng" name="A_signal_broadcastSignalAction" memberEnd="_ySLTWYOGEdq6geWPj4xEng _ySn_VYOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_ySn_VYOGEdq6geWPj4xEng" type="_ySLTUIOGEdq6geWPj4xEng" association="_ySn_VIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ySn_VoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ySn_V4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mn828IN9EdqadtFwU5VNog" name="A_removeAt_removeStructuralFeatureValueAction" memberEnd="_mnDfHIN9EdqadtFwU5VNog _mn828oN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mn828YN9EdqadtFwU5VNog" general="_md0DlIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mn828oN9EdqadtFwU5VNog" type="_mnDfE4N9EdqadtFwU5VNog" association="_mn828IN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mn8284N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mn829IN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_ySn_WIOGEdq6geWPj4xEng" name="A_removeAt_removeStructuralFeatureValueAction" memberEnd="_yR4YaYOGEdq6geWPj4xEng _ySn_WoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_ySn_WYOGEdq6geWPj4xEng" general="_yJFo1IOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_ySn_WoOGEdq6geWPj4xEng" type="_yR4YYIOGEdq6geWPj4xEng" association="_ySn_WIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ySn_W4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ySn_XIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mn829YN9EdqadtFwU5VNog" name="A_destroyAt_linkEndDestructionData" memberEnd="_mnWaSoN9EdqadtFwU5VNog _mn829oN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mn829oN9EdqadtFwU5VNog" type="_mnWaPoN9EdqadtFwU5VNog" association="_mn829YN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mn8294N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mn82-IN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_ySn_XYOGEdq6geWPj4xEng" name="A_destroyAt_linkEndDestructionData" memberEnd="_ySLTeIOGEdq6geWPj4xEng _ySn_XoOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_ySn_XoOGEdq6geWPj4xEng" type="_ySLTbIOGEdq6geWPj4xEng" association="_ySn_XYOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ySn_X4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ySn_YIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mn82-YN9EdqadtFwU5VNog" name="A_endData_destroyLinkAction" memberEnd="_mnWaA4N9EdqadtFwU5VNog _mn82-4N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mn82-oN9EdqadtFwU5VNog" general="_mnpVCIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mn82-4N9EdqadtFwU5VNog" type="_mnWaAIN9EdqadtFwU5VNog" redefinedProperty="_mnpVCYN9EdqadtFwU5VNog" association="_mn82-YN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mn82_IN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mn82_YN9EdqadtFwU5VNog" value="1"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_ySxwQIOGEdq6geWPj4xEng" name="A_endData_destroyLinkAction" memberEnd="_ySCJq4OGEdq6geWPj4xEng _ySxwQoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_ySxwQYOGEdq6geWPj4xEng" general="_ySe1WoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_ySxwQoOGEdq6geWPj4xEng" type="_ySCJqIOGEdq6geWPj4xEng" redefinedProperty="_ySe1W4OGEdq6geWPj4xEng" association="_ySxwQIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ySxwQ4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ySxwRIOGEdq6geWPj4xEng" value="1"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mn82_oN9EdqadtFwU5VNog" name="A_value_valueSpecificationAction" memberEnd="_mnWaV4N9EdqadtFwU5VNog _mn82_4N9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mn82_4N9EdqadtFwU5VNog" type="_mnWaToN9EdqadtFwU5VNog" association="_mn82_oN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mn83AIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mn83AYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_ySxwRYOGEdq6geWPj4xEng" name="A_value_valueSpecificationAction" memberEnd="_ySLThYOGEdq6geWPj4xEng _ySxwRoOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_ySxwRoOGEdq6geWPj4xEng" type="_ySLTfIOGEdq6geWPj4xEng" association="_ySxwRYOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ySxwR4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ySxwSIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mn83AoN9EdqadtFwU5VNog" name="A_result_valueSpecificationAction" memberEnd="_mnWaXYN9EdqadtFwU5VNog _mn83BIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mn83A4N9EdqadtFwU5VNog" general="_md0Dj4N9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mn83BIN9EdqadtFwU5VNog" type="_mnWaToN9EdqadtFwU5VNog" association="_mn83AoN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mn83BYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mn83BoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_ySxwSYOGEdq6geWPj4xEng" name="A_result_valueSpecificationAction" memberEnd="_ySLTi4OGEdq6geWPj4xEng _ySxwS4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_ySxwSoOGEdq6geWPj4xEng" general="_yJFoz4OGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_ySxwS4OGEdq6geWPj4xEng" type="_ySLTfIOGEdq6geWPj4xEng" association="_ySxwSYOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ySxwTIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ySxwTYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mn83B4N9EdqadtFwU5VNog" name="A_inputValue_linkAction" memberEnd="_mnNQIoN9EdqadtFwU5VNog _mn83CYN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mn83CIN9EdqadtFwU5VNog" general="_md0DlIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mn83CYN9EdqadtFwU5VNog" type="_mnNQEIN9EdqadtFwU5VNog" redefinedProperty="_md0DloN9EdqadtFwU5VNog" association="_mn83B4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_ySxwToOGEdq6geWPj4xEng" name="A_inputValue_linkAction" memberEnd="_yR4YkIOGEdq6geWPj4xEng _ySxwUIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_ySxwT4OGEdq6geWPj4xEng" general="_yJFo1IOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_ySxwUIOGEdq6geWPj4xEng" type="_yR4YfoOGEdq6geWPj4xEng" redefinedProperty="_yJFo1oOGEdq6geWPj4xEng" association="_ySxwToOGEdq6geWPj4xEng"/>

   </ownedMember>

   <ownedMember xmi:type="uml:Class" xmi:id="_DylKEH4YEdq7cMP_l1l5Gg" name="TimeExpression">

-    <ownedComment xmi:id="_moGA4IN9EdqadtFwU5VNog" annotatedElement="_DylKEH4YEdq7cMP_l1l5Gg">

+    <ownedComment xmi:id="_ySxwUYOGEdq6geWPj4xEng" annotatedElement="_DylKEH4YEdq7cMP_l1l5Gg">

       <body>A TimeExpression defines a value specification that represents a time value.</body>

     </ownedComment>

-    <generalization xmi:id="_moGA4YN9EdqadtFwU5VNog" general="_mM1BRYN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_moGA4oN9EdqadtFwU5VNog" name="expr" type="_mM1BRYN9EdqadtFwU5VNog" association="_mosd14N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_moGA44N9EdqadtFwU5VNog" annotatedElement="_moGA4oN9EdqadtFwU5VNog">

+    <generalization xmi:id="_ySxwUoOGEdq6geWPj4xEng" general="_x4_-ZYOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_ySxwU4OGEdq6geWPj4xEng" name="expr" type="_x4_-ZYOGEdq6geWPj4xEng" association="_yTXmLoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ySxwVIOGEdq6geWPj4xEng" annotatedElement="_ySxwU4OGEdq6geWPj4xEng">

         <body>The value of the time expression.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_moGA5IN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_moGA5YN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ySxwVYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ySxwVoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_moGA5oN9EdqadtFwU5VNog" name="observation" type="_moZi5YN9EdqadtFwU5VNog" association="_mosd1YN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_moGA54N9EdqadtFwU5VNog" annotatedElement="_moGA5oN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_ySxwV4OGEdq6geWPj4xEng" name="observation" type="_yTOcMIOGEdq6geWPj4xEng" association="_yTXmLIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ySxwWIOGEdq6geWPj4xEng" annotatedElement="_ySxwV4OGEdq6geWPj4xEng">

         <body>Refers to the time and duration observations that are involved in expr.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_moGA6IN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_moGA6YN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ySxwWYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ySxwWoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

     <ownedOperation xmi:id="_JdkW8H4YEdq7cMP_l1l5Gg" name="stringValue" visibility="protected" type="_aAyVgGvsEdqG6fBIPwe-mw">

       <returnResult xmi:id="_JdkW8X4YEdq7cMP_l1l5Gg" type="_aAyVgGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

   </ownedMember>

   <ownedMember xmi:type="uml:Class" xmi:id="_-Ixo8H4XEdq7cMP_l1l5Gg" name="Duration">

-    <ownedComment xmi:id="_moGA6oN9EdqadtFwU5VNog" annotatedElement="_-Ixo8H4XEdq7cMP_l1l5Gg">

+    <ownedComment xmi:id="_yS7hQIOGEdq6geWPj4xEng" annotatedElement="_-Ixo8H4XEdq7cMP_l1l5Gg">

       <body>A duration defines a value specification that specifies the temporal distance between two time instants.</body>

     </ownedComment>

-    <generalization xmi:id="_moGA64N9EdqadtFwU5VNog" general="_mM1BRYN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_moGA7IN9EdqadtFwU5VNog" name="expr" type="_mM1BRYN9EdqadtFwU5VNog" association="_mosd2YN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_moGA7YN9EdqadtFwU5VNog" annotatedElement="_moGA7IN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yS7hQYOGEdq6geWPj4xEng" general="_x4_-ZYOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yS7hQoOGEdq6geWPj4xEng" name="expr" type="_x4_-ZYOGEdq6geWPj4xEng" association="_yThXIIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yS7hQ4OGEdq6geWPj4xEng" annotatedElement="_yS7hQoOGEdq6geWPj4xEng">

         <body>The value of the Duration.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_moGA7oN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_moGA74N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yS7hRIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yS7hRYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_moGA8IN9EdqadtFwU5VNog" name="observation" type="_moZi5YN9EdqadtFwU5VNog" association="_mosd04N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_moGA8YN9EdqadtFwU5VNog" annotatedElement="_moGA8IN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yS7hRoOGEdq6geWPj4xEng" name="observation" type="_yTOcMIOGEdq6geWPj4xEng" association="_yTXmKoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yS7hR4OGEdq6geWPj4xEng" annotatedElement="_yS7hRoOGEdq6geWPj4xEng">

         <body>Refers to the time and duration observations that are involved in expr.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_moGA8oN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_moGA84N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yS7hSIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yS7hSYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

     <ownedOperation xmi:id="_I3a88H4YEdq7cMP_l1l5Gg" name="stringValue" visibility="protected" type="_aAyVgGvsEdqG6fBIPwe-mw">

       <returnResult xmi:id="_I3a88X4YEdq7cMP_l1l5Gg" type="_aAyVgGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_moPx4IN9EdqadtFwU5VNog" name="DurationInterval">

-    <ownedComment xmi:id="_moPx4YN9EdqadtFwU5VNog" annotatedElement="_moPx4IN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yS7hSoOGEdq6geWPj4xEng" name="DurationInterval">

+    <ownedComment xmi:id="_yS7hS4OGEdq6geWPj4xEng" annotatedElement="_yS7hSoOGEdq6geWPj4xEng">

       <body>A DurationInterval defines the range between two Durations.</body>

     </ownedComment>

-    <generalization xmi:id="_moPx4oN9EdqadtFwU5VNog" general="_moPyFoN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_moPx44N9EdqadtFwU5VNog" name="min" type="_-Ixo8H4XEdq7cMP_l1l5Gg" redefinedProperty="_moPyGYN9EdqadtFwU5VNog" association="_mois0IN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_moPx5IN9EdqadtFwU5VNog" annotatedElement="_moPx44N9EdqadtFwU5VNog">

+    <generalization xmi:id="_yS7hTIOGEdq6geWPj4xEng" general="_yTErSoOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yS7hTYOGEdq6geWPj4xEng" name="min" type="_-Ixo8H4XEdq7cMP_l1l5Gg" redefinedProperty="_yTErTYOGEdq6geWPj4xEng" association="_yTOcTIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yS7hToOGEdq6geWPj4xEng" annotatedElement="_yS7hTYOGEdq6geWPj4xEng">

         <body>Refers to the Duration denoting the minimum value of the range.</body>

       </ownedComment>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_moPx5YN9EdqadtFwU5VNog" name="max" type="_-Ixo8H4XEdq7cMP_l1l5Gg" redefinedProperty="_moPyHYN9EdqadtFwU5VNog" association="_mois04N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_moPx5oN9EdqadtFwU5VNog" annotatedElement="_moPx5YN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yS7hT4OGEdq6geWPj4xEng" name="max" type="_-Ixo8H4XEdq7cMP_l1l5Gg" redefinedProperty="_yTErUYOGEdq6geWPj4xEng" association="_yTOcT4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yS7hUIOGEdq6geWPj4xEng" annotatedElement="_yS7hT4OGEdq6geWPj4xEng">

         <body>Refers to the Duration denoting the maximum value of the range.</body>

       </ownedComment>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_moPx54N9EdqadtFwU5VNog" name="TimeConstraint">

-    <ownedComment xmi:id="_moPx6IN9EdqadtFwU5VNog" annotatedElement="_moPx54N9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yS7hUYOGEdq6geWPj4xEng" name="TimeConstraint">

+    <ownedComment xmi:id="_yS7hUoOGEdq6geWPj4xEng" annotatedElement="_yS7hUYOGEdq6geWPj4xEng">

       <body>A TimeConstraint defines a Constraint that refers to a TimeInterval.</body>

     </ownedComment>

-    <generalization xmi:id="_moPx6YN9EdqadtFwU5VNog" general="_moPyDYN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_moPx6oN9EdqadtFwU5VNog" name="specification" type="_moPx9YN9EdqadtFwU5VNog" redefinedProperty="_moPyEIN9EdqadtFwU5VNog" association="_mois3IN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_moPx64N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_moPx7IN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yS7hU4OGEdq6geWPj4xEng" general="_yTErQYOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yS7hVIOGEdq6geWPj4xEng" name="specification" type="_yS7hX4OGEdq6geWPj4xEng" redefinedProperty="_yTErRIOGEdq6geWPj4xEng" association="_yTOcWIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yS7hVYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yS7hVoOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_moPx7YN9EdqadtFwU5VNog" annotatedElement="_moPx6oN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yS7hV4OGEdq6geWPj4xEng" annotatedElement="_yS7hVIOGEdq6geWPj4xEng">

         <body>A condition that must be true when evaluated in order for the constraint to be satisfied.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_moPx7oN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_moPx74N9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yS7hWIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yS7hWYOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_moPx8IN9EdqadtFwU5VNog" name="firstEvent" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_moPx8YN9EdqadtFwU5VNog" annotatedElement="_moPx8IN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yS7hWoOGEdq6geWPj4xEng" name="firstEvent" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yS7hW4OGEdq6geWPj4xEng" annotatedElement="_yS7hWoOGEdq6geWPj4xEng">

         <body>The value of firstEvent is related to constrainedElement. If firstEvent is true, then the corresponding observation event is the first time instant the execution enters constrainedElement. If firstEvent is false, then the corresponding observation event is the last time instant the execution is within constrainedElement.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_moPx8oN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_moPx84N9EdqadtFwU5VNog"/>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_moPx9IN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" value="true"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yS7hXIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yS7hXYOGEdq6geWPj4xEng"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yS7hXoOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" value="true"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_moPx9YN9EdqadtFwU5VNog" name="TimeInterval">

-    <ownedComment xmi:id="_moPx9oN9EdqadtFwU5VNog" annotatedElement="_moPx9YN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yS7hX4OGEdq6geWPj4xEng" name="TimeInterval">

+    <ownedComment xmi:id="_yS7hYIOGEdq6geWPj4xEng" annotatedElement="_yS7hX4OGEdq6geWPj4xEng">

       <body>A TimeInterval defines the range between two TimeExpressions.</body>

     </ownedComment>

-    <generalization xmi:id="_moPx94N9EdqadtFwU5VNog" general="_moPyFoN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_moPx-IN9EdqadtFwU5VNog" name="max" type="_DylKEH4YEdq7cMP_l1l5Gg" redefinedProperty="_moPyHYN9EdqadtFwU5VNog" association="_mois1oN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_moPx-YN9EdqadtFwU5VNog" annotatedElement="_moPx-IN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yS7hYYOGEdq6geWPj4xEng" general="_yTErSoOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yS7hYoOGEdq6geWPj4xEng" name="max" type="_DylKEH4YEdq7cMP_l1l5Gg" redefinedProperty="_yTErUYOGEdq6geWPj4xEng" association="_yTOcUoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yS7hY4OGEdq6geWPj4xEng" annotatedElement="_yS7hYoOGEdq6geWPj4xEng">

         <body>Refers to the TimeExpression denoting the maximum value of the range.</body>

       </ownedComment>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_moPx-oN9EdqadtFwU5VNog" name="min" type="_DylKEH4YEdq7cMP_l1l5Gg" redefinedProperty="_moPyGYN9EdqadtFwU5VNog" association="_mois2YN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_moPx-4N9EdqadtFwU5VNog" annotatedElement="_moPx-oN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yS7hZIOGEdq6geWPj4xEng" name="min" type="_DylKEH4YEdq7cMP_l1l5Gg" redefinedProperty="_yTErTYOGEdq6geWPj4xEng" association="_yTOcVYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yS7hZYOGEdq6geWPj4xEng" annotatedElement="_yS7hZIOGEdq6geWPj4xEng">

         <body>Refers to the TimeExpression denoting the minimum value of the range.</body>

       </ownedComment>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_moPx_IN9EdqadtFwU5VNog" name="DurationConstraint">

-    <ownedComment xmi:id="_moPx_YN9EdqadtFwU5VNog" annotatedElement="_moPx_IN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yTErMIOGEdq6geWPj4xEng" name="DurationConstraint">

+    <ownedComment xmi:id="_yTErMYOGEdq6geWPj4xEng" annotatedElement="_yTErMIOGEdq6geWPj4xEng">

       <body>A DurationConstraint defines a Constraint that refers to a DurationInterval.</body>

     </ownedComment>

-    <ownedRule xmi:id="_moPx_oN9EdqadtFwU5VNog" name="first_event_multiplicity" constrainedElement="_moPx_IN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_moPx_4N9EdqadtFwU5VNog" annotatedElement="_moPx_oN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yTErMoOGEdq6geWPj4xEng" name="first_event_multiplicity" constrainedElement="_yTErMIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yTErM4OGEdq6geWPj4xEng" annotatedElement="_yTErMoOGEdq6geWPj4xEng">

         <body>The multiplicity of firstEvent must be 2 if the multiplicity of constrainedElement is 2. Otherwise the multiplicity of firstEvent is 0.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_moPyAIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yTErNIOGEdq6geWPj4xEng" language="OCL">

         <body>if (constrainedElement->size() =2)

 

   then (firstEvent->size() = 2) else (firstEvent->size() = 0)</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_moPyAYN9EdqadtFwU5VNog" general="_moPyDYN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_moPyAoN9EdqadtFwU5VNog" name="specification" type="_moPx4IN9EdqadtFwU5VNog" redefinedProperty="_moPyEIN9EdqadtFwU5VNog" association="_mois34N9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_moPyA4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_moPyBIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yTErNYOGEdq6geWPj4xEng" general="_yTErQYOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yTErNoOGEdq6geWPj4xEng" name="specification" type="_yS7hSoOGEdq6geWPj4xEng" redefinedProperty="_yTErRIOGEdq6geWPj4xEng" association="_yTXmIIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yTErN4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yTErOIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_moPyBYN9EdqadtFwU5VNog" annotatedElement="_moPyAoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yTErOYOGEdq6geWPj4xEng" annotatedElement="_yTErNoOGEdq6geWPj4xEng">

         <body>The interval constraining the duration.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_moPyBoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_moPyB4N9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yTErOoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yTErO4OGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_moPyCIN9EdqadtFwU5VNog" name="firstEvent" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_moPyCYN9EdqadtFwU5VNog" annotatedElement="_moPyCIN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yTErPIOGEdq6geWPj4xEng" name="firstEvent" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yTErPYOGEdq6geWPj4xEng" annotatedElement="_yTErPIOGEdq6geWPj4xEng">

         <body>The value of firstEvent[i] is related to constrainedElement[i] (where i is 1 or 2). If firstEvent[i] is true, then the corresponding observation event is the first time instant the execution enters constrainedElement[i]. If firstEvent[i] is false, then the corresponding observation event is the last time instant the execution is within constrainedElement[i]. Default value is true applied when constrainedElement[i] refers an element that represents only one time instant.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_moPyCoN9EdqadtFwU5VNog" value="2"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_moPyC4N9EdqadtFwU5VNog"/>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_moPyDIN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" value="true"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yTErPoOGEdq6geWPj4xEng" value="2"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yTErP4OGEdq6geWPj4xEng"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yTErQIOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" value="true"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_moPyDYN9EdqadtFwU5VNog" name="IntervalConstraint">

-    <ownedComment xmi:id="_moPyDoN9EdqadtFwU5VNog" annotatedElement="_moPyDYN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yTErQYOGEdq6geWPj4xEng" name="IntervalConstraint">

+    <ownedComment xmi:id="_yTErQoOGEdq6geWPj4xEng" annotatedElement="_yTErQYOGEdq6geWPj4xEng">

       <body>A IntervalConstraint defines a Constraint that refers to an Interval.</body>

     </ownedComment>

-    <generalization xmi:id="_moPyD4N9EdqadtFwU5VNog" general="_mOBUAIN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_moPyEIN9EdqadtFwU5VNog" name="specification" type="_moPyFoN9EdqadtFwU5VNog" redefinedProperty="_mOBUDYN9EdqadtFwU5VNog" association="_mosd0IN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_moPyEYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_moPyEoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yTErQ4OGEdq6geWPj4xEng" general="_x6CgIYOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yTErRIOGEdq6geWPj4xEng" name="specification" type="_yTErSoOGEdq6geWPj4xEng" redefinedProperty="_x6CgLoOGEdq6geWPj4xEng" association="_yTXmJ4OGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yTErRYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yTErRoOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_moPyE4N9EdqadtFwU5VNog" annotatedElement="_moPyEIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yTErR4OGEdq6geWPj4xEng" annotatedElement="_yTErRIOGEdq6geWPj4xEng">

         <body>A condition that must be true when evaluated in order for the constraint to be satisfied.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_moPyFIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_moPyFYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yTErSIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yTErSYOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_moPyFoN9EdqadtFwU5VNog" name="Interval">

-    <ownedComment xmi:id="_moPyF4N9EdqadtFwU5VNog" annotatedElement="_moPyFoN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yTErSoOGEdq6geWPj4xEng" name="Interval">

+    <ownedComment xmi:id="_yTErS4OGEdq6geWPj4xEng" annotatedElement="_yTErSoOGEdq6geWPj4xEng">

       <body>An Interval defines the range between two value specifications.</body>

     </ownedComment>

-    <generalization xmi:id="_moPyGIN9EdqadtFwU5VNog" general="_mM1BRYN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_moPyGYN9EdqadtFwU5VNog" name="min" type="_mM1BRYN9EdqadtFwU5VNog" association="_mois4oN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_moPyGoN9EdqadtFwU5VNog" annotatedElement="_moPyGYN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yTErTIOGEdq6geWPj4xEng" general="_x4_-ZYOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yTErTYOGEdq6geWPj4xEng" name="min" type="_x4_-ZYOGEdq6geWPj4xEng" association="_yTXmI4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yTErToOGEdq6geWPj4xEng" annotatedElement="_yTErTYOGEdq6geWPj4xEng">

         <body>Refers to the ValueSpecification denoting the minimum value of the range.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_moPyG4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_moPyHIN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yTErT4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yTErUIOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_moPyHYN9EdqadtFwU5VNog" name="max" type="_mM1BRYN9EdqadtFwU5VNog" association="_mois5IN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_moPyHoN9EdqadtFwU5VNog" annotatedElement="_moPyHYN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yTErUYOGEdq6geWPj4xEng" name="max" type="_x4_-ZYOGEdq6geWPj4xEng" association="_yTXmJYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yTErUoOGEdq6geWPj4xEng" annotatedElement="_yTErUYOGEdq6geWPj4xEng">

         <body>Refers to the ValueSpecification denoting the maximum value of the range.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_moPyH4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_moPyIIN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yTErU4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yTErVIOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_moZi5YN9EdqadtFwU5VNog" name="Observation" isAbstract="true">

-    <ownedComment xmi:id="_moZi5oN9EdqadtFwU5VNog" annotatedElement="_moZi5YN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yTOcMIOGEdq6geWPj4xEng" name="Observation" isAbstract="true">

+    <ownedComment xmi:id="_yTOcMYOGEdq6geWPj4xEng" annotatedElement="_yTOcMIOGEdq6geWPj4xEng">

       <body>Observation is a superclass of TimeObservation and DurationObservation in order for TimeExpressions and Duration to refer to either in a simple way.</body>

     </ownedComment>

-    <generalization xmi:id="_moZi54N9EdqadtFwU5VNog" general="_jKxnwGwLEdq7X4sGURiZYA"/>

+    <generalization xmi:id="_yTOcMoOGEdq6geWPj4xEng" general="_jKxnwGwLEdq7X4sGURiZYA"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_moZi6IN9EdqadtFwU5VNog" name="TimeObservation">

-    <ownedComment xmi:id="_moZi6YN9EdqadtFwU5VNog" annotatedElement="_moZi6IN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yTOcM4OGEdq6geWPj4xEng" name="TimeObservation">

+    <ownedComment xmi:id="_yTOcNIOGEdq6geWPj4xEng" annotatedElement="_yTOcM4OGEdq6geWPj4xEng">

       <body>A time observation is a reference to a time instant during an execution. It points out the element in the model to observe and whether the observation is when this model element is entered or when it is exited.</body>

     </ownedComment>

-    <generalization xmi:id="_moZi6oN9EdqadtFwU5VNog" general="_moZi5YN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_moZi64N9EdqadtFwU5VNog" name="event" type="_csVgUGvtEdqG6fBIPwe-mw" association="_mosd24N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_moZi7IN9EdqadtFwU5VNog" annotatedElement="_moZi64N9EdqadtFwU5VNog">

+    <generalization xmi:id="_yTOcNYOGEdq6geWPj4xEng" general="_yTOcMIOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yTOcNoOGEdq6geWPj4xEng" name="event" type="_csVgUGvtEdqG6fBIPwe-mw" association="_yThXIoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yTOcN4OGEdq6geWPj4xEng" annotatedElement="_yTOcNoOGEdq6geWPj4xEng">

         <body>The observation is determined by the entering or exiting of the event element during execution.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_moZi7YN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_moZi7oN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yTOcOIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yTOcOYOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_moZi74N9EdqadtFwU5VNog" name="firstEvent" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_moZi8IN9EdqadtFwU5VNog" annotatedElement="_moZi74N9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yTOcOoOGEdq6geWPj4xEng" name="firstEvent" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yTOcO4OGEdq6geWPj4xEng" annotatedElement="_yTOcOoOGEdq6geWPj4xEng">

         <body>The value of firstEvent is related to event. If firstEvent is true, then the corresponding observation event is the first time instant the execution enters event. If firstEvent is false, then the corresponding observation event is the time instant the execution exits event.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_moZi8YN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" value="true"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yTOcPIOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" value="true"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_moZi8oN9EdqadtFwU5VNog" name="DurationObservation">

-    <ownedComment xmi:id="_moZi84N9EdqadtFwU5VNog" annotatedElement="_moZi8oN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yTOcPYOGEdq6geWPj4xEng" name="DurationObservation">

+    <ownedComment xmi:id="_yTOcPoOGEdq6geWPj4xEng" annotatedElement="_yTOcPYOGEdq6geWPj4xEng">

       <body>A duration observation is a reference to a duration during an execution. It points out the element(s) in the model to observe and whether the observations are when this model element is entered or when it is exited.</body>

     </ownedComment>

-    <ownedRule xmi:id="_moZi9IN9EdqadtFwU5VNog" name="first_event_multiplicity" constrainedElement="_moZi8oN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_moZi9YN9EdqadtFwU5VNog" annotatedElement="_moZi9IN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yTOcP4OGEdq6geWPj4xEng" name="first_event_multiplicity" constrainedElement="_yTOcPYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yTOcQIOGEdq6geWPj4xEng" annotatedElement="_yTOcP4OGEdq6geWPj4xEng">

         <body>The multiplicity of firstEvent must be 2 if the multiplicity of event is 2. Otherwise the multiplicity of firstEvent is 0.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_moZi9oN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yTOcQYOGEdq6geWPj4xEng" language="OCL">

         <body>if (event->size() = 2)

 

   then (firstEvent->size() = 2) else (firstEvent->size() = 0)</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_moZi94N9EdqadtFwU5VNog" general="_moZi5YN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_moZi-IN9EdqadtFwU5VNog" name="event" type="_csVgUGvtEdqG6fBIPwe-mw" association="_mosd3YN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_moZi-YN9EdqadtFwU5VNog" annotatedElement="_moZi-IN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yTOcQoOGEdq6geWPj4xEng" general="_yTOcMIOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yTOcQ4OGEdq6geWPj4xEng" name="event" type="_csVgUGvtEdqG6fBIPwe-mw" association="_yThXJIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yTOcRIOGEdq6geWPj4xEng" annotatedElement="_yTOcQ4OGEdq6geWPj4xEng">

         <body>The observation is determined by the entering or exiting of the event element during execution.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_moZi-oN9EdqadtFwU5VNog" value="2"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_moZi-4N9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yTOcRYOGEdq6geWPj4xEng" value="2"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yTOcRoOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_moZi_IN9EdqadtFwU5VNog" name="firstEvent" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_moZi_YN9EdqadtFwU5VNog" annotatedElement="_moZi_IN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yTOcR4OGEdq6geWPj4xEng" name="firstEvent" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yTOcSIOGEdq6geWPj4xEng" annotatedElement="_yTOcR4OGEdq6geWPj4xEng">

         <body>The value of firstEvent[i] is related to event[i] (where i is 1 or 2). If firstEvent[i] is true, then the corresponding observation event is the first time instant the execution enters event[i]. If firstEvent[i] is false, then the corresponding observation event is the time instant the execution exits event[i]. Default value is true applied when event[i] refers an element that represents only one time instant.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_moZi_oN9EdqadtFwU5VNog" value="2"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_moZi_4N9EdqadtFwU5VNog"/>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_moZjAIN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" value="true"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yTOcSYOGEdq6geWPj4xEng" value="2"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yTOcSoOGEdq6geWPj4xEng"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yTOcS4OGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" value="true"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mois0IN9EdqadtFwU5VNog" name="A_min_durationInterval" memberEnd="_mois0oN9EdqadtFwU5VNog _moPx44N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mois0YN9EdqadtFwU5VNog" general="_mois4oN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mois0oN9EdqadtFwU5VNog" type="_moPx4IN9EdqadtFwU5VNog" redefinedProperty="_mois44N9EdqadtFwU5VNog" association="_mois0IN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yTOcTIOGEdq6geWPj4xEng" name="A_min_durationInterval" memberEnd="_yS7hTYOGEdq6geWPj4xEng _yTOcToOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yTOcTYOGEdq6geWPj4xEng" general="_yTXmI4OGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yTOcToOGEdq6geWPj4xEng" type="_yS7hSoOGEdq6geWPj4xEng" redefinedProperty="_yTXmJIOGEdq6geWPj4xEng" association="_yTOcTIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mois04N9EdqadtFwU5VNog" name="A_max_durationInterval" memberEnd="_moPx5YN9EdqadtFwU5VNog _mois1YN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mois1IN9EdqadtFwU5VNog" general="_mois5IN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mois1YN9EdqadtFwU5VNog" type="_moPx4IN9EdqadtFwU5VNog" redefinedProperty="_mois5YN9EdqadtFwU5VNog" association="_mois04N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yTOcT4OGEdq6geWPj4xEng" name="A_max_durationInterval" memberEnd="_yS7hT4OGEdq6geWPj4xEng _yTOcUYOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yTOcUIOGEdq6geWPj4xEng" general="_yTXmJYOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yTOcUYOGEdq6geWPj4xEng" type="_yS7hSoOGEdq6geWPj4xEng" redefinedProperty="_yTXmJoOGEdq6geWPj4xEng" association="_yTOcT4OGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mois1oN9EdqadtFwU5VNog" name="A_max_timeInterval" memberEnd="_moPx-IN9EdqadtFwU5VNog _mois2IN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mois14N9EdqadtFwU5VNog" general="_mois5IN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mois2IN9EdqadtFwU5VNog" type="_moPx9YN9EdqadtFwU5VNog" redefinedProperty="_mois5YN9EdqadtFwU5VNog" association="_mois1oN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yTOcUoOGEdq6geWPj4xEng" name="A_max_timeInterval" memberEnd="_yS7hYoOGEdq6geWPj4xEng _yTOcVIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yTOcU4OGEdq6geWPj4xEng" general="_yTXmJYOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yTOcVIOGEdq6geWPj4xEng" type="_yS7hX4OGEdq6geWPj4xEng" redefinedProperty="_yTXmJoOGEdq6geWPj4xEng" association="_yTOcUoOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mois2YN9EdqadtFwU5VNog" name="A_min_timeInterval" memberEnd="_moPx-oN9EdqadtFwU5VNog _mois24N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mois2oN9EdqadtFwU5VNog" general="_mois4oN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mois24N9EdqadtFwU5VNog" type="_moPx9YN9EdqadtFwU5VNog" redefinedProperty="_mois44N9EdqadtFwU5VNog" association="_mois2YN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yTOcVYOGEdq6geWPj4xEng" name="A_min_timeInterval" memberEnd="_yS7hZIOGEdq6geWPj4xEng _yTOcV4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yTOcVoOGEdq6geWPj4xEng" general="_yTXmI4OGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yTOcV4OGEdq6geWPj4xEng" type="_yS7hX4OGEdq6geWPj4xEng" redefinedProperty="_yTXmJIOGEdq6geWPj4xEng" association="_yTOcVYOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mois3IN9EdqadtFwU5VNog" name="A_specification_timeConstraint" memberEnd="_moPx6oN9EdqadtFwU5VNog _mois3oN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mois3YN9EdqadtFwU5VNog" general="_mosd0IN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mois3oN9EdqadtFwU5VNog" type="_moPx54N9EdqadtFwU5VNog" redefinedProperty="_mosd0oN9EdqadtFwU5VNog" association="_mois3IN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yTOcWIOGEdq6geWPj4xEng" name="A_specification_timeConstraint" memberEnd="_yS7hVIOGEdq6geWPj4xEng _yTOcWoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yTOcWYOGEdq6geWPj4xEng" general="_yTXmJ4OGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yTOcWoOGEdq6geWPj4xEng" type="_yS7hUYOGEdq6geWPj4xEng" redefinedProperty="_yTXmKYOGEdq6geWPj4xEng" association="_yTOcWIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mois34N9EdqadtFwU5VNog" name="A_specification_durationConstraint" memberEnd="_moPyAoN9EdqadtFwU5VNog _mois4YN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mois4IN9EdqadtFwU5VNog" general="_mosd0IN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mois4YN9EdqadtFwU5VNog" type="_moPx_IN9EdqadtFwU5VNog" redefinedProperty="_mosd0oN9EdqadtFwU5VNog" association="_mois34N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yTXmIIOGEdq6geWPj4xEng" name="A_specification_durationConstraint" memberEnd="_yTErNoOGEdq6geWPj4xEng _yTXmIoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yTXmIYOGEdq6geWPj4xEng" general="_yTXmJ4OGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yTXmIoOGEdq6geWPj4xEng" type="_yTErMIOGEdq6geWPj4xEng" redefinedProperty="_yTXmKYOGEdq6geWPj4xEng" association="_yTXmIIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mois4oN9EdqadtFwU5VNog" name="A_min_interval" memberEnd="_moPyGYN9EdqadtFwU5VNog _mois44N9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mois44N9EdqadtFwU5VNog" type="_moPyFoN9EdqadtFwU5VNog" association="_mois4oN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yTXmI4OGEdq6geWPj4xEng" name="A_min_interval" memberEnd="_yTErTYOGEdq6geWPj4xEng _yTXmJIOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yTXmJIOGEdq6geWPj4xEng" type="_yTErSoOGEdq6geWPj4xEng" association="_yTXmI4OGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mois5IN9EdqadtFwU5VNog" name="A_max_interval" memberEnd="_moPyHYN9EdqadtFwU5VNog _mois5YN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mois5YN9EdqadtFwU5VNog" type="_moPyFoN9EdqadtFwU5VNog" association="_mois5IN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yTXmJYOGEdq6geWPj4xEng" name="A_max_interval" memberEnd="_yTXmJoOGEdq6geWPj4xEng _yTErUYOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yTXmJoOGEdq6geWPj4xEng" type="_yTErSoOGEdq6geWPj4xEng" association="_yTXmJYOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mosd0IN9EdqadtFwU5VNog" name="A_specification_intervalConstraint" memberEnd="_moPyEIN9EdqadtFwU5VNog _mosd0oN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mosd0YN9EdqadtFwU5VNog" general="_mQ2looN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mosd0oN9EdqadtFwU5VNog" type="_moPyDYN9EdqadtFwU5VNog" association="_mosd0IN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yTXmJ4OGEdq6geWPj4xEng" name="A_specification_intervalConstraint" memberEnd="_yTErRIOGEdq6geWPj4xEng _yTXmKYOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yTXmKIOGEdq6geWPj4xEng" general="_x83xvoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yTXmKYOGEdq6geWPj4xEng" type="_yTErQYOGEdq6geWPj4xEng" association="_yTXmJ4OGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mosd04N9EdqadtFwU5VNog" name="A_observation_duration" memberEnd="_mosd1IN9EdqadtFwU5VNog _moGA8IN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mosd1IN9EdqadtFwU5VNog" type="_-Ixo8H4XEdq7cMP_l1l5Gg" association="_mosd04N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yTXmKoOGEdq6geWPj4xEng" name="A_observation_duration" memberEnd="_yS7hRoOGEdq6geWPj4xEng _yTXmK4OGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yTXmK4OGEdq6geWPj4xEng" type="_-Ixo8H4XEdq7cMP_l1l5Gg" association="_yTXmKoOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mosd1YN9EdqadtFwU5VNog" name="A_observation_timeExpression" memberEnd="_moGA5oN9EdqadtFwU5VNog _mosd1oN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mosd1oN9EdqadtFwU5VNog" type="_DylKEH4YEdq7cMP_l1l5Gg" association="_mosd1YN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yTXmLIOGEdq6geWPj4xEng" name="A_observation_timeExpression" memberEnd="_ySxwV4OGEdq6geWPj4xEng _yTXmLYOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yTXmLYOGEdq6geWPj4xEng" type="_DylKEH4YEdq7cMP_l1l5Gg" association="_yTXmLIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mj7SoIN9EdqadtFwU5VNog" name="A_when_timeEvent" memberEnd="_mj7SooN9EdqadtFwU5VNog _mjemvYN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mj7SoYN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mj7SooN9EdqadtFwU5VNog" type="_mjemt4N9EdqadtFwU5VNog" association="_mj7SoIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yOwMAIOGEdq6geWPj4xEng" name="A_when_timeEvent" memberEnd="_yOwMAoOGEdq6geWPj4xEng _yOdRA4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yOwMAYOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yOwMAoOGEdq6geWPj4xEng" type="_yOdQ_YOGEdq6geWPj4xEng" association="_yOwMAIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mosd14N9EdqadtFwU5VNog" name="A_expr_timeExpression" memberEnd="_moGA4oN9EdqadtFwU5VNog _mosd2IN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mosd2IN9EdqadtFwU5VNog" type="_DylKEH4YEdq7cMP_l1l5Gg" association="_mosd14N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yTXmLoOGEdq6geWPj4xEng" name="A_expr_timeExpression" memberEnd="_ySxwU4OGEdq6geWPj4xEng _yTXmL4OGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yTXmL4OGEdq6geWPj4xEng" type="_DylKEH4YEdq7cMP_l1l5Gg" association="_yTXmLoOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mosd2YN9EdqadtFwU5VNog" name="A_expr_duration" memberEnd="_moGA7IN9EdqadtFwU5VNog _mosd2oN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mosd2oN9EdqadtFwU5VNog" type="_-Ixo8H4XEdq7cMP_l1l5Gg" association="_mosd2YN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yThXIIOGEdq6geWPj4xEng" name="A_expr_duration" memberEnd="_yS7hQoOGEdq6geWPj4xEng _yThXIYOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yThXIYOGEdq6geWPj4xEng" type="_-Ixo8H4XEdq7cMP_l1l5Gg" association="_yThXIIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mosd24N9EdqadtFwU5VNog" name="A_event_timeObservation" memberEnd="_moZi64N9EdqadtFwU5VNog _mosd3IN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mosd3IN9EdqadtFwU5VNog" type="_moZi6IN9EdqadtFwU5VNog" association="_mosd24N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yThXIoOGEdq6geWPj4xEng" name="A_event_timeObservation" memberEnd="_yThXI4OGEdq6geWPj4xEng _yTOcNoOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yThXI4OGEdq6geWPj4xEng" type="_yTOcM4OGEdq6geWPj4xEng" association="_yThXIoOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mosd3YN9EdqadtFwU5VNog" name="A_event_durationObservation" memberEnd="_moZi-IN9EdqadtFwU5VNog _mosd3oN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mosd3oN9EdqadtFwU5VNog" type="_moZi8oN9EdqadtFwU5VNog" association="_mosd3YN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yThXJIOGEdq6geWPj4xEng" name="A_event_durationObservation" memberEnd="_yTOcQ4OGEdq6geWPj4xEng _yThXJYOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yThXJYOGEdq6geWPj4xEng" type="_yTOcPYOGEdq6geWPj4xEng" association="_yThXJIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mdhIooN9EdqadtFwU5VNog" name="InvocationAction" isAbstract="true">

-    <ownedComment xmi:id="_mdhIo4N9EdqadtFwU5VNog" annotatedElement="_mdhIooN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yIyt5YOGEdq6geWPj4xEng" name="InvocationAction" isAbstract="true">

+    <ownedComment xmi:id="_yIyt5oOGEdq6geWPj4xEng" annotatedElement="_yIyt5YOGEdq6geWPj4xEng">

       <body>Invocation is an abstract class for the various actions that invoke behavior.</body>

     </ownedComment>

-    <ownedComment xmi:id="_mo1nwIN9EdqadtFwU5VNog" annotatedElement="_mdhIooN9EdqadtFwU5VNog">

+    <ownedComment xmi:id="_yThXJoOGEdq6geWPj4xEng" annotatedElement="_yIyt5YOGEdq6geWPj4xEng">

       <body>In addition to targeting an object, invocation actions can also invoke behavioral features on ports from where the invocation requests are routed onwards on links deriving from attached connectors. Invocation actions may also be sent to a target via a given port, either on the sending object or on another object.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mo1nwYN9EdqadtFwU5VNog" name="on_port_receiver" constrainedElement="_mdhIooN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mo1nwoN9EdqadtFwU5VNog" annotatedElement="_mo1nwYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yThXJ4OGEdq6geWPj4xEng" name="on_port_receiver" constrainedElement="_yIyt5YOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yThXKIOGEdq6geWPj4xEng" annotatedElement="_yThXJ4OGEdq6geWPj4xEng">

         <body>The onPort must be a port on the receiver object.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mo1nw4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yThXKYOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mdhIpIN9EdqadtFwU5VNog" general="_mdq5uYN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mdhIpYN9EdqadtFwU5VNog" name="argument" type="_mdhIn4N9EdqadtFwU5VNog" isOrdered="true" subsettedProperty="_mdq5woN9EdqadtFwU5VNog" association="_md0DjIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mdhIpoN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mdhIp4N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yIyt54OGEdq6geWPj4xEng" general="_yI8e-YOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yIyt6IOGEdq6geWPj4xEng" name="argument" type="_yIyt4oOGEdq6geWPj4xEng" isOrdered="true" subsettedProperty="_yI8fAoOGEdq6geWPj4xEng" association="_yJFozIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yIyt6YOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yIyt6oOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mdhIqIN9EdqadtFwU5VNog" annotatedElement="_mdhIpYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yIyt64OGEdq6geWPj4xEng" annotatedElement="_yIyt6IOGEdq6geWPj4xEng">

         <body>Specification of the ordered set of argument values that appears during execution.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mdhIqYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mdhIqoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yIyt7IOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yIyt7YOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mo1nxIN9EdqadtFwU5VNog" name="onPort" type="_ZAuvEGveEdq4DLWZOhbdEA" association="_mo1n0YN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mo1nxYN9EdqadtFwU5VNog" annotatedElement="_mo1nxIN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yThXKoOGEdq6geWPj4xEng" name="onPort" type="_ZAuvEGveEdq4DLWZOhbdEA" association="_yThXN4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yThXK4OGEdq6geWPj4xEng" annotatedElement="_yThXKoOGEdq6geWPj4xEng">

         <body>A optional port of the receiver object on which the behavioral feature is invoked.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mo1nxoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mo1nx4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yThXLIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yThXLYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mjU1qYN9EdqadtFwU5VNog" name="Trigger">

-    <ownedComment xmi:id="_mjU1qoN9EdqadtFwU5VNog" annotatedElement="_mjU1qYN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yOTf8IOGEdq6geWPj4xEng" name="Trigger">

+    <ownedComment xmi:id="_yOTf8YOGEdq6geWPj4xEng" annotatedElement="_yOTf8IOGEdq6geWPj4xEng">

       <body>A trigger specifies an event that may cause the execution of an associated behavior. An event is often ultimately caused by the execution of an action, but need not be.</body>

     </ownedComment>

-    <ownedComment xmi:id="_mo1nyIN9EdqadtFwU5VNog" annotatedElement="_mjU1qYN9EdqadtFwU5VNog">

+    <ownedComment xmi:id="_yThXLoOGEdq6geWPj4xEng" annotatedElement="_yOTf8IOGEdq6geWPj4xEng">

       <body>A trigger specification may be qualified by the port on which the event occurred.</body>

     </ownedComment>

-    <generalization xmi:id="_mjU1q4N9EdqadtFwU5VNog" general="_csVgUGvtEdqG6fBIPwe-mw"/>

-    <ownedAttribute xmi:id="_mjU1rIN9EdqadtFwU5VNog" name="event" type="_mjxhkIN9EdqadtFwU5VNog" association="_mkEcgIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mjU1rYN9EdqadtFwU5VNog" annotatedElement="_mjU1rIN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yOTf8oOGEdq6geWPj4xEng" general="_csVgUGvtEdqG6fBIPwe-mw"/>

+    <ownedAttribute xmi:id="_yOTf84OGEdq6geWPj4xEng" name="event" type="_yOma5oOGEdq6geWPj4xEng" association="_yO5864OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yOTf9IOGEdq6geWPj4xEng" annotatedElement="_yOTf84OGEdq6geWPj4xEng">

         <body>The event that causes the trigger.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mjU1roN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mjU1r4N9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yOTf9YOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yOTf9oOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mo1nyYN9EdqadtFwU5VNog" name="port" type="_ZAuvEGveEdq4DLWZOhbdEA" association="_mo1nzYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mo1nyoN9EdqadtFwU5VNog" annotatedElement="_mo1nyYN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yThXL4OGEdq6geWPj4xEng" name="port" type="_ZAuvEGveEdq4DLWZOhbdEA" association="_yThXM4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yThXMIOGEdq6geWPj4xEng" annotatedElement="_yThXL4OGEdq6geWPj4xEng">

         <body>A optional port of the receiver object on which the behavioral feature is invoked.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mo1ny4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mo1nzIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yThXMYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yThXMoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mo1nzYN9EdqadtFwU5VNog" name="A_port_trigger" memberEnd="_mo1nyYN9EdqadtFwU5VNog _mo1nzoN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mo1nzoN9EdqadtFwU5VNog" type="_mjU1qYN9EdqadtFwU5VNog" association="_mo1nzYN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mo1nz4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mo1n0IN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yThXM4OGEdq6geWPj4xEng" name="A_port_trigger" memberEnd="_yThXL4OGEdq6geWPj4xEng _yThXNIOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yThXNIOGEdq6geWPj4xEng" type="_yOTf8IOGEdq6geWPj4xEng" association="_yThXM4OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yThXNYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yThXNoOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mo1n0YN9EdqadtFwU5VNog" name="A_onPort_invocationAction" memberEnd="_mo1nxIN9EdqadtFwU5VNog _mo1n0oN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mo1n0oN9EdqadtFwU5VNog" type="_mdhIooN9EdqadtFwU5VNog" association="_mo1n0YN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mo1n04N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mo1n1IN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yThXN4OGEdq6geWPj4xEng" name="A_onPort_invocationAction" memberEnd="_yThXKoOGEdq6geWPj4xEng _yThXOIOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yThXOIOGEdq6geWPj4xEng" type="_yIyt5YOGEdq6geWPj4xEng" association="_yThXN4OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yThXOYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yThXOoOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mo1n1YN9EdqadtFwU5VNog" name="StateMachine">

-    <ownedComment xmi:id="_mo1n1oN9EdqadtFwU5VNog" annotatedElement="_mo1n1YN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yTrIIIOGEdq6geWPj4xEng" name="StateMachine">

+    <ownedComment xmi:id="_yTrIIYOGEdq6geWPj4xEng" annotatedElement="_yTrIIIOGEdq6geWPj4xEng">

       <body>A state machine owns one or more regions, which in turn own vertices and transitions.

 

 The behaviored classifier context owning a state machine defines which signal and call triggers are defined for the state machine, and which attributes and operations are available in activities of the state machine. Signal triggers and call triggers for the state machine are defined according to the receptions and operations of this classifier.

@@ -7528,95 +7528,95 @@
 

 </body>

     </ownedComment>

-    <ownedRule xmi:id="_mo1n14N9EdqadtFwU5VNog" name="classifier_context" constrainedElement="_mo1n1YN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mo1n2IN9EdqadtFwU5VNog" annotatedElement="_mo1n14N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yTrIIoOGEdq6geWPj4xEng" name="classifier_context" constrainedElement="_yTrIIIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yTrII4OGEdq6geWPj4xEng" annotatedElement="_yTrIIoOGEdq6geWPj4xEng">

         <body>The classifier context of a state machine cannot be an interface.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mo1n2YN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yTrIJIOGEdq6geWPj4xEng" language="OCL">

         <body>context->notEmpty() implies not context.oclIsKindOf(Interface)</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mo1n2oN9EdqadtFwU5VNog" name="context_classifier" constrainedElement="_mo1n1YN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mo1n24N9EdqadtFwU5VNog" annotatedElement="_mo1n2oN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yTrIJYOGEdq6geWPj4xEng" name="context_classifier" constrainedElement="_yTrIIIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yTrIJoOGEdq6geWPj4xEng" annotatedElement="_yTrIJYOGEdq6geWPj4xEng">

         <body>The context classifier of the method state machine of a behavioral feature must be the classifier that owns the behavioral feature.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mo1n3IN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yTrIJ4OGEdq6geWPj4xEng" language="OCL">

         <body>specification->notEmpty() implies (context->notEmpty() and specification->featuringClassifier->exists (c | c = context))</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mo1n3YN9EdqadtFwU5VNog" name="connection_points" constrainedElement="_mo1n1YN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mo1n3oN9EdqadtFwU5VNog" annotatedElement="_mo1n3YN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yTrIKIOGEdq6geWPj4xEng" name="connection_points" constrainedElement="_yTrIIIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yTrIKYOGEdq6geWPj4xEng" annotatedElement="_yTrIKIOGEdq6geWPj4xEng">

         <body>The connection points of a state machine are pseudostates of kind entry point or exit point.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mo1n34N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yTrIKoOGEdq6geWPj4xEng" language="OCL">

         <body>conectionPoint->forAll (c | c.kind = #entryPoint or c.kind = #exitPoint)</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mo1n4IN9EdqadtFwU5VNog" name="method" constrainedElement="_mo1n1YN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mo1n4YN9EdqadtFwU5VNog" annotatedElement="_mo1n4IN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yTrIK4OGEdq6geWPj4xEng" name="method" constrainedElement="_yTrIIIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yTrILIOGEdq6geWPj4xEng" annotatedElement="_yTrIK4OGEdq6geWPj4xEng">

         <body>A state machine as the method for a behavioral feature cannot have entry/exit connection points.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mo1n4oN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yTrILYOGEdq6geWPj4xEng" language="OCL">

         <body>specification->notEmpty() implies connectionPoint->isEmpty()</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mo1n44N9EdqadtFwU5VNog" general="_TUPtYGveEdq4DLWZOhbdEA"/>

-    <ownedAttribute xmi:id="_mo1n5IN9EdqadtFwU5VNog" name="region" type="_mpSTsIN9EdqadtFwU5VNog" subsettedProperty="_mMYVVoN9EdqadtFwU5VNog" association="_mpl1tIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mo1n5YN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mo1n5oN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yTrILoOGEdq6geWPj4xEng" general="_TUPtYGveEdq4DLWZOhbdEA"/>

+    <ownedAttribute xmi:id="_yTrIL4OGEdq6geWPj4xEng" name="region" type="_yT-DJ4OGEdq6geWPj4xEng" subsettedProperty="_x4jScoOGEdq6geWPj4xEng" association="_yUQ-CYOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yTrIMIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yTrIMYOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mo1n54N9EdqadtFwU5VNog" annotatedElement="_mo1n5IN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yTrIMoOGEdq6geWPj4xEng" annotatedElement="_yTrIL4OGEdq6geWPj4xEng">

         <body>The regions owned directly by the state machine.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mo1n6IN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mo1n6YN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yTrIM4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yTrINIOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mo1n6oN9EdqadtFwU5VNog" name="connectionPoint" type="_mpJJ1oN9EdqadtFwU5VNog" subsettedProperty="_mMYVVoN9EdqadtFwU5VNog" association="_mpl1toN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mo1n64N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mo1n7IN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yTrINYOGEdq6geWPj4xEng" name="connectionPoint" type="_yT0SfoOGEdq6geWPj4xEng" subsettedProperty="_x4jScoOGEdq6geWPj4xEng" association="_yUQ-C4OGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yTrINoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yTrIN4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mo1n7YN9EdqadtFwU5VNog" annotatedElement="_mo1n6oN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yTrIOIOGEdq6geWPj4xEng" annotatedElement="_yTrINYOGEdq6geWPj4xEng">

         <body>The connection points defined for this state machine. They represent the interface of the state machine when used as part of submachine state.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mo1n7oN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mo1n74N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yTrIOYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yTrIOoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mo1n8IN9EdqadtFwU5VNog" name="extendedStateMachine" type="_mo1n1YN9EdqadtFwU5VNog" subsettedProperty="_mMrQQIN9EdqadtFwU5VNog" association="_mpl1v4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mo1n8YN9EdqadtFwU5VNog" annotatedElement="_mo1n8IN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yTrIO4OGEdq6geWPj4xEng" name="extendedStateMachine" type="_yTrIIIOGEdq6geWPj4xEng" subsettedProperty="_x42NYIOGEdq6geWPj4xEng" association="_yUQ-FIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yTrIPIOGEdq6geWPj4xEng" annotatedElement="_yTrIO4OGEdq6geWPj4xEng">

         <body>The state machines of which this is an extension.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mo1n8oN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mo1n84N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yTrIPYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yTrIPoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mo1n9IN9EdqadtFwU5VNog" name="submachineState" type="_mo_YwIN9EdqadtFwU5VNog" association="_mpcEtIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mo1n9YN9EdqadtFwU5VNog" annotatedElement="_mo1n9IN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yTrIP4OGEdq6geWPj4xEng" name="submachineState" type="_yTrIX4OGEdq6geWPj4xEng" association="_yUH0JIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yTrIQIOGEdq6geWPj4xEng" annotatedElement="_yTrIP4OGEdq6geWPj4xEng">

         <body>References the submachine(s) in case of a submachine state. Multiple machines are referenced in case of a concurrent state.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mo1n9oN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mo1n94N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yTrIQYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yTrIQoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedOperation xmi:id="_mo1n-IN9EdqadtFwU5VNog" name="LCA" type="_ZiwkoGwLEdq7X4sGURiZYA" isQuery="true" bodyCondition="_mo1n-4N9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mo1n-YN9EdqadtFwU5VNog" source="keywords"/>

-      <ownedComment xmi:id="_mo1n-oN9EdqadtFwU5VNog" annotatedElement="_mo1n-IN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_yTrIQ4OGEdq6geWPj4xEng" name="LCA" type="_ZiwkoGwLEdq7X4sGURiZYA" isQuery="true" bodyCondition="_yTrIRoOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yTrIRIOGEdq6geWPj4xEng" source="keywords"/>

+      <ownedComment xmi:id="_yTrIRYOGEdq6geWPj4xEng" annotatedElement="_yTrIQ4OGEdq6geWPj4xEng">

         <body>The operation LCA(s1,s2) returns an orthogonal state or region which is the least common ancestor of states s1 and s2, based on the statemachine containment hierarchy.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mo1n-4N9EdqadtFwU5VNog" name="spec" constrainedElement="_mo1n-IN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mo1n_IN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_yTrIRoOGEdq6geWPj4xEng" name="spec" constrainedElement="_yTrIQ4OGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yTrIR4OGEdq6geWPj4xEng" language="OCL">

           <body>true</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mo1n_YN9EdqadtFwU5VNog" type="_ZiwkoGwLEdq7X4sGURiZYA" direction="return"/>

-      <ownedParameter xmi:id="_mo1n_oN9EdqadtFwU5VNog" name="s1" type="_mo_YwIN9EdqadtFwU5VNog"/>

-      <ownedParameter xmi:id="_mo1n_4N9EdqadtFwU5VNog" name="s2" type="_mo_YwIN9EdqadtFwU5VNog"/>

+      <returnResult xmi:id="_yTrISIOGEdq6geWPj4xEng" type="_ZiwkoGwLEdq7X4sGURiZYA" direction="return"/>

+      <ownedParameter xmi:id="_yTrISYOGEdq6geWPj4xEng" name="s1" type="_yTrIX4OGEdq6geWPj4xEng"/>

+      <ownedParameter xmi:id="_yTrISoOGEdq6geWPj4xEng" name="s2" type="_yTrIX4OGEdq6geWPj4xEng"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mo1oAIN9EdqadtFwU5VNog" name="ancestor" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_mo1oAoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mo1oAYN9EdqadtFwU5VNog" annotatedElement="_mo1oAIN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_yTrIS4OGEdq6geWPj4xEng" name="ancestor" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_yTrITYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yTrITIOGEdq6geWPj4xEng" annotatedElement="_yTrIS4OGEdq6geWPj4xEng">

         <body>The query ancestor(s1, s2) checks whether s2 is an ancestor state of state s1. context StateMachine::ancestor (s1 : State, s2 : State) : Boolean

 

 </body>

       </ownedComment>

-      <ownedRule xmi:id="_mo1oAoN9EdqadtFwU5VNog" name="spec" constrainedElement="_mo1oAIN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mo1oA4N9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_yTrITYOGEdq6geWPj4xEng" name="spec" constrainedElement="_yTrIS4OGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yTrIToOGEdq6geWPj4xEng" language="OCL">

           <body>result = if (s2 = s1) then

 true

 else if (s1.container->isEmpty) then

@@ -7626,87 +7626,87 @@
 else (ancestor (s1, s2.container))</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mo1oBIN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

-      <ownedParameter xmi:id="_mo1oBYN9EdqadtFwU5VNog" name="s1" type="_mo_YwIN9EdqadtFwU5VNog"/>

-      <ownedParameter xmi:id="_mo1oBoN9EdqadtFwU5VNog" name="s2" type="_mo_YwIN9EdqadtFwU5VNog"/>

+      <returnResult xmi:id="_yTrIT4OGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <ownedParameter xmi:id="_yTrIUIOGEdq6geWPj4xEng" name="s1" type="_yTrIX4OGEdq6geWPj4xEng"/>

+      <ownedParameter xmi:id="_yTrIUYOGEdq6geWPj4xEng" name="s2" type="_yTrIX4OGEdq6geWPj4xEng"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mo1oB4N9EdqadtFwU5VNog" name="isRedefinitionContextValid" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_mMrQTIN9EdqadtFwU5VNog" bodyCondition="_mo1oCYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mo1oCIN9EdqadtFwU5VNog" annotatedElement="_mo1oB4N9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_yTrIUoOGEdq6geWPj4xEng" name="isRedefinitionContextValid" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_x42NbIOGEdq6geWPj4xEng" bodyCondition="_yTrIVIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yTrIU4OGEdq6geWPj4xEng" annotatedElement="_yTrIUoOGEdq6geWPj4xEng">

         <body>The query isRedefinitionContextValid() specifies whether the redefinition contexts of a statemachine are properly related to the redefinition contexts of the specified statemachine to allow this element to redefine the other. The containing classifier of a redefining statemachine must redefine the containing classifier of the redefined statemachine.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mo1oCYN9EdqadtFwU5VNog" name="spec" constrainedElement="_mo1oB4N9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mo1oCoN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_yTrIVIOGEdq6geWPj4xEng" name="spec" constrainedElement="_yTrIUoOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yTrIVYOGEdq6geWPj4xEng" language="OCL">

           <body>result = true</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mo1oC4N9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

-      <ownedParameter xmi:id="_mo1oDIN9EdqadtFwU5VNog" name="redefined" type="_mo1n1YN9EdqadtFwU5VNog" effect="read"/>

+      <returnResult xmi:id="_yTrIVoOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <ownedParameter xmi:id="_yTrIV4OGEdq6geWPj4xEng" name="redefined" type="_yTrIIIOGEdq6geWPj4xEng" effect="read"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mo1oDYN9EdqadtFwU5VNog" name="isConsistentWith" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_mMrQRoN9EdqadtFwU5VNog" bodyCondition="_mo1oEIN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mo1oDoN9EdqadtFwU5VNog" source="keywords"/>

-      <ownedComment xmi:id="_mo1oD4N9EdqadtFwU5VNog" annotatedElement="_mo1oDYN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_yTrIWIOGEdq6geWPj4xEng" name="isConsistentWith" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_x42NZoOGEdq6geWPj4xEng" bodyCondition="_yTrIW4OGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yTrIWYOGEdq6geWPj4xEng" source="keywords"/>

+      <ownedComment xmi:id="_yTrIWoOGEdq6geWPj4xEng" annotatedElement="_yTrIWIOGEdq6geWPj4xEng">

         <body>The query isConsistentWith() specifies that a redefining state machine is consistent with a redefined state machine provided that the redefining state machine is an extension of the redefined state machine: Regions are inherited and regions can be added, inherited regions can be redefined. In case of multiple redefining state machines, extension implies that the redefining state machine gets orthogonal regions for each of the redefined state machines.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mo1oEIN9EdqadtFwU5VNog" name="spec" constrainedElement="_mo1oDYN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mo1oEYN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_yTrIW4OGEdq6geWPj4xEng" name="spec" constrainedElement="_yTrIWIOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yTrIXIOGEdq6geWPj4xEng" language="OCL">

           <body>result = true</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mo1oEoN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

-      <ownedParameter xmi:id="_mo1oE4N9EdqadtFwU5VNog" name="redefinee" type="_mMrQMYN9EdqadtFwU5VNog"/>

+      <returnResult xmi:id="_yTrIXYOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <ownedParameter xmi:id="_yTrIXoOGEdq6geWPj4xEng" name="redefinee" type="_x42NUYOGEdq6geWPj4xEng"/>

     </ownedOperation>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mo_ZUIN9EdqadtFwU5VNog" name="Transition">

-    <ownedComment xmi:id="_mo_ZUYN9EdqadtFwU5VNog" annotatedElement="_mo_ZUIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yT0SEIOGEdq6geWPj4xEng" name="Transition">

+    <ownedComment xmi:id="_yT0SEYOGEdq6geWPj4xEng" annotatedElement="_yT0SEIOGEdq6geWPj4xEng">

       <body>A transition is a directed relationship between a source vertex and a target vertex. It may be part of a compound transition, which takes the state machine from one state configuration to another, representing the complete response of the state machine to an occurrence of an event of a particular type.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mo_ZUoN9EdqadtFwU5VNog" name="fork_segment_guards" constrainedElement="_mo_ZUIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mo_ZU4N9EdqadtFwU5VNog" annotatedElement="_mo_ZUoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yT0SEoOGEdq6geWPj4xEng" name="fork_segment_guards" constrainedElement="_yT0SEIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yT0SE4OGEdq6geWPj4xEng" annotatedElement="_yT0SEoOGEdq6geWPj4xEng">

         <body>A fork segment must not have guards or triggers.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mo_ZVIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yT0SFIOGEdq6geWPj4xEng" language="OCL">

         <body>(source.oclIsKindOf(Pseudostate) and source.kind = #fork) implies (guard->isEmpty() and trigger->isEmpty())</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mo_ZVYN9EdqadtFwU5VNog" name="join_segment_guards" constrainedElement="_mo_ZUIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mo_ZVoN9EdqadtFwU5VNog" annotatedElement="_mo_ZVYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yT0SFYOGEdq6geWPj4xEng" name="join_segment_guards" constrainedElement="_yT0SEIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yT0SFoOGEdq6geWPj4xEng" annotatedElement="_yT0SFYOGEdq6geWPj4xEng">

         <body>A join segment must not have guards or triggers.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mo_ZV4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yT0SF4OGEdq6geWPj4xEng" language="OCL">

         <body>(target.oclIsKindOf(Pseudostate) and target.kind = #join) implies (guard->isEmpty() and trigger->isEmpty())</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mo_ZWIN9EdqadtFwU5VNog" name="fork_segment_state" constrainedElement="_mo_ZUIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mo_ZWYN9EdqadtFwU5VNog" annotatedElement="_mo_ZWIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yT0SGIOGEdq6geWPj4xEng" name="fork_segment_state" constrainedElement="_yT0SEIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yT0SGYOGEdq6geWPj4xEng" annotatedElement="_yT0SGIOGEdq6geWPj4xEng">

         <body>A fork segment must always target a state.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mo_ZWoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yT0SGoOGEdq6geWPj4xEng" language="OCL">

         <body>(source.oclIsKindOf(Pseudostate) and source.kind = #fork) implies (target.oclIsKindOf(State))</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mo_ZW4N9EdqadtFwU5VNog" name="join_segment_state" constrainedElement="_mo_ZUIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mo_ZXIN9EdqadtFwU5VNog" annotatedElement="_mo_ZW4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yT0SG4OGEdq6geWPj4xEng" name="join_segment_state" constrainedElement="_yT0SEIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yT0SHIOGEdq6geWPj4xEng" annotatedElement="_yT0SG4OGEdq6geWPj4xEng">

         <body>A join segment must always originate from a state.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mo_ZXYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yT0SHYOGEdq6geWPj4xEng" language="OCL">

         <body>(target.oclIsKindOf(Pseudostate) and target.kind = #join) implies (source.oclIsKindOf(State))</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mo_ZXoN9EdqadtFwU5VNog" name="outgoing_pseudostates" constrainedElement="_mo_ZUIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mo_ZX4N9EdqadtFwU5VNog" annotatedElement="_mo_ZXoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yT0SHoOGEdq6geWPj4xEng" name="outgoing_pseudostates" constrainedElement="_yT0SEIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yT0SH4OGEdq6geWPj4xEng" annotatedElement="_yT0SHoOGEdq6geWPj4xEng">

         <body>Transitions outgoing pseudostates may not have a trigger.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mo_ZYIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yT0SIIOGEdq6geWPj4xEng" language="OCL">

         <body>source.oclIsKindOf(Pseudostate) and

 ((source.kind &lt;> #junction) and (source.kind &lt;> #join) and (source.kind &lt;> #initial)) implies trigger->isEmpty()

 </body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mo_ZYYN9EdqadtFwU5VNog" name="initial_transition" constrainedElement="_mo_ZUIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mo_ZYoN9EdqadtFwU5VNog" annotatedElement="_mo_ZYYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yT0SIYOGEdq6geWPj4xEng" name="initial_transition" constrainedElement="_yT0SEIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yT0SIoOGEdq6geWPj4xEng" annotatedElement="_yT0SIYOGEdq6geWPj4xEng">

         <body>An initial transition at the topmost level (region of a statemachine) either has no trigger or it has a trigger with the stereotype “create”.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mo_ZY4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yT0SI4OGEdq6geWPj4xEng" language="OCL">

         <body>self.source.oclIsKindOf(Pseudostate) implies

 (self.source.oclAsType(Pseudostate).kind = #initial) implies

 (self.source.container = self.stateMachine.top) implies

@@ -7715,101 +7715,101 @@
 </body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mo_ZZIN9EdqadtFwU5VNog" name="signatures_compatible" constrainedElement="_mo_ZUIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mo_ZZYN9EdqadtFwU5VNog" annotatedElement="_mo_ZZIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yT0SJIOGEdq6geWPj4xEng" name="signatures_compatible" constrainedElement="_yT0SEIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yT0SJYOGEdq6geWPj4xEng" annotatedElement="_yT0SJIOGEdq6geWPj4xEng">

         <body>In case of more than one trigger, the signatures of these must be compatible in case the parameters of the signal are assigned to local variables/attributes.

 

 </body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mo_ZZoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yT0SJoOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mo_ZZ4N9EdqadtFwU5VNog" general="_mMrQMYN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mo_ZaIN9EdqadtFwU5VNog" general="_ZiwkoGwLEdq7X4sGURiZYA"/>

-    <ownedAttribute xmi:id="_mo_ZaYN9EdqadtFwU5VNog" name="kind" type="_mpSUEoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mo_ZaoN9EdqadtFwU5VNog" annotatedElement="_mo_ZaYN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yT0SJ4OGEdq6geWPj4xEng" general="_x42NUYOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_yT0SKIOGEdq6geWPj4xEng" general="_ZiwkoGwLEdq7X4sGURiZYA"/>

+    <ownedAttribute xmi:id="_yT0SKYOGEdq6geWPj4xEng" name="kind" type="_yUH0EIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yT0SKoOGEdq6geWPj4xEng" annotatedElement="_yT0SKYOGEdq6geWPj4xEng">

         <body>Indicates  the precise type of the transition.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:InstanceValue" xmi:id="_mo_Za4N9EdqadtFwU5VNog" type="_mpSUEoN9EdqadtFwU5VNog" instance="_mpSUHoN9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:InstanceValue" xmi:id="_yT0SK4OGEdq6geWPj4xEng" type="_yUH0EIOGEdq6geWPj4xEng" instance="_yUH0HIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mo_ZbIN9EdqadtFwU5VNog" name="container" type="_mpSTsIN9EdqadtFwU5VNog" subsettedProperty="_mPzcsIN9EdqadtFwU5VNog" association="_mpcEsIN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mo_ZbYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mo_ZboN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yT0SLIOGEdq6geWPj4xEng" name="container" type="_yT-DJ4OGEdq6geWPj4xEng" subsettedProperty="_x7re94OGEdq6geWPj4xEng" association="_yUH0IIOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yT0SLYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yT0SLoOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mo_Zb4N9EdqadtFwU5VNog" annotatedElement="_mo_ZbIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yT0SL4OGEdq6geWPj4xEng" annotatedElement="_yT0SLIOGEdq6geWPj4xEng">

         <body>Designates the region that owns this transition.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mo_ZcIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mo_ZcYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yT0SMIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yT0SMYOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mo_ZcoN9EdqadtFwU5VNog" name="source" type="_mpJJwIN9EdqadtFwU5VNog" association="_mpcEsoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mo_Zc4N9EdqadtFwU5VNog" annotatedElement="_mo_ZcoN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yT0SMoOGEdq6geWPj4xEng" name="source" type="_yT0SaIOGEdq6geWPj4xEng" association="_yUH0IoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yT0SM4OGEdq6geWPj4xEng" annotatedElement="_yT0SMoOGEdq6geWPj4xEng">

         <body>Designates the originating vertex (state or pseudostate) of the transition.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mo_ZdIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mo_ZdYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yT0SNIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yT0SNYOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mo_ZdoN9EdqadtFwU5VNog" name="target" type="_mpJJwIN9EdqadtFwU5VNog" association="_mpcEs4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mo_Zd4N9EdqadtFwU5VNog" annotatedElement="_mo_ZdoN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yT0SNoOGEdq6geWPj4xEng" name="target" type="_yT0SaIOGEdq6geWPj4xEng" association="_yUH0I4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yT0SN4OGEdq6geWPj4xEng" annotatedElement="_yT0SNoOGEdq6geWPj4xEng">

         <body>Designates the target vertex that is reached when the transition is taken.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mo_ZeIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mo_ZeYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yT0SOIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yT0SOYOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mo_ZeoN9EdqadtFwU5VNog" name="redefinedTransition" type="_mo_ZUIN9EdqadtFwU5VNog" subsettedProperty="_mMrQQIN9EdqadtFwU5VNog" association="_mpcEwoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mo_Ze4N9EdqadtFwU5VNog" annotatedElement="_mo_ZeoN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yT0SOoOGEdq6geWPj4xEng" name="redefinedTransition" type="_yT0SEIOGEdq6geWPj4xEng" subsettedProperty="_x42NYIOGEdq6geWPj4xEng" association="_yUQ-AIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yT0SO4OGEdq6geWPj4xEng" annotatedElement="_yT0SOoOGEdq6geWPj4xEng">

         <body>The transition that is redefined by this transition.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mo_ZfIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mo_ZfYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yT0SPIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yT0SPYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mo_ZfoN9EdqadtFwU5VNog" name="guard" type="_mOBUAIN9EdqadtFwU5VNog" subsettedProperty="_mMYVYoN9EdqadtFwU5VNog" association="_mpl1xIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mo_Zf4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mo_ZgIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yT0SPoOGEdq6geWPj4xEng" name="guard" type="_x6CgIYOGEdq6geWPj4xEng" subsettedProperty="_x4jSfoOGEdq6geWPj4xEng" association="_yUQ-GYOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yT0SP4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yT0SQIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mo_ZgYN9EdqadtFwU5VNog" annotatedElement="_mo_ZfoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yT0SQYOGEdq6geWPj4xEng" annotatedElement="_yT0SPoOGEdq6geWPj4xEng">

         <body>A guard is a constraint that provides a fine-grained control over the firing of the transition. The guard is evaluated when an event occurrence is dispatched by the state machine. If the guard is true at that time, the transition may be enabled, otherwise, it is disabled. Guards should be pure expressions without side effects. Guard expressions with side effects are ill formed.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mo_ZgoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mo_Zg4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yT0SQoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yT0SQ4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mo_ZhIN9EdqadtFwU5VNog" name="redefinitionContext" type="_6UV2QGwJEdq7X4sGURiZYA" isReadOnly="true" isDerived="true" redefinedProperty="_mMrQOoN9EdqadtFwU5VNog" association="_mpu_pYN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mo_ZhYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mo_ZhoN9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_yT0SRIOGEdq6geWPj4xEng" name="redefinitionContext" type="_6UV2QGwJEdq7X4sGURiZYA" isReadOnly="true" isDerived="true" redefinedProperty="_x42NWoOGEdq6geWPj4xEng" association="_yUavCoOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yT0SRYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yT0SRoOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mo_Zh4N9EdqadtFwU5VNog" annotatedElement="_mo_ZhIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yT0SR4OGEdq6geWPj4xEng" annotatedElement="_yT0SRIOGEdq6geWPj4xEng">

         <body>References the classifier in which context this element may be redefined.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mo_ZiIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mo_ZiYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yT0SSIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yT0SSYOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mo_ZioN9EdqadtFwU5VNog" name="effect" type="_TUPtYGveEdq4DLWZOhbdEA" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mpu_r4N9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mo_Zi4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mo_ZjIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yT0SSoOGEdq6geWPj4xEng" name="effect" type="_TUPtYGveEdq4DLWZOhbdEA" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yUavFIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yT0SS4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yT0STIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mo_ZjYN9EdqadtFwU5VNog" annotatedElement="_mo_ZioN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yT0STYOGEdq6geWPj4xEng" annotatedElement="_yT0SSoOGEdq6geWPj4xEng">

         <body>Specifies an optional behavior to be performed when the transition fires.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mo_ZjoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mo_Zj4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yT0SToOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yT0ST4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mo_ZkIN9EdqadtFwU5VNog" name="trigger" type="_mjU1qYN9EdqadtFwU5VNog" association="_mp4woIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mo_ZkYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mo_ZkoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yT0SUIOGEdq6geWPj4xEng" name="trigger" type="_yOTf8IOGEdq6geWPj4xEng" association="_yUj48IOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yT0SUYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yT0SUoOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mo_Zk4N9EdqadtFwU5VNog" annotatedElement="_mo_ZkIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yT0SU4OGEdq6geWPj4xEng" annotatedElement="_yT0SUIOGEdq6geWPj4xEng">

         <body>Specifies the triggers that may fire the transition.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mo_ZlIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mo_ZlYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yT0SVIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yT0SVYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedOperation xmi:id="_mo_ZloN9EdqadtFwU5VNog" name="redefinitionContext" type="_6UV2QGwJEdq7X4sGURiZYA" isQuery="true" bodyCondition="_mo_ZmIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mo_Zl4N9EdqadtFwU5VNog" annotatedElement="_mo_ZloN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_yT0SVoOGEdq6geWPj4xEng" name="redefinitionContext" type="_6UV2QGwJEdq7X4sGURiZYA" isQuery="true" bodyCondition="_yT0SWIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yT0SV4OGEdq6geWPj4xEng" annotatedElement="_yT0SVoOGEdq6geWPj4xEng">

         <body>The redefinition context of a transition is the nearest containing statemachine.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mo_ZmIN9EdqadtFwU5VNog" name="spec" constrainedElement="_mo_ZloN9EdqadtFwU5VNog _mo_ZhIN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mo_ZmYN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_yT0SWIOGEdq6geWPj4xEng" name="spec" constrainedElement="_yT0SVoOGEdq6geWPj4xEng _yT0SRIOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yT0SWYOGEdq6geWPj4xEng" language="OCL">

           <body>result = let sm = containingStateMachine() in

 if sm.context->isEmpty() or sm.general->notEmpty() then

 sm

@@ -7818,14 +7818,14 @@
 endif</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mo_ZmoN9EdqadtFwU5VNog" type="_6UV2QGwJEdq7X4sGURiZYA" direction="return"/>

+      <returnResult xmi:id="_yT0SWoOGEdq6geWPj4xEng" type="_6UV2QGwJEdq7X4sGURiZYA" direction="return"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mo_Zm4N9EdqadtFwU5VNog" name="isConsistentWith" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" precondition="_mo_Zn4N9EdqadtFwU5VNog" redefinedOperation="_mMrQRoN9EdqadtFwU5VNog" bodyCondition="_mo_ZnYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mo_ZnIN9EdqadtFwU5VNog" annotatedElement="_mo_Zm4N9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_yT0SW4OGEdq6geWPj4xEng" name="isConsistentWith" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" precondition="_yT0SX4OGEdq6geWPj4xEng" redefinedOperation="_x42NZoOGEdq6geWPj4xEng" bodyCondition="_yT0SXYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yT0SXIOGEdq6geWPj4xEng" annotatedElement="_yT0SW4OGEdq6geWPj4xEng">

         <body>The query isConsistentWith() specifies that a redefining transition is consistent with a redefined transition provided that the redefining transition has the following relation to the redefined transition: A redefining transition redefines all properties of the corresponding redefined transition, except the source state and the trigger.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mo_ZnYN9EdqadtFwU5VNog" name="spec" constrainedElement="_mo_Zm4N9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mo_ZnoN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_yT0SXYOGEdq6geWPj4xEng" name="spec" constrainedElement="_yT0SW4OGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yT0SXoOGEdq6geWPj4xEng" language="OCL">

           <body>result = (redefinee.oclIsKindOf(Transition) and

 

   let trans: Transition = redefinee.oclAsType(Transition) in

@@ -7833,61 +7833,61 @@
     (source() = trans.source() and trigger() = tran.trigger())</body>

         </specification>

       </ownedRule>

-      <ownedRule xmi:id="_mo_Zn4N9EdqadtFwU5VNog" constrainedElement="_mo_Zm4N9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mo_ZoIN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_yT0SX4OGEdq6geWPj4xEng" constrainedElement="_yT0SW4OGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yT0SYIOGEdq6geWPj4xEng" language="OCL">

           <body>redefinee.isRedefinitionContextValid(self)</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mo_ZoYN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

-      <ownedParameter xmi:id="_mo_ZooN9EdqadtFwU5VNog" name="redefinee" type="_mMrQMYN9EdqadtFwU5VNog"/>

+      <returnResult xmi:id="_yT0SYYOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <ownedParameter xmi:id="_yT0SYoOGEdq6geWPj4xEng" name="redefinee" type="_x42NUYOGEdq6geWPj4xEng"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mo_Zo4N9EdqadtFwU5VNog" name="containingStateMachine" type="_mo1n1YN9EdqadtFwU5VNog" isQuery="true" bodyCondition="_mo_ZpYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mo_ZpIN9EdqadtFwU5VNog" annotatedElement="_mo_Zo4N9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_yT0SY4OGEdq6geWPj4xEng" name="containingStateMachine" type="_yTrIIIOGEdq6geWPj4xEng" isQuery="true" bodyCondition="_yT0SZYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yT0SZIOGEdq6geWPj4xEng" annotatedElement="_yT0SY4OGEdq6geWPj4xEng">

         <body>The query containingStateMachine() returns the state machine that contains the transition either directly or transitively.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mo_ZpYN9EdqadtFwU5VNog" name="spec" constrainedElement="_mo_Zo4N9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mo_ZpoN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_yT0SZYOGEdq6geWPj4xEng" name="spec" constrainedElement="_yT0SY4OGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yT0SZoOGEdq6geWPj4xEng" language="OCL">

           <body>result = container.containingStateMachine()</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mo_Zp4N9EdqadtFwU5VNog" type="_mo1n1YN9EdqadtFwU5VNog" direction="return"/>

+      <returnResult xmi:id="_yT0SZ4OGEdq6geWPj4xEng" type="_yTrIIIOGEdq6geWPj4xEng" direction="return"/>

     </ownedOperation>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mpJJwIN9EdqadtFwU5VNog" name="Vertex" isAbstract="true">

-    <ownedComment xmi:id="_mpJJwYN9EdqadtFwU5VNog" annotatedElement="_mpJJwIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yT0SaIOGEdq6geWPj4xEng" name="Vertex" isAbstract="true">

+    <ownedComment xmi:id="_yT0SaYOGEdq6geWPj4xEng" annotatedElement="_yT0SaIOGEdq6geWPj4xEng">

       <body>A vertex is an abstraction of a node in a state machine graph. In general, it can be the source or destination of any number of transitions.</body>

     </ownedComment>

-    <generalization xmi:id="_mpJJwoN9EdqadtFwU5VNog" general="_csVgUGvtEdqG6fBIPwe-mw"/>

-    <ownedAttribute xmi:id="_mpJJw4N9EdqadtFwU5VNog" name="container" type="_mpSTsIN9EdqadtFwU5VNog" subsettedProperty="_mPzcsIN9EdqadtFwU5VNog" association="_mpSUIIN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mpJJxIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mpJJxYN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yT0SaoOGEdq6geWPj4xEng" general="_csVgUGvtEdqG6fBIPwe-mw"/>

+    <ownedAttribute xmi:id="_yT0Sa4OGEdq6geWPj4xEng" name="container" type="_yT-DJ4OGEdq6geWPj4xEng" subsettedProperty="_x7re94OGEdq6geWPj4xEng" association="_yUH0HoOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yT0SbIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yT0SbYOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mpJJxoN9EdqadtFwU5VNog" annotatedElement="_mpJJw4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yT0SboOGEdq6geWPj4xEng" annotatedElement="_yT0Sa4OGEdq6geWPj4xEng">

         <body>The region that contains this vertex.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mpJJx4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mpJJyIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yT0Sb4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yT0ScIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mpJJyYN9EdqadtFwU5VNog" name="outgoing" type="_mo_ZUIN9EdqadtFwU5VNog" association="_mpcEsoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mpJJyoN9EdqadtFwU5VNog" annotatedElement="_mpJJyYN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yT0ScYOGEdq6geWPj4xEng" name="outgoing" type="_yT0SEIOGEdq6geWPj4xEng" association="_yUH0IoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yT0ScoOGEdq6geWPj4xEng" annotatedElement="_yT0ScYOGEdq6geWPj4xEng">

         <body>Specifies the transitions departing from this vertex.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mpJJy4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mpJJzIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yT0Sc4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yT0SdIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mpJJzYN9EdqadtFwU5VNog" name="incoming" type="_mo_ZUIN9EdqadtFwU5VNog" association="_mpcEs4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mpJJzoN9EdqadtFwU5VNog" annotatedElement="_mpJJzYN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yT0SdYOGEdq6geWPj4xEng" name="incoming" type="_yT0SEIOGEdq6geWPj4xEng" association="_yUH0I4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yT0SdoOGEdq6geWPj4xEng" annotatedElement="_yT0SdYOGEdq6geWPj4xEng">

         <body>Specifies the transitions entering this vertex.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mpJJz4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mpJJ0IN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yT0Sd4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yT0SeIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedOperation xmi:id="_mpJJ0YN9EdqadtFwU5VNog" name="containingStateMachine" type="_mo1n1YN9EdqadtFwU5VNog" isQuery="true" bodyCondition="_mpJJ04N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mpJJ0oN9EdqadtFwU5VNog" annotatedElement="_mpJJ0YN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_yT0SeYOGEdq6geWPj4xEng" name="containingStateMachine" type="_yTrIIIOGEdq6geWPj4xEng" isQuery="true" bodyCondition="_yT0Se4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yT0SeoOGEdq6geWPj4xEng" annotatedElement="_yT0SeYOGEdq6geWPj4xEng">

         <body>The operation containingStateMachine() returns the state machine in which this Vertex is defined</body>

       </ownedComment>

-      <ownedRule xmi:id="_mpJJ04N9EdqadtFwU5VNog" name="spec" constrainedElement="_mpJJ0YN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mpJJ1IN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_yT0Se4OGEdq6geWPj4xEng" name="spec" constrainedElement="_yT0SeYOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yT0SfIOGEdq6geWPj4xEng" language="OCL">

           <body>result = if not container->isEmpty()

 then

 -- the container is a region

@@ -7902,272 +7902,272 @@
 </body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mpJJ1YN9EdqadtFwU5VNog" type="_mo1n1YN9EdqadtFwU5VNog" direction="return"/>

+      <returnResult xmi:id="_yT0SfYOGEdq6geWPj4xEng" type="_yTrIIIOGEdq6geWPj4xEng" direction="return"/>

     </ownedOperation>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mpJJ1oN9EdqadtFwU5VNog" name="Pseudostate">

-    <ownedComment xmi:id="_mpJJ14N9EdqadtFwU5VNog" annotatedElement="_mpJJ1oN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yT0SfoOGEdq6geWPj4xEng" name="Pseudostate">

+    <ownedComment xmi:id="_yT0Sf4OGEdq6geWPj4xEng" annotatedElement="_yT0SfoOGEdq6geWPj4xEng">

       <body>Pseudostates are typically used to connect multiple transitions into more complex state transitions paths. For example, by combining a transition entering a fork pseudostate with a set of transitions exiting the fork pseudostate, we get a compound transition that leads to a set of orthogonal target states.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mpJJ2IN9EdqadtFwU5VNog" name="initial_vertex" constrainedElement="_mpJJ1oN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mpJJ2YN9EdqadtFwU5VNog" annotatedElement="_mpJJ2IN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yT0SgIOGEdq6geWPj4xEng" name="initial_vertex" constrainedElement="_yT0SfoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yT0SgYOGEdq6geWPj4xEng" annotatedElement="_yT0SgIOGEdq6geWPj4xEng">

         <body>An initial vertex can have at most one outgoing transition.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mpJJ2oN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yT0SgoOGEdq6geWPj4xEng" language="OCL">

         <body>(self.kind = #initial) implies (self.outgoing->size &lt;= 1)</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mpJJ24N9EdqadtFwU5VNog" name="history_vertices" constrainedElement="_mpJJ1oN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mpJJ3IN9EdqadtFwU5VNog" annotatedElement="_mpJJ24N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yT0Sg4OGEdq6geWPj4xEng" name="history_vertices" constrainedElement="_yT0SfoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yT0ShIOGEdq6geWPj4xEng" annotatedElement="_yT0Sg4OGEdq6geWPj4xEng">

         <body>History vertices can have at most one outgoing transition.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mpJJ3YN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yT0ShYOGEdq6geWPj4xEng" language="OCL">

         <body>((self.kind = #deepHistory) or (self.kind = #shallowHistory)) implies

 (self.outgoing->size &lt;= 1)

 </body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mpJJ3oN9EdqadtFwU5VNog" name="join_vertex" constrainedElement="_mpJJ1oN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mpJJ34N9EdqadtFwU5VNog" annotatedElement="_mpJJ3oN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yT0ShoOGEdq6geWPj4xEng" name="join_vertex" constrainedElement="_yT0SfoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yT0Sh4OGEdq6geWPj4xEng" annotatedElement="_yT0ShoOGEdq6geWPj4xEng">

         <body>In a complete statemachine, a join vertex must have at least two incoming transitions and exactly one outgoing transition.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mpJJ4IN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yT0SiIOGEdq6geWPj4xEng" language="OCL">

         <body>(self.kind = #join) implies

 ((self.outgoing->size = 1) and (self.incoming->size >= 2))

 </body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mpJJ4YN9EdqadtFwU5VNog" name="transitions_incoming" constrainedElement="_mpJJ1oN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mpJJ4oN9EdqadtFwU5VNog" annotatedElement="_mpJJ4YN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yT0SiYOGEdq6geWPj4xEng" name="transitions_incoming" constrainedElement="_yT0SfoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yT0SioOGEdq6geWPj4xEng" annotatedElement="_yT0SiYOGEdq6geWPj4xEng">

         <body>All transitions incoming a join vertex must originate in different regions of an orthogonal state.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mpJJ44N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yT0Si4OGEdq6geWPj4xEng" language="OCL">

         <body>(self.kind = #join) implies

   self.incoming->forAll (t1, t2 | t1&lt;>t2 implies

     (self.stateMachine.LCA(t1.source, t2.source).container.isOrthogonal))</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mpJJ5IN9EdqadtFwU5VNog" name="fork_vertex" constrainedElement="_mpJJ1oN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mpJJ5YN9EdqadtFwU5VNog" annotatedElement="_mpJJ5IN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yT0SjIOGEdq6geWPj4xEng" name="fork_vertex" constrainedElement="_yT0SfoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yT0SjYOGEdq6geWPj4xEng" annotatedElement="_yT0SjIOGEdq6geWPj4xEng">

         <body>In a complete statemachine, a fork vertex must have at least two outgoing transitions and exactly one incoming transition.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mpJJ5oN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yT0SjoOGEdq6geWPj4xEng" language="OCL">

         <body>(self.kind = #fork) implies

 ((self.incoming->size = 1) and (self.outgoing->size >= 2))

 </body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mpJJ54N9EdqadtFwU5VNog" name="transitions_outgoing" constrainedElement="_mpJJ1oN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mpJJ6IN9EdqadtFwU5VNog" annotatedElement="_mpJJ54N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yT0Sj4OGEdq6geWPj4xEng" name="transitions_outgoing" constrainedElement="_yT0SfoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yT0SkIOGEdq6geWPj4xEng" annotatedElement="_yT0Sj4OGEdq6geWPj4xEng">

         <body>All transitions outgoing a fork vertex must target states in different regions of an orthogonal state.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mpJJ6YN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yT0SkYOGEdq6geWPj4xEng" language="OCL">

         <body>(self.kind = #fork) implies

   self.outgoing->forAll (t1, t2 | t1&lt;>t2 implies

     (self.stateMachine.LCA(t1.target, t2.target).container.isOrthogonal))</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mpJJ6oN9EdqadtFwU5VNog" name="junction_vertex" constrainedElement="_mpJJ1oN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mpJJ64N9EdqadtFwU5VNog" annotatedElement="_mpJJ6oN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yT0SkoOGEdq6geWPj4xEng" name="junction_vertex" constrainedElement="_yT0SfoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yT0Sk4OGEdq6geWPj4xEng" annotatedElement="_yT0SkoOGEdq6geWPj4xEng">

         <body>In a complete statemachine, a junction vertex must have at least one incoming and one outgoing transition.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mpJJ7IN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yT0SlIOGEdq6geWPj4xEng" language="OCL">

         <body>(self.kind = #junction) implies

 ((self.incoming->size >= 1) and (self.outgoing->size >= 1))

 </body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mpJJ7YN9EdqadtFwU5VNog" name="choice_vertex" constrainedElement="_mpJJ1oN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mpJJ7oN9EdqadtFwU5VNog" annotatedElement="_mpJJ7YN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yT0SlYOGEdq6geWPj4xEng" name="choice_vertex" constrainedElement="_yT0SfoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yT0SloOGEdq6geWPj4xEng" annotatedElement="_yT0SlYOGEdq6geWPj4xEng">

         <body>In a complete statemachine, a choice vertex must have at least one incoming and one outgoing transition.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mpJJ74N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yT0Sl4OGEdq6geWPj4xEng" language="OCL">

         <body>(self.kind = #choice) implies

 ((self.incoming->size >= 1) and (self.outgoing->size >= 1))

 </body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mpJJ8IN9EdqadtFwU5VNog" name="outgoing_from_initial" constrainedElement="_mpJJ1oN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mpJJ8YN9EdqadtFwU5VNog" annotatedElement="_mpJJ8IN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yT0SmIOGEdq6geWPj4xEng" name="outgoing_from_initial" constrainedElement="_yT0SfoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yT0SmYOGEdq6geWPj4xEng" annotatedElement="_yT0SmIOGEdq6geWPj4xEng">

         <body>The outgoing transition from and initial vertex may have a behavior, but not a trigger or a guard.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mpJJ8oN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yT0SmoOGEdq6geWPj4xEng" language="OCL">

         <body>(self.kind = #initial) implies (self.outgoing.guard->isEmpty()

 

   and self.outgoing.trigger->isEmpty())</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mpJJ84N9EdqadtFwU5VNog" general="_mpJJwIN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mpJJ9IN9EdqadtFwU5VNog" name="kind" type="_mpST_IN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mpJJ9YN9EdqadtFwU5VNog" annotatedElement="_mpJJ9IN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yT0Sm4OGEdq6geWPj4xEng" general="_yT0SaIOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yT0SnIOGEdq6geWPj4xEng" name="kind" type="_yT-Dc4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yT0SnYOGEdq6geWPj4xEng" annotatedElement="_yT0SnIOGEdq6geWPj4xEng">

         <body>Determines the precise type of the Pseudostate and can be one of: entryPoint, exitPoint, initial, deepHistory, shallowHistory, join, fork, junction, terminate or choice.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:InstanceValue" xmi:id="_mpJJ9oN9EdqadtFwU5VNog" type="_mpST_IN9EdqadtFwU5VNog" instance="_mpST_oN9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:InstanceValue" xmi:id="_yT0SnoOGEdq6geWPj4xEng" type="_yT-Dc4OGEdq6geWPj4xEng" instance="_yT-DdYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mpJJ94N9EdqadtFwU5VNog" name="stateMachine" type="_mo1n1YN9EdqadtFwU5VNog" subsettedProperty="_mPzcsIN9EdqadtFwU5VNog" association="_mpl1toN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mpJJ-IN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mpJJ-YN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yT0Sn4OGEdq6geWPj4xEng" name="stateMachine" type="_yTrIIIOGEdq6geWPj4xEng" subsettedProperty="_x7re94OGEdq6geWPj4xEng" association="_yUQ-C4OGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yT0SoIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yT0SoYOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mpJJ-oN9EdqadtFwU5VNog" annotatedElement="_mpJJ94N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yT0SooOGEdq6geWPj4xEng" annotatedElement="_yT0Sn4OGEdq6geWPj4xEng">

         <body>The StateMachine in which this Pseudostate is defined. This only applies to Pseudostates of the kind entryPoint or exitPoint.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mpJJ-4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mpJJ_IN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yT0So4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yT0SpIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mpJJ_YN9EdqadtFwU5VNog" name="state" type="_mo_YwIN9EdqadtFwU5VNog" subsettedProperty="_mLyfbYN9EdqadtFwU5VNog" association="_mpu_w4N9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mpJJ_oN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mpJJ_4N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yT0SpYOGEdq6geWPj4xEng" name="state" type="_yTrIX4OGEdq6geWPj4xEng" subsettedProperty="_x381jIOGEdq6geWPj4xEng" association="_yUavKIOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yT0SpoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yT0Sp4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mpJKAIN9EdqadtFwU5VNog" annotatedElement="_mpJJ_YN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yT0SqIOGEdq6geWPj4xEng" annotatedElement="_yT0SpYOGEdq6geWPj4xEng">

         <body>The State that owns this pseudostate and in which it appears.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mpJKAYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mpJKAoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yT0SqYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yT0SqoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mpJKA4N9EdqadtFwU5VNog" name="FinalState">

-    <ownedComment xmi:id="_mpJKBIN9EdqadtFwU5VNog" annotatedElement="_mpJKA4N9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yT0Sq4OGEdq6geWPj4xEng" name="FinalState">

+    <ownedComment xmi:id="_yT0SrIOGEdq6geWPj4xEng" annotatedElement="_yT0Sq4OGEdq6geWPj4xEng">

       <body>A special kind of state signifying that the enclosing region is completed. If the enclosing region is directly contained in a state machine and all other regions in the state machine also are completed, then it means that the entire state machine is completed.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mpJKBYN9EdqadtFwU5VNog" name="no_outgoing_transitions" constrainedElement="_mpJKA4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mpJKBoN9EdqadtFwU5VNog" annotatedElement="_mpJKBYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yT0SrYOGEdq6geWPj4xEng" name="no_outgoing_transitions" constrainedElement="_yT0Sq4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yT0SroOGEdq6geWPj4xEng" annotatedElement="_yT0SrYOGEdq6geWPj4xEng">

         <body>A final state cannot have any outgoing transitions.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mpJKB4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yT0Sr4OGEdq6geWPj4xEng" language="OCL">

         <body>self.outgoing->size() = 0</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mpJKCIN9EdqadtFwU5VNog" name="no_regions" constrainedElement="_mpJKA4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mpJKCYN9EdqadtFwU5VNog" annotatedElement="_mpJKCIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yT0SsIOGEdq6geWPj4xEng" name="no_regions" constrainedElement="_yT0Sq4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yT0SsYOGEdq6geWPj4xEng" annotatedElement="_yT0SsIOGEdq6geWPj4xEng">

         <body>A final state cannot have regions.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mpJKCoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yT0SsoOGEdq6geWPj4xEng" language="OCL">

         <body>self.region->size() = 0</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mpJKC4N9EdqadtFwU5VNog" name="cannot_reference_submachine" constrainedElement="_mpJKA4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mpJKDIN9EdqadtFwU5VNog" annotatedElement="_mpJKC4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yT0Ss4OGEdq6geWPj4xEng" name="cannot_reference_submachine" constrainedElement="_yT0Sq4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yT0StIOGEdq6geWPj4xEng" annotatedElement="_yT0Ss4OGEdq6geWPj4xEng">

         <body>A final state cannot reference a submachine.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mpJKDYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yT0StYOGEdq6geWPj4xEng" language="OCL">

         <body>self.submachine->isEmpty()</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mpJKDoN9EdqadtFwU5VNog" name="no_entry_behavior" constrainedElement="_mpJKA4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mpJKD4N9EdqadtFwU5VNog" annotatedElement="_mpJKDoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yT0StoOGEdq6geWPj4xEng" name="no_entry_behavior" constrainedElement="_yT0Sq4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yT0St4OGEdq6geWPj4xEng" annotatedElement="_yT0StoOGEdq6geWPj4xEng">

         <body>A final state has no entry behavior.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mpJKEIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yT0SuIOGEdq6geWPj4xEng" language="OCL">

         <body>self.entry->isEmpty()</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mpJKEYN9EdqadtFwU5VNog" name="no_exit behavior" constrainedElement="_mpJKA4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mpJKEoN9EdqadtFwU5VNog" annotatedElement="_mpJKEYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yT0SuYOGEdq6geWPj4xEng" name="no_exit behavior" constrainedElement="_yT0Sq4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yT0SuoOGEdq6geWPj4xEng" annotatedElement="_yT0SuYOGEdq6geWPj4xEng">

         <body>A final state has no exit behavior.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mpJKE4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yT0Su4OGEdq6geWPj4xEng" language="OCL">

         <body>self.exit->isEmpty()</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mpJKFIN9EdqadtFwU5VNog" name="no_state_behavior" constrainedElement="_mpJKA4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mpJKFYN9EdqadtFwU5VNog" annotatedElement="_mpJKFIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yT0SvIOGEdq6geWPj4xEng" name="no_state_behavior" constrainedElement="_yT0Sq4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yT0SvYOGEdq6geWPj4xEng" annotatedElement="_yT0SvIOGEdq6geWPj4xEng">

         <body>A final state has no state (doActivity) behavior.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mpJKFoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yT0SvoOGEdq6geWPj4xEng" language="OCL">

         <body>self.doActivity->isEmpty()</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mpJKF4N9EdqadtFwU5VNog" general="_mo_YwIN9EdqadtFwU5VNog"/>

+    <generalization xmi:id="_yT0Sv4OGEdq6geWPj4xEng" general="_yTrIX4OGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mpJKGIN9EdqadtFwU5VNog" name="ConnectionPointReference">

-    <ownedComment xmi:id="_mpJKGYN9EdqadtFwU5VNog" annotatedElement="_mpJKGIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yT-DEIOGEdq6geWPj4xEng" name="ConnectionPointReference">

+    <ownedComment xmi:id="_yT-DEYOGEdq6geWPj4xEng" annotatedElement="_yT-DEIOGEdq6geWPj4xEng">

       <body>Connection point references of a submachine state can be used as sources/targets of transitions. They represent entries into or exits out of the submachine state machine referenced by the submachine state.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mpJKGoN9EdqadtFwU5VNog" name="entry_pseudostates" constrainedElement="_mpJKGIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mpJKG4N9EdqadtFwU5VNog" annotatedElement="_mpJKGoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yT-DEoOGEdq6geWPj4xEng" name="entry_pseudostates" constrainedElement="_yT-DEIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yT-DE4OGEdq6geWPj4xEng" annotatedElement="_yT-DEoOGEdq6geWPj4xEng">

         <body>The entry Pseudostates must be Pseudostates with kind entryPoint.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mpJKHIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yT-DFIOGEdq6geWPj4xEng" language="OCL">

         <body>entry->notEmpty() implies entry->forAll(e | e.kind = #entryPoint)</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mpJKHYN9EdqadtFwU5VNog" name="exit_pseudostates" constrainedElement="_mpJKGIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mpJKHoN9EdqadtFwU5VNog" annotatedElement="_mpJKHYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yT-DFYOGEdq6geWPj4xEng" name="exit_pseudostates" constrainedElement="_yT-DEIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yT-DFoOGEdq6geWPj4xEng" annotatedElement="_yT-DFYOGEdq6geWPj4xEng">

         <body>The exit Pseudostates must be Pseudostates with kind exitPoint.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mpJKH4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yT-DF4OGEdq6geWPj4xEng" language="OCL">

         <body>exit->notEmpty() implies exit->forAll(e | e.kind = #exitPoint)</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mpJKIIN9EdqadtFwU5VNog" general="_mpJJwIN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mpJKIYN9EdqadtFwU5VNog" name="entry" type="_mpJJ1oN9EdqadtFwU5VNog" association="_mpcEt4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mpJKIoN9EdqadtFwU5VNog" annotatedElement="_mpJKIYN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yT-DGIOGEdq6geWPj4xEng" general="_yT0SaIOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yT-DGYOGEdq6geWPj4xEng" name="entry" type="_yT0SfoOGEdq6geWPj4xEng" association="_yUH0J4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yT-DGoOGEdq6geWPj4xEng" annotatedElement="_yT-DGYOGEdq6geWPj4xEng">

         <body>The entryPoint kind pseudo states corresponding to this connection point.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mpJKI4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mpJKJIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yT-DG4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yT-DHIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mpJKJYN9EdqadtFwU5VNog" name="state" type="_mo_YwIN9EdqadtFwU5VNog" subsettedProperty="_mPzcsIN9EdqadtFwU5VNog" association="_mpcEu4N9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mpJKJoN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mpJKJ4N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yT-DHYOGEdq6geWPj4xEng" name="state" type="_yTrIX4OGEdq6geWPj4xEng" subsettedProperty="_x7re94OGEdq6geWPj4xEng" association="_yUH0K4OGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yT-DHoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yT-DH4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mpJKKIN9EdqadtFwU5VNog" annotatedElement="_mpJKJYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yT-DIIOGEdq6geWPj4xEng" annotatedElement="_yT-DHYOGEdq6geWPj4xEng">

         <body>The State in which the connection point refreshens are defined.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mpJKKYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mpJKKoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yT-DIYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yT-DIoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mpJKK4N9EdqadtFwU5VNog" name="exit" type="_mpJJ1oN9EdqadtFwU5VNog" association="_mpl1sIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mpJKLIN9EdqadtFwU5VNog" annotatedElement="_mpJKK4N9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yT-DI4OGEdq6geWPj4xEng" name="exit" type="_yT0SfoOGEdq6geWPj4xEng" association="_yUQ-BYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yT-DJIOGEdq6geWPj4xEng" annotatedElement="_yT-DI4OGEdq6geWPj4xEng">

         <body>The exitPoints kind pseudo states corresponding to this connection point.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mpJKLYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mpJKLoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yT-DJYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yT-DJoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mjemt4N9EdqadtFwU5VNog" name="TimeEvent">

-    <ownedComment xmi:id="_mjemuIN9EdqadtFwU5VNog" annotatedElement="_mjemt4N9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yOdQ_YOGEdq6geWPj4xEng" name="TimeEvent">

+    <ownedComment xmi:id="_yOdQ_oOGEdq6geWPj4xEng" annotatedElement="_yOdQ_YOGEdq6geWPj4xEng">

       <body>A time event specifies a point in time by an expression. The expression might be absolute or might be relative to some other point in time.</body>

     </ownedComment>

-    <ownedComment xmi:id="_mpST-IN9EdqadtFwU5VNog" annotatedElement="_mjemt4N9EdqadtFwU5VNog">

+    <ownedComment xmi:id="_yT-Db4OGEdq6geWPj4xEng" annotatedElement="_yOdQ_YOGEdq6geWPj4xEng">

       <body>Extends TimeEvent to be defined relative to entering the current state of the executing state machine.</body>

     </ownedComment>

-    <ownedRule xmi:id="_moZi4IN9EdqadtFwU5VNog" name="when_non_negative" constrainedElement="_mjemt4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_moZi4YN9EdqadtFwU5VNog" annotatedElement="_moZi4IN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yTErVYOGEdq6geWPj4xEng" name="when_non_negative" constrainedElement="_yOdQ_YOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yTErVoOGEdq6geWPj4xEng" annotatedElement="_yTErVYOGEdq6geWPj4xEng">

         <body>The ValueSpecification when must return a non-negative Integer.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_moZi4oN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yTErV4OGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mpST-YN9EdqadtFwU5VNog" name="starting_time" constrainedElement="_mjemt4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mpST-oN9EdqadtFwU5VNog" annotatedElement="_mpST-YN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yT-DcIOGEdq6geWPj4xEng" name="starting_time" constrainedElement="_yOdQ_YOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yT-DcYOGEdq6geWPj4xEng" annotatedElement="_yT-DcIOGEdq6geWPj4xEng">

         <body>The starting time for a relative time event may only be omitted for a time event that is the trigger of a state machine.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mpST-4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yT-DcoOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mjemuYN9EdqadtFwU5VNog" general="_mjxhkIN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mjemuoN9EdqadtFwU5VNog" name="isRelative" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mjemu4N9EdqadtFwU5VNog" annotatedElement="_mjemuoN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yOdQ_4OGEdq6geWPj4xEng" general="_yOma5oOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yOdRAIOGEdq6geWPj4xEng" name="isRelative" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yOdRAYOGEdq6geWPj4xEng" annotatedElement="_yOdRAIOGEdq6geWPj4xEng">

         <body>Specifies whether it is relative or absolute time.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mjemvIN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yOdRAoOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mjemvYN9EdqadtFwU5VNog" name="when" type="_mM1BRYN9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mj7SoIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mjemvoN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mjemv4N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yOdRA4OGEdq6geWPj4xEng" name="when" type="_x4_-ZYOGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yOwMAIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yOdRBIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yOdRBYOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mjemwIN9EdqadtFwU5VNog" annotatedElement="_mjemvYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yOdRBoOGEdq6geWPj4xEng" annotatedElement="_yOdRA4OGEdq6geWPj4xEng">

         <body>Specifies the corresponding time deadline.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_moZi44N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_moZi5IN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yTErWIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yTErWYOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Enumeration" xmi:id="_mpST_IN9EdqadtFwU5VNog" name="PseudostateKind">

-    <ownedComment xmi:id="_mpST_YN9EdqadtFwU5VNog" annotatedElement="_mpST_IN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Enumeration" xmi:id="_yT-Dc4OGEdq6geWPj4xEng" name="PseudostateKind">

+    <ownedComment xmi:id="_yT-DdIOGEdq6geWPj4xEng" annotatedElement="_yT-Dc4OGEdq6geWPj4xEng">

       <body>PseudoStateKind is an enumeration of the following literal values:

 • initial

 • deepHistory

@@ -8181,271 +8181,271 @@
 • terminate

 </body>

     </ownedComment>

-    <ownedLiteral xmi:id="_mpST_oN9EdqadtFwU5VNog" name="initial">

-      <ownedComment xmi:id="_mpST_4N9EdqadtFwU5VNog" annotatedElement="_mpST_oN9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_yT-DdYOGEdq6geWPj4xEng" name="initial">

+      <ownedComment xmi:id="_yT-DdoOGEdq6geWPj4xEng" annotatedElement="_yT-DdYOGEdq6geWPj4xEng">

         <body>An initial pseudostate represents a default vertex that is the source for a single transition to the default state of a composite state. There can be at most one initial vertex in a region. The outgoing transition from the initial vertex may have a behavior, but not a trigger or guard.</body>

       </ownedComment>

     </ownedLiteral>

-    <ownedLiteral xmi:id="_mpSUAIN9EdqadtFwU5VNog" name="deepHistory">

-      <ownedComment xmi:id="_mpSUAYN9EdqadtFwU5VNog" annotatedElement="_mpSUAIN9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_yT-Dd4OGEdq6geWPj4xEng" name="deepHistory">

+      <ownedComment xmi:id="_yT-DeIOGEdq6geWPj4xEng" annotatedElement="_yT-Dd4OGEdq6geWPj4xEng">

         <body>DeepHistory represents the most recent active configuration of the composite state that directly contains this pseudostate; e.g. the state configuration that was active when the composite state was last exited. A composite state can have at most one deep history vertex. At most one transition may originate from the history connector to the default deep history state. This transition is taken in case the composite state had never been active before. Entry actions of states entered on the path to the state represented by a deep history are performed.</body>

       </ownedComment>

     </ownedLiteral>

-    <ownedLiteral xmi:id="_mpSUAoN9EdqadtFwU5VNog" name="shallowHistory">

-      <ownedComment xmi:id="_mpSUA4N9EdqadtFwU5VNog" annotatedElement="_mpSUAoN9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_yT-DeYOGEdq6geWPj4xEng" name="shallowHistory">

+      <ownedComment xmi:id="_yT-DeoOGEdq6geWPj4xEng" annotatedElement="_yT-DeYOGEdq6geWPj4xEng">

         <body>ShallowHistory represents the most recent active substate of its containing state (but not the substates of that substate). A composite state can have at most one shallow history vertex. A transition coming into the shallow history vertex is equivalent to a transition coming into the most recent active substate of a state. At most one transition may originate from the history connector to the default shallow history state. This transition is taken in case the composite state had never been active before. Entry actions of states entered on the path to the state represented by a shallow history are performed.</body>

       </ownedComment>

     </ownedLiteral>

-    <ownedLiteral xmi:id="_mpSUBIN9EdqadtFwU5VNog" name="join">

-      <ownedComment xmi:id="_mpSUBYN9EdqadtFwU5VNog" annotatedElement="_mpSUBIN9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_yT-De4OGEdq6geWPj4xEng" name="join">

+      <ownedComment xmi:id="_yT-DfIOGEdq6geWPj4xEng" annotatedElement="_yT-De4OGEdq6geWPj4xEng">

         <body>Join vertices serve to merge several transitions emanating from source vertices in different orthogonal regions. The transitions entering a join vertex cannot have guards or triggers.</body>

       </ownedComment>

     </ownedLiteral>

-    <ownedLiteral xmi:id="_mpSUBoN9EdqadtFwU5VNog" name="fork">

-      <ownedComment xmi:id="_mpSUB4N9EdqadtFwU5VNog" annotatedElement="_mpSUBoN9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_yT-DfYOGEdq6geWPj4xEng" name="fork">

+      <ownedComment xmi:id="_yT-DfoOGEdq6geWPj4xEng" annotatedElement="_yT-DfYOGEdq6geWPj4xEng">

         <body>Fork vertices serve to split an incoming transition into two or more transitions terminating on orthogonal target vertices

 

 (i.e. vertices in different regions of a composite state). The segments outgoing from a fork vertex must not have guards or triggers.</body>

       </ownedComment>

     </ownedLiteral>

-    <ownedLiteral xmi:id="_mpSUCIN9EdqadtFwU5VNog" name="junction">

-      <ownedComment xmi:id="_mpSUCYN9EdqadtFwU5VNog" annotatedElement="_mpSUCIN9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_yT-Df4OGEdq6geWPj4xEng" name="junction">

+      <ownedComment xmi:id="_yT-DgIOGEdq6geWPj4xEng" annotatedElement="_yT-Df4OGEdq6geWPj4xEng">

         <body>Junction vertices are semantic-free vertices that are used to chain together multiple transitions. They are used to construct compound transition paths between states. For example, a junction can be used to converge multiple incoming transitions into a single outgoing transition representing a shared transition path (this is known as an merge). Conversely, they can be used to split an incoming transition into multiple outgoing transition segments with different guard conditions. This realizes a static conditional branch. (In the latter case, outgoing transitions whose guard conditions evaluate to false are disabled. A predefined guard denoted “else” may be defined for at most one outgoing transition. This transition is enabled if all the guards labeling the other transitions are false.) Static conditional branches are distinct from dynamic conditional branches that are realized by choice vertices (described below).</body>

       </ownedComment>

     </ownedLiteral>

-    <ownedLiteral xmi:id="_mpSUCoN9EdqadtFwU5VNog" name="choice">

-      <ownedComment xmi:id="_mpSUC4N9EdqadtFwU5VNog" annotatedElement="_mpSUCoN9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_yT-DgYOGEdq6geWPj4xEng" name="choice">

+      <ownedComment xmi:id="_yT-DgoOGEdq6geWPj4xEng" annotatedElement="_yT-DgYOGEdq6geWPj4xEng">

         <body>Choice vertices which, when reached, result in the dynamic evaluation of the guards of the triggers of its outgoing transitions. This realizes a dynamic conditional branch. It allows splitting of transitions into multiple outgoing paths such that the decision on which path to take may be a function of the results of prior actions performed in the same run-tocompletion step. If more than one of the guards evaluates to true, an arbitrary one is selected. If none of the guards evaluates to true, then the model is considered ill-formed. (To avoid this, it is recommended to define one outgoing transition with the predefined else guard for every choice vertex.) Choice vertices should be distinguished from static branch points that are based on junction points (described above).</body>

       </ownedComment>

     </ownedLiteral>

-    <ownedLiteral xmi:id="_mpSUDIN9EdqadtFwU5VNog" name="entryPoint">

-      <ownedComment xmi:id="_mpSUDYN9EdqadtFwU5VNog" annotatedElement="_mpSUDIN9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_yT-Dg4OGEdq6geWPj4xEng" name="entryPoint">

+      <ownedComment xmi:id="_yT-DhIOGEdq6geWPj4xEng" annotatedElement="_yT-Dg4OGEdq6geWPj4xEng">

         <body>An entry point pseudostate is an entry point of a state machine or composite state. In each region of the state machine or composite state it has a single transition to a vertex within the same region.</body>

       </ownedComment>

     </ownedLiteral>

-    <ownedLiteral xmi:id="_mpSUDoN9EdqadtFwU5VNog" name="exitPoint">

-      <ownedComment xmi:id="_mpSUD4N9EdqadtFwU5VNog" annotatedElement="_mpSUDoN9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_yT-DhYOGEdq6geWPj4xEng" name="exitPoint">

+      <ownedComment xmi:id="_yT-DhoOGEdq6geWPj4xEng" annotatedElement="_yT-DhYOGEdq6geWPj4xEng">

         <body>An exit point pseudostate is an exit point of a state machine or composite state. Entering an exit point within any region of the composite state or state machine referenced by a submachine state implies the exit of this composite state or submachine state and the triggering of the transition that has this exit point as source in the state machine enclosing the submachine or composite state.</body>

       </ownedComment>

     </ownedLiteral>

-    <ownedLiteral xmi:id="_mpSUEIN9EdqadtFwU5VNog" name="terminate">

-      <ownedComment xmi:id="_mpSUEYN9EdqadtFwU5VNog" annotatedElement="_mpSUEIN9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_yT-Dh4OGEdq6geWPj4xEng" name="terminate">

+      <ownedComment xmi:id="_yT-DiIOGEdq6geWPj4xEng" annotatedElement="_yT-Dh4OGEdq6geWPj4xEng">

         <body>Entering a terminate pseudostate implies that the execution of this state machine by means of its context object is terminated. The state machine does not exit any states nor does it perform any exit actions other than those associated with the transition leading to the terminate pseudostate. Entering a terminate pseudostate is equivalent to invoking a DestroyObjectAction.</body>

       </ownedComment>

     </ownedLiteral>

   </ownedMember>

-  <ownedMember xmi:type="uml:Enumeration" xmi:id="_mpSUEoN9EdqadtFwU5VNog" name="TransitionKind">

-    <ownedComment xmi:id="_mpSUE4N9EdqadtFwU5VNog" annotatedElement="_mpSUEoN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Enumeration" xmi:id="_yUH0EIOGEdq6geWPj4xEng" name="TransitionKind">

+    <ownedComment xmi:id="_yUH0EYOGEdq6geWPj4xEng" annotatedElement="_yUH0EIOGEdq6geWPj4xEng">

       <body>TransitionKind is an enumeration of the following literal values:

 • external

 • internal

 • local

 </body>

     </ownedComment>

-    <ownedRule xmi:id="_mpSUFIN9EdqadtFwU5VNog" name="state_is_local" constrainedElement="_mpSUEoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mpSUFYN9EdqadtFwU5VNog" annotatedElement="_mpSUFIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yUH0EoOGEdq6geWPj4xEng" name="state_is_local" constrainedElement="_yUH0EIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yUH0E4OGEdq6geWPj4xEng" annotatedElement="_yUH0EoOGEdq6geWPj4xEng">

         <body>The source state of a transition with transition kind local must be a composite state.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mpSUFoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yUH0FIOGEdq6geWPj4xEng" language="OCL">

         <body>kind=#local implies owner.source.isComposite</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mpSUF4N9EdqadtFwU5VNog" name="state_is_external" constrainedElement="_mpSUEoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mpSUGIN9EdqadtFwU5VNog" annotatedElement="_mpSUF4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yUH0FYOGEdq6geWPj4xEng" name="state_is_external" constrainedElement="_yUH0EIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yUH0FoOGEdq6geWPj4xEng" annotatedElement="_yUH0FYOGEdq6geWPj4xEng">

         <body>The source state of a transition with transition kind external must be a composite state.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mpSUGYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yUH0F4OGEdq6geWPj4xEng" language="OCL">

         <body>kind=#external implies owner.source.isComposite</body>

       </specification>

     </ownedRule>

-    <ownedLiteral xmi:id="_mpSUGoN9EdqadtFwU5VNog" name="internal">

-      <ownedComment xmi:id="_mpSUG4N9EdqadtFwU5VNog" annotatedElement="_mpSUGoN9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_yUH0GIOGEdq6geWPj4xEng" name="internal">

+      <ownedComment xmi:id="_yUH0GYOGEdq6geWPj4xEng" annotatedElement="_yUH0GIOGEdq6geWPj4xEng">

         <body>kind=internal implies that the transition, if triggered, occurs without exiting or entering the source state. Thus, it does not cause a state change. This means that the entry or exit condition of the source state will not be invoked. An internal transition can be taken even if the state machine is in one or more regions nested within this state.</body>

       </ownedComment>

     </ownedLiteral>

-    <ownedLiteral xmi:id="_mpSUHIN9EdqadtFwU5VNog" name="local">

-      <ownedComment xmi:id="_mpSUHYN9EdqadtFwU5VNog" annotatedElement="_mpSUHIN9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_yUH0GoOGEdq6geWPj4xEng" name="local">

+      <ownedComment xmi:id="_yUH0G4OGEdq6geWPj4xEng" annotatedElement="_yUH0GoOGEdq6geWPj4xEng">

         <body>kind=local implies that the transition, if triggered, will not exit the composite (source) state, but it will apply to any state within the composite state, and these will be exited and entered.</body>

       </ownedComment>

     </ownedLiteral>

-    <ownedLiteral xmi:id="_mpSUHoN9EdqadtFwU5VNog" name="external">

-      <ownedComment xmi:id="_mpSUH4N9EdqadtFwU5VNog" annotatedElement="_mpSUHoN9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_yUH0HIOGEdq6geWPj4xEng" name="external">

+      <ownedComment xmi:id="_yUH0HYOGEdq6geWPj4xEng" annotatedElement="_yUH0HIOGEdq6geWPj4xEng">

         <body>kind=external implies that the transition, if triggered, will exit the composite (source) state.</body>

       </ownedComment>

     </ownedLiteral>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mpSUIIN9EdqadtFwU5VNog" name="A_container_subvertex" memberEnd="_mpJJw4N9EdqadtFwU5VNog _mpSTwIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mpSUIYN9EdqadtFwU5VNog" general="_mQ_vgoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yUH0HoOGEdq6geWPj4xEng" name="A_container_subvertex" memberEnd="_yT-DN4OGEdq6geWPj4xEng _yT0Sa4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yUH0H4OGEdq6geWPj4xEng" general="_x83xxYOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mpcEsIN9EdqadtFwU5VNog" name="A_container_transition" memberEnd="_mpSTxoN9EdqadtFwU5VNog _mo_ZbIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mpcEsYN9EdqadtFwU5VNog" general="_mQ_vgoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yUH0IIOGEdq6geWPj4xEng" name="A_container_transition" memberEnd="_yT0SLIOGEdq6geWPj4xEng _yT-DPYOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yUH0IYOGEdq6geWPj4xEng" general="_x83xxYOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mpcEsoN9EdqadtFwU5VNog" name="A_outgoing_source" memberEnd="_mpJJyYN9EdqadtFwU5VNog _mo_ZcoN9EdqadtFwU5VNog"/>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mpcEs4N9EdqadtFwU5VNog" name="A_incoming_target" memberEnd="_mpJJzYN9EdqadtFwU5VNog _mo_ZdoN9EdqadtFwU5VNog"/>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mpcEtIN9EdqadtFwU5VNog" name="A_submachineState_submachine" memberEnd="_mo1n9IN9EdqadtFwU5VNog _mo_Y6IN9EdqadtFwU5VNog">

-    <ownedRule xmi:id="_mpcEtYN9EdqadtFwU5VNog" constrainedElement="_mpcEtIN9EdqadtFwU5VNog">

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mpcEtoN9EdqadtFwU5VNog" language="OCL">

+  <ownedMember xmi:type="uml:Association" xmi:id="_yUH0IoOGEdq6geWPj4xEng" name="A_outgoing_source" memberEnd="_yT0ScYOGEdq6geWPj4xEng _yT0SMoOGEdq6geWPj4xEng"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yUH0I4OGEdq6geWPj4xEng" name="A_incoming_target" memberEnd="_yT0SNoOGEdq6geWPj4xEng _yT0SdYOGEdq6geWPj4xEng"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yUH0JIOGEdq6geWPj4xEng" name="A_submachineState_submachine" memberEnd="_yTrIP4OGEdq6geWPj4xEng _yTrIh4OGEdq6geWPj4xEng">

+    <ownedRule xmi:id="_yUH0JYOGEdq6geWPj4xEng" constrainedElement="_yUH0JIOGEdq6geWPj4xEng">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yUH0JoOGEdq6geWPj4xEng" language="OCL">

         <body>substate kind = stub</body>

       </specification>

     </ownedRule>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mpcEt4N9EdqadtFwU5VNog" name="A_entry_connectionPointReference" memberEnd="_mpJKIYN9EdqadtFwU5VNog _mpcEuIN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mpcEuIN9EdqadtFwU5VNog" type="_mpJKGIN9EdqadtFwU5VNog" association="_mpcEt4N9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mpcEuYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mpcEuoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yUH0J4OGEdq6geWPj4xEng" name="A_entry_connectionPointReference" memberEnd="_yT-DGYOGEdq6geWPj4xEng _yUH0KIOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yUH0KIOGEdq6geWPj4xEng" type="_yT-DEIOGEdq6geWPj4xEng" association="_yUH0J4OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yUH0KYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yUH0KoOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mpcEu4N9EdqadtFwU5VNog" name="A_state_connection" memberEnd="_mpJKJYN9EdqadtFwU5VNog _mo_Y7IN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mpcEvIN9EdqadtFwU5VNog" general="_mQ_vgoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yUH0K4OGEdq6geWPj4xEng" name="A_state_connection" memberEnd="_yT-DHYOGEdq6geWPj4xEng _yTrIi4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yUH0LIOGEdq6geWPj4xEng" general="_x83xxYOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mpcEvYN9EdqadtFwU5VNog" name="A_redefinedState_state" memberEnd="_mo_Y8oN9EdqadtFwU5VNog _mpcEv4N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mpcEvoN9EdqadtFwU5VNog" general="_mQ2lnIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mpcEv4N9EdqadtFwU5VNog" type="_mo_YwIN9EdqadtFwU5VNog" redefinedProperty="_mQ2lnYN9EdqadtFwU5VNog" association="_mpcEvYN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mpcEwIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mpcEwYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yUH0LYOGEdq6geWPj4xEng" name="A_redefinedState_state" memberEnd="_yUH0L4OGEdq6geWPj4xEng _yTrIkYOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yUH0LoOGEdq6geWPj4xEng" general="_x83xuIOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yUH0L4OGEdq6geWPj4xEng" type="_yTrIX4OGEdq6geWPj4xEng" redefinedProperty="_x83xuYOGEdq6geWPj4xEng" association="_yUH0LYOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yUH0MIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yUH0MYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mpcEwoN9EdqadtFwU5VNog" name="A_redefinedTransition_transition" memberEnd="_mpcExIN9EdqadtFwU5VNog _mo_ZeoN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mpcEw4N9EdqadtFwU5VNog" general="_mQ2lnIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mpcExIN9EdqadtFwU5VNog" type="_mo_ZUIN9EdqadtFwU5VNog" redefinedProperty="_mQ2lnYN9EdqadtFwU5VNog" association="_mpcEwoN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mpcExYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mpcExoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yUQ-AIOGEdq6geWPj4xEng" name="A_redefinedTransition_transition" memberEnd="_yT0SOoOGEdq6geWPj4xEng _yUQ-AoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yUQ-AYOGEdq6geWPj4xEng" general="_x83xuIOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yUQ-AoOGEdq6geWPj4xEng" type="_yT0SEIOGEdq6geWPj4xEng" redefinedProperty="_x83xuYOGEdq6geWPj4xEng" association="_yUQ-AIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yUQ-A4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yUQ-BIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mpl1sIN9EdqadtFwU5VNog" name="A_exit_connectionPointReference" memberEnd="_mpJKK4N9EdqadtFwU5VNog _mpl1sYN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mpl1sYN9EdqadtFwU5VNog" type="_mpJKGIN9EdqadtFwU5VNog" association="_mpl1sIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mpl1soN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mpl1s4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yUQ-BYOGEdq6geWPj4xEng" name="A_exit_connectionPointReference" memberEnd="_yT-DI4OGEdq6geWPj4xEng _yUQ-BoOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yUQ-BoOGEdq6geWPj4xEng" type="_yT-DEIOGEdq6geWPj4xEng" association="_yUQ-BYOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yUQ-B4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yUQ-CIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mpl1tIN9EdqadtFwU5VNog" name="A_region_stateMachine" memberEnd="_mpSTzIN9EdqadtFwU5VNog _mo1n5IN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mpl1tYN9EdqadtFwU5VNog" general="_mQ_vgoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yUQ-CYOGEdq6geWPj4xEng" name="A_region_stateMachine" memberEnd="_yTrIL4OGEdq6geWPj4xEng _yT-DQ4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yUQ-CoOGEdq6geWPj4xEng" general="_x83xxYOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mpl1toN9EdqadtFwU5VNog" name="A_connectionPoint_stateMachine" memberEnd="_mpJJ94N9EdqadtFwU5VNog _mo1n6oN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mpl1t4N9EdqadtFwU5VNog" general="_mQ_vgoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yUQ-C4OGEdq6geWPj4xEng" name="A_connectionPoint_stateMachine" memberEnd="_yTrINYOGEdq6geWPj4xEng _yT0Sn4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yUQ-DIOGEdq6geWPj4xEng" general="_x83xxYOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mpl1uIN9EdqadtFwU5VNog" name="A_region_state" memberEnd="_mpST0oN9EdqadtFwU5VNog _mo_Y9oN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mpl1uYN9EdqadtFwU5VNog" general="_mQ_vgoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yUQ-DYOGEdq6geWPj4xEng" name="A_region_state" memberEnd="_yTrIlYOGEdq6geWPj4xEng _yT-DSYOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yUQ-DoOGEdq6geWPj4xEng" general="_x83xxYOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mpl1uoN9EdqadtFwU5VNog" name="A_region_extendedRegion" memberEnd="_mpl1vIN9EdqadtFwU5VNog _mpST2IN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mpl1u4N9EdqadtFwU5VNog" general="_mQ2lnIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mpl1vIN9EdqadtFwU5VNog" type="_mpSTsIN9EdqadtFwU5VNog" redefinedProperty="_mQ2lnYN9EdqadtFwU5VNog" association="_mpl1uoN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mpl1vYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mpl1voN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yUQ-D4OGEdq6geWPj4xEng" name="A_region_extendedRegion" memberEnd="_yUQ-EYOGEdq6geWPj4xEng _yT-DT4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yUQ-EIOGEdq6geWPj4xEng" general="_x83xuIOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yUQ-EYOGEdq6geWPj4xEng" type="_yT-DJ4OGEdq6geWPj4xEng" redefinedProperty="_x83xuYOGEdq6geWPj4xEng" association="_yUQ-D4OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yUQ-EoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yUQ-E4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mpl1v4N9EdqadtFwU5VNog" name="A_stateMachine_extendedStateMachine" memberEnd="_mpl1wYN9EdqadtFwU5VNog _mo1n8IN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mpl1wIN9EdqadtFwU5VNog" general="_mQ2lnIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mpl1wYN9EdqadtFwU5VNog" type="_mo1n1YN9EdqadtFwU5VNog" redefinedProperty="_mQ2lnYN9EdqadtFwU5VNog" association="_mpl1v4N9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mpl1woN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mpl1w4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yUQ-FIOGEdq6geWPj4xEng" name="A_stateMachine_extendedStateMachine" memberEnd="_yTrIO4OGEdq6geWPj4xEng _yUQ-FoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yUQ-FYOGEdq6geWPj4xEng" general="_x83xuIOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yUQ-FoOGEdq6geWPj4xEng" type="_yTrIIIOGEdq6geWPj4xEng" redefinedProperty="_x83xuYOGEdq6geWPj4xEng" association="_yUQ-FIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yUQ-F4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yUQ-GIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mpl1xIN9EdqadtFwU5VNog" name="A_guard_transition" memberEnd="_mpl1xoN9EdqadtFwU5VNog _mo_ZfoN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mpl1xYN9EdqadtFwU5VNog" general="_mRJgj4N9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mpl1xoN9EdqadtFwU5VNog" type="_mo_ZUIN9EdqadtFwU5VNog" association="_mpl1xIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mpl1x4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mpl1yIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yUQ-GYOGEdq6geWPj4xEng" name="A_guard_transition" memberEnd="_yUQ-G4OGEdq6geWPj4xEng _yT0SPoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yUQ-GoOGEdq6geWPj4xEng" general="_x9KsoIOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yUQ-G4OGEdq6geWPj4xEng" type="_yT0SEIOGEdq6geWPj4xEng" association="_yUQ-GYOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yUQ-HIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yUQ-HYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mpl1yYN9EdqadtFwU5VNog" name="A_redefinitionContext_region" memberEnd="_mpST3IN9EdqadtFwU5VNog _mpl1y4N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mpl1yoN9EdqadtFwU5VNog" general="_mQ2lmoN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mpl1y4N9EdqadtFwU5VNog" type="_mpSTsIN9EdqadtFwU5VNog" association="_mpl1yYN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mpl1zIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mpl1zYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yUavAIOGEdq6geWPj4xEng" name="A_redefinitionContext_region" memberEnd="_yUavAoOGEdq6geWPj4xEng _yT-DU4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yUavAYOGEdq6geWPj4xEng" general="_x83xtoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yUavAoOGEdq6geWPj4xEng" type="_yT-DJ4OGEdq6geWPj4xEng" association="_yUavAIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yUavA4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yUavBIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mpu_oIN9EdqadtFwU5VNog" name="A_state_redefinitionContext" isDerived="true" memberEnd="_mpu_ooN9EdqadtFwU5VNog _mo_Y_IN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mpu_oYN9EdqadtFwU5VNog" general="_mQ2lmoN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mpu_ooN9EdqadtFwU5VNog" type="_mo_YwIN9EdqadtFwU5VNog" association="_mpu_oIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mpu_o4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mpu_pIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yUavBYOGEdq6geWPj4xEng" name="A_state_redefinitionContext" isDerived="true" memberEnd="_yUavB4OGEdq6geWPj4xEng _yTrIm4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yUavBoOGEdq6geWPj4xEng" general="_x83xtoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yUavB4OGEdq6geWPj4xEng" type="_yTrIX4OGEdq6geWPj4xEng" association="_yUavBYOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yUavCIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yUavCYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mpu_pYN9EdqadtFwU5VNog" name="A_transition_redefinitionContext" memberEnd="_mpu_p4N9EdqadtFwU5VNog _mo_ZhIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mpu_poN9EdqadtFwU5VNog" general="_mQ2lmoN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mpu_p4N9EdqadtFwU5VNog" type="_mo_ZUIN9EdqadtFwU5VNog" association="_mpu_pYN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mpu_qIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mpu_qYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yUavCoOGEdq6geWPj4xEng" name="A_transition_redefinitionContext" memberEnd="_yUavDIOGEdq6geWPj4xEng _yT0SRIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yUavC4OGEdq6geWPj4xEng" general="_x83xtoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yUavDIOGEdq6geWPj4xEng" type="_yT0SEIOGEdq6geWPj4xEng" association="_yUavCoOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yUavDYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yUavDoOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mpu_qoN9EdqadtFwU5VNog" name="A_stateInvariant_owningState" memberEnd="_mpu_rIN9EdqadtFwU5VNog _mo_ZAoN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mpu_q4N9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mpu_rIN9EdqadtFwU5VNog" name="owningState" type="_mo_YwIN9EdqadtFwU5VNog" subsettedProperty="_mLyfbYN9EdqadtFwU5VNog" association="_mpu_qoN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mpu_rYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mpu_roN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yUavD4OGEdq6geWPj4xEng" name="A_stateInvariant_owningState" memberEnd="_yTrIoYOGEdq6geWPj4xEng _yUavEYOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yUavEIOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yUavEYOGEdq6geWPj4xEng" name="owningState" type="_yTrIX4OGEdq6geWPj4xEng" subsettedProperty="_x381jIOGEdq6geWPj4xEng" association="_yUavD4OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yUavEoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yUavE4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mpu_r4N9EdqadtFwU5VNog" name="A_effect_transition" memberEnd="_mo_ZioN9EdqadtFwU5VNog _mpu_sYN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mpu_sIN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mpu_sYN9EdqadtFwU5VNog" type="_mo_ZUIN9EdqadtFwU5VNog" association="_mpu_r4N9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mpu_soN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mpu_s4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yUavFIOGEdq6geWPj4xEng" name="A_effect_transition" memberEnd="_yUavFoOGEdq6geWPj4xEng _yT0SSoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yUavFYOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yUavFoOGEdq6geWPj4xEng" type="_yT0SEIOGEdq6geWPj4xEng" association="_yUavFIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yUavF4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yUavGIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mpu_tIN9EdqadtFwU5VNog" name="A_entry_state" memberEnd="_mpu_toN9EdqadtFwU5VNog _mo_ZCIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mpu_tYN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mpu_toN9EdqadtFwU5VNog" type="_mo_YwIN9EdqadtFwU5VNog" association="_mpu_tIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mpu_t4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mpu_uIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yUavGYOGEdq6geWPj4xEng" name="A_entry_state" memberEnd="_yTrIp4OGEdq6geWPj4xEng _yUavG4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yUavGoOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yUavG4OGEdq6geWPj4xEng" type="_yTrIX4OGEdq6geWPj4xEng" association="_yUavGYOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yUavHIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yUavHYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mpu_uYN9EdqadtFwU5VNog" name="A_exit_state" memberEnd="_mo_ZDoN9EdqadtFwU5VNog _mpu_u4N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mpu_uoN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mpu_u4N9EdqadtFwU5VNog" type="_mo_YwIN9EdqadtFwU5VNog" association="_mpu_uYN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mpu_vIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mpu_vYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yUavHoOGEdq6geWPj4xEng" name="A_exit_state" memberEnd="_yUavIIOGEdq6geWPj4xEng _yTrIrYOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yUavH4OGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yUavIIOGEdq6geWPj4xEng" type="_yTrIX4OGEdq6geWPj4xEng" association="_yUavHoOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yUavIYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yUavIoOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mpu_voN9EdqadtFwU5VNog" name="A_doActivity_state" memberEnd="_mo_ZFIN9EdqadtFwU5VNog _mpu_wIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mpu_v4N9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mpu_wIN9EdqadtFwU5VNog" type="_mo_YwIN9EdqadtFwU5VNog" association="_mpu_voN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mpu_wYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mpu_woN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yUavI4OGEdq6geWPj4xEng" name="A_doActivity_state" memberEnd="_yTrIs4OGEdq6geWPj4xEng _yUavJYOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yUavJIOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yUavJYOGEdq6geWPj4xEng" type="_yTrIX4OGEdq6geWPj4xEng" association="_yUavI4OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yUavJoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yUavJ4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mpu_w4N9EdqadtFwU5VNog" name="A_connectionPoint_state" memberEnd="_mo_ZGoN9EdqadtFwU5VNog _mpJJ_YN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mpu_xIN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yUavKIOGEdq6geWPj4xEng" name="A_connectionPoint_state" memberEnd="_yTrIuYOGEdq6geWPj4xEng _yT0SpYOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yUavKYOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mp4woIN9EdqadtFwU5VNog" name="A_trigger_transition" memberEnd="_mp4woYN9EdqadtFwU5VNog _mo_ZkIN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mp4woYN9EdqadtFwU5VNog" type="_mo_ZUIN9EdqadtFwU5VNog" association="_mp4woIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mp4wooN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mp4wo4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yUj48IOGEdq6geWPj4xEng" name="A_trigger_transition" memberEnd="_yT0SUIOGEdq6geWPj4xEng _yVKV4IOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yVKV4IOGEdq6geWPj4xEng" type="_yT0SEIOGEdq6geWPj4xEng" association="_yUj48IOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yVKV4YOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yVKV4oOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mp4wpIN9EdqadtFwU5VNog" name="A_deferrableTrigger_state" memberEnd="_mo_ZIIN9EdqadtFwU5VNog _mp4wpYN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mp4wpYN9EdqadtFwU5VNog" type="_mo_YwIN9EdqadtFwU5VNog" association="_mp4wpIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mp4wpoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mp4wp4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yVKV44OGEdq6geWPj4xEng" name="A_deferrableTrigger_state" memberEnd="_yVKV5IOGEdq6geWPj4xEng _yTrIv4OGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yVKV5IOGEdq6geWPj4xEng" type="_yTrIX4OGEdq6geWPj4xEng" association="_yVKV44OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yVKV5YOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yVKV5oOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

   <ownedMember xmi:type="uml:Class" xmi:id="_A7vDAGv0Edq7X4sGURiZYA" name="Stereotype">

-    <ownedComment xmi:id="_mp4wqIN9EdqadtFwU5VNog" annotatedElement="_A7vDAGv0Edq7X4sGURiZYA">

+    <ownedComment xmi:id="_yVKV54OGEdq6geWPj4xEng" annotatedElement="_A7vDAGv0Edq7X4sGURiZYA">

       <body>Stereotype is a kind of Class that extends Classes through Extensions. Just like a class, a stereotype may have properties, which may be referred to as tag definitions. When a stereotype is applied to a model element, the values of the properties may be referred to as tagged values. Also, stereotype names should not clash with keyword names for the extended model element.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mp4wqYN9EdqadtFwU5VNog" name="name_not_clash" constrainedElement="_A7vDAGv0Edq7X4sGURiZYA">

-      <ownedComment xmi:id="_mp4wqoN9EdqadtFwU5VNog" annotatedElement="_mp4wqYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yVKV6IOGEdq6geWPj4xEng" name="name_not_clash" constrainedElement="_A7vDAGv0Edq7X4sGURiZYA">

+      <ownedComment xmi:id="_yVKV6YOGEdq6geWPj4xEng" annotatedElement="_yVKV6IOGEdq6geWPj4xEng">

         <body>Stereotype names should not clash with keyword names for the extended model element.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mp4wq4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yVKV6oOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mp4wrIN9EdqadtFwU5VNog" name="generalize" constrainedElement="_A7vDAGv0Edq7X4sGURiZYA">

-      <ownedComment xmi:id="_mp4wrYN9EdqadtFwU5VNog" annotatedElement="_mp4wrIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yVKV64OGEdq6geWPj4xEng" name="generalize" constrainedElement="_A7vDAGv0Edq7X4sGURiZYA">

+      <ownedComment xmi:id="_yVKV7IOGEdq6geWPj4xEng" annotatedElement="_yVKV64OGEdq6geWPj4xEng">

         <body>A Stereotype may only generalize or specialize another Stereotype.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mp4wroN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yVKV7YOGEdq6geWPj4xEng" language="OCL">

         <body>generalization.general->forAll(e |e.oclIsKindOf(Stereotype)) and generalization.specific->forAll(e | e.oclIsKindOf(Stereotype)) </body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mp4wr4N9EdqadtFwU5VNog" general="_00owUGvdEdq4DLWZOhbdEA"/>

-    <ownedAttribute xmi:id="_mp4wsIN9EdqadtFwU5VNog" name="icon" type="_mqyIgIN9EdqadtFwU5VNog" association="_mrFDeoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mp4wsYN9EdqadtFwU5VNog" annotatedElement="_mp4wsIN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yVKV7oOGEdq6geWPj4xEng" general="_00owUGvdEdq4DLWZOhbdEA"/>

+    <ownedAttribute xmi:id="_yVKV74OGEdq6geWPj4xEng" name="icon" type="_yV58z4OGEdq6geWPj4xEng" association="_yWM3xIOGEdq6geWPj4xEng" aggregation="composite">

+      <ownedComment xmi:id="_yVKV8IOGEdq6geWPj4xEng" annotatedElement="_yVKV74OGEdq6geWPj4xEng">

         <body>Stereotype can change the graphical appearance of the extended model element by using attached icons. When this association is not null, it references the location of the icon content to be displayed within diagrams presenting the extended model elements.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mp4wsoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mp4ws4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yVKV8YOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yVKV8oOGEdq6geWPj4xEng"/>

     </ownedAttribute>

     <ownedOperation xmi:id="_FJce8GwHEdq7X4sGURiZYA" name="createExtension" type="_skHGwGvsEdqG6fBIPwe-mw">

       <returnResult xmi:id="_IziyIGwHEdq7X4sGURiZYA" type="_skHGwGvsEdqG6fBIPwe-mw" direction="return"/>

@@ -8479,7 +8479,7 @@
     </ownedOperation>

   </ownedMember>

   <ownedMember xmi:type="uml:Class" xmi:id="__pew8GvzEdq7X4sGURiZYA" name="Profile">

-    <ownedComment xmi:id="_mqB6kIN9EdqadtFwU5VNog" annotatedElement="__pew8GvzEdq7X4sGURiZYA">

+    <ownedComment xmi:id="_yVKV84OGEdq6geWPj4xEng" annotatedElement="__pew8GvzEdq7X4sGURiZYA">

       <body>A Profile is a kind of Package that extends a reference metamodel. The primary extension construct is the Stereotype, which are defined as part of Profiles.

 

 

@@ -8490,11 +8490,11 @@
 

 A profile is a restricted form of a metamodel that must always be related to a reference metamodel, such as UML, as described below. A profile cannot be used without its reference metamodel, and defines a limited capability to extendmetaclasses of the reference metamodel. The extensions are defined as stereotypes that apply to existing metaclasses.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mqB6kYN9EdqadtFwU5VNog" name="metaclass_reference_not_specialized" constrainedElement="__pew8GvzEdq7X4sGURiZYA">

-      <ownedComment xmi:id="_mqB6koN9EdqadtFwU5VNog" annotatedElement="_mqB6kYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yVUG4IOGEdq6geWPj4xEng" name="metaclass_reference_not_specialized" constrainedElement="__pew8GvzEdq7X4sGURiZYA">

+      <ownedComment xmi:id="_yVUG4YOGEdq6geWPj4xEng" annotatedElement="_yVUG4IOGEdq6geWPj4xEng">

         <body>An element imported as a metaclassReference is not specialized or generalized in a Profile.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mqB6k4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yVUG4oOGEdq6geWPj4xEng" language="OCL">

         <body>self.metaclassReference.importedElement->

 

   select(c | c.oclIsKindOf(Classifier) and

@@ -8504,46 +8504,46 @@
       (c.specialization.namespace = self) )->isEmpty()</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mqB6lIN9EdqadtFwU5VNog" name="references_same_metamodel" constrainedElement="__pew8GvzEdq7X4sGURiZYA">

-      <ownedComment xmi:id="_mqB6lYN9EdqadtFwU5VNog" annotatedElement="_mqB6lIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yVUG44OGEdq6geWPj4xEng" name="references_same_metamodel" constrainedElement="__pew8GvzEdq7X4sGURiZYA">

+      <ownedComment xmi:id="_yVUG5IOGEdq6geWPj4xEng" annotatedElement="_yVUG44OGEdq6geWPj4xEng">

         <body>All elements imported either as metaclassReferences or through metamodelReferences are members of the same base reference metamodel.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mqB6loN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yVUG5YOGEdq6geWPj4xEng" language="OCL">

         <body>self.metamodelReference.importedPackage.elementImport.importedElement.allOwningPackages())->

 

   union(self.metaclassReference.importedElement.allOwningPackages() )->notEmpty()</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mqB6l4N9EdqadtFwU5VNog" general="_-cvRAGvzEdq7X4sGURiZYA"/>

-    <ownedAttribute xmi:id="_mqB6mIN9EdqadtFwU5VNog" name="ownedStereotype" type="_A7vDAGv0Edq7X4sGURiZYA" isDerived="true" subsettedProperty="_mPD10oN9EdqadtFwU5VNog" association="_mq7SeoN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mqB6mYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mqB6moN9EdqadtFwU5VNog" isTransient="true"/>

+    <generalization xmi:id="_yVUG5oOGEdq6geWPj4xEng" general="_-cvRAGvzEdq7X4sGURiZYA"/>

+    <ownedAttribute xmi:id="_yVUG54OGEdq6geWPj4xEng" name="ownedStereotype" type="_A7vDAGv0Edq7X4sGURiZYA" isDerived="true" subsettedProperty="_x7FpBoOGEdq6geWPj4xEng" association="_yWDtyoOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yVUG6IOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yVUG6YOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mqB6m4N9EdqadtFwU5VNog" annotatedElement="_mqB6mIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yVUG6oOGEdq6geWPj4xEng" annotatedElement="_yVUG54OGEdq6geWPj4xEng">

         <body>References the Stereotypes that are owned by the Profile.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mqB6nIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mqB6nYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yVUG64OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yVUG7IOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mqB6noN9EdqadtFwU5VNog" name="metaclassReference" type="_RPl78GwIEdq7X4sGURiZYA" subsettedProperty="_mMYVSoN9EdqadtFwU5VNog" association="_mrFDcIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mqB6n4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mqB6oIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yVUG7YOGEdq6geWPj4xEng" name="metaclassReference" type="_RPl78GwIEdq7X4sGURiZYA" subsettedProperty="_x4jSZoOGEdq6geWPj4xEng" association="_yWM3uoOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yVUG7oOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yVUG74OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mqB6oYN9EdqadtFwU5VNog" annotatedElement="_mqB6noN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yVUG8IOGEdq6geWPj4xEng" annotatedElement="_yVUG7YOGEdq6geWPj4xEng">

         <body>References a metaclass that may be extended.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mqB6ooN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mqB6o4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yVUG8YOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yVUG8oOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mqB6pIN9EdqadtFwU5VNog" name="metamodelReference" type="_SnNPIGwIEdq7X4sGURiZYA" subsettedProperty="_mMYVUIN9EdqadtFwU5VNog" association="_mrFDdYN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mqB6pYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mqB6poN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yVUG84OGEdq6geWPj4xEng" name="metamodelReference" type="_SnNPIGwIEdq7X4sGURiZYA" subsettedProperty="_x4jSbIOGEdq6geWPj4xEng" association="_yWM3v4OGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yVUG9IOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yVUG9YOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mqB6p4N9EdqadtFwU5VNog" annotatedElement="_mqB6pIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yVUG9oOGEdq6geWPj4xEng" annotatedElement="_yVUG84OGEdq6geWPj4xEng">

         <body>References a package containing (directly or indirectly) metaclasses that may be extended.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mqB6qIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mqB6qYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yVUG94OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yVUG-IOGEdq6geWPj4xEng"/>

     </ownedAttribute>

     <ownedOperation xmi:id="_2QKPIGwJEdq7X4sGURiZYA" name="create">

       <returnResult xmi:id="_9o-PwGwJEdq7X4sGURiZYA" direction="return">

@@ -8607,102 +8607,102 @@
     </ownedOperation>

   </ownedMember>

   <ownedMember xmi:type="uml:Class" xmi:id="_00owUGvdEdq4DLWZOhbdEA" name="Class">

-    <ownedComment xmi:id="_mM-ySYN9EdqadtFwU5VNog" annotatedElement="_00owUGvdEdq4DLWZOhbdEA">

+    <ownedComment xmi:id="_x5JIWIOGEdq6geWPj4xEng" annotatedElement="_00owUGvdEdq4DLWZOhbdEA">

       <body>Class is a kind of classifier whose features are attributes and operations. Attributes of a class are represented by instances of Property that are owned by the class. Some of these attributes may represent the navigable ends of binary associations.</body>

     </ownedComment>

-    <ownedComment xmi:id="_mjLrx4N9EdqadtFwU5VNog" annotatedElement="_00owUGvdEdq4DLWZOhbdEA">

+    <ownedComment xmi:id="_yOKWEIOGEdq6geWPj4xEng" annotatedElement="_00owUGvdEdq4DLWZOhbdEA">

       <body>A class may be designated as active, i.e., each of its instances having its own thread of control, or passive, i.e., each of its instance executing within the context of some other object. A class may also specify which signals the instances of this class handle.</body>

     </ownedComment>

-    <ownedComment xmi:id="_mlHldYN9EdqadtFwU5VNog" annotatedElement="_00owUGvdEdq4DLWZOhbdEA">

+    <ownedComment xmi:id="_yP8ezIOGEdq6geWPj4xEng" annotatedElement="_00owUGvdEdq4DLWZOhbdEA">

       <body>Extends the metaclass Class with the capability to have an internal structure and ports.</body>

     </ownedComment>

-    <ownedComment xmi:id="_mqLrl4N9EdqadtFwU5VNog" annotatedElement="_00owUGvdEdq4DLWZOhbdEA">

+    <ownedComment xmi:id="_yVdQ1oOGEdq6geWPj4xEng" annotatedElement="_00owUGvdEdq4DLWZOhbdEA">

       <body>Class has derived association that indicates how it may be extended through one or more stereotypes.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mjLryIN9EdqadtFwU5VNog" name="passive_class" constrainedElement="_00owUGvdEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_mjLryYN9EdqadtFwU5VNog" annotatedElement="_mjLryIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yOKWEYOGEdq6geWPj4xEng" name="passive_class" constrainedElement="_00owUGvdEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_yOKWEoOGEdq6geWPj4xEng" annotatedElement="_yOKWEYOGEdq6geWPj4xEng">

         <body>A passive class may not own receptions.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mjLryoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yOKWE4OGEdq6geWPj4xEng" language="OCL">

         <body>not self.isActive implies self.ownedReception.isEmpty()</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mjLry4N9EdqadtFwU5VNog" general="_iY7sMGvsEdqG6fBIPwe-mw"/>

-    <generalization xmi:id="_mlQvUIN9EdqadtFwU5VNog" general="_mk90YIN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mNH8IYN9EdqadtFwU5VNog" name="isAbstract" type="_UdivYGvsEdqG6fBIPwe-mw" redefinedProperty="_mURtAIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mNH8IoN9EdqadtFwU5VNog" annotatedElement="_mNH8IYN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yOKWFIOGEdq6geWPj4xEng" general="_iY7sMGvsEdqG6fBIPwe-mw"/>

+    <generalization xmi:id="_yQGPsIOGEdq6geWPj4xEng" general="_yPytuoOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_x5JIWoOGEdq6geWPj4xEng" name="isAbstract" type="_UdivYGvsEdqG6fBIPwe-mw" redefinedProperty="_x__-MYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x5JIW4OGEdq6geWPj4xEng" annotatedElement="_x5JIWoOGEdq6geWPj4xEng">

         <body>True when a class is abstract.</body>

       </ownedComment>

-      <ownedComment xmi:id="_mWXXsIN9EdqadtFwU5VNog" annotatedElement="_mNH8IYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yCFo4IOGEdq6geWPj4xEng" annotatedElement="_x5JIWoOGEdq6geWPj4xEng">

         <body>If true, the Classifier does not provide a complete declaration and can typically not be instantiated. An abstract classifier is intended to be used by other classifiers e.g. as the target of general metarelationships or generalization relationships.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mWXXsYN9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yCFo4YOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mWXXsoN9EdqadtFwU5VNog" name="nestedClassifier" type="_6UV2QGwJEdq7X4sGURiZYA" isOrdered="true" subsettedProperty="_mMYVVoN9EdqadtFwU5VNog" association="_mar3BoN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mWXXs4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mWXXtIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yCFo4oOGEdq6geWPj4xEng" name="nestedClassifier" type="_6UV2QGwJEdq7X4sGURiZYA" isOrdered="true" subsettedProperty="_x4jScoOGEdq6geWPj4xEng" association="_yG20IIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yCFo44OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yCFo5IOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mWXXtYN9EdqadtFwU5VNog" annotatedElement="_mWXXsoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yCFo5YOGEdq6geWPj4xEng" annotatedElement="_yCFo4oOGEdq6geWPj4xEng">

         <body>References all the Classifiers that are defined (nested) within the Class.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mWXXtoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mWXXt4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yCFo5oOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yCFo54OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mNH8JIN9EdqadtFwU5VNog" name="ownedAttribute" type="_Jp_1oGveEdq4DLWZOhbdEA" isOrdered="true" redefinedProperty="_mgWaIIN9EdqadtFwU5VNog" subsettedProperty="_mKcbkIN9EdqadtFwU5VNog _mMYVVoN9EdqadtFwU5VNog" association="_mQQIooN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mNH8JYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mNH8JoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_x5S5QIOGEdq6geWPj4xEng" name="ownedAttribute" type="_Jp_1oGveEdq4DLWZOhbdEA" isOrdered="true" redefinedProperty="_yLVEdoOGEdq6geWPj4xEng" subsettedProperty="_x2wioIOGEdq6geWPj4xEng _x4jScoOGEdq6geWPj4xEng" association="_x8R70oOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_x5S5QYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x5S5QoOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mNH8J4N9EdqadtFwU5VNog" annotatedElement="_mNH8JIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x5S5Q4OGEdq6geWPj4xEng" annotatedElement="_x5S5QIOGEdq6geWPj4xEng">

         <body>The attributes (i.e. the properties) owned by the class.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mWXXuIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mWXXuYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yCFo6IOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yCFo6YOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mNH8KoN9EdqadtFwU5VNog" name="ownedOperation" type="_M4X2IGveEdq4DLWZOhbdEA" isOrdered="true" subsettedProperty="_mKmMkIN9EdqadtFwU5VNog _mMYVVoN9EdqadtFwU5VNog" association="_mQQIpYN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mNH8K4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mNH8LIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_x5S5RoOGEdq6geWPj4xEng" name="ownedOperation" type="_M4X2IGveEdq4DLWZOhbdEA" isOrdered="true" subsettedProperty="_x26ToIOGEdq6geWPj4xEng _x4jScoOGEdq6geWPj4xEng" association="_x8R71YOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_x5S5R4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x5S5SIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mNH8LYN9EdqadtFwU5VNog" annotatedElement="_mNH8KoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x5S5SYOGEdq6geWPj4xEng" annotatedElement="_x5S5RoOGEdq6geWPj4xEng">

         <body>The operations owned by the class.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mWhIsIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mWhIsYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yCFo6oOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yCFo64OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mNH8MIN9EdqadtFwU5VNog" name="superClass" type="_00owUGvdEdq4DLWZOhbdEA" isDerived="true" redefinedProperty="_mKmMloN9EdqadtFwU5VNog" association="_mQZ5p4N9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mWhIsoN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mWhIs4N9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_x5S5TIOGEdq6geWPj4xEng" name="superClass" type="_00owUGvdEdq4DLWZOhbdEA" isDerived="true" redefinedProperty="_x26TpoOGEdq6geWPj4xEng" association="_x8bF0YOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yCFo7IOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yCFo7YOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mNH8MYN9EdqadtFwU5VNog" annotatedElement="_mNH8MIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x5S5TYOGEdq6geWPj4xEng" annotatedElement="_x5S5TIOGEdq6geWPj4xEng">

         <body>This gives the superclasses of a class.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mWhItIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mWhItYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yCFo7oOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yCFo74OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mjU1oIN9EdqadtFwU5VNog" name="isActive" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mjU1oYN9EdqadtFwU5VNog" annotatedElement="_mjU1oIN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yOKWFYOGEdq6geWPj4xEng" name="isActive" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yOKWFoOGEdq6geWPj4xEng" annotatedElement="_yOKWFYOGEdq6geWPj4xEng">

         <body>Determines whether an object specified by this class is active or not. If true, then the owning class is referred to as an active class. If false, then such a class is referred to as a passive class.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mjU1ooN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yOKWF4OGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mjU1o4N9EdqadtFwU5VNog" name="ownedReception" type="_mjemoIN9EdqadtFwU5VNog" subsettedProperty="_mMYVVoN9EdqadtFwU5VNog _mKmMkIN9EdqadtFwU5VNog" association="_mj7SmoN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mjU1pIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mjU1pYN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yOKWGIOGEdq6geWPj4xEng" name="ownedReception" type="_yOTf_oOGEdq6geWPj4xEng" subsettedProperty="_x4jScoOGEdq6geWPj4xEng _x26ToIOGEdq6geWPj4xEng" association="_yOwL-oOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yOKWGYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yOKWGoOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mjU1poN9EdqadtFwU5VNog" annotatedElement="_mjU1o4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yOKWG4OGEdq6geWPj4xEng" annotatedElement="_yOKWGIOGEdq6geWPj4xEng">

         <body>Receptions that objects of this class are willing to accept.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mjU1p4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mjU1qIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yOKWHIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yOKWHYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mqVckIN9EdqadtFwU5VNog" name="extension" type="_skHGwGvsEdqG6fBIPwe-mw" isReadOnly="true" isDerived="true" association="_mq7ShIN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mqVckYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mqVckoN9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_yVdQ14OGEdq6geWPj4xEng" name="extension" type="_skHGwGvsEdqG6fBIPwe-mw" isReadOnly="true" isDerived="true" association="_yWDt1IOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yVdQ2IOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yVdQ2YOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mqVck4N9EdqadtFwU5VNog" annotatedElement="_mqVckIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yVdQ2oOGEdq6geWPj4xEng" annotatedElement="_yVdQ14OGEdq6geWPj4xEng">

         <body>References the Extensions that specify additional properties of the metaclass. The property is derived from the extensions whose memberEnds are typed by the Class.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mqVclIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mqVclYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yVdQ24OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yVdQ3IOGEdq6geWPj4xEng"/>

     </ownedAttribute>

     <ownedOperation xmi:id="_4xcu4FYKEdqrn7iZ0eqieg" name="getExtensions" visibility="protected" type="_skHGwGvsEdqG6fBIPwe-mw">

       <returnResult xmi:id="_8-RUoFYKEdqrn7iZ0eqieg" type="_skHGwGvsEdqG6fBIPwe-mw" direction="return">

@@ -8726,49 +8726,49 @@
     <ownedOperation xmi:id="_shXKYGwQEdq14q0ETb1t3g" name="isMetaclass" type="_UdivYGvsEdqG6fBIPwe-mw">

       <returnResult xmi:id="_urWVsGwQEdq14q0ETb1t3g" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mNH8NIN9EdqadtFwU5VNog" name="inherit" type="_csVgUGvtEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_mLe9aIN9EdqadtFwU5VNog" bodyCondition="_mNH8NoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mNH8NYN9EdqadtFwU5VNog" annotatedElement="_mNH8NIN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x5S5UIOGEdq6geWPj4xEng" name="inherit" type="_csVgUGvtEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_x3p6mYOGEdq6geWPj4xEng" bodyCondition="_x5S5UoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x5S5UYOGEdq6geWPj4xEng" annotatedElement="_x5S5UIOGEdq6geWPj4xEng">

         <body>The inherit operation is overridden to exclude redefined properties.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mNH8NoN9EdqadtFwU5VNog" name="spec" constrainedElement="_mNH8NIN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mWhItoN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x5S5UoOGEdq6geWPj4xEng" name="spec" constrainedElement="_x5S5UIOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yCPZ4IOGEdq6geWPj4xEng" language="OCL">

           <body>result = inhs->excluding(inh | ownedMember->select(oclIsKindOf(RedefinableElement))->select(redefinedElement->includes(inh)))</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mNH8OIN9EdqadtFwU5VNog" type="_csVgUGvtEdqG6fBIPwe-mw" direction="return">

-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mWhIuYN9EdqadtFwU5VNog" value="-1"/>

-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mWhIuoN9EdqadtFwU5VNog"/>

+      <returnResult xmi:id="_x5S5VIOGEdq6geWPj4xEng" type="_csVgUGvtEdqG6fBIPwe-mw" direction="return">

+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yCPZ44OGEdq6geWPj4xEng" value="-1"/>

+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yCPZ5IOGEdq6geWPj4xEng"/>

       </returnResult>

-      <ownedParameter xmi:id="_mNH8O4N9EdqadtFwU5VNog" name="inhs" type="_csVgUGvtEdqG6fBIPwe-mw">

-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mWhIu4N9EdqadtFwU5VNog" value="-1"/>

-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mWhIvIN9EdqadtFwU5VNog"/>

+      <ownedParameter xmi:id="_x5S5V4OGEdq6geWPj4xEng" name="inhs" type="_csVgUGvtEdqG6fBIPwe-mw">

+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yCPZ5YOGEdq6geWPj4xEng" value="-1"/>

+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yCPZ5oOGEdq6geWPj4xEng"/>

       </ownedParameter>

     </ownedOperation>

   </ownedMember>

   <ownedMember xmi:type="uml:Class" xmi:id="_uY5yQGv5Edq7X4sGURiZYA" name="ProfileApplication">

-    <ownedComment xmi:id="_mqVcloN9EdqadtFwU5VNog" annotatedElement="_uY5yQGv5Edq7X4sGURiZYA">

+    <ownedComment xmi:id="_yVnB0IOGEdq6geWPj4xEng" annotatedElement="_uY5yQGv5Edq7X4sGURiZYA">

       <body>ProfileApplication is a kind of PackageImport that adds the capability to state that a Profile is applied to a Package.</body>

     </ownedComment>

-    <generalization xmi:id="_mqVcl4N9EdqadtFwU5VNog" general="_mLouYIN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mqVcmIN9EdqadtFwU5VNog" name="appliedProfile" type="__pew8GvzEdq7X4sGURiZYA" subsettedProperty="_mLouaYN9EdqadtFwU5VNog" association="_mq7Sf4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mqVcmYN9EdqadtFwU5VNog" annotatedElement="_mqVcmIN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yVnB0YOGEdq6geWPj4xEng" general="_x381cIOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yVnB0oOGEdq6geWPj4xEng" name="appliedProfile" type="__pew8GvzEdq7X4sGURiZYA" subsettedProperty="_x381eYOGEdq6geWPj4xEng" association="_yWDtz4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yVnB04OGEdq6geWPj4xEng" annotatedElement="_yVnB0oOGEdq6geWPj4xEng">

         <body>References the Profiles that are applied to a Package through this ProfileApplication.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mqVcmoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mqVcm4N9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yVnB1IOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yVnB1YOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mqVcnIN9EdqadtFwU5VNog" name="isStrict" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mqVcnYN9EdqadtFwU5VNog" annotatedElement="_mqVcnIN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yVnB1oOGEdq6geWPj4xEng" name="isStrict" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yVnB14OGEdq6geWPj4xEng" annotatedElement="_yVnB1oOGEdq6geWPj4xEng">

         <body>Specifies that the Profile filtering rules for the metaclasses of the referenced metamodel shall be strictly applied.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mqVcnoN9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yVnB2IOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mqVcn4N9EdqadtFwU5VNog" name="applyingPackage" type="_-cvRAGvzEdq7X4sGURiZYA" subsettedProperty="_mLouY4N9EdqadtFwU5VNog _mLyfbYN9EdqadtFwU5VNog" association="_mq7Sd4N9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mqVcoIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mqVcoYN9EdqadtFwU5VNog" isTransient="true" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yVnB2YOGEdq6geWPj4xEng" name="applyingPackage" type="_-cvRAGvzEdq7X4sGURiZYA" subsettedProperty="_x381c4OGEdq6geWPj4xEng _x381jIOGEdq6geWPj4xEng" association="_yWDtx4OGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yVnB2oOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yVnB24OGEdq6geWPj4xEng" isTransient="true" isResolveProxies="false"/>

       </eAnnotations>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mqVcooN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mqVco4N9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yVnB3IOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yVnB3YOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

     <ownedOperation xmi:id="_GXI1QW10EdqniMBnIUw7ig" name="getProfileDefinition">

       <returnResult xmi:id="_LJ9EAG10EdqniMBnIUw7ig" direction="return">

@@ -8780,155 +8780,155 @@
     </ownedOperation>

   </ownedMember>

   <ownedMember xmi:type="uml:Class" xmi:id="_skHGwGvsEdqG6fBIPwe-mw" name="Extension">

-    <ownedComment xmi:id="_mqVcpIN9EdqadtFwU5VNog" annotatedElement="_skHGwGvsEdqG6fBIPwe-mw">

+    <ownedComment xmi:id="_yVnB3oOGEdq6geWPj4xEng" annotatedElement="_skHGwGvsEdqG6fBIPwe-mw">

       <body>Extension is a kind of Association. One end of the Extension is an ordinary Property and the other end is an ExtensionEnd. The former ties the Extension to a Class, while the latter ties the Extension to a Stereotype that extends the Class.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mqemgIN9EdqadtFwU5VNog" name="non_owned_end" constrainedElement="_skHGwGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mqemgYN9EdqadtFwU5VNog" annotatedElement="_mqemgIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yVnB34OGEdq6geWPj4xEng" name="non_owned_end" constrainedElement="_skHGwGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yVnB4IOGEdq6geWPj4xEng" annotatedElement="_yVnB34OGEdq6geWPj4xEng">

         <body>The non-owned end of an Extension is typed by a Class.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mqemgoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yVnB4YOGEdq6geWPj4xEng" language="OCL">

         <body>metaclassEnd()->notEmpty() and metaclass()->oclIsKindOf(Class)</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mqemg4N9EdqadtFwU5VNog" name="is_binary" constrainedElement="_skHGwGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mqemhIN9EdqadtFwU5VNog" annotatedElement="_mqemg4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yVnB4oOGEdq6geWPj4xEng" name="is_binary" constrainedElement="_skHGwGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yVnB44OGEdq6geWPj4xEng" annotatedElement="_yVnB4oOGEdq6geWPj4xEng">

         <body>An Extension is binary, i.e., it has only two memberEnds.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mqemhYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yVnB5IOGEdq6geWPj4xEng" language="OCL">

         <body>memberEnd->size() = 2</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mqemhoN9EdqadtFwU5VNog" general="_AwvxoGwNEdq7X4sGURiZYA"/>

-    <ownedAttribute xmi:id="_mqemh4N9EdqadtFwU5VNog" name="isRequired" type="_UdivYGvsEdqG6fBIPwe-mw" isReadOnly="true" isDerived="true">

-      <eAnnotations xmi:id="_mqemiIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_mqemiYN9EdqadtFwU5VNog" isTransient="true"/>

+    <generalization xmi:id="_yVnB5YOGEdq6geWPj4xEng" general="_AwvxoGwNEdq7X4sGURiZYA"/>

+    <ownedAttribute xmi:id="_yVnB5oOGEdq6geWPj4xEng" name="isRequired" type="_UdivYGvsEdqG6fBIPwe-mw" isReadOnly="true" isDerived="true">

+      <eAnnotations xmi:id="_yVnB54OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_yVnB6IOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mqemioN9EdqadtFwU5VNog" annotatedElement="_mqemh4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yVnB6YOGEdq6geWPj4xEng" annotatedElement="_yVnB5oOGEdq6geWPj4xEng">

         <body>Indicates whether an instance of the extending stereotype must be created when an instance of the extended class is created. The attribute value is derived from the multiplicity of the Property referenced by Extension::ownedEnd; a multiplicity of 1 means that isRequired is true, but otherwise it is false. Since the default multiplicity of an ExtensionEnd is 0..1, the default value of isRequired is false.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mqemi4N9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yVnB6oOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mqemjIN9EdqadtFwU5VNog" name="metaclass" type="_00owUGvdEdq4DLWZOhbdEA" isReadOnly="true" isDerived="true" association="_mq7ShIN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mqemjYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mqemjoN9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_yVwLwIOGEdq6geWPj4xEng" name="metaclass" type="_00owUGvdEdq4DLWZOhbdEA" isReadOnly="true" isDerived="true" association="_yWDt1IOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yVwLwYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yVwLwoOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mqemj4N9EdqadtFwU5VNog" annotatedElement="_mqemjIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yVwLw4OGEdq6geWPj4xEng" annotatedElement="_yVwLwIOGEdq6geWPj4xEng">

         <body>References the Class that is extended through an Extension. The property is derived from the type of the memberEnd that is not the ownedEnd.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mqemkIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mqemkYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yVwLxIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yVwLxYOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mqemkoN9EdqadtFwU5VNog" name="ownedEnd" type="_2QuT0GvdEdq4DLWZOhbdEA" redefinedProperty="_mM-yNYN9EdqadtFwU5VNog" association="_mq7ShYN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mqemk4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mqemlIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yVwLxoOGEdq6geWPj4xEng" name="ownedEnd" type="_2QuT0GvdEdq4DLWZOhbdEA" redefinedProperty="_x5JIRIOGEdq6geWPj4xEng" association="_yWM3sIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yVwLx4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yVwLyIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mqemlYN9EdqadtFwU5VNog" annotatedElement="_mqemkoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yVwLyYOGEdq6geWPj4xEng" annotatedElement="_yVwLxoOGEdq6geWPj4xEng">

         <body>References the end of the extension that is typed by a Stereotype.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mqemloN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mqeml4N9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yVwLyoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yVwLy4OGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedOperation xmi:id="_mqemmIN9EdqadtFwU5VNog" name="metaclassEnd" type="_Jp_1oGveEdq4DLWZOhbdEA" isQuery="true" bodyCondition="_mqemmoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mqemmYN9EdqadtFwU5VNog" annotatedElement="_mqemmIN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_yVwLzIOGEdq6geWPj4xEng" name="metaclassEnd" type="_Jp_1oGveEdq4DLWZOhbdEA" isQuery="true" bodyCondition="_yVwLzoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yVwLzYOGEdq6geWPj4xEng" annotatedElement="_yVwLzIOGEdq6geWPj4xEng">

         <body>The query metaclassEnd() returns the Property that is typed by a metaclass (as opposed to a stereotype).</body>

       </ownedComment>

-      <ownedRule xmi:id="_mqemmoN9EdqadtFwU5VNog" name="spec" constrainedElement="_mqemmIN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mqemm4N9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_yVwLzoOGEdq6geWPj4xEng" name="spec" constrainedElement="_yVwLzIOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yVwLz4OGEdq6geWPj4xEng" language="OCL">

           <body>result = memberEnd->reject(ownedEnd)</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mqemnIN9EdqadtFwU5VNog" type="_Jp_1oGveEdq4DLWZOhbdEA" direction="return"/>

+      <returnResult xmi:id="_yVwL0IOGEdq6geWPj4xEng" type="_Jp_1oGveEdq4DLWZOhbdEA" direction="return"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mqemnYN9EdqadtFwU5VNog" name="metaclass" type="_00owUGvdEdq4DLWZOhbdEA" isQuery="true" bodyCondition="_mqemoYN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mqemnoN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EOperation" xmi:id="_mqemn4N9EdqadtFwU5VNog" operationName="getMetaclass"/>

+    <ownedOperation xmi:id="_yVwL0YOGEdq6geWPj4xEng" name="metaclass" type="_00owUGvdEdq4DLWZOhbdEA" isQuery="true" bodyCondition="_yVwL1YOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yVwL0oOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EOperation" xmi:id="_yVwL04OGEdq6geWPj4xEng" operationName="getMetaclass"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mqemoIN9EdqadtFwU5VNog" annotatedElement="_mqemnYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yVwL1IOGEdq6geWPj4xEng" annotatedElement="_yVwL0YOGEdq6geWPj4xEng">

         <body>The query metaclass() returns the metaclass that is being extended (as opposed to the extending stereotype).</body>

       </ownedComment>

-      <ownedRule xmi:id="_mqemoYN9EdqadtFwU5VNog" name="spec" constrainedElement="_mqemnYN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mqemooN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_yVwL1YOGEdq6geWPj4xEng" name="spec" constrainedElement="_yVwL0YOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yVwL1oOGEdq6geWPj4xEng" language="OCL">

           <body>result = metaclassEnd().type</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mqemo4N9EdqadtFwU5VNog" type="_00owUGvdEdq4DLWZOhbdEA" direction="return"/>

+      <returnResult xmi:id="_yVwL14OGEdq6geWPj4xEng" type="_00owUGvdEdq4DLWZOhbdEA" direction="return"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mqempIN9EdqadtFwU5VNog" name="isRequired" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_mqempoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mqempYN9EdqadtFwU5VNog" annotatedElement="_mqempIN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_yVwL2IOGEdq6geWPj4xEng" name="isRequired" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_yVwL2oOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yVwL2YOGEdq6geWPj4xEng" annotatedElement="_yVwL2IOGEdq6geWPj4xEng">

         <body>The query isRequired() is true if the owned end has a multiplicity with the lower bound of 1.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mqempoN9EdqadtFwU5VNog" name="spec" constrainedElement="_mqempIN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mqemp4N9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_yVwL2oOGEdq6geWPj4xEng" name="spec" constrainedElement="_yVwL2IOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yVwL24OGEdq6geWPj4xEng" language="OCL">

           <body>result = (ownedEnd->lowerBound() = 1)</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mqemqIN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_yVwL3IOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mqyIgIN9EdqadtFwU5VNog" name="Image">

-    <ownedComment xmi:id="_mqyIgYN9EdqadtFwU5VNog" annotatedElement="_mqyIgIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yV58z4OGEdq6geWPj4xEng" name="Image">

+    <ownedComment xmi:id="_yV580IOGEdq6geWPj4xEng" annotatedElement="_yV58z4OGEdq6geWPj4xEng">

       <body>The Image class provides the necessary information to display an Image in a diagram. Icons are typically handled through the Image class.</body>

     </ownedComment>

-    <generalization xmi:id="_mqyIgoN9EdqadtFwU5VNog" general="_kl90MGvbEdq4DLWZOhbdEA"/>

-    <ownedAttribute xmi:id="_mqyIg4N9EdqadtFwU5VNog" name="content" type="_aAyVgGvsEdqG6fBIPwe-mw">

-      <eAnnotations xmi:id="_mqyIhIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_mqyIhYN9EdqadtFwU5VNog" isUnsettable="true"/>

+    <generalization xmi:id="_yV580YOGEdq6geWPj4xEng" general="_kl90MGvbEdq4DLWZOhbdEA"/>

+    <ownedAttribute xmi:id="_yV580oOGEdq6geWPj4xEng" name="content" type="_aAyVgGvsEdqG6fBIPwe-mw">

+      <eAnnotations xmi:id="_yV5804OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_yV581IOGEdq6geWPj4xEng" isUnsettable="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mqyIhoN9EdqadtFwU5VNog" annotatedElement="_mqyIg4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yV581YOGEdq6geWPj4xEng" annotatedElement="_yV580oOGEdq6geWPj4xEng">

         <body>This contains the serialization of the image according to the format. The value could represent a bitmap, image such as a GIF file, or drawing 'instructions' using a standard such as Scalable Vector Graphic (SVG) (which is XML based).</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mqyIh4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mqyIiIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yV581oOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yV5814OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mqyIiYN9EdqadtFwU5VNog" name="location" type="_aAyVgGvsEdqG6fBIPwe-mw">

-      <eAnnotations xmi:id="_mqyIioN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_mqyIi4N9EdqadtFwU5VNog" isUnsettable="true"/>

+    <ownedAttribute xmi:id="_yV582IOGEdq6geWPj4xEng" name="location" type="_aAyVgGvsEdqG6fBIPwe-mw">

+      <eAnnotations xmi:id="_yV582YOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_yV582oOGEdq6geWPj4xEng" isUnsettable="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mqyIjIN9EdqadtFwU5VNog" annotatedElement="_mqyIiYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yV5824OGEdq6geWPj4xEng" annotatedElement="_yV582IOGEdq6geWPj4xEng">

         <body>This contains a location that can be used by a tool to locate the image as an alternative to embedding it in the stereotype.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mqyIjYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mqyIjoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yV583IOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yV583YOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mqyIj4N9EdqadtFwU5VNog" name="format" type="_aAyVgGvsEdqG6fBIPwe-mw">

-      <eAnnotations xmi:id="_mqyIkIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_mqyIkYN9EdqadtFwU5VNog" isUnsettable="true"/>

+    <ownedAttribute xmi:id="_yV583oOGEdq6geWPj4xEng" name="format" type="_aAyVgGvsEdqG6fBIPwe-mw">

+      <eAnnotations xmi:id="_yV5834OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_yV584IOGEdq6geWPj4xEng" isUnsettable="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mqyIkoN9EdqadtFwU5VNog" annotatedElement="_mqyIj4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yV584YOGEdq6geWPj4xEng" annotatedElement="_yV583oOGEdq6geWPj4xEng">

         <body>This indicates the format of the content - which is how the string content should be interpreted. The following values are reserved: SVG, GIF, PNG, JPG, WMF, EMF, BMP.

 

 

 

 In addition the prefix 'MIME: ' is also reserved. This option can be used as an alternative to express the reserved values above, for example &quot;SVG&quot; could instead be expressed as &quot;MIME: image/svg+xml&quot;.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mqyIk4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mqyIlIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yV584oOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yV5844OGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

   <ownedMember xmi:type="uml:Class" xmi:id="_kl90MGvbEdq4DLWZOhbdEA" name="Element" isAbstract="true">

-    <ownedComment xmi:id="_mLyfYIN9EdqadtFwU5VNog" annotatedElement="_kl90MGvbEdq4DLWZOhbdEA">

+    <ownedComment xmi:id="_x381f4OGEdq6geWPj4xEng" annotatedElement="_kl90MGvbEdq4DLWZOhbdEA">

       <body>An element can own comments.</body>

     </ownedComment>

-    <ownedComment xmi:id="_mRcbcYN9EdqadtFwU5VNog" annotatedElement="_kl90MGvbEdq4DLWZOhbdEA">

+    <ownedComment xmi:id="_x9UdooOGEdq6geWPj4xEng" annotatedElement="_kl90MGvbEdq4DLWZOhbdEA">

       <body>Element is an abstract metaclass with no superclass. It is used as the common superclass for all metaclasses in the infrastructure library. Element has a derived composition association to itself to support the general capability for elements to own other elements.</body>

     </ownedComment>

-    <ownedComment xmi:id="_mqyIlYN9EdqadtFwU5VNog" annotatedElement="_kl90MGvbEdq4DLWZOhbdEA">

+    <ownedComment xmi:id="_yV585IOGEdq6geWPj4xEng" annotatedElement="_kl90MGvbEdq4DLWZOhbdEA">

       <body> An element is a constituent of a model. An element can own comments.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mLyfYYN9EdqadtFwU5VNog" name="not_own_self" constrainedElement="_kl90MGvbEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_mLyfYoN9EdqadtFwU5VNog" annotatedElement="_mLyfYYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_x381gIOGEdq6geWPj4xEng" name="not_own_self" constrainedElement="_kl90MGvbEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_x381gYOGEdq6geWPj4xEng" annotatedElement="_x381gIOGEdq6geWPj4xEng">

         <body>An element may not directly or indirectly own itself.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mRcbcoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_x9eOoIOGEdq6geWPj4xEng" language="OCL">

         <body>not self.allOwnedElements()->includes(self)</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mLyfZIN9EdqadtFwU5VNog" name="has_owner" constrainedElement="_kl90MGvbEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_mLyfZYN9EdqadtFwU5VNog" annotatedElement="_mLyfZIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_x381g4OGEdq6geWPj4xEng" name="has_owner" constrainedElement="_kl90MGvbEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_x381hIOGEdq6geWPj4xEng" annotatedElement="_x381g4OGEdq6geWPj4xEng">

         <body>Elements that must be owned must have an owner.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mRcbc4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_x9eOoYOGEdq6geWPj4xEng" language="OCL">

         <body>self.mustBeOwned() implies owner->notEmpty()</body>

       </specification>

     </ownedRule>

@@ -8941,35 +8941,35 @@
     <generalization xmi:id="_rcp_MGvbEdq4DLWZOhbdEA">

       <general xmi:type="uml:Class" href="Ecore.uml2#_439EC3AE03B53903D4E40050"/>

     </generalization>

-    <ownedAttribute xmi:id="_mLyfZ4N9EdqadtFwU5VNog" name="ownedElement" type="_kl90MGvbEdq4DLWZOhbdEA" isReadOnly="true" isDerived="true" isDerivedUnion="true" association="_mQs0poN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mLyfaIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mLyfaYN9EdqadtFwU5VNog" isTransient="true" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_x381hoOGEdq6geWPj4xEng" name="ownedElement" type="_kl90MGvbEdq4DLWZOhbdEA" isReadOnly="true" isDerived="true" isDerivedUnion="true" association="_x8uAxoOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_x381h4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x381iIOGEdq6geWPj4xEng" isTransient="true" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mLyfaoN9EdqadtFwU5VNog" annotatedElement="_mLyfZ4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x381iYOGEdq6geWPj4xEng" annotatedElement="_x381hoOGEdq6geWPj4xEng">

         <body>The Elements owned by this element.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mRmMcIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mRmMcYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_x9eOooOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_x9eOo4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mLyfbYN9EdqadtFwU5VNog" name="owner" type="_kl90MGvbEdq4DLWZOhbdEA" isReadOnly="true" isDerived="true" isDerivedUnion="true" association="_mQs0poN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mLyfboN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mLyfb4N9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_x381jIOGEdq6geWPj4xEng" name="owner" type="_kl90MGvbEdq4DLWZOhbdEA" isReadOnly="true" isDerived="true" isDerivedUnion="true" association="_x8uAxoOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_x381jYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x381joOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mLyfcIN9EdqadtFwU5VNog" annotatedElement="_mLyfbYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x381j4OGEdq6geWPj4xEng" annotatedElement="_x381jIOGEdq6geWPj4xEng">

         <body>The Element that owns this element.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mRmMcoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mRmMc4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_x9nYkIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_x9nYkYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mLyfc4N9EdqadtFwU5VNog" name="ownedComment" type="_mP9NzIN9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mQ_vkYN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mLyfdIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mLyfdYN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_x381koOGEdq6geWPj4xEng" name="ownedComment" type="_x7-Z2YOGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_x9BivIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_x381k4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x381lIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mLyfdoN9EdqadtFwU5VNog" annotatedElement="_mLyfc4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x381lYOGEdq6geWPj4xEng" annotatedElement="_x381koOGEdq6geWPj4xEng">

         <body>The Comments owned by this element.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mRmMdIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mRmMdYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_x9nYkoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_x9nYk4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

     <ownedOperation xmi:id="_XebbkGvuEdqG6fBIPwe-mw" name="destroy"/>

     <ownedOperation xmi:id="_7f8qYGvgEdq4DLWZOhbdEA" name="hasKeyword" type="_UdivYGvsEdqG6fBIPwe-mw">

@@ -9121,123 +9121,123 @@
         <type xmi:type="uml:PrimitiveType" href="Ecore.uml2#_439EC3AE03B53ACDF8200182"/>

       </ownedParameter>

     </ownedOperation>

-    <ownedOperation xmi:id="_mLyfeYN9EdqadtFwU5VNog" name="allOwnedElements" type="_kl90MGvbEdq4DLWZOhbdEA" isQuery="true" bodyCondition="_mLyfe4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mLyfeoN9EdqadtFwU5VNog" annotatedElement="_mLyfeYN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x381mIOGEdq6geWPj4xEng" name="allOwnedElements" type="_kl90MGvbEdq4DLWZOhbdEA" isQuery="true" bodyCondition="_x381moOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x381mYOGEdq6geWPj4xEng" annotatedElement="_x381mIOGEdq6geWPj4xEng">

         <body>The query allOwnedElements() gives all of the direct and indirect owned elements of an element.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mLyfe4N9EdqadtFwU5VNog" name="spec" constrainedElement="_mLyfeYN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mRmMdoN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x381moOGEdq6geWPj4xEng" name="spec" constrainedElement="_x381mIOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_x9nYlIOGEdq6geWPj4xEng" language="OCL">

           <body>result = ownedElement->union(ownedElement->collect(e | e.allOwnedElements()))</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mLyffYN9EdqadtFwU5VNog" type="_kl90MGvbEdq4DLWZOhbdEA" direction="return">

-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mRmMd4N9EdqadtFwU5VNog" value="-1"/>

-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mRmMeIN9EdqadtFwU5VNog"/>

+      <returnResult xmi:id="_x381nIOGEdq6geWPj4xEng" type="_kl90MGvbEdq4DLWZOhbdEA" direction="return">

+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_x9nYlYOGEdq6geWPj4xEng" value="-1"/>

+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_x9nYloOGEdq6geWPj4xEng"/>

       </returnResult>

     </ownedOperation>

-    <ownedOperation xmi:id="_mL7pUIN9EdqadtFwU5VNog" name="mustBeOwned" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_mL7pUoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mL7pUYN9EdqadtFwU5VNog" annotatedElement="_mL7pUIN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x4GmcIOGEdq6geWPj4xEng" name="mustBeOwned" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_x4GmcoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x4GmcYOGEdq6geWPj4xEng" annotatedElement="_x4GmcIOGEdq6geWPj4xEng">

         <body>The query mustBeOwned() indicates whether elements of this type must have an owner. Subclasses of Element that do not require an owner must override this operation.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mL7pUoN9EdqadtFwU5VNog" name="spec" constrainedElement="_mL7pUIN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mRv9cIN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x4GmcoOGEdq6geWPj4xEng" name="spec" constrainedElement="_x4GmcIOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_x9nYl4OGEdq6geWPj4xEng" language="OCL">

           <body>result = true</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mL7pVIN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_x4GmdIOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mq7Sd4N9EdqadtFwU5VNog" name="A_profileApplication_applyingPackage" memberEnd="_mqLrkYN9EdqadtFwU5VNog _mqVcn4N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mq7SeIN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mq7SeYN9EdqadtFwU5VNog" general="_mQ2llIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yWDtx4OGEdq6geWPj4xEng" name="A_profileApplication_applyingPackage" memberEnd="_yVdQ0IOGEdq6geWPj4xEng _yVnB2YOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yWDtyIOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_yWDtyYOGEdq6geWPj4xEng" general="_x83xsIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mq7SeoN9EdqadtFwU5VNog" name="A_ownedStereotype_profile" memberEnd="_mqB6mIN9EdqadtFwU5VNog _mq7SfIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mq7Se4N9EdqadtFwU5VNog" general="_mQs0k4N9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mq7SfIN9EdqadtFwU5VNog" type="__pew8GvzEdq7X4sGURiZYA" redefinedProperty="_mQ_vhoN9EdqadtFwU5VNog" association="_mq7SeoN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mq7SfYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mq7SfoN9EdqadtFwU5VNog" value="1"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yWDtyoOGEdq6geWPj4xEng" name="A_ownedStereotype_profile" memberEnd="_yVUG54OGEdq6geWPj4xEng _yWDtzIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yWDty4OGEdq6geWPj4xEng" general="_x8uAs4OGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yWDtzIOGEdq6geWPj4xEng" type="__pew8GvzEdq7X4sGURiZYA" redefinedProperty="_x9BisYOGEdq6geWPj4xEng" association="_yWDtyoOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yWDtzYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yWDtzoOGEdq6geWPj4xEng" value="1"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mq7Sf4N9EdqadtFwU5VNog" name="A_appliedProfile_profileApplication" memberEnd="_mq7SgYN9EdqadtFwU5VNog _mqVcmIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mq7SgIN9EdqadtFwU5VNog" general="_mQ2ll4N9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mq7SgYN9EdqadtFwU5VNog" type="_uY5yQGv5Edq7X4sGURiZYA" association="_mq7Sf4N9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mq7SgoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mq7Sg4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yWDtz4OGEdq6geWPj4xEng" name="A_appliedProfile_profileApplication" memberEnd="_yVnB0oOGEdq6geWPj4xEng _yWDt0YOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yWDt0IOGEdq6geWPj4xEng" general="_x83xs4OGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yWDt0YOGEdq6geWPj4xEng" type="_uY5yQGv5Edq7X4sGURiZYA" association="_yWDtz4OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yWDt0oOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yWDt04OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mq7ShIN9EdqadtFwU5VNog" name="A_extension_metaclass" isDerived="true" memberEnd="_mqemjIN9EdqadtFwU5VNog _mqVckIN9EdqadtFwU5VNog"/>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mq7ShYN9EdqadtFwU5VNog" name="A_ownedEnd_extension" memberEnd="_mq7Sh4N9EdqadtFwU5VNog _mqemkoN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mq7ShoN9EdqadtFwU5VNog" general="_mQQIqYN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mq7Sh4N9EdqadtFwU5VNog" type="_skHGwGvsEdqG6fBIPwe-mw" redefinedProperty="_mQ_vhoN9EdqadtFwU5VNog" association="_mq7ShYN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mq7SiIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mq7SiYN9EdqadtFwU5VNog" value="1"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yWDt1IOGEdq6geWPj4xEng" name="A_extension_metaclass" isDerived="true" memberEnd="_yVdQ14OGEdq6geWPj4xEng _yVwLwIOGEdq6geWPj4xEng"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yWM3sIOGEdq6geWPj4xEng" name="A_ownedEnd_extension" memberEnd="_yWM3soOGEdq6geWPj4xEng _yVwLxoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yWM3sYOGEdq6geWPj4xEng" general="_x8bFwIOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yWM3soOGEdq6geWPj4xEng" type="_skHGwGvsEdqG6fBIPwe-mw" redefinedProperty="_x9BisYOGEdq6geWPj4xEng" association="_yWM3sIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yWM3s4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yWM3tIOGEdq6geWPj4xEng" value="1"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mq7SioN9EdqadtFwU5VNog" name="A_type_extensionEnd" memberEnd="_mqoXiIN9EdqadtFwU5VNog _mq7SjIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mq7Si4N9EdqadtFwU5VNog" general="_mQQIoIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mq7SjIN9EdqadtFwU5VNog" type="_2QuT0GvdEdq4DLWZOhbdEA" association="_mq7SioN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mq7SjYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mq7SjoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yWM3tYOGEdq6geWPj4xEng" name="A_type_extensionEnd" memberEnd="_yV58wYOGEdq6geWPj4xEng _yWM3t4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yWM3toOGEdq6geWPj4xEng" general="_x8R70IOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yWM3t4OGEdq6geWPj4xEng" type="_2QuT0GvdEdq4DLWZOhbdEA" association="_yWM3tYOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yWM3uIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yWM3uYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mrFDcIN9EdqadtFwU5VNog" name="A_metaclassReference_profile" memberEnd="_mrFDcoN9EdqadtFwU5VNog _mqB6noN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mrFDcYN9EdqadtFwU5VNog" general="_mQjqtoN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mrFDcoN9EdqadtFwU5VNog" type="__pew8GvzEdq7X4sGURiZYA" association="_mrFDcIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mrFDc4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mrFDdIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yWM3uoOGEdq6geWPj4xEng" name="A_metaclassReference_profile" memberEnd="_yVUG7YOGEdq6geWPj4xEng _yWM3vIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yWM3u4OGEdq6geWPj4xEng" general="_x8k204OGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yWM3vIOGEdq6geWPj4xEng" type="__pew8GvzEdq7X4sGURiZYA" association="_yWM3uoOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yWM3vYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yWM3voOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mrFDdYN9EdqadtFwU5VNog" name="A_metamodelReference_profile" memberEnd="_mqB6pIN9EdqadtFwU5VNog _mrFDd4N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mrFDdoN9EdqadtFwU5VNog" general="_mQs0kIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mrFDd4N9EdqadtFwU5VNog" type="__pew8GvzEdq7X4sGURiZYA" association="_mrFDdYN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mrFDeIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mrFDeYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yWM3v4OGEdq6geWPj4xEng" name="A_metamodelReference_profile" memberEnd="_yVUG84OGEdq6geWPj4xEng _yWM3wYOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yWM3wIOGEdq6geWPj4xEng" general="_x8uAsIOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yWM3wYOGEdq6geWPj4xEng" type="__pew8GvzEdq7X4sGURiZYA" association="_yWM3v4OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yWM3woOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yWM3w4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mrFDeoN9EdqadtFwU5VNog" name="A_icon_stereotype" memberEnd="_mrFDe4N9EdqadtFwU5VNog _mp4wsIN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mrFDe4N9EdqadtFwU5VNog" type="_A7vDAGv0Edq7X4sGURiZYA" association="_mrFDeoN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mrFDfIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mrFDfYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yWM3xIOGEdq6geWPj4xEng" name="A_icon_stereotype" memberEnd="_yVKV74OGEdq6geWPj4xEng _yWM3xYOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yWM3xYOGEdq6geWPj4xEng" type="_A7vDAGv0Edq7X4sGURiZYA" association="_yWM3xIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yWM3xoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yWM3x4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

   <ownedMember xmi:type="uml:Class" xmi:id="_2QuT0GvdEdq4DLWZOhbdEA" name="ExtensionEnd">

-    <ownedComment xmi:id="_mqoXgIN9EdqadtFwU5VNog" annotatedElement="_2QuT0GvdEdq4DLWZOhbdEA">

+    <ownedComment xmi:id="_yVwL3YOGEdq6geWPj4xEng" annotatedElement="_2QuT0GvdEdq4DLWZOhbdEA">

       <body>ExtensionEnd is a kind of Property that is always typed by a Stereotype. An ExtensionEnd is never navigable. If it was navigable, it would be a property of the extended classifier. Since a profile is not allowed to change the referenced metamodel, it is not possible to add properties to the extended classifier. As a consequence, an ExtensionEnd can only be owned by an Extension. The aggregation of an ExtensionEnd is always composite. The default multiplicity of an ExtensionEnd is 0..1.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mqoXgYN9EdqadtFwU5VNog" name="multiplicity" constrainedElement="_2QuT0GvdEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_mqoXgoN9EdqadtFwU5VNog" annotatedElement="_mqoXgYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yVwL3oOGEdq6geWPj4xEng" name="multiplicity" constrainedElement="_2QuT0GvdEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_yVwL34OGEdq6geWPj4xEng" annotatedElement="_yVwL3oOGEdq6geWPj4xEng">

         <body>The multiplicity of ExtensionEnd is 0..1 or 1.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mqoXg4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yVwL4IOGEdq6geWPj4xEng" language="OCL">

         <body>(self->lowerBound() = 0 or self->lowerBound() = 1) and self->upperBound() = 1</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mqoXhIN9EdqadtFwU5VNog" name="aggregation" constrainedElement="_2QuT0GvdEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_mqoXhYN9EdqadtFwU5VNog" annotatedElement="_mqoXhIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yVwL4YOGEdq6geWPj4xEng" name="aggregation" constrainedElement="_2QuT0GvdEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_yVwL4oOGEdq6geWPj4xEng" annotatedElement="_yVwL4YOGEdq6geWPj4xEng">

         <body>The aggregation of an ExtensionEnd is composite.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mqoXhoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yVwL44OGEdq6geWPj4xEng" language="OCL">

         <body>self.aggregation = #composite</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mqoXh4N9EdqadtFwU5VNog" general="_Jp_1oGveEdq4DLWZOhbdEA"/>

-    <ownedAttribute xmi:id="_mqoXiIN9EdqadtFwU5VNog" name="type" type="_A7vDAGv0Edq7X4sGURiZYA" redefinedProperty="_mM1BQYN9EdqadtFwU5VNog" association="_mq7SioN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mqoXiYN9EdqadtFwU5VNog" annotatedElement="_mqoXiIN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yV58wIOGEdq6geWPj4xEng" general="_Jp_1oGveEdq4DLWZOhbdEA"/>

+    <ownedAttribute xmi:id="_yV58wYOGEdq6geWPj4xEng" name="type" type="_A7vDAGv0Edq7X4sGURiZYA" redefinedProperty="_x4_-YYOGEdq6geWPj4xEng" association="_yWM3tYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yV58woOGEdq6geWPj4xEng" annotatedElement="_yV58wYOGEdq6geWPj4xEng">

         <body>References the type of the ExtensionEnd. Note that this association restricts the possible types of an ExtensionEnd to only be Stereotypes.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mqoXioN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mqoXi4N9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yV58w4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yV58xIOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mqoXjIN9EdqadtFwU5VNog" name="lower" type="_XqvEIGvsEdqG6fBIPwe-mw" isDerived="true" redefinedProperty="_mMFaV4N9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mrFDfoN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_mrFDf4N9EdqadtFwU5VNog" isUnsettable="true"/>

+    <ownedAttribute xmi:id="_yV58xYOGEdq6geWPj4xEng" name="lower" type="_XqvEIGvsEdqG6fBIPwe-mw" isDerived="true" redefinedProperty="_x4QXfYOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yWM3yIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_yWM3yYOGEdq6geWPj4xEng" isUnsettable="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mqoXjYN9EdqadtFwU5VNog" annotatedElement="_mqoXjIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yV58xoOGEdq6geWPj4xEng" annotatedElement="_yV58xYOGEdq6geWPj4xEng">

         <body>This redefinition changes the default multiplicity of association ends, since model elements are usually extended by 0 or 1 instance of the extension stereotype.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mrFDgIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mrFDgYN9EdqadtFwU5VNog"/>

-      <defaultValue xmi:type="uml:LiteralInteger" xmi:id="_mrFDgoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yWM3yoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yWM3y4OGEdq6geWPj4xEng"/>

+      <defaultValue xmi:type="uml:LiteralInteger" xmi:id="_yWM3zIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

     <ownedOperation xmi:id="_WLw30FYLEdqrn7iZ0eqieg" name="getLower" visibility="protected" type="_XqvEIGvsEdqG6fBIPwe-mw">

       <returnResult xmi:id="_ZNVLYFYLEdqrn7iZ0eqieg" type="_XqvEIGvsEdqG6fBIPwe-mw" direction="return"/>

@@ -9249,122 +9249,122 @@
       <ownedParameter xmi:id="_4dG3wFYkEdqB6vblk3tuMA" name="newLower" visibility="protected" type="_XqvEIGvsEdqG6fBIPwe-mw" effect="read"/>

     </ownedOperation>

     <ownedOperation xmi:id="_OIFfAGJxEdqjztwYO37Abg" name="unsetLower" visibility="protected"/>

-    <ownedOperation xmi:id="_mqoXkYN9EdqadtFwU5VNog" name="lowerBound" type="_XqvEIGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_mMOkQIN9EdqadtFwU5VNog" bodyCondition="_mqoXk4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mqoXkoN9EdqadtFwU5VNog" annotatedElement="_mqoXkYN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_yV58yoOGEdq6geWPj4xEng" name="lowerBound" type="_XqvEIGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_x4ZhcIOGEdq6geWPj4xEng" bodyCondition="_yV58zIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yV58y4OGEdq6geWPj4xEng" annotatedElement="_yV58yoOGEdq6geWPj4xEng">

         <body>The query lowerBound() returns the lower bound of the multiplicity as an Integer. This is a redefinition of the default

 

 lower bound, which normally, for MultiplicityElements, evaluates to 1 if empty.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mqoXk4N9EdqadtFwU5VNog" name="spec" constrainedElement="_mqoXkYN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mqoXlIN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_yV58zIOGEdq6geWPj4xEng" name="spec" constrainedElement="_yV58yoOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yV58zYOGEdq6geWPj4xEng" language="OCL">

           <body>result = lowerBound = if lowerValue->isEmpty() then 0 else lowerValue->IntegerValue() endif</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mqoXlYN9EdqadtFwU5VNog" type="_XqvEIGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_yV58zoOGEdq6geWPj4xEng" type="_XqvEIGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mrONYIN9EdqadtFwU5VNog" name="VariableAction" isAbstract="true">

-    <ownedComment xmi:id="_mrONYYN9EdqadtFwU5VNog" annotatedElement="_mrONYIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yWWosIOGEdq6geWPj4xEng" name="VariableAction" isAbstract="true">

+    <ownedComment xmi:id="_yWWosYOGEdq6geWPj4xEng" annotatedElement="_yWWosIOGEdq6geWPj4xEng">

       <body>VariableAction is an abstract class for actions that operate on a statically specified variable.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mrONYoN9EdqadtFwU5VNog" name="scope_of_variable" constrainedElement="_mrONYIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mrONY4N9EdqadtFwU5VNog" annotatedElement="_mrONYoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yWWosoOGEdq6geWPj4xEng" name="scope_of_variable" constrainedElement="_yWWosIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yWWos4OGEdq6geWPj4xEng" annotatedElement="_yWWosoOGEdq6geWPj4xEng">

         <body>The action must be in the scope of the variable.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mrONZIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yWWotIOGEdq6geWPj4xEng" language="OCL">

         <body>self.variable.isAccessibleBy(self)</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mrONZYN9EdqadtFwU5VNog" general="_mdq5uYN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mrONZoN9EdqadtFwU5VNog" name="variable" type="_meG-d4N9EdqadtFwU5VNog" association="_mrX-coN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mrONZ4N9EdqadtFwU5VNog" annotatedElement="_mrONZoN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yWWotYOGEdq6geWPj4xEng" general="_yI8e-YOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yWWotoOGEdq6geWPj4xEng" name="variable" type="_yJZKxYOGEdq6geWPj4xEng" association="_yWgZy4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yWWot4OGEdq6geWPj4xEng" annotatedElement="_yWWotoOGEdq6geWPj4xEng">

         <body>Variable to be read.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mrONaIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mrONaYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yWWouIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yWWouYOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mrONaoN9EdqadtFwU5VNog" name="ReadVariableAction">

-    <ownedComment xmi:id="_mrONa4N9EdqadtFwU5VNog" annotatedElement="_mrONaoN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yWWouoOGEdq6geWPj4xEng" name="ReadVariableAction">

+    <ownedComment xmi:id="_yWWou4OGEdq6geWPj4xEng" annotatedElement="_yWWouoOGEdq6geWPj4xEng">

       <body>This action reads the values of a variables, in order if the variable is ordered.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mrONbIN9EdqadtFwU5VNog" name="type_and_ordering" constrainedElement="_mrONaoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mrONbYN9EdqadtFwU5VNog" annotatedElement="_mrONbIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yWWovIOGEdq6geWPj4xEng" name="type_and_ordering" constrainedElement="_yWWouoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yWWovYOGEdq6geWPj4xEng" annotatedElement="_yWWovIOGEdq6geWPj4xEng">

         <body>The type and ordering of the result output pin of a read-variable action are the same as the type and ordering of the variable.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mrONboN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yWWovoOGEdq6geWPj4xEng" language="OCL">

         <body>self.result.type =self.variable.type

 and self.result.ordering = self.variable.ordering

 </body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mrONb4N9EdqadtFwU5VNog" name="compatible_multiplicity" constrainedElement="_mrONaoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mrONcIN9EdqadtFwU5VNog" annotatedElement="_mrONb4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yWWov4OGEdq6geWPj4xEng" name="compatible_multiplicity" constrainedElement="_yWWouoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yWWowIOGEdq6geWPj4xEng" annotatedElement="_yWWov4OGEdq6geWPj4xEng">

         <body>The multiplicity of the variable must be compatible with the multiplicity of the output pin.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mrONcYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yWWowYOGEdq6geWPj4xEng" language="OCL">

         <body>self.variable.multiplicity.compatibleWith(self.result.multiplicity)</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mrONcoN9EdqadtFwU5VNog" general="_mrONYIN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mrONc4N9EdqadtFwU5VNog" name="result" type="_mdhInIN9EdqadtFwU5VNog" subsettedProperty="_mdq5vIN9EdqadtFwU5VNog" association="_mrX-doN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mrONdIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mrONdYN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yWWowoOGEdq6geWPj4xEng" general="_yWWosIOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yWWow4OGEdq6geWPj4xEng" name="result" type="_yIyt34OGEdq6geWPj4xEng" subsettedProperty="_yI8e_IOGEdq6geWPj4xEng" association="_yWgZz4OGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yWWoxIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yWWoxYOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mrONdoN9EdqadtFwU5VNog" annotatedElement="_mrONc4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yWWoxoOGEdq6geWPj4xEng" annotatedElement="_yWWow4OGEdq6geWPj4xEng">

         <body>Gives the output pin on which the result is put.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mrONd4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mrONeIN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yWWox4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yWWoyIOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mrONeYN9EdqadtFwU5VNog" name="WriteVariableAction" isAbstract="true">

-    <ownedComment xmi:id="_mrONeoN9EdqadtFwU5VNog" annotatedElement="_mrONeYN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yWWoyYOGEdq6geWPj4xEng" name="WriteVariableAction" isAbstract="true">

+    <ownedComment xmi:id="_yWWoyoOGEdq6geWPj4xEng" annotatedElement="_yWWoyYOGEdq6geWPj4xEng">

       <body>A write variable action operates on a variable to modify its values. It has an input pin on which the value that will be added or removed is put. Other aspects of write variable actions are inherited from VariableAction.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mrONe4N9EdqadtFwU5VNog" name="same_type" constrainedElement="_mrONeYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mrONfIN9EdqadtFwU5VNog" annotatedElement="_mrONe4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yWWoy4OGEdq6geWPj4xEng" name="same_type" constrainedElement="_yWWoyYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yWWozIOGEdq6geWPj4xEng" annotatedElement="_yWWoy4OGEdq6geWPj4xEng">

         <body>The type input pin is the same as the type of the variable.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mrONfYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yWWozYOGEdq6geWPj4xEng" language="OCL">

         <body>self.value.type = self.variable.type</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mrONfoN9EdqadtFwU5VNog" name="multiplicity" constrainedElement="_mrONeYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mrONf4N9EdqadtFwU5VNog" annotatedElement="_mrONfoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yWWozoOGEdq6geWPj4xEng" name="multiplicity" constrainedElement="_yWWoyYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yWWoz4OGEdq6geWPj4xEng" annotatedElement="_yWWozoOGEdq6geWPj4xEng">

         <body>The multiplicity of the input pin is 1..1.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mrONgIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yWWo0IOGEdq6geWPj4xEng" language="OCL">

         <body>self.value.multiplicity.is(1,1)</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mrONgYN9EdqadtFwU5VNog" general="_mrONYIN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mrONgoN9EdqadtFwU5VNog" name="value" type="_mdhIn4N9EdqadtFwU5VNog" subsettedProperty="_mdq5woN9EdqadtFwU5VNog" association="_mrX-e4N9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mrONg4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mrONhIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yWWo0YOGEdq6geWPj4xEng" general="_yWWosIOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yWWo0oOGEdq6geWPj4xEng" name="value" type="_yIyt4oOGEdq6geWPj4xEng" subsettedProperty="_yI8fAoOGEdq6geWPj4xEng" association="_yWgZ1IOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yWWo04OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yWWo1IOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mrONhYN9EdqadtFwU5VNog" annotatedElement="_mrONgoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yWWo1YOGEdq6geWPj4xEng" annotatedElement="_yWWo0oOGEdq6geWPj4xEng">

         <body>Value to be added or removed from the variable.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mrONhoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mrONh4N9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yWWo1oOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yWWo14OGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mrONiIN9EdqadtFwU5VNog" name="ClearVariableAction">

-    <ownedComment xmi:id="_mrONiYN9EdqadtFwU5VNog" annotatedElement="_mrONiIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yWWo2IOGEdq6geWPj4xEng" name="ClearVariableAction">

+    <ownedComment xmi:id="_yWWo2YOGEdq6geWPj4xEng" annotatedElement="_yWWo2IOGEdq6geWPj4xEng">

       <body>This action removes all values of an variable.</body>

     </ownedComment>

-    <generalization xmi:id="_mrONioN9EdqadtFwU5VNog" general="_mrONYIN9EdqadtFwU5VNog"/>

+    <generalization xmi:id="_yWWo2oOGEdq6geWPj4xEng" general="_yWWosIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mrONi4N9EdqadtFwU5VNog" name="AddVariableValueAction">

-    <ownedComment xmi:id="_mrONjIN9EdqadtFwU5VNog" annotatedElement="_mrONi4N9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yWWo24OGEdq6geWPj4xEng" name="AddVariableValueAction">

+    <ownedComment xmi:id="_yWWo3IOGEdq6geWPj4xEng" annotatedElement="_yWWo24OGEdq6geWPj4xEng">

       <body>Variables are potentially multi-valued and ordered, so the action supports specification of insertion points for new values. It also supports the removal of existing values of the variable before the new value is added.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mrONjYN9EdqadtFwU5VNog" name="single_input_pin" constrainedElement="_mrONi4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mrONjoN9EdqadtFwU5VNog" annotatedElement="_mrONjYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yWWo3YOGEdq6geWPj4xEng" name="single_input_pin" constrainedElement="_yWWo24OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yWWo3oOGEdq6geWPj4xEng" annotatedElement="_yWWo3YOGEdq6geWPj4xEng">

         <body>Actions adding values to ordered variables must have a single input pin for the insertion point with type UnlimtedNatural and multiplicity of 1..1, otherwise the action has no input pin for the insertion point.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mrONj4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yWWo34OGEdq6geWPj4xEng" language="OCL">

         <body>let insertAtPins : Collection = self.insertAt in

 if self.variable.ordering = #unordered

 then insertAtPins->size() = 0

@@ -9376,278 +9376,278 @@
 </body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mrONkIN9EdqadtFwU5VNog" general="_mrONeYN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mrONkYN9EdqadtFwU5VNog" name="isReplaceAll" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mrONkoN9EdqadtFwU5VNog" annotatedElement="_mrONkYN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yWWo4IOGEdq6geWPj4xEng" general="_yWWoyYOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yWWo4YOGEdq6geWPj4xEng" name="isReplaceAll" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yWWo4oOGEdq6geWPj4xEng" annotatedElement="_yWWo4YOGEdq6geWPj4xEng">

         <body>Specifies whether existing values of the variable should be removed before adding the new value.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mrONk4N9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yWWo44OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mrONlIN9EdqadtFwU5VNog" name="insertAt" type="_mdhIn4N9EdqadtFwU5VNog" subsettedProperty="_mdq5woN9EdqadtFwU5VNog" association="_mrX-gIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mrONlYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mrONloN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yWWo5IOGEdq6geWPj4xEng" name="insertAt" type="_yIyt4oOGEdq6geWPj4xEng" subsettedProperty="_yI8fAoOGEdq6geWPj4xEng" association="_yWgZ2YOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yWWo5YOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yWWo5oOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mrONl4N9EdqadtFwU5VNog" annotatedElement="_mrONlIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yWWo54OGEdq6geWPj4xEng" annotatedElement="_yWWo5IOGEdq6geWPj4xEng">

         <body>Gives the position at which to insert a new value or move an existing value in ordered variables. The types is UnlimitedINatural, but the value cannot be zero. This pin is omitted for unordered variables.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mrONmIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mrONmYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yWWo6IOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yWWo6YOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mrONmoN9EdqadtFwU5VNog" name="RemoveVariableValueAction">

-    <ownedComment xmi:id="_mrONm4N9EdqadtFwU5VNog" annotatedElement="_mrONmoN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yWWo6oOGEdq6geWPj4xEng" name="RemoveVariableValueAction">

+    <ownedComment xmi:id="_yWWo64OGEdq6geWPj4xEng" annotatedElement="_yWWo6oOGEdq6geWPj4xEng">

       <body>One value is removed from the set of possible variable values. Variables are potentially multi-valued and ordered, and may support duplicates, so the action supports specification of removal points for new values.  It also supports the removal of all duplicate values.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mrONnIN9EdqadtFwU5VNog" name="unlimited_natural" constrainedElement="_mrONmoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mrONnYN9EdqadtFwU5VNog" annotatedElement="_mrONnIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yWWo7IOGEdq6geWPj4xEng" name="unlimited_natural" constrainedElement="_yWWo6oOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yWWo7YOGEdq6geWPj4xEng" annotatedElement="_yWWo7IOGEdq6geWPj4xEng">

         <body>Actions removing a value from ordered nonunique variables must have a single removeAt input pin if isRemoveDuplicates is false. It must be of type UnlimitedNatural with multiplicity of 1..1, otherwise the action has no removeAt input pin.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mrONnoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yWWo7oOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mrONn4N9EdqadtFwU5VNog" general="_mrONeYN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mrONoIN9EdqadtFwU5VNog" name="isRemoveDuplicates" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mrONoYN9EdqadtFwU5VNog" annotatedElement="_mrONoIN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yWWo74OGEdq6geWPj4xEng" general="_yWWoyYOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yWWo8IOGEdq6geWPj4xEng" name="isRemoveDuplicates" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yWWo8YOGEdq6geWPj4xEng" annotatedElement="_yWWo8IOGEdq6geWPj4xEng">

         <body>Specifies whether to remove duplicates of the value in nonunique variables.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mrONooN9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yWWo8oOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mrONo4N9EdqadtFwU5VNog" name="removeAt" type="_mdhIn4N9EdqadtFwU5VNog" subsettedProperty="_mdq5woN9EdqadtFwU5VNog" association="_mrX-hYN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mrONpIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mrONpYN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yWWo84OGEdq6geWPj4xEng" name="removeAt" type="_yIyt4oOGEdq6geWPj4xEng" subsettedProperty="_yI8fAoOGEdq6geWPj4xEng" association="_yWgZ3oOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yWWo9IOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yWWo9YOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mrONpoN9EdqadtFwU5VNog" annotatedElement="_mrONo4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yWWo9oOGEdq6geWPj4xEng" annotatedElement="_yWWo84OGEdq6geWPj4xEng">

         <body>Specifies the position of an existing value to remove in ordered nonunique variables. The type of the pin is UnlimitedNatural, but the value cannot be zero or unlimited.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mrONp4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mrONqIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yWWo94OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yWWo-IOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mrONqYN9EdqadtFwU5VNog" name="RaiseExceptionAction">

-    <ownedComment xmi:id="_mrONqoN9EdqadtFwU5VNog" annotatedElement="_mrONqYN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yWgZsIOGEdq6geWPj4xEng" name="RaiseExceptionAction">

+    <ownedComment xmi:id="_yWgZsYOGEdq6geWPj4xEng" annotatedElement="_yWgZsIOGEdq6geWPj4xEng">

       <body>RaiseExceptionAction is an action that causes an exception to occur. The input value becomes the exception object.</body>

     </ownedComment>

-    <generalization xmi:id="_mrONq4N9EdqadtFwU5VNog" general="_mdq5uYN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mrONrIN9EdqadtFwU5VNog" name="exception" type="_mdhIn4N9EdqadtFwU5VNog" subsettedProperty="_mdq5woN9EdqadtFwU5VNog" association="_mrhvYIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mrONrYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mrONroN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yWgZsoOGEdq6geWPj4xEng" general="_yI8e-YOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yWgZs4OGEdq6geWPj4xEng" name="exception" type="_yIyt4oOGEdq6geWPj4xEng" subsettedProperty="_yI8fAoOGEdq6geWPj4xEng" association="_yWpjoIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yWgZtIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yWgZtYOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mrONr4N9EdqadtFwU5VNog" annotatedElement="_mrONrIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yWgZtoOGEdq6geWPj4xEng" annotatedElement="_yWgZs4OGEdq6geWPj4xEng">

         <body>An input pin whose value becomes an exception object.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mrONsIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mrONsYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yWgZt4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yWgZuIOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mrX-YIN9EdqadtFwU5VNog" name="ActionInputPin">

-    <ownedComment xmi:id="_mrX-YYN9EdqadtFwU5VNog" annotatedElement="_mrX-YIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yWgZuYOGEdq6geWPj4xEng" name="ActionInputPin">

+    <ownedComment xmi:id="_yWgZuoOGEdq6geWPj4xEng" annotatedElement="_yWgZuYOGEdq6geWPj4xEng">

       <body>An action input pin is a kind of pin that executes an action to determine the values to input to another.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mrX-YoN9EdqadtFwU5VNog" name="one_output_pin" constrainedElement="_mrX-YIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mrX-Y4N9EdqadtFwU5VNog" annotatedElement="_mrX-YoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yWgZu4OGEdq6geWPj4xEng" name="one_output_pin" constrainedElement="_yWgZuYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yWgZvIOGEdq6geWPj4xEng" annotatedElement="_yWgZu4OGEdq6geWPj4xEng">

         <body>The fromAction of an action input pin must have exactly one output pin.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mrX-ZIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yWgZvYOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mrX-ZYN9EdqadtFwU5VNog" name="input_pin" constrainedElement="_mrX-YIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mrX-ZoN9EdqadtFwU5VNog" annotatedElement="_mrX-ZYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yWgZvoOGEdq6geWPj4xEng" name="input_pin" constrainedElement="_yWgZuYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yWgZv4OGEdq6geWPj4xEng" annotatedElement="_yWgZvoOGEdq6geWPj4xEng">

         <body>The fromAction of an action input pin must only have action input pins as input pins.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mrX-Z4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yWgZwIOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mrX-aIN9EdqadtFwU5VNog" name="no_control_or_data_flow" constrainedElement="_mrX-YIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mrX-aYN9EdqadtFwU5VNog" annotatedElement="_mrX-aIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yWgZwYOGEdq6geWPj4xEng" name="no_control_or_data_flow" constrainedElement="_yWgZuYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yWgZwoOGEdq6geWPj4xEng" annotatedElement="_yWgZwYOGEdq6geWPj4xEng">

         <body>The fromAction of an action input pin cannot have control or data flows coming into or out of it or its pins.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mrX-aoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yWgZw4OGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mrX-a4N9EdqadtFwU5VNog" general="_mdhIn4N9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mrX-bIN9EdqadtFwU5VNog" name="fromAction" type="_mdq5uYN9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mrX-ioN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mrX-bYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mrX-boN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yWgZxIOGEdq6geWPj4xEng" general="_yIyt4oOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yWgZxYOGEdq6geWPj4xEng" name="fromAction" type="_yI8e-YOGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yWgZ44OGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yWgZxoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yWgZx4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mrX-b4N9EdqadtFwU5VNog" annotatedElement="_mrX-bIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yWgZyIOGEdq6geWPj4xEng" annotatedElement="_yWgZxYOGEdq6geWPj4xEng">

         <body>The action used to provide values.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mrX-cIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mrX-cYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yWgZyYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yWgZyoOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mrX-coN9EdqadtFwU5VNog" name="A_variable_variableAction" memberEnd="_mrONZoN9EdqadtFwU5VNog _mrX-c4N9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mrX-c4N9EdqadtFwU5VNog" type="_mrONYIN9EdqadtFwU5VNog" association="_mrX-coN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mrX-dIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mrX-dYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yWgZy4OGEdq6geWPj4xEng" name="A_variable_variableAction" memberEnd="_yWWotoOGEdq6geWPj4xEng _yWgZzIOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yWgZzIOGEdq6geWPj4xEng" type="_yWWosIOGEdq6geWPj4xEng" association="_yWgZy4OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yWgZzYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yWgZzoOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mrX-doN9EdqadtFwU5VNog" name="A_result_readVariableAction" memberEnd="_mrONc4N9EdqadtFwU5VNog _mrX-eIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mrX-d4N9EdqadtFwU5VNog" general="_md0Dj4N9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mrX-eIN9EdqadtFwU5VNog" type="_mrONaoN9EdqadtFwU5VNog" association="_mrX-doN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mrX-eYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mrX-eoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yWgZz4OGEdq6geWPj4xEng" name="A_result_readVariableAction" memberEnd="_yWWow4OGEdq6geWPj4xEng _yWgZ0YOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yWgZ0IOGEdq6geWPj4xEng" general="_yJFoz4OGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yWgZ0YOGEdq6geWPj4xEng" type="_yWWouoOGEdq6geWPj4xEng" association="_yWgZz4OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yWgZ0oOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yWgZ04OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mrX-e4N9EdqadtFwU5VNog" name="A_value_writeVariableAction" memberEnd="_mrONgoN9EdqadtFwU5VNog _mrX-fYN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mrX-fIN9EdqadtFwU5VNog" general="_md0DlIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mrX-fYN9EdqadtFwU5VNog" type="_mrONeYN9EdqadtFwU5VNog" association="_mrX-e4N9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mrX-foN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mrX-f4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yWgZ1IOGEdq6geWPj4xEng" name="A_value_writeVariableAction" memberEnd="_yWWo0oOGEdq6geWPj4xEng _yWgZ1oOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yWgZ1YOGEdq6geWPj4xEng" general="_yJFo1IOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yWgZ1oOGEdq6geWPj4xEng" type="_yWWoyYOGEdq6geWPj4xEng" association="_yWgZ1IOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yWgZ14OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yWgZ2IOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mrX-gIN9EdqadtFwU5VNog" name="A_insertAt_addVariableValueAction" memberEnd="_mrONlIN9EdqadtFwU5VNog _mrX-goN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mrX-gYN9EdqadtFwU5VNog" general="_md0DlIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mrX-goN9EdqadtFwU5VNog" type="_mrONi4N9EdqadtFwU5VNog" association="_mrX-gIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mrX-g4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mrX-hIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yWgZ2YOGEdq6geWPj4xEng" name="A_insertAt_addVariableValueAction" memberEnd="_yWgZ24OGEdq6geWPj4xEng _yWWo5IOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yWgZ2oOGEdq6geWPj4xEng" general="_yJFo1IOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yWgZ24OGEdq6geWPj4xEng" type="_yWWo24OGEdq6geWPj4xEng" association="_yWgZ2YOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yWgZ3IOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yWgZ3YOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mrX-hYN9EdqadtFwU5VNog" name="A_removeAt_removeVariableValueAction" memberEnd="_mrONo4N9EdqadtFwU5VNog _mrX-h4N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mrX-hoN9EdqadtFwU5VNog" general="_md0DlIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mrX-h4N9EdqadtFwU5VNog" type="_mrONmoN9EdqadtFwU5VNog" association="_mrX-hYN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mrX-iIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mrX-iYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yWgZ3oOGEdq6geWPj4xEng" name="A_removeAt_removeVariableValueAction" memberEnd="_yWWo84OGEdq6geWPj4xEng _yWgZ4IOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yWgZ34OGEdq6geWPj4xEng" general="_yJFo1IOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yWgZ4IOGEdq6geWPj4xEng" type="_yWWo6oOGEdq6geWPj4xEng" association="_yWgZ3oOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yWgZ4YOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yWgZ4oOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mrX-ioN9EdqadtFwU5VNog" name="A_fromAction_actionInputPin" memberEnd="_mrX-bIN9EdqadtFwU5VNog _mrX-jIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mrX-i4N9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mrX-jIN9EdqadtFwU5VNog" type="_mrX-YIN9EdqadtFwU5VNog" association="_mrX-ioN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mrX-jYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mrX-joN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yWgZ44OGEdq6geWPj4xEng" name="A_fromAction_actionInputPin" memberEnd="_yWgZ5YOGEdq6geWPj4xEng _yWgZxYOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yWgZ5IOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yWgZ5YOGEdq6geWPj4xEng" type="_yWgZuYOGEdq6geWPj4xEng" association="_yWgZ44OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yWgZ5oOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yWgZ54OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mrhvYIN9EdqadtFwU5VNog" name="A_exception_raiseExceptionAction" memberEnd="_mrhvYoN9EdqadtFwU5VNog _mrONrIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mrhvYYN9EdqadtFwU5VNog" general="_md0DlIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mrhvYoN9EdqadtFwU5VNog" type="_mrONqYN9EdqadtFwU5VNog" association="_mrhvYIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mrhvY4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mrhvZIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yWpjoIOGEdq6geWPj4xEng" name="A_exception_raiseExceptionAction" memberEnd="_yWgZs4OGEdq6geWPj4xEng _yWpjooOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yWpjoYOGEdq6geWPj4xEng" general="_yJFo1IOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yWpjooOGEdq6geWPj4xEng" type="_yWgZsIOGEdq6geWPj4xEng" association="_yWpjoIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yWpjo4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yWpjpIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mrhvZYN9EdqadtFwU5VNog" name="GeneralizationSet">

-    <ownedComment xmi:id="_mrhvZoN9EdqadtFwU5VNog" annotatedElement="_mrhvZYN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yWpjpYOGEdq6geWPj4xEng" name="GeneralizationSet">

+    <ownedComment xmi:id="_yWpjpoOGEdq6geWPj4xEng" annotatedElement="_yWpjpYOGEdq6geWPj4xEng">

       <body>Each Generalization is a binary relationship that relates a specific Classifier to a more general Classifier (i.e., from a class to its superclasses). Each GeneralizationSet defines a particular set of Generalization relationships that describe the way in which a general Classifier (or superclass) may be divided using specific subtypes. For example, a GeneralizationSet could define a partitioning of the class Person into two subclasses: Male Person and Female Person. Here, the GeneralizationSet would associate two instances of Generalization. Both instances would have Person as the general classifier, however one Generalization would involve Male Person as the specific Classifier and the other would involve Female Person as the specific classifier. In other words, the class Person can here be said to be partitioned into two subclasses: Male Person and Female Person. Person could also be divided into North American Person, Asian Person, European Person, or something else. This collection of subsets would  define a different GeneralizationSet that would associate with three other Generalization relationships. All three would have Person as the general Classifier; only the specific classifiers would differ: i.e., North American Person, Asian Person, and European Person.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mrhvZ4N9EdqadtFwU5VNog" name="generalization_same_classifier" constrainedElement="_mrhvZYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mrhvaIN9EdqadtFwU5VNog" annotatedElement="_mrhvZ4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yWpjp4OGEdq6geWPj4xEng" name="generalization_same_classifier" constrainedElement="_yWpjpYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yWpjqIOGEdq6geWPj4xEng" annotatedElement="_yWpjp4OGEdq6geWPj4xEng">

         <body>Every Generalization associated with a particular GeneralizationSet must have the same general Classifier.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mrhvaYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yWpjqYOGEdq6geWPj4xEng" language="OCL">

         <body>generalization->collect(g | g.general)->asSet()->size() &lt;= 1</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mrhvaoN9EdqadtFwU5VNog" name="maps_to_generalization_set" constrainedElement="_mrhvZYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mrhva4N9EdqadtFwU5VNog" annotatedElement="_mrhvaoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yWpjqoOGEdq6geWPj4xEng" name="maps_to_generalization_set" constrainedElement="_yWpjpYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yWpjq4OGEdq6geWPj4xEng" annotatedElement="_yWpjqoOGEdq6geWPj4xEng">

         <body>The Classifier that maps to a GeneralizationSet may neither be a specific nor a general Classifier in any of the Generalization relationships defined for that GeneralizationSet. In other words, a power type may not be an instance of itself nor may its instances be its subclasses.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mrhvbIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yWpjrIOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mrhvbYN9EdqadtFwU5VNog" general="_jKxnwGwLEdq7X4sGURiZYA"/>

-    <ownedAttribute xmi:id="_mrhvboN9EdqadtFwU5VNog" name="isCovering" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mrhvb4N9EdqadtFwU5VNog" annotatedElement="_mrhvboN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yWpjrYOGEdq6geWPj4xEng" general="_jKxnwGwLEdq7X4sGURiZYA"/>

+    <ownedAttribute xmi:id="_yWpjroOGEdq6geWPj4xEng" name="isCovering" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yWpjr4OGEdq6geWPj4xEng" annotatedElement="_yWpjroOGEdq6geWPj4xEng">

         <body>Indicates (via the associated Generalizations) whether or not the set of specific Classifiers are covering for a particular general classifier. When isCovering is true, every instance of a particular general Classifier is also an instance of at least one of its specific Classifiers for the GeneralizationSet. When isCovering is false, there are one or more instances of the particular general Classifier that are not instances of at least one of its specific Classifiers defined for the GeneralizationSet. For example, Person could have two Generalization relationships each with a different specific Classifier: Male Person and Female Person. This GeneralizationSet would be covering because every instance of Person would be an instance of Male Person or Female Person. In contrast, Person could have a three Generalization relationships involving three specific Classifiers: North American Person, Asian Person, and European Person. This GeneralizationSet would not be covering because there are instances of Person for which these three specific Classifiers do not apply. The first example, then, could be read: any Person would be specialized as either being a Male Person or a Female Person—and nothing else; the second could be read: any Person would be specialized as being North American Person, Asian Person, European Person, or something else.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mrhvcIN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yWpjsIOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mrhvcYN9EdqadtFwU5VNog" name="isDisjoint" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mrhvcoN9EdqadtFwU5VNog" annotatedElement="_mrhvcYN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yWpjsYOGEdq6geWPj4xEng" name="isDisjoint" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yWpjsoOGEdq6geWPj4xEng" annotatedElement="_yWpjsYOGEdq6geWPj4xEng">

         <body>Indicates whether or not the set of specific Classifiers in a Generalization relationship have instance in common. If isDisjoint is true, the specific Classifiers for a particular GeneralizationSet have no members in common; that is, their intersection is empty. If isDisjoint is false, the specific Classifiers in a particular GeneralizationSet have one or more members in common; that is, their intersection is not empty. For example, Person could have two Generalization relationships, each with the different specific Classifier: Manager or Staff. This would be disjoint because every instance of Person must either be a Manager or Staff. In contrast, Person could have two Generalization relationships involving two specific (and non-covering) Classifiers: Sales Person and Manager. This GeneralizationSet would not be disjoint because there are instances of Person which can be a Sales Person and a Manager.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mrhvc4N9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yWpjs4OGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mrhvdIN9EdqadtFwU5VNog" name="powertype" type="_6UV2QGwJEdq7X4sGURiZYA" association="_mr0qVIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mrhvdYN9EdqadtFwU5VNog" annotatedElement="_mrhvdIN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yWpjtIOGEdq6geWPj4xEng" name="powertype" type="_6UV2QGwJEdq7X4sGURiZYA" association="_yW8ekIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yWpjtYOGEdq6geWPj4xEng" annotatedElement="_yWpjtIOGEdq6geWPj4xEng">

         <body>Designates the Classifier that is defined as the power type for the associated GeneralizationSet.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mrhvdoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mrhvd4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yWpjtoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yWpjt4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mrhveIN9EdqadtFwU5VNog" name="generalization" type="_C7AF4GwREdq14q0ETb1t3g" association="_mr0qVYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mrhveYN9EdqadtFwU5VNog" annotatedElement="_mrhveIN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yWpjuIOGEdq6geWPj4xEng" name="generalization" type="_C7AF4GwREdq14q0ETb1t3g" association="_yW8ekYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yWpjuYOGEdq6geWPj4xEng" annotatedElement="_yWpjuIOGEdq6geWPj4xEng">

         <body>Designates the instances of Generalization which are members of a given GeneralizationSet.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mrhveoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mrhve4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yWpjuoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yWpju4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

   <ownedMember xmi:type="uml:Class" xmi:id="_C7AF4GwREdq14q0ETb1t3g" name="Generalization">

-    <ownedComment xmi:id="_mVBT6IN9EdqadtFwU5VNog" annotatedElement="_C7AF4GwREdq14q0ETb1t3g">

+    <ownedComment xmi:id="_yAvlHoOGEdq6geWPj4xEng" annotatedElement="_C7AF4GwREdq14q0ETb1t3g">

       <body>A generalization relates a specific classifier to a more general classifier, and is owned by the specific classifier.

 

 A generalization can be designated as being a member of a particular generalization set.

 

 </body>

     </ownedComment>

-    <ownedComment xmi:id="_mrq5V4N9EdqadtFwU5VNog" annotatedElement="_C7AF4GwREdq14q0ETb1t3g">

+    <ownedComment xmi:id="_yWzUp4OGEdq6geWPj4xEng" annotatedElement="_C7AF4GwREdq14q0ETb1t3g">

       <body>A generalization relates a specific classifier to a more general classifier, and is owned by the specific classifier.

 

 

 

 </body>

     </ownedComment>

-    <ownedRule xmi:id="_mrq5WIN9EdqadtFwU5VNog" name="generalization_same_classifier" constrainedElement="_C7AF4GwREdq14q0ETb1t3g">

-      <ownedComment xmi:id="_mrq5WYN9EdqadtFwU5VNog" annotatedElement="_mrq5WIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yWzUqIOGEdq6geWPj4xEng" name="generalization_same_classifier" constrainedElement="_C7AF4GwREdq14q0ETb1t3g">

+      <ownedComment xmi:id="_yWzUqYOGEdq6geWPj4xEng" annotatedElement="_yWzUqIOGEdq6geWPj4xEng">

         <body>Every Generalization associated with a given GeneralizationSet must have the same general Classifier. That is, all Generalizations for a particular GeneralizationSet must have the same superclass.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mrq5WoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yWzUqoOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mVBT6YN9EdqadtFwU5VNog" general="_mLouYIN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mVLE4IN9EdqadtFwU5VNog" name="isSubstitutable" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <eAnnotations xmi:id="_mVLE4YN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_mVLE4oN9EdqadtFwU5VNog" isUnsettable="true"/>

+    <generalization xmi:id="_yA5WEIOGEdq6geWPj4xEng" general="_x381cIOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yA5WEYOGEdq6geWPj4xEng" name="isSubstitutable" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <eAnnotations xmi:id="_yA5WEoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_yA5WE4OGEdq6geWPj4xEng" isUnsettable="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mVLE44N9EdqadtFwU5VNog" annotatedElement="_mVLE4IN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yA5WFIOGEdq6geWPj4xEng" annotatedElement="_yA5WEYOGEdq6geWPj4xEng">

         <body>Indicates whether the specific classifier can be used wherever the general classifier can be used. If true, the execution traces of the specific classifier will be a superset of the execution traces of the general classifier.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mVLE5IN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mVLE5YN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yA5WFYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yA5WFoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mVLE5oN9EdqadtFwU5VNog" name="specific" type="_6UV2QGwJEdq7X4sGURiZYA" subsettedProperty="_mLouY4N9EdqadtFwU5VNog _mLyfbYN9EdqadtFwU5VNog" association="_maiGAIN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mVLE54N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mVLE6IN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yA5WF4OGEdq6geWPj4xEng" name="specific" type="_6UV2QGwJEdq7X4sGURiZYA" subsettedProperty="_x381c4OGEdq6geWPj4xEng _x381jIOGEdq6geWPj4xEng" association="_yGj5MIOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yA5WGIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yA5WGYOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mVLE6YN9EdqadtFwU5VNog" annotatedElement="_mVLE5oN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yA5WGoOGEdq6geWPj4xEng" annotatedElement="_yA5WF4OGEdq6geWPj4xEng">

         <body>References the specializing classifier in the Generalization relationship.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mVLE6oN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mVLE64N9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yA5WG4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yA5WHIOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mVLE7IN9EdqadtFwU5VNog" name="general" type="_6UV2QGwJEdq7X4sGURiZYA" subsettedProperty="_mLouaYN9EdqadtFwU5VNog" association="_maiGA4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mVLE7YN9EdqadtFwU5VNog" annotatedElement="_mVLE7IN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yA5WHYOGEdq6geWPj4xEng" name="general" type="_6UV2QGwJEdq7X4sGURiZYA" subsettedProperty="_x381eYOGEdq6geWPj4xEng" association="_yGj5M4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yA5WHoOGEdq6geWPj4xEng" annotatedElement="_yA5WHYOGEdq6geWPj4xEng">

         <body>References the general classifier in the Generalization relationship.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mVLE7oN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mVLE74N9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yA5WH4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yA5WIIOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mr0qUIN9EdqadtFwU5VNog" name="generalizationSet" type="_mrhvZYN9EdqadtFwU5VNog" association="_mr0qVYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mr0qUYN9EdqadtFwU5VNog" annotatedElement="_mr0qUIN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yWzUq4OGEdq6geWPj4xEng" name="generalizationSet" type="_yWpjpYOGEdq6geWPj4xEng" association="_yW8ekYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yWzUrIOGEdq6geWPj4xEng" annotatedElement="_yWzUq4OGEdq6geWPj4xEng">

         <body>Designates a set in which instances of Generalization is considered members.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mr0qUoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mr0qU4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yWzUrYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yWzUroOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mr0qVIN9EdqadtFwU5VNog" name="A_powertypeExtent_powertype" memberEnd="_mrq5U4N9EdqadtFwU5VNog _mrhvdIN9EdqadtFwU5VNog"/>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mr0qVYN9EdqadtFwU5VNog" name="A_generalizationSet_generalization" memberEnd="_mr0qUIN9EdqadtFwU5VNog _mrhveIN9EdqadtFwU5VNog"/>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mr0qVoN9EdqadtFwU5VNog" name="InformationItem">

-    <ownedComment xmi:id="_mr0qV4N9EdqadtFwU5VNog" annotatedElement="_mr0qVoN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Association" xmi:id="_yW8ekIOGEdq6geWPj4xEng" name="A_powertypeExtent_powertype" memberEnd="_yWpjtIOGEdq6geWPj4xEng _yWzUo4OGEdq6geWPj4xEng"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yW8ekYOGEdq6geWPj4xEng" name="A_generalizationSet_generalization" memberEnd="_yWzUq4OGEdq6geWPj4xEng _yWpjuIOGEdq6geWPj4xEng"/>

+  <ownedMember xmi:type="uml:Class" xmi:id="_yW8ekoOGEdq6geWPj4xEng" name="InformationItem">

+    <ownedComment xmi:id="_yW8ek4OGEdq6geWPj4xEng" annotatedElement="_yW8ekoOGEdq6geWPj4xEng">

       <body>An information item is an abstraction of all kinds of information that can be exchanged between objects. It is a kind of classifier intended for representing information in a very abstract way, one which cannot be instantiated. One purpose of InformationItems is to be able to define preliminary models, before having made detailed modeling decisions on types or structures. One other purpose of information items and information flows is to abstract complex models by a less precise but more general representation of the information exchanged betwen entities of a system.

 

 </body>

     </ownedComment>

-    <ownedRule xmi:id="_mr0qWIN9EdqadtFwU5VNog" name="sources_and_targets" constrainedElement="_mr0qVoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mr0qWYN9EdqadtFwU5VNog" annotatedElement="_mr0qWIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yW8elIOGEdq6geWPj4xEng" name="sources_and_targets" constrainedElement="_yW8ekoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yW8elYOGEdq6geWPj4xEng" annotatedElement="_yW8elIOGEdq6geWPj4xEng">

         <body>The sources and targets of an information item (its related information flows) must designate subsets of the sources and targets of the representation information item, if any.The Classifiers that can realize an information item can only be of the following kind: Class, Interface, InformationItem, Signal, Component.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mr0qWoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yW8eloOGEdq6geWPj4xEng" language="OCL">

         <body>(self.represented->select(p | p->oclIsKindOf(InformationItem))->forAll(p |

 

   p.informationFlow.source->forAll(q | self.informationFlow.source->include(q)) and

@@ -9659,40 +9659,40 @@
         oclIsKindOf(InformationItem) or oclIsKindOf(Signal) or oclIsKindOf(Component)))</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mr0qW4N9EdqadtFwU5VNog" name="has_no" constrainedElement="_mr0qVoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mr0qXIN9EdqadtFwU5VNog" annotatedElement="_mr0qW4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yW8el4OGEdq6geWPj4xEng" name="has_no" constrainedElement="_yW8ekoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yW8emIOGEdq6geWPj4xEng" annotatedElement="_yW8el4OGEdq6geWPj4xEng">

         <body>An informationItem has no feature, no generalization, and no associations.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mr0qXYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yW8emYOGEdq6geWPj4xEng" language="OCL">

         <body>self.generalization->isEmpty() and self.feature->isEmpty()</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mr0qXoN9EdqadtFwU5VNog" name="not_instantiable" constrainedElement="_mr0qVoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mr0qX4N9EdqadtFwU5VNog" annotatedElement="_mr0qXoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yW8emoOGEdq6geWPj4xEng" name="not_instantiable" constrainedElement="_yW8ekoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yW8em4OGEdq6geWPj4xEng" annotatedElement="_yW8emoOGEdq6geWPj4xEng">

         <body>It is not instantiable.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mr0qYIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yW8enIOGEdq6geWPj4xEng" language="OCL">

         <body>isAbstract</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mr0qYYN9EdqadtFwU5VNog" general="_6UV2QGwJEdq7X4sGURiZYA"/>

-    <ownedAttribute xmi:id="_mr0qYoN9EdqadtFwU5VNog" name="represented" type="_6UV2QGwJEdq7X4sGURiZYA" association="_mskRNIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mr0qY4N9EdqadtFwU5VNog" annotatedElement="_mr0qYoN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yW8enYOGEdq6geWPj4xEng" general="_6UV2QGwJEdq7X4sGURiZYA"/>

+    <ownedAttribute xmi:id="_yW8enoOGEdq6geWPj4xEng" name="represented" type="_6UV2QGwJEdq7X4sGURiZYA" association="_yXGPkIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yW8en4OGEdq6geWPj4xEng" annotatedElement="_yW8enoOGEdq6geWPj4xEng">

         <body>Determines the classifiers that will specify the structure and nature of the information. An information item represents all its represented classifiers.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mr0qZIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mr0qZYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yW8eoIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yW8eoYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mr0qZoN9EdqadtFwU5VNog" name="InformationFlow">

-    <ownedComment xmi:id="_mr0qZ4N9EdqadtFwU5VNog" annotatedElement="_mr0qZoN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yW8eooOGEdq6geWPj4xEng" name="InformationFlow">

+    <ownedComment xmi:id="_yW8eo4OGEdq6geWPj4xEng" annotatedElement="_yW8eooOGEdq6geWPj4xEng">

       <body>An information flow specifies that one or more information items circulates from its sources to its targets. Information flows require some kind of information channel for transmitting information items from the source to the destination. An information channel is represented in various ways depending on the nature of its sources and targets. It may be represented by connectors, links, associations, or even dependencies. For example, if the source and destination are parts in some composite structure such as a collaboration, then the information channel is likely to be represented by a connector between them. Or, if the source and target are objects (which are a kind of InstanceSpecification), they may be represented by a link that joins the two, and so on.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mr0qaIN9EdqadtFwU5VNog" name="sources_and_targets_kind" constrainedElement="_mr0qZoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mr0qaYN9EdqadtFwU5VNog" annotatedElement="_mr0qaIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yW8epIOGEdq6geWPj4xEng" name="sources_and_targets_kind" constrainedElement="_yW8eooOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yW8epYOGEdq6geWPj4xEng" annotatedElement="_yW8epIOGEdq6geWPj4xEng">

         <body>The sources and targets of the information flow can only be one of the following kind: Actor, Node, UseCase, Artifact, Class, Component, Port, Property, Interface, Package, ActivityNode, ActivityPartition and InstanceSpecification except when its classifier is a relationship (i.e. it represents a link).</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mr0qaoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yW8epoOGEdq6geWPj4xEng" language="OCL">

         <body>(self.source->forAll(p | p->oclIsKindOf(Actor) or oclIsKindOf(Node) or

 

   oclIsKindOf(UseCase) or oclIsKindOf(Artifact) or oclIsKindOf(Class) or

@@ -9714,1186 +9714,1186 @@
       oclIsKindOf(ActivityPartition) or oclIsKindOf(InstanceSpecification)))</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mr0qa4N9EdqadtFwU5VNog" name="must_conform" constrainedElement="_mr0qZoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mr0qbIN9EdqadtFwU5VNog" annotatedElement="_mr0qa4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yW8ep4OGEdq6geWPj4xEng" name="must_conform" constrainedElement="_yW8eooOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yW8eqIOGEdq6geWPj4xEng" annotatedElement="_yW8ep4OGEdq6geWPj4xEng">

         <body>The sources and targets of the information flow must conform with the sources and targets or conversely the targets and sources of the realization relationships.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mr0qbYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yW8eqYOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mr0qboN9EdqadtFwU5VNog" name="convey_classifiers" constrainedElement="_mr0qZoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mr0qb4N9EdqadtFwU5VNog" annotatedElement="_mr0qboN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yW8eqoOGEdq6geWPj4xEng" name="convey_classifiers" constrainedElement="_yW8eooOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yW8eq4OGEdq6geWPj4xEng" annotatedElement="_yW8eqoOGEdq6geWPj4xEng">

         <body>An information flow can only convey classifiers that are allowed to represent an information item.

 

 </body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mr0qcIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yW8erIOGEdq6geWPj4xEng" language="OCL">

         <body>self.conveyed.represented->forAll(p | p->oclIsKindOf(Class) or oclIsKindOf(Interface)

 

   or oclIsKindOf(InformationItem) or oclIsKindOf(Signal) or oclIsKindOf(Component))</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mr0qcYN9EdqadtFwU5VNog" general="_mLouYIN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mr0qcoN9EdqadtFwU5VNog" general="_jKxnwGwLEdq7X4sGURiZYA"/>

-    <ownedAttribute xmi:id="_mr0qc4N9EdqadtFwU5VNog" name="realization" type="_mM1BMIN9EdqadtFwU5VNog" association="_mskRMIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mr0qdIN9EdqadtFwU5VNog" annotatedElement="_mr0qc4N9EdqadtFwU5VNog">

+    <generalization xmi:id="_yW8erYOGEdq6geWPj4xEng" general="_x381cIOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_yW8eroOGEdq6geWPj4xEng" general="_jKxnwGwLEdq7X4sGURiZYA"/>

+    <ownedAttribute xmi:id="_yW8er4OGEdq6geWPj4xEng" name="realization" type="_x4_-UIOGEdq6geWPj4xEng" association="_yW8ey4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yW8esIOGEdq6geWPj4xEng" annotatedElement="_yW8er4OGEdq6geWPj4xEng">

         <body>Determines which Relationship will realize the specified flow</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mr0qdYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mr0qdoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yW8esYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yW8esoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mr0qd4N9EdqadtFwU5VNog" name="conveyed" type="_6UV2QGwJEdq7X4sGURiZYA" association="_mskROIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mr0qeIN9EdqadtFwU5VNog" annotatedElement="_mr0qd4N9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yW8es4OGEdq6geWPj4xEng" name="conveyed" type="_6UV2QGwJEdq7X4sGURiZYA" association="_yXGPlIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yW8etIOGEdq6geWPj4xEng" annotatedElement="_yW8es4OGEdq6geWPj4xEng">

         <body>Specifies the information items that may circulate on this information flow.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mr0qeYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mr0qeoN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yW8etYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yW8etoOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mr0qe4N9EdqadtFwU5VNog" name="informationSource" type="_csVgUGvtEdqG6fBIPwe-mw" subsettedProperty="_mLouY4N9EdqadtFwU5VNog" association="_mskRPIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mr0qfIN9EdqadtFwU5VNog" annotatedElement="_mr0qe4N9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yW8et4OGEdq6geWPj4xEng" name="informationSource" type="_csVgUGvtEdqG6fBIPwe-mw" subsettedProperty="_x381c4OGEdq6geWPj4xEng" association="_yXGPmIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yW8euIOGEdq6geWPj4xEng" annotatedElement="_yW8et4OGEdq6geWPj4xEng">

         <body>Defines from which source the conveyed InformationItems are initiated.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mr0qfYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mr0qfoN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yW8euYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yW8euoOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mr0qf4N9EdqadtFwU5VNog" name="informationTarget" type="_csVgUGvtEdqG6fBIPwe-mw" subsettedProperty="_mLouaYN9EdqadtFwU5VNog" association="_mskRQYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mr0qgIN9EdqadtFwU5VNog" annotatedElement="_mr0qf4N9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yW8eu4OGEdq6geWPj4xEng" name="informationTarget" type="_csVgUGvtEdqG6fBIPwe-mw" subsettedProperty="_x381eYOGEdq6geWPj4xEng" association="_yXGPnYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yW8evIOGEdq6geWPj4xEng" annotatedElement="_yW8eu4OGEdq6geWPj4xEng">

         <body>Defines to which target the conveyed InformationItems are directed.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mr0qgYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mr0qgoN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yW8evYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yW8evoOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mr0qg4N9EdqadtFwU5VNog" name="realizingActivityEdge" type="_mhGBF4N9EdqadtFwU5VNog" association="_msuCMIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mr0qhIN9EdqadtFwU5VNog" annotatedElement="_mr0qg4N9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yW8ev4OGEdq6geWPj4xEng" name="realizingActivityEdge" type="_yMN1QIOGEdq6geWPj4xEng" association="_yXGPooOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yW8ewIOGEdq6geWPj4xEng" annotatedElement="_yW8ev4OGEdq6geWPj4xEng">

         <body>Determines which ActivityEdges will realize the specified flow.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mr0qhYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mr0qhoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yW8ewYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yW8ewoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mr0qh4N9EdqadtFwU5VNog" name="realizingConnector" type="_mgDfP4N9EdqadtFwU5VNog" association="_msuCNIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mr0qiIN9EdqadtFwU5VNog" annotatedElement="_mr0qh4N9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yW8ew4OGEdq6geWPj4xEng" name="realizingConnector" type="_yLLTf4OGEdq6geWPj4xEng" association="_yXGPpoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yW8exIOGEdq6geWPj4xEng" annotatedElement="_yW8ew4OGEdq6geWPj4xEng">

         <body>Determines which Connectors will realize the specified flow.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mr0qiYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mr0qioN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yW8exYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yW8exoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mr0qi4N9EdqadtFwU5VNog" name="realizingMessage" type="_gfgNwGveEdq4DLWZOhbdEA" association="_msuCOIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mr0qjIN9EdqadtFwU5VNog" annotatedElement="_mr0qi4N9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yW8ex4OGEdq6geWPj4xEng" name="realizingMessage" type="_gfgNwGveEdq4DLWZOhbdEA" association="_yXQAkIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yW8eyIOGEdq6geWPj4xEng" annotatedElement="_yW8ex4OGEdq6geWPj4xEng">

         <body>Determines which Messages will realize the specified flow.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mr0qjYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mr0qjoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yW8eyYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yW8eyoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mskRMIN9EdqadtFwU5VNog" name="A_realization_abstraction" memberEnd="_mr0qc4N9EdqadtFwU5VNog _mskRMYN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mskRMYN9EdqadtFwU5VNog" name="abstraction" type="_mr0qZoN9EdqadtFwU5VNog" association="_mskRMIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mskRMoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mskRM4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yW8ey4OGEdq6geWPj4xEng" name="A_realization_abstraction" memberEnd="_yW8er4OGEdq6geWPj4xEng _yW8ezIOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yW8ezIOGEdq6geWPj4xEng" name="abstraction" type="_yW8eooOGEdq6geWPj4xEng" association="_yW8ey4OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yW8ezYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yW8ezoOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mskRNIN9EdqadtFwU5VNog" name="A_represented_representation" memberEnd="_mr0qYoN9EdqadtFwU5VNog _mskRNYN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mskRNYN9EdqadtFwU5VNog" name="representation" type="_mr0qVoN9EdqadtFwU5VNog" association="_mskRNIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mskRNoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mskRN4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yXGPkIOGEdq6geWPj4xEng" name="A_represented_representation" memberEnd="_yW8enoOGEdq6geWPj4xEng _yXGPkYOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yXGPkYOGEdq6geWPj4xEng" name="representation" type="_yW8ekoOGEdq6geWPj4xEng" association="_yXGPkIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yXGPkoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yXGPk4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mskROIN9EdqadtFwU5VNog" name="A_conveyed_informationFlow" memberEnd="_mr0qd4N9EdqadtFwU5VNog _mskROYN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mskROYN9EdqadtFwU5VNog" type="_mr0qZoN9EdqadtFwU5VNog" association="_mskROIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mskROoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mskRO4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yXGPlIOGEdq6geWPj4xEng" name="A_conveyed_informationFlow" memberEnd="_yXGPlYOGEdq6geWPj4xEng _yW8es4OGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yXGPlYOGEdq6geWPj4xEng" type="_yW8eooOGEdq6geWPj4xEng" association="_yXGPlIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yXGPloOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yXGPl4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mskRPIN9EdqadtFwU5VNog" name="A_informationSource_informationFlow" memberEnd="_mr0qe4N9EdqadtFwU5VNog _mskRPoN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mskRPYN9EdqadtFwU5VNog" general="_mQ2llIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mskRPoN9EdqadtFwU5VNog" type="_mr0qZoN9EdqadtFwU5VNog" association="_mskRPIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mskRP4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mskRQIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yXGPmIOGEdq6geWPj4xEng" name="A_informationSource_informationFlow" memberEnd="_yXGPmoOGEdq6geWPj4xEng _yW8et4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yXGPmYOGEdq6geWPj4xEng" general="_x83xsIOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yXGPmoOGEdq6geWPj4xEng" type="_yW8eooOGEdq6geWPj4xEng" association="_yXGPmIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yXGPm4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yXGPnIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mskRQYN9EdqadtFwU5VNog" name="A_informationTarget_informationFlow" memberEnd="_mr0qf4N9EdqadtFwU5VNog _mskRQ4N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mskRQoN9EdqadtFwU5VNog" general="_mQ2ll4N9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mskRQ4N9EdqadtFwU5VNog" type="_mr0qZoN9EdqadtFwU5VNog" association="_mskRQYN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mskRRIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mskRRYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yXGPnYOGEdq6geWPj4xEng" name="A_informationTarget_informationFlow" memberEnd="_yW8eu4OGEdq6geWPj4xEng _yXGPn4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yXGPnoOGEdq6geWPj4xEng" general="_x83xs4OGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yXGPn4OGEdq6geWPj4xEng" type="_yW8eooOGEdq6geWPj4xEng" association="_yXGPnYOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yXGPoIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yXGPoYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_msuCMIN9EdqadtFwU5VNog" name="A_realizingActivityEdge_informationFlow" memberEnd="_msuCMYN9EdqadtFwU5VNog _mr0qg4N9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_msuCMYN9EdqadtFwU5VNog" type="_mr0qZoN9EdqadtFwU5VNog" association="_msuCMIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_msuCMoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_msuCM4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yXGPooOGEdq6geWPj4xEng" name="A_realizingActivityEdge_informationFlow" memberEnd="_yXGPo4OGEdq6geWPj4xEng _yW8ev4OGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yXGPo4OGEdq6geWPj4xEng" type="_yW8eooOGEdq6geWPj4xEng" association="_yXGPooOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yXGPpIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yXGPpYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_msuCNIN9EdqadtFwU5VNog" name="A_realizingConnector_informationFlow" memberEnd="_msuCNYN9EdqadtFwU5VNog _mr0qh4N9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_msuCNYN9EdqadtFwU5VNog" type="_mr0qZoN9EdqadtFwU5VNog" association="_msuCNIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_msuCNoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_msuCN4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yXGPpoOGEdq6geWPj4xEng" name="A_realizingConnector_informationFlow" memberEnd="_yW8ew4OGEdq6geWPj4xEng _yXGPp4OGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yXGPp4OGEdq6geWPj4xEng" type="_yW8eooOGEdq6geWPj4xEng" association="_yXGPpoOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yXGPqIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yXGPqYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_msuCOIN9EdqadtFwU5VNog" name="A_realizingMessage_informationFlow" memberEnd="_msuCOYN9EdqadtFwU5VNog _mr0qi4N9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_msuCOYN9EdqadtFwU5VNog" type="_mr0qZoN9EdqadtFwU5VNog" association="_msuCOIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_msuCOoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_msuCO4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yXQAkIOGEdq6geWPj4xEng" name="A_realizingMessage_informationFlow" memberEnd="_yW8ex4OGEdq6geWPj4xEng _yXQAkYOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yXQAkYOGEdq6geWPj4xEng" type="_yW8eooOGEdq6geWPj4xEng" association="_yXQAkIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yXQAkoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yXQAk4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

   <ownedMember xmi:type="uml:Class" xmi:id="_NVhqMGv0Edq7X4sGURiZYA" name="Model">

-    <ownedComment xmi:id="_msuCPIN9EdqadtFwU5VNog" annotatedElement="_NVhqMGv0Edq7X4sGURiZYA">

+    <ownedComment xmi:id="_yXQAlIOGEdq6geWPj4xEng" annotatedElement="_NVhqMGv0Edq7X4sGURiZYA">

       <body>The Model construct is defined as a Package. It contains a (hierarchical) set of elements that together describe the physical system being modeled. A Model may also contain a set of elements that represents the environment of the system, typically Actors, together with their interrelationships, such as Associations and Dependencies</body>

     </ownedComment>

-    <generalization xmi:id="_msuCPYN9EdqadtFwU5VNog" general="_-cvRAGvzEdq7X4sGURiZYA"/>

-    <ownedAttribute xmi:id="_msuCPoN9EdqadtFwU5VNog" name="viewpoint" type="_aAyVgGvsEdqG6fBIPwe-mw">

-      <eAnnotations xmi:id="_msuCP4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_msuCQIN9EdqadtFwU5VNog" isUnsettable="true"/>

+    <generalization xmi:id="_yXQAlYOGEdq6geWPj4xEng" general="_-cvRAGvzEdq7X4sGURiZYA"/>

+    <ownedAttribute xmi:id="_yXQAloOGEdq6geWPj4xEng" name="viewpoint" type="_aAyVgGvsEdqG6fBIPwe-mw">

+      <eAnnotations xmi:id="_yXQAl4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_yXQAmIOGEdq6geWPj4xEng" isUnsettable="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_msuCQYN9EdqadtFwU5VNog" annotatedElement="_msuCPoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yXQAmYOGEdq6geWPj4xEng" annotatedElement="_yXQAloOGEdq6geWPj4xEng">

         <body>The name of the viewpoint that is expressed by a model (This name may refer to a profile definition).</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_msuCQoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_msuCQ4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yXQAmoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yXQAm4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

     <ownedOperation xmi:id="_9nl2EGwREdq14q0ETb1t3g" name="isMetamodel" type="_UdivYGvsEdqG6fBIPwe-mw">

       <returnResult xmi:id="__8c0oGwREdq14q0ETb1t3g" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_ms3MIIN9EdqadtFwU5VNog" name="ReadExtentAction">

-    <ownedComment xmi:id="_ms3MIYN9EdqadtFwU5VNog" annotatedElement="_ms3MIIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yXQAnIOGEdq6geWPj4xEng" name="ReadExtentAction">

+    <ownedComment xmi:id="_yXQAnYOGEdq6geWPj4xEng" annotatedElement="_yXQAnIOGEdq6geWPj4xEng">

       <body>ReadExtentAction is an action that retrieves the current instances of a classifier.</body>

     </ownedComment>

-    <ownedRule xmi:id="_ms3MIoN9EdqadtFwU5VNog" name="type_is_classifier" constrainedElement="_ms3MIIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_ms3MI4N9EdqadtFwU5VNog" annotatedElement="_ms3MIoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXQAnoOGEdq6geWPj4xEng" name="type_is_classifier" constrainedElement="_yXQAnIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXQAn4OGEdq6geWPj4xEng" annotatedElement="_yXQAnoOGEdq6geWPj4xEng">

         <body>The type of the result output pin is the classifier.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_ms3MJIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXQAoIOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_ms3MJYN9EdqadtFwU5VNog" name="multiplicity_of_result" constrainedElement="_ms3MIIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_ms3MJoN9EdqadtFwU5VNog" annotatedElement="_ms3MJYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXQAoYOGEdq6geWPj4xEng" name="multiplicity_of_result" constrainedElement="_yXQAnIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXQAooOGEdq6geWPj4xEng" annotatedElement="_yXQAoYOGEdq6geWPj4xEng">

         <body>The multiplicity of the result output pin is 0..*.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_ms3MJ4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXQAo4OGEdq6geWPj4xEng" language="OCL">

         <body>self.result.multiplicity.is(0,#null)</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_ms3MKIN9EdqadtFwU5VNog" general="_mdq5uYN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_ms3MKYN9EdqadtFwU5VNog" name="result" type="_mdhInIN9EdqadtFwU5VNog" subsettedProperty="_mdq5vIN9EdqadtFwU5VNog" association="_mtT4UYN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_ms3MKoN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_ms3MK4N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yXQApIOGEdq6geWPj4xEng" general="_yI8e-YOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yXQApYOGEdq6geWPj4xEng" name="result" type="_yIyt34OGEdq6geWPj4xEng" subsettedProperty="_yI8e_IOGEdq6geWPj4xEng" association="_yXss2oOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yXQApoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yXQAp4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_ms3MLIN9EdqadtFwU5VNog" annotatedElement="_ms3MKYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yXQAqIOGEdq6geWPj4xEng" annotatedElement="_yXQApYOGEdq6geWPj4xEng">

         <body>The runtime instances of the classifier.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ms3MLYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ms3MLoN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yXQAqYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yXQAqoOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_ms3ML4N9EdqadtFwU5VNog" name="classifier" type="_6UV2QGwJEdq7X4sGURiZYA" association="_mtT4VoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_ms3MMIN9EdqadtFwU5VNog" annotatedElement="_ms3ML4N9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yXQAq4OGEdq6geWPj4xEng" name="classifier" type="_6UV2QGwJEdq7X4sGURiZYA" association="_yXss34OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXQArIOGEdq6geWPj4xEng" annotatedElement="_yXQAq4OGEdq6geWPj4xEng">

         <body>The classifier whose instances are to be retrieved.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ms3MMYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ms3MMoN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yXQArYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yXQAroOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_ms3MM4N9EdqadtFwU5VNog" name="ReclassifyObjectAction">

-    <ownedComment xmi:id="_ms3MNIN9EdqadtFwU5VNog" annotatedElement="_ms3MM4N9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yXZKgIOGEdq6geWPj4xEng" name="ReclassifyObjectAction">

+    <ownedComment xmi:id="_yXZKgYOGEdq6geWPj4xEng" annotatedElement="_yXZKgIOGEdq6geWPj4xEng">

       <body>ReclassifyObjectAction adds given classifier to an object and removes given classifiers from that object. Multiple classifiers may be added and removed at a time.</body>

     </ownedComment>

-    <ownedRule xmi:id="_ms3MNYN9EdqadtFwU5VNog" name="classifier_not_abstract" constrainedElement="_ms3MM4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_ms3MNoN9EdqadtFwU5VNog" annotatedElement="_ms3MNYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXZKgoOGEdq6geWPj4xEng" name="classifier_not_abstract" constrainedElement="_yXZKgIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXZKg4OGEdq6geWPj4xEng" annotatedElement="_yXZKgoOGEdq6geWPj4xEng">

         <body>None of the new classifiers may be abstract.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_ms3MN4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXZKhIOGEdq6geWPj4xEng" language="OCL">

         <body>not self.newClassifier->exists(isAbstract = true)</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_ms3MOIN9EdqadtFwU5VNog" name="multiplicity" constrainedElement="_ms3MM4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_ms3MOYN9EdqadtFwU5VNog" annotatedElement="_ms3MOIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXZKhYOGEdq6geWPj4xEng" name="multiplicity" constrainedElement="_yXZKgIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXZKhoOGEdq6geWPj4xEng" annotatedElement="_yXZKhYOGEdq6geWPj4xEng">

         <body>The multiplicity of the input pin is 1..1.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_ms3MOoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXZKh4OGEdq6geWPj4xEng" language="OCL">

         <body>self.argument.multiplicity.is(1,1)</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_ms3MO4N9EdqadtFwU5VNog" name="input_pin" constrainedElement="_ms3MM4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_ms3MPIN9EdqadtFwU5VNog" annotatedElement="_ms3MO4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXZKiIOGEdq6geWPj4xEng" name="input_pin" constrainedElement="_yXZKgIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXZKiYOGEdq6geWPj4xEng" annotatedElement="_yXZKiIOGEdq6geWPj4xEng">

         <body>The input pin has no type.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_ms3MPYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXZKioOGEdq6geWPj4xEng" language="OCL">

         <body>self.argument.type->size() = 0</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_ms3MPoN9EdqadtFwU5VNog" general="_mdq5uYN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_ms3MP4N9EdqadtFwU5VNog" name="isReplaceAll" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_ms3MQIN9EdqadtFwU5VNog" annotatedElement="_ms3MP4N9EdqadtFwU5VNog">

+    <generalization xmi:id="_yXZKi4OGEdq6geWPj4xEng" general="_yI8e-YOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yXZKjIOGEdq6geWPj4xEng" name="isReplaceAll" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yXZKjYOGEdq6geWPj4xEng" annotatedElement="_yXZKjIOGEdq6geWPj4xEng">

         <body>Specifies whether existing classifiers should be removed before adding the new classifiers.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_ms3MQYN9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yXZKjoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_ms3MQoN9EdqadtFwU5VNog" name="oldClassifier" type="_6UV2QGwJEdq7X4sGURiZYA" association="_mtT4WoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_ms3MQ4N9EdqadtFwU5VNog" annotatedElement="_ms3MQoN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yXZKj4OGEdq6geWPj4xEng" name="oldClassifier" type="_6UV2QGwJEdq7X4sGURiZYA" association="_yXss44OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXZKkIOGEdq6geWPj4xEng" annotatedElement="_yXZKj4OGEdq6geWPj4xEng">

         <body>A set of classifiers to be removed from the classifiers of the object.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ms3MRIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ms3MRYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yXZKkYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yXZKkoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_ms3MRoN9EdqadtFwU5VNog" name="newClassifier" type="_6UV2QGwJEdq7X4sGURiZYA" association="_mtT4XoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_ms3MR4N9EdqadtFwU5VNog" annotatedElement="_ms3MRoN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yXZKk4OGEdq6geWPj4xEng" name="newClassifier" type="_6UV2QGwJEdq7X4sGURiZYA" association="_yX12c4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXZKlIOGEdq6geWPj4xEng" annotatedElement="_yXZKk4OGEdq6geWPj4xEng">

         <body>A set of classifiers to be added to the classifiers of the object.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ms3MSIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ms3MSYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yXZKlYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yXZKloOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_ms3MSoN9EdqadtFwU5VNog" name="object" type="_mdhIn4N9EdqadtFwU5VNog" subsettedProperty="_mdq5woN9EdqadtFwU5VNog" association="_mtmzGIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_ms3MS4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_ms3MTIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yXZKl4OGEdq6geWPj4xEng" name="object" type="_yIyt4oOGEdq6geWPj4xEng" subsettedProperty="_yI8fAoOGEdq6geWPj4xEng" association="_yX_nlYOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yXZKmIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yXZKmYOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_ms3MTYN9EdqadtFwU5VNog" annotatedElement="_ms3MSoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yXZKmoOGEdq6geWPj4xEng" annotatedElement="_yXZKl4OGEdq6geWPj4xEng">

         <body>Holds the object to be reclassified.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ms3MToN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ms3MT4N9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yXZKm4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yXZKnIOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_ms3MUIN9EdqadtFwU5VNog" name="ReadIsClassifiedObjectAction">

-    <ownedComment xmi:id="_ms3MUYN9EdqadtFwU5VNog" annotatedElement="_ms3MUIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yXZKnYOGEdq6geWPj4xEng" name="ReadIsClassifiedObjectAction">

+    <ownedComment xmi:id="_yXZKnoOGEdq6geWPj4xEng" annotatedElement="_yXZKnYOGEdq6geWPj4xEng">

       <body>This action tests the classification of an object against a given class. It can be restricted to testing direct instances.</body>

     </ownedComment>

-    <ownedRule xmi:id="_ms3MUoN9EdqadtFwU5VNog" name="multiplicity_of_input" constrainedElement="_ms3MUIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_ms3MU4N9EdqadtFwU5VNog" annotatedElement="_ms3MUoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXZKn4OGEdq6geWPj4xEng" name="multiplicity_of_input" constrainedElement="_yXZKnYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXZKoIOGEdq6geWPj4xEng" annotatedElement="_yXZKn4OGEdq6geWPj4xEng">

         <body>The multiplicity of the input pin is 1..1.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_ms3MVIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXZKoYOGEdq6geWPj4xEng" language="OCL">

         <body>self.object.multiplicity.is(1,1)</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_ms3MVYN9EdqadtFwU5VNog" name="no_type" constrainedElement="_ms3MUIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_ms3MVoN9EdqadtFwU5VNog" annotatedElement="_ms3MVYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXZKooOGEdq6geWPj4xEng" name="no_type" constrainedElement="_yXZKnYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXZKo4OGEdq6geWPj4xEng" annotatedElement="_yXZKooOGEdq6geWPj4xEng">

         <body>The input pin has no type.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_ms3MV4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXZKpIOGEdq6geWPj4xEng" language="OCL">

         <body>self.object.type->isEmpty()</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_ms3MWIN9EdqadtFwU5VNog" name="multiplicity_of_output" constrainedElement="_ms3MUIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_ms3MWYN9EdqadtFwU5VNog" annotatedElement="_ms3MWIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXZKpYOGEdq6geWPj4xEng" name="multiplicity_of_output" constrainedElement="_yXZKnYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXZKpoOGEdq6geWPj4xEng" annotatedElement="_yXZKpYOGEdq6geWPj4xEng">

         <body>The multiplicity of the output pin is 1..1.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_ms3MWoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXZKp4OGEdq6geWPj4xEng" language="OCL">

         <body>self.result.multiplicity.is(1,1)</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_ms3MW4N9EdqadtFwU5VNog" name="boolean_result" constrainedElement="_ms3MUIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_ms3MXIN9EdqadtFwU5VNog" annotatedElement="_ms3MW4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXZKqIOGEdq6geWPj4xEng" name="boolean_result" constrainedElement="_yXZKnYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXZKqYOGEdq6geWPj4xEng" annotatedElement="_yXZKqIOGEdq6geWPj4xEng">

         <body>The type of the output pin is Boolean</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_ms3MXYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXZKqoOGEdq6geWPj4xEng" language="OCL">

         <body>self.result.type = Boolean</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_ms3MXoN9EdqadtFwU5VNog" general="_mdq5uYN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_ms3MX4N9EdqadtFwU5VNog" name="isDirect" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_ms3MYIN9EdqadtFwU5VNog" annotatedElement="_ms3MX4N9EdqadtFwU5VNog">

+    <generalization xmi:id="_yXZKq4OGEdq6geWPj4xEng" general="_yI8e-YOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yXZKrIOGEdq6geWPj4xEng" name="isDirect" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yXZKrYOGEdq6geWPj4xEng" annotatedElement="_yXZKrIOGEdq6geWPj4xEng">

         <body>Indicates whether the classifier must directly classify the input object.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_ms3MYYN9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yXZKroOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_ms3MYoN9EdqadtFwU5VNog" name="classifier" type="_6UV2QGwJEdq7X4sGURiZYA" association="_mtT4YoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_ms3MY4N9EdqadtFwU5VNog" annotatedElement="_ms3MYoN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yXZKr4OGEdq6geWPj4xEng" name="classifier" type="_6UV2QGwJEdq7X4sGURiZYA" association="_yX12d4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXZKsIOGEdq6geWPj4xEng" annotatedElement="_yXZKr4OGEdq6geWPj4xEng">

         <body>The classifier against which the classification of the input object is tested.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ms3MZIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ms3MZYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yXZKsYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yXZKsoOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_ms3MZoN9EdqadtFwU5VNog" name="result" type="_mdhInIN9EdqadtFwU5VNog" subsettedProperty="_mdq5vIN9EdqadtFwU5VNog" association="_mtdpEIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_ms3MZ4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_ms3MaIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yXZKs4OGEdq6geWPj4xEng" name="result" type="_yIyt34OGEdq6geWPj4xEng" subsettedProperty="_yI8e_IOGEdq6geWPj4xEng" association="_yX12eYOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yXZKtIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yXZKtYOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_ms3MaYN9EdqadtFwU5VNog" annotatedElement="_ms3MZoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yXZKtoOGEdq6geWPj4xEng" annotatedElement="_yXZKs4OGEdq6geWPj4xEng">

         <body>After termination of the action, will hold the result of the test.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ms3MaoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ms3Ma4N9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yXZKt4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yXZKuIOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_ms3MbIN9EdqadtFwU5VNog" name="object" type="_mdhIn4N9EdqadtFwU5VNog" subsettedProperty="_mdq5woN9EdqadtFwU5VNog" association="_mtdpFYN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_ms3MbYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_ms3MboN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yXZKuYOGEdq6geWPj4xEng" name="object" type="_yIyt4oOGEdq6geWPj4xEng" subsettedProperty="_yI8fAoOGEdq6geWPj4xEng" association="_yX12foOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yXZKuoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yXZKu4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_ms3Mb4N9EdqadtFwU5VNog" annotatedElement="_ms3MbIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yXZKvIOGEdq6geWPj4xEng" annotatedElement="_yXZKuYOGEdq6geWPj4xEng">

         <body>Holds the object whose classification is to be tested.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ms3McIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ms3McYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yXZKvYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yXZKvoOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_ms3McoN9EdqadtFwU5VNog" name="StartClassifierBehaviorAction">

-    <ownedComment xmi:id="_ms3Mc4N9EdqadtFwU5VNog" annotatedElement="_ms3McoN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yXZKv4OGEdq6geWPj4xEng" name="StartClassifierBehaviorAction">

+    <ownedComment xmi:id="_yXZKwIOGEdq6geWPj4xEng" annotatedElement="_yXZKv4OGEdq6geWPj4xEng">

       <body>StartClassifierBehaviorAction is an action that starts the classifier behavior of the input.</body>

     </ownedComment>

-    <ownedRule xmi:id="_ms3MdIN9EdqadtFwU5VNog" name="multiplicity" constrainedElement="_ms3McoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_ms3MdYN9EdqadtFwU5VNog" annotatedElement="_ms3MdIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXZKwYOGEdq6geWPj4xEng" name="multiplicity" constrainedElement="_yXZKv4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXZKwoOGEdq6geWPj4xEng" annotatedElement="_yXZKwYOGEdq6geWPj4xEng">

         <body>The multiplicity of the input pin is 1..1</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_ms3MdoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXZKw4OGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_ms3Md4N9EdqadtFwU5VNog" name="type_has_classifier" constrainedElement="_ms3McoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_ms3MeIN9EdqadtFwU5VNog" annotatedElement="_ms3Md4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXZKxIOGEdq6geWPj4xEng" name="type_has_classifier" constrainedElement="_yXZKv4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXZKxYOGEdq6geWPj4xEng" annotatedElement="_yXZKxIOGEdq6geWPj4xEng">

         <body>If the input pin has a type, then the type must have a classifier behavior.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_ms3MeYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXZKxoOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_ms3MeoN9EdqadtFwU5VNog" general="_mdq5uYN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_ms3Me4N9EdqadtFwU5VNog" name="object" type="_mdhIn4N9EdqadtFwU5VNog" subsettedProperty="_mdq5woN9EdqadtFwU5VNog" association="_mtdpGoN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_ms3MfIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_ms3MfYN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yXZKx4OGEdq6geWPj4xEng" general="_yI8e-YOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yXZKyIOGEdq6geWPj4xEng" name="object" type="_yIyt4oOGEdq6geWPj4xEng" subsettedProperty="_yI8fAoOGEdq6geWPj4xEng" association="_yX12g4OGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yXZKyYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yXZKyoOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_ms3MfoN9EdqadtFwU5VNog" annotatedElement="_ms3Me4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yXZKy4OGEdq6geWPj4xEng" annotatedElement="_yXZKyIOGEdq6geWPj4xEng">

         <body>Holds the object on which to start the owned behavior.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ms3Mf4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ms3MgIN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yXZKzIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yXZKzYOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_ms3MgYN9EdqadtFwU5VNog" name="QualifierValue">

-    <ownedComment xmi:id="_ms3MgoN9EdqadtFwU5VNog" annotatedElement="_ms3MgYN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yXZKzoOGEdq6geWPj4xEng" name="QualifierValue">

+    <ownedComment xmi:id="_yXZKz4OGEdq6geWPj4xEng" annotatedElement="_yXZKzoOGEdq6geWPj4xEng">

       <body>A link cannot be passed as a runtime value to or from an action. Instead, a link is identified by its end objects and qualifier values, as required. This requires more than one piece of data, namely, the end in the user model, the object on the end, and the qualifier values for that end. These pieces are brought together around LinkEndData. Each association end is identified separately with an instance of the LinkEndData class.</body>

     </ownedComment>

-    <ownedRule xmi:id="_ms3Mg4N9EdqadtFwU5VNog" name="qualifier_attribute" constrainedElement="_ms3MgYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_ms3MhIN9EdqadtFwU5VNog" annotatedElement="_ms3Mg4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXZK0IOGEdq6geWPj4xEng" name="qualifier_attribute" constrainedElement="_yXZKzoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXZK0YOGEdq6geWPj4xEng" annotatedElement="_yXZK0IOGEdq6geWPj4xEng">

         <body>The qualifier attribute must be a qualifier of the association end of the link-end data.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_ms3MhYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXZK0oOGEdq6geWPj4xEng" language="OCL">

         <body>self.LinkEndData.end->collect(qualifier)->includes(self.qualifier)</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_ms3MhoN9EdqadtFwU5VNog" name="type_of_qualifier" constrainedElement="_ms3MgYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_ms3Mh4N9EdqadtFwU5VNog" annotatedElement="_ms3MhoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXZK04OGEdq6geWPj4xEng" name="type_of_qualifier" constrainedElement="_yXZKzoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXZK1IOGEdq6geWPj4xEng" annotatedElement="_yXZK04OGEdq6geWPj4xEng">

         <body>The type of the qualifier value input pin is the same as the type of the qualifier attribute.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_ms3MiIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXZK1YOGEdq6geWPj4xEng" language="OCL">

         <body>self.value.type = self.qualifier.type</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_ms3MiYN9EdqadtFwU5VNog" name="multiplicity_of_qualifier" constrainedElement="_ms3MgYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_ms3MioN9EdqadtFwU5VNog" annotatedElement="_ms3MiYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXZK1oOGEdq6geWPj4xEng" name="multiplicity_of_qualifier" constrainedElement="_yXZKzoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXZK14OGEdq6geWPj4xEng" annotatedElement="_yXZK1oOGEdq6geWPj4xEng">

         <body>The multiplicity of the qualifier value input pin is &quot;1..1&quot;.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_ms3Mi4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXZK2IOGEdq6geWPj4xEng" language="OCL">

         <body>self.value.multiplicity.is(1,1)</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_ms3MjIN9EdqadtFwU5VNog" general="_kl90MGvbEdq4DLWZOhbdEA"/>

-    <ownedAttribute xmi:id="_ms3MjYN9EdqadtFwU5VNog" name="qualifier" type="_Jp_1oGveEdq4DLWZOhbdEA" association="_mtdpI4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_ms3MjoN9EdqadtFwU5VNog" annotatedElement="_ms3MjYN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yXZK2YOGEdq6geWPj4xEng" general="_kl90MGvbEdq4DLWZOhbdEA"/>

+    <ownedAttribute xmi:id="_yXZK2oOGEdq6geWPj4xEng" name="qualifier" type="_Jp_1oGveEdq4DLWZOhbdEA" association="_yX12jIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXZK24OGEdq6geWPj4xEng" annotatedElement="_yXZK2oOGEdq6geWPj4xEng">

         <body>Attribute representing the qualifier for which the value is to be specified.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ms3Mj4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ms3MkIN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yXZK3IOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yXZK3YOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_ms3MkYN9EdqadtFwU5VNog" name="value" type="_mdhIn4N9EdqadtFwU5VNog" association="_mtdpJ4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_ms3MkoN9EdqadtFwU5VNog" annotatedElement="_ms3MkYN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yXZK3oOGEdq6geWPj4xEng" name="value" type="_yIyt4oOGEdq6geWPj4xEng" association="_yX_ncIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXZK34OGEdq6geWPj4xEng" annotatedElement="_yXZK3oOGEdq6geWPj4xEng">

         <body>Input pin from which the specified value for the qualifier is taken.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ms3Mk4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ms3MlIN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yXZK4IOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yXZK4YOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mnNQLYN9EdqadtFwU5VNog" name="LinkEndData">

-    <ownedComment xmi:id="_mnNQLoN9EdqadtFwU5VNog" annotatedElement="_mnNQLYN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_ySCJYIOGEdq6geWPj4xEng" name="LinkEndData">

+    <ownedComment xmi:id="_ySCJYYOGEdq6geWPj4xEng" annotatedElement="_ySCJYIOGEdq6geWPj4xEng">

       <body>LinkEndData is not an action. It is an element that identifies links. It identifies one end of a link to be read or written by the children of LinkAction. A link cannot be passed as a runtime value to or from an action. Instead, a link is identified by its end objects and qualifier values, if any. This requires more than one piece of data, namely, the staticallyspecified end in the user model, the object on the end, and the qualifier values for that end, if any. These pieces are brought together around LinkEndData. Each association end is identified separately with an instance of the LinkEndData class.</body>

     </ownedComment>

-    <ownedComment xmi:id="_mtA9IIN9EdqadtFwU5VNog" annotatedElement="_mnNQLYN9EdqadtFwU5VNog">

+    <ownedComment xmi:id="_yXZK4oOGEdq6geWPj4xEng" annotatedElement="_ySCJYIOGEdq6geWPj4xEng">

       <body>LinkEndData is not an action. It is an element that identifies links. It identifies one end of a link to be read or written by the children of LinkAction. A link cannot be passed as a runtime value to or from an action. Instead, a link is identified by its end objects and qualifier values, if any. This requires more than one piece of data, namely, the staticallyspecified end in the user model, the object on the end, and the qualifier values for that end, if any. These pieces are brought together around LinkEndData. Each association end is identified separately with an instance of the LinkEndData class.

 

 </body>

     </ownedComment>

-    <ownedRule xmi:id="_mnNQL4N9EdqadtFwU5VNog" name="property_is_association_end" constrainedElement="_mnNQLYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mnNQMIN9EdqadtFwU5VNog" annotatedElement="_mnNQL4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_ySCJYoOGEdq6geWPj4xEng" name="property_is_association_end" constrainedElement="_ySCJYIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ySCJY4OGEdq6geWPj4xEng" annotatedElement="_ySCJYoOGEdq6geWPj4xEng">

         <body>The property must be an association end.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mnNQMYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_ySCJZIOGEdq6geWPj4xEng" language="OCL">

         <body>self.end.association->size() = 1</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mnNQMoN9EdqadtFwU5VNog" name="same_type" constrainedElement="_mnNQLYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mnNQM4N9EdqadtFwU5VNog" annotatedElement="_mnNQMoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_ySCJZYOGEdq6geWPj4xEng" name="same_type" constrainedElement="_ySCJYIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ySCJZoOGEdq6geWPj4xEng" annotatedElement="_ySCJZYOGEdq6geWPj4xEng">

         <body>The type of the end object input pin is the same as the type of the association end.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mnNQNIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_ySCJZ4OGEdq6geWPj4xEng" language="OCL">

         <body>self.value.type = self.end.type</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mnNQNYN9EdqadtFwU5VNog" name="multiplicity" constrainedElement="_mnNQLYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mnNQNoN9EdqadtFwU5VNog" annotatedElement="_mnNQNYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_ySCJaIOGEdq6geWPj4xEng" name="multiplicity" constrainedElement="_ySCJYIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ySCJaYOGEdq6geWPj4xEng" annotatedElement="_ySCJaIOGEdq6geWPj4xEng">

         <body>The multiplicity of the end object input pin must be 1..1.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mnNQN4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_ySCJaoOGEdq6geWPj4xEng" language="OCL">

         <body>self.value.multiplicity.is(1,1)</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mtA9IYN9EdqadtFwU5VNog" name="qualifiers" constrainedElement="_mnNQLYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mtA9IoN9EdqadtFwU5VNog" annotatedElement="_mtA9IYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXZK44OGEdq6geWPj4xEng" name="qualifiers" constrainedElement="_ySCJYIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXZK5IOGEdq6geWPj4xEng" annotatedElement="_yXZK44OGEdq6geWPj4xEng">

         <body>The qualifiers include all and only the qualifiers of the association end.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mtA9I4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXZK5YOGEdq6geWPj4xEng" language="OCL">

         <body>self.qualifier->collect(qualifier) = self.end.qualifier</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mtA9JIN9EdqadtFwU5VNog" name="end_object_input_pin" constrainedElement="_mnNQLYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mtA9JYN9EdqadtFwU5VNog" annotatedElement="_mtA9JIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXZK5oOGEdq6geWPj4xEng" name="end_object_input_pin" constrainedElement="_ySCJYIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXZK54OGEdq6geWPj4xEng" annotatedElement="_yXZK5oOGEdq6geWPj4xEng">

         <body>The end object input pin is not also a qualifier value input pin.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mtA9JoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXZK6IOGEdq6geWPj4xEng" language="OCL">

         <body>self.value->excludesAll(self.qualifier.value)</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mnNQOIN9EdqadtFwU5VNog" general="_kl90MGvbEdq4DLWZOhbdEA"/>

-    <ownedAttribute xmi:id="_mnNQOYN9EdqadtFwU5VNog" name="value" type="_mdhIn4N9EdqadtFwU5VNog" association="_mnpVDIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mnNQOoN9EdqadtFwU5VNog" annotatedElement="_mnNQOYN9EdqadtFwU5VNog">

+    <generalization xmi:id="_ySCJa4OGEdq6geWPj4xEng" general="_kl90MGvbEdq4DLWZOhbdEA"/>

+    <ownedAttribute xmi:id="_ySCJbIOGEdq6geWPj4xEng" name="value" type="_yIyt4oOGEdq6geWPj4xEng" association="_ySe1XoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ySCJbYOGEdq6geWPj4xEng" annotatedElement="_ySCJbIOGEdq6geWPj4xEng">

         <body>Input pin that provides the specified object for the given end. This pin is omitted if the link-end data specifies an 'open' end for reading.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mnNQO4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mnNQPIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ySCJboOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ySCJb4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mnNQPYN9EdqadtFwU5VNog" name="end" type="_Jp_1oGveEdq4DLWZOhbdEA" association="_mnpVEIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mnNQPoN9EdqadtFwU5VNog" annotatedElement="_mnNQPYN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_ySCJcIOGEdq6geWPj4xEng" name="end" type="_Jp_1oGveEdq4DLWZOhbdEA" association="_ySe1YoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ySCJcYOGEdq6geWPj4xEng" annotatedElement="_ySCJcIOGEdq6geWPj4xEng">

         <body>Association end for which this link-end data specifies values.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mnNQP4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mnNQQIN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ySCJcoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ySCJc4OGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mtA9J4N9EdqadtFwU5VNog" name="qualifier" type="_ms3MgYN9EdqadtFwU5VNog" association="_mtdpH4N9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mtA9KIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mtA9KYN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yXZK6YOGEdq6geWPj4xEng" name="qualifier" type="_yXZKzoOGEdq6geWPj4xEng" association="_yX12iIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yXZK6oOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yXZK64OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mtA9KoN9EdqadtFwU5VNog" annotatedElement="_mtA9J4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yXZK7IOGEdq6geWPj4xEng" annotatedElement="_yXZK6YOGEdq6geWPj4xEng">

         <body>List of qualifier values</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mtA9K4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mtA9LIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yXZK7YOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yXZK7oOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mtA9LYN9EdqadtFwU5VNog" name="ReadLinkObjectEndAction">

-    <ownedComment xmi:id="_mtA9LoN9EdqadtFwU5VNog" annotatedElement="_mtA9LYN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yXi7gIOGEdq6geWPj4xEng" name="ReadLinkObjectEndAction">

+    <ownedComment xmi:id="_yXi7gYOGEdq6geWPj4xEng" annotatedElement="_yXi7gIOGEdq6geWPj4xEng">

       <body>This action reads the object on an end of a link object. The association end to retrieve the object from is specified statically, and the link object to read is provided on the input pin at run time.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mtA9L4N9EdqadtFwU5VNog" name="property" constrainedElement="_mtA9LYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mtA9MIN9EdqadtFwU5VNog" annotatedElement="_mtA9L4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXi7goOGEdq6geWPj4xEng" name="property" constrainedElement="_yXi7gIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXi7g4OGEdq6geWPj4xEng" annotatedElement="_yXi7goOGEdq6geWPj4xEng">

         <body>The property must be an association end.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mtA9MYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXi7hIOGEdq6geWPj4xEng" language="OCL">

         <body>self.end.association.notEmpty()</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mtA9MoN9EdqadtFwU5VNog" name="association_of_association" constrainedElement="_mtA9LYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mtA9M4N9EdqadtFwU5VNog" annotatedElement="_mtA9MoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXi7hYOGEdq6geWPj4xEng" name="association_of_association" constrainedElement="_yXi7gIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXi7hoOGEdq6geWPj4xEng" annotatedElement="_yXi7hYOGEdq6geWPj4xEng">

         <body>The association of the association end must be an association class.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mtA9NIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXi7h4OGEdq6geWPj4xEng" language="OCL">

         <body>self.end.Association.oclIsKindOf(AssociationClass)</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mtA9NYN9EdqadtFwU5VNog" name="ends_of_association" constrainedElement="_mtA9LYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mtA9NoN9EdqadtFwU5VNog" annotatedElement="_mtA9NYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXi7iIOGEdq6geWPj4xEng" name="ends_of_association" constrainedElement="_yXi7gIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXi7iYOGEdq6geWPj4xEng" annotatedElement="_yXi7iIOGEdq6geWPj4xEng">

         <body>The ends of the association must not be static.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mtA9N4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXi7ioOGEdq6geWPj4xEng" language="OCL">

         <body>self.end.association.memberEnd->forall(e | not e.isStatic)</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mtA9OIN9EdqadtFwU5VNog" name="type_of_object" constrainedElement="_mtA9LYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mtA9OYN9EdqadtFwU5VNog" annotatedElement="_mtA9OIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXi7i4OGEdq6geWPj4xEng" name="type_of_object" constrainedElement="_yXi7gIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXi7jIOGEdq6geWPj4xEng" annotatedElement="_yXi7i4OGEdq6geWPj4xEng">

         <body>The type of the object input pin is the association class that owns the association end.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mtA9OoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXi7jYOGEdq6geWPj4xEng" language="OCL">

         <body>self.object.type = self.end.association</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mtA9O4N9EdqadtFwU5VNog" name="multiplicity_of_object" constrainedElement="_mtA9LYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mtA9PIN9EdqadtFwU5VNog" annotatedElement="_mtA9O4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXi7joOGEdq6geWPj4xEng" name="multiplicity_of_object" constrainedElement="_yXi7gIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXi7j4OGEdq6geWPj4xEng" annotatedElement="_yXi7joOGEdq6geWPj4xEng">

         <body>The multiplicity of the object input pin is 1..1.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mtA9PYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXi7kIOGEdq6geWPj4xEng" language="OCL">

         <body>self.object.multiplicity.is(1,1)</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mtA9PoN9EdqadtFwU5VNog" name="type_of_result" constrainedElement="_mtA9LYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mtA9P4N9EdqadtFwU5VNog" annotatedElement="_mtA9PoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXi7kYOGEdq6geWPj4xEng" name="type_of_result" constrainedElement="_yXi7gIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXi7koOGEdq6geWPj4xEng" annotatedElement="_yXi7kYOGEdq6geWPj4xEng">

         <body>The type of the result output pin is the same as the type of the association end.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mtA9QIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXi7k4OGEdq6geWPj4xEng" language="OCL">

         <body>self.result.type = self.end.type</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mtA9QYN9EdqadtFwU5VNog" name="multiplicity_of_result" constrainedElement="_mtA9LYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mtA9QoN9EdqadtFwU5VNog" annotatedElement="_mtA9QYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXi7lIOGEdq6geWPj4xEng" name="multiplicity_of_result" constrainedElement="_yXi7gIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXi7lYOGEdq6geWPj4xEng" annotatedElement="_yXi7lIOGEdq6geWPj4xEng">

         <body>The multiplicity of the result output pin is 1..1.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mtA9Q4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXi7loOGEdq6geWPj4xEng" language="OCL">

         <body>self.result.multiplicity.is(1,1)</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mtA9RIN9EdqadtFwU5VNog" general="_mdq5uYN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mtA9RYN9EdqadtFwU5VNog" name="object" type="_mdhIn4N9EdqadtFwU5VNog" subsettedProperty="_mdq5woN9EdqadtFwU5VNog" association="_mtdpK4N9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mtA9RoN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mtA9R4N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yXi7l4OGEdq6geWPj4xEng" general="_yI8e-YOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yXi7mIOGEdq6geWPj4xEng" name="object" type="_yIyt4oOGEdq6geWPj4xEng" subsettedProperty="_yI8fAoOGEdq6geWPj4xEng" association="_yX_ndIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yXi7mYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yXi7moOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mtA9SIN9EdqadtFwU5VNog" annotatedElement="_mtA9RYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yXi7m4OGEdq6geWPj4xEng" annotatedElement="_yXi7mIOGEdq6geWPj4xEng">

         <body>Gives the input pin from which the link object is obtained.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mtA9SYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mtA9SoN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yXi7nIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yXi7nYOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mtA9S4N9EdqadtFwU5VNog" name="end" type="_Jp_1oGveEdq4DLWZOhbdEA" association="_mtdpMIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mtA9TIN9EdqadtFwU5VNog" annotatedElement="_mtA9S4N9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yXi7noOGEdq6geWPj4xEng" name="end" type="_Jp_1oGveEdq4DLWZOhbdEA" association="_yX_neYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXi7n4OGEdq6geWPj4xEng" annotatedElement="_yXi7noOGEdq6geWPj4xEng">

         <body>Link end to be read.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mtA9TYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mtA9ToN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yXi7oIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yXi7oYOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mtA9T4N9EdqadtFwU5VNog" name="result" type="_mdhInIN9EdqadtFwU5VNog" subsettedProperty="_mdq5vIN9EdqadtFwU5VNog" association="_mtmzAIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mtA9UIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mtA9UYN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yXi7ooOGEdq6geWPj4xEng" name="result" type="_yIyt34OGEdq6geWPj4xEng" subsettedProperty="_yI8e_IOGEdq6geWPj4xEng" association="_yX_nfYOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yXi7o4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yXi7pIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mtA9UoN9EdqadtFwU5VNog" annotatedElement="_mtA9T4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yXi7pYOGEdq6geWPj4xEng" annotatedElement="_yXi7ooOGEdq6geWPj4xEng">

         <body>Pin where the result value is placed</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mtA9U4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mtA9VIN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yXi7poOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yXi7p4OGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mtA9VYN9EdqadtFwU5VNog" name="ReadLinkObjectEndQualifierAction">

-    <ownedComment xmi:id="_mtA9VoN9EdqadtFwU5VNog" annotatedElement="_mtA9VYN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yXi7qIOGEdq6geWPj4xEng" name="ReadLinkObjectEndQualifierAction">

+    <ownedComment xmi:id="_yXi7qYOGEdq6geWPj4xEng" annotatedElement="_yXi7qIOGEdq6geWPj4xEng">

       <body>This action reads a qualifier value or values on an end of a link object. The association end to retrieve the qualifier from is specified statically, and the link object to read is provided on the input pin at run time.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mtA9V4N9EdqadtFwU5VNog" name="qualifier_attribute" constrainedElement="_mtA9VYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mtA9WIN9EdqadtFwU5VNog" annotatedElement="_mtA9V4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXi7qoOGEdq6geWPj4xEng" name="qualifier_attribute" constrainedElement="_yXi7qIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXi7q4OGEdq6geWPj4xEng" annotatedElement="_yXi7qoOGEdq6geWPj4xEng">

         <body>The qualifier attribute must be a qualifier attribute of an association end.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mtA9WYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXi7rIOGEdq6geWPj4xEng" language="OCL">

         <body>self.qualifier.associationEnd->size() = 1</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mtA9WoN9EdqadtFwU5VNog" name="association_of_association" constrainedElement="_mtA9VYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mtA9W4N9EdqadtFwU5VNog" annotatedElement="_mtA9WoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXi7rYOGEdq6geWPj4xEng" name="association_of_association" constrainedElement="_yXi7qIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXi7roOGEdq6geWPj4xEng" annotatedElement="_yXi7rYOGEdq6geWPj4xEng">

         <body>The association of the association end of the qualifier attribute must be an association class.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mtA9XIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXi7r4OGEdq6geWPj4xEng" language="OCL">

         <body>self.qualifier.associationEnd.association.oclIsKindOf(AssociationClass)</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mtA9XYN9EdqadtFwU5VNog" name="ends_of_association" constrainedElement="_mtA9VYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mtA9XoN9EdqadtFwU5VNog" annotatedElement="_mtA9XYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXi7sIOGEdq6geWPj4xEng" name="ends_of_association" constrainedElement="_yXi7qIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXi7sYOGEdq6geWPj4xEng" annotatedElement="_yXi7sIOGEdq6geWPj4xEng">

         <body>The ends of the association must not be static.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mtA9X4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXi7soOGEdq6geWPj4xEng" language="OCL">

         <body>self.qualifier.associationEnd.association.memberEnd->forall(e | not e.isStatic)</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mtA9YIN9EdqadtFwU5VNog" name="type_of_object" constrainedElement="_mtA9VYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mtA9YYN9EdqadtFwU5VNog" annotatedElement="_mtA9YIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXi7s4OGEdq6geWPj4xEng" name="type_of_object" constrainedElement="_yXi7qIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXi7tIOGEdq6geWPj4xEng" annotatedElement="_yXi7s4OGEdq6geWPj4xEng">

         <body>The type of the object input pin is the association class that owns the association end that has the given qualifier attribute.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mtA9YoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXi7tYOGEdq6geWPj4xEng" language="OCL">

         <body>self.object.type = self.qualifier.associationEnd.association</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mtA9Y4N9EdqadtFwU5VNog" name="multiplicity_of_qualifier" constrainedElement="_mtA9VYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mtA9ZIN9EdqadtFwU5VNog" annotatedElement="_mtA9Y4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXi7toOGEdq6geWPj4xEng" name="multiplicity_of_qualifier" constrainedElement="_yXi7qIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXi7t4OGEdq6geWPj4xEng" annotatedElement="_yXi7toOGEdq6geWPj4xEng">

         <body>The multiplicity of the qualifier attribute is 1..1.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mtA9ZYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXi7uIOGEdq6geWPj4xEng" language="OCL">

         <body>self.qualifier.multiplicity.is(1,1)</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mtA9ZoN9EdqadtFwU5VNog" name="multiplicity_of_object" constrainedElement="_mtA9VYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mtA9Z4N9EdqadtFwU5VNog" annotatedElement="_mtA9ZoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXi7uYOGEdq6geWPj4xEng" name="multiplicity_of_object" constrainedElement="_yXi7qIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXi7uoOGEdq6geWPj4xEng" annotatedElement="_yXi7uYOGEdq6geWPj4xEng">

         <body>The multiplicity of the object input pin is 1..1.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mtA9aIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXi7u4OGEdq6geWPj4xEng" language="OCL">

         <body>self.object.multiplicity.is(1,1)</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mtA9aYN9EdqadtFwU5VNog" name="same_type" constrainedElement="_mtA9VYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mtA9aoN9EdqadtFwU5VNog" annotatedElement="_mtA9aYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXi7vIOGEdq6geWPj4xEng" name="same_type" constrainedElement="_yXi7qIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXi7vYOGEdq6geWPj4xEng" annotatedElement="_yXi7vIOGEdq6geWPj4xEng">

         <body>The type of the result output pin is the same as the type of the qualifier attribute.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mtA9a4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXi7voOGEdq6geWPj4xEng" language="OCL">

         <body>self.result.type = self.qualifier.type</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mtA9bIN9EdqadtFwU5VNog" name="multiplicity_of_result" constrainedElement="_mtA9VYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mtA9bYN9EdqadtFwU5VNog" annotatedElement="_mtA9bIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXi7v4OGEdq6geWPj4xEng" name="multiplicity_of_result" constrainedElement="_yXi7qIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXi7wIOGEdq6geWPj4xEng" annotatedElement="_yXi7v4OGEdq6geWPj4xEng">

         <body>The multiplicity of the result output pin is 1..1.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mtA9boN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXi7wYOGEdq6geWPj4xEng" language="OCL">

         <body>self.result.multiplicity.is(1,1)</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mtA9b4N9EdqadtFwU5VNog" general="_mdq5uYN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mtA9cIN9EdqadtFwU5VNog" name="object" type="_mdhIn4N9EdqadtFwU5VNog" subsettedProperty="_mdq5woN9EdqadtFwU5VNog" association="_mtmzBYN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mtA9cYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mtA9coN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yXi7woOGEdq6geWPj4xEng" general="_yI8e-YOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yXi7w4OGEdq6geWPj4xEng" name="object" type="_yIyt4oOGEdq6geWPj4xEng" subsettedProperty="_yI8fAoOGEdq6geWPj4xEng" association="_yX_ngoOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yXi7xIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yXi7xYOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mtA9c4N9EdqadtFwU5VNog" annotatedElement="_mtA9cIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yXi7xoOGEdq6geWPj4xEng" annotatedElement="_yXi7w4OGEdq6geWPj4xEng">

         <body>(Specialized from Action:input) Gives the input pin from which the link object is obtained.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mtA9dIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mtA9dYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yXi7x4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yXi7yIOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mtA9doN9EdqadtFwU5VNog" name="result" type="_mdhInIN9EdqadtFwU5VNog" subsettedProperty="_mdq5vIN9EdqadtFwU5VNog" association="_mtmzCoN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mtA9d4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mtA9eIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yXi7yYOGEdq6geWPj4xEng" name="result" type="_yIyt34OGEdq6geWPj4xEng" subsettedProperty="_yI8e_IOGEdq6geWPj4xEng" association="_yX_nh4OGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yXi7yoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yXi7y4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mtA9eYN9EdqadtFwU5VNog" annotatedElement="_mtA9doN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yXi7zIOGEdq6geWPj4xEng" annotatedElement="_yXi7yYOGEdq6geWPj4xEng">

         <body>Pin where the result value is placed</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mtA9eoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mtA9e4N9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yXi7zYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yXi7zoOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mtA9fIN9EdqadtFwU5VNog" name="qualifier" type="_Jp_1oGveEdq4DLWZOhbdEA" association="_mtmzD4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mtA9fYN9EdqadtFwU5VNog" annotatedElement="_mtA9fIN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yXi7z4OGEdq6geWPj4xEng" name="qualifier" type="_Jp_1oGveEdq4DLWZOhbdEA" association="_yX_njIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXi70IOGEdq6geWPj4xEng" annotatedElement="_yXi7z4OGEdq6geWPj4xEng">

         <body>The attribute representing the qualifier to be read.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mtA9foN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mtA9f4N9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yXi70YOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yXi70oOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mtA9gIN9EdqadtFwU5VNog" name="CreateLinkObjectAction">

-    <ownedComment xmi:id="_mtA9gYN9EdqadtFwU5VNog" annotatedElement="_mtA9gIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yXi704OGEdq6geWPj4xEng" name="CreateLinkObjectAction">

+    <ownedComment xmi:id="_yXi71IOGEdq6geWPj4xEng" annotatedElement="_yXi704OGEdq6geWPj4xEng">

       <body>This action is exclusively for creating links of association classes. It returns the created link object.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mtA9goN9EdqadtFwU5VNog" name="association_class" constrainedElement="_mtA9gIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mtA9g4N9EdqadtFwU5VNog" annotatedElement="_mtA9goN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXi71YOGEdq6geWPj4xEng" name="association_class" constrainedElement="_yXi704OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXi71oOGEdq6geWPj4xEng" annotatedElement="_yXi71YOGEdq6geWPj4xEng">

         <body>The association must be an association class.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mtA9hIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXi714OGEdq6geWPj4xEng" language="OCL">

         <body>self.association().oclIsKindOf(Class)</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mtA9hYN9EdqadtFwU5VNog" name="type_of_result" constrainedElement="_mtA9gIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mtA9hoN9EdqadtFwU5VNog" annotatedElement="_mtA9hYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXi72IOGEdq6geWPj4xEng" name="type_of_result" constrainedElement="_yXi704OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXi72YOGEdq6geWPj4xEng" annotatedElement="_yXi72IOGEdq6geWPj4xEng">

         <body>The type of the result pin must be the same as the association of the action.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mtA9h4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXi72oOGEdq6geWPj4xEng" language="OCL">

         <body>self.result.type = self.association()</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mtA9iIN9EdqadtFwU5VNog" name="multiplicity" constrainedElement="_mtA9gIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mtA9iYN9EdqadtFwU5VNog" annotatedElement="_mtA9iIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXi724OGEdq6geWPj4xEng" name="multiplicity" constrainedElement="_yXi704OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXi73IOGEdq6geWPj4xEng" annotatedElement="_yXi724OGEdq6geWPj4xEng">

         <body>The multiplicity of the output pin is 1..1.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mtA9ioN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXi73YOGEdq6geWPj4xEng" language="OCL">

         <body>self.result.multiplicity.is(1,1)</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mtA9i4N9EdqadtFwU5VNog" general="_mnNQaYN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mtA9jIN9EdqadtFwU5VNog" name="result" type="_mdhInIN9EdqadtFwU5VNog" subsettedProperty="_mdq5vIN9EdqadtFwU5VNog" association="_mtmzE4N9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mtA9jYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mtA9joN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yXi73oOGEdq6geWPj4xEng" general="_ySCJnIOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yXi734OGEdq6geWPj4xEng" name="result" type="_yIyt34OGEdq6geWPj4xEng" subsettedProperty="_yI8e_IOGEdq6geWPj4xEng" association="_yX_nkIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yXi74IOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yXi74YOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mtA9j4N9EdqadtFwU5VNog" annotatedElement="_mtA9jIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yXi74oOGEdq6geWPj4xEng" annotatedElement="_yXi734OGEdq6geWPj4xEng">

         <body>Gives the output pin on which the result is put.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mtA9kIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mtA9kYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yXi744OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yXi75IOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mtA9koN9EdqadtFwU5VNog" name="AcceptEventAction">

-    <ownedComment xmi:id="_mtA9k4N9EdqadtFwU5VNog" annotatedElement="_mtA9koN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yXi75YOGEdq6geWPj4xEng" name="AcceptEventAction">

+    <ownedComment xmi:id="_yXi75oOGEdq6geWPj4xEng" annotatedElement="_yXi75YOGEdq6geWPj4xEng">

       <body>AcceptEventAction is an action that waits for the occurrence of an event meeting specified conditions.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mtA9lIN9EdqadtFwU5VNog" name="no_input_pins" constrainedElement="_mtA9koN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mtA9lYN9EdqadtFwU5VNog" annotatedElement="_mtA9lIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXi754OGEdq6geWPj4xEng" name="no_input_pins" constrainedElement="_yXi75YOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXi76IOGEdq6geWPj4xEng" annotatedElement="_yXi754OGEdq6geWPj4xEng">

         <body>AcceptEventActions may have no input pins.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mtA9loN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXi76YOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mtA9l4N9EdqadtFwU5VNog" name="no_output_pins" constrainedElement="_mtA9koN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mtA9mIN9EdqadtFwU5VNog" annotatedElement="_mtA9l4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXi76oOGEdq6geWPj4xEng" name="no_output_pins" constrainedElement="_yXi75YOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXi764OGEdq6geWPj4xEng" annotatedElement="_yXi76oOGEdq6geWPj4xEng">

         <body>There are no output pins if the trigger events are only ChangeEvents, or if they are only CallEvents when this action is an instance of AcceptEventAction and not an instance of a descendant of AcceptEventAction (such as AcceptCallAction).</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mtA9mYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXi77IOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mtA9moN9EdqadtFwU5VNog" name="trigger_events" constrainedElement="_mtA9koN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mtA9m4N9EdqadtFwU5VNog" annotatedElement="_mtA9moN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXi77YOGEdq6geWPj4xEng" name="trigger_events" constrainedElement="_yXi75YOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXi77oOGEdq6geWPj4xEng" annotatedElement="_yXi77YOGEdq6geWPj4xEng">

         <body>If the trigger events are all TimeEvents, there is exactly one output pin.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mtA9nIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXi774OGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mtA9nYN9EdqadtFwU5VNog" name="unmarshall_signal_events" constrainedElement="_mtA9koN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mtA9noN9EdqadtFwU5VNog" annotatedElement="_mtA9nYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXi78IOGEdq6geWPj4xEng" name="unmarshall_signal_events" constrainedElement="_yXi75YOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXi78YOGEdq6geWPj4xEng" annotatedElement="_yXi78IOGEdq6geWPj4xEng">

         <body>If isUnmarshall is true, there must be exactly one trigger for events of type SignalEvent. The number of result output pins must be the same as the number of attributes of the signal. The type and ordering of each result output pin must be the same as the corresponding attribute of the signal. The multiplicity of each result output pin must be compatible with the multiplicity of the corresponding attribute.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mtA9n4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXi78oOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mtA9oIN9EdqadtFwU5VNog" general="_mdq5uYN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mtA9oYN9EdqadtFwU5VNog" name="isUnmarshall" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mtA9ooN9EdqadtFwU5VNog" annotatedElement="_mtA9oYN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yXi784OGEdq6geWPj4xEng" general="_yI8e-YOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yXi79IOGEdq6geWPj4xEng" name="isUnmarshall" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yXi79YOGEdq6geWPj4xEng" annotatedElement="_yXi79IOGEdq6geWPj4xEng">

         <body>Indicates whether there is a single output pin for the event, or multiple output pins for attributes of the event.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mtA9o4N9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yXi79oOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mtA9pIN9EdqadtFwU5VNog" name="result" type="_mdhInIN9EdqadtFwU5VNog" subsettedProperty="_mdq5vIN9EdqadtFwU5VNog" association="_mtmzG4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mtA9pYN9EdqadtFwU5VNog" annotatedElement="_mtA9pIN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yXi794OGEdq6geWPj4xEng" name="result" type="_yIyt34OGEdq6geWPj4xEng" subsettedProperty="_yI8e_IOGEdq6geWPj4xEng" association="_yYIxYIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXi7-IOGEdq6geWPj4xEng" annotatedElement="_yXi794OGEdq6geWPj4xEng">

         <body>Pins holding the received event objects or their attributes. Event objects may be copied in transmission, so identity might not be preserved.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mtA9poN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mtA9p4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yXi7-YOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yXi7-oOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mtA9qIN9EdqadtFwU5VNog" name="trigger" type="_mjU1qYN9EdqadtFwU5VNog" association="_mtwkGoN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mtA9qYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mtA9qoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yXi7-4OGEdq6geWPj4xEng" name="trigger" type="_yOTf8IOGEdq6geWPj4xEng" association="_yYSiYIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yXi7_IOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yXi7_YOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mtA9q4N9EdqadtFwU5VNog" annotatedElement="_mtA9qIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yXi7_oOGEdq6geWPj4xEng" annotatedElement="_yXi7-4OGEdq6geWPj4xEng">

         <body>The type of events accepted by the action, as specified by triggers. For triggers with signal events, a signal of the specified type or any subtype of the specified signal type is accepted.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mtA9rIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mtA9rYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yXi7_4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yXi8AIOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mtKuIIN9EdqadtFwU5VNog" name="AcceptCallAction">

-    <ownedComment xmi:id="_mtKuIYN9EdqadtFwU5VNog" annotatedElement="_mtKuIIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yXi8AYOGEdq6geWPj4xEng" name="AcceptCallAction">

+    <ownedComment xmi:id="_yXi8AoOGEdq6geWPj4xEng" annotatedElement="_yXi8AYOGEdq6geWPj4xEng">

       <body>AcceptCallAction is an accept event action representing the receipt of a synchronous call request. In addition to the normal operation parameters, the action produces an output that is needed later to supply the information to the ReplyAction necessary to return control to the caller. This action is for synchronous calls. If it is used to handle an asynchronous call, execution of the subsequent reply action will complete immediately with no effects.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mtKuIoN9EdqadtFwU5VNog" name="result_pins" constrainedElement="_mtKuIIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mtKuI4N9EdqadtFwU5VNog" annotatedElement="_mtKuIoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXi8A4OGEdq6geWPj4xEng" name="result_pins" constrainedElement="_yXi8AYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXi8BIOGEdq6geWPj4xEng" annotatedElement="_yXi8A4OGEdq6geWPj4xEng">

         <body>The result pins must match the in and inout parameters of the operation specified by the trigger event in number, type, and order.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mtKuJIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXi8BYOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mtKuJYN9EdqadtFwU5VNog" name="trigger_call_event" constrainedElement="_mtKuIIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mtKuJoN9EdqadtFwU5VNog" annotatedElement="_mtKuJYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXi8BoOGEdq6geWPj4xEng" name="trigger_call_event" constrainedElement="_yXi8AYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXi8B4OGEdq6geWPj4xEng" annotatedElement="_yXi8BoOGEdq6geWPj4xEng">

         <body>The trigger event must be a CallEvent.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mtKuJ4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXi8CIOGEdq6geWPj4xEng" language="OCL">

         <body>trigger.event.oclIsKindOf(CallEvent)</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mtKuKIN9EdqadtFwU5VNog" name="unmarshall" constrainedElement="_mtKuIIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mtKuKYN9EdqadtFwU5VNog" annotatedElement="_mtKuKIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXi8CYOGEdq6geWPj4xEng" name="unmarshall" constrainedElement="_yXi8AYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXi8CoOGEdq6geWPj4xEng" annotatedElement="_yXi8CYOGEdq6geWPj4xEng">

         <body>isUnmrashall must be true for an AcceptCallAction.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mtKuKoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXi8C4OGEdq6geWPj4xEng" language="OCL">

         <body>isUnmarshall = true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mtKuK4N9EdqadtFwU5VNog" general="_mtA9koN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mtKuLIN9EdqadtFwU5VNog" name="returnInformation" type="_mdhInIN9EdqadtFwU5VNog" subsettedProperty="_mdq5vIN9EdqadtFwU5VNog" association="_mtmzHoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mtKuLYN9EdqadtFwU5VNog" annotatedElement="_mtKuLIN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yXi8DIOGEdq6geWPj4xEng" general="_yXi75YOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yXi8DYOGEdq6geWPj4xEng" name="returnInformation" type="_yIyt34OGEdq6geWPj4xEng" subsettedProperty="_yI8e_IOGEdq6geWPj4xEng" association="_yYIxY4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXi8DoOGEdq6geWPj4xEng" annotatedElement="_yXi8DYOGEdq6geWPj4xEng">

         <body>Pin where a value is placed containing sufficient information to perform a subsequent reply and return control to the caller. The contents of this value are opaque. It can be passed and copied but it cannot be manipulated by the model.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mtKuLoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mtKuL4N9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yXi8D4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yXi8EIOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mtKuMIN9EdqadtFwU5VNog" name="ReplyAction">

-    <ownedComment xmi:id="_mtKuMYN9EdqadtFwU5VNog" annotatedElement="_mtKuMIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yXssgIOGEdq6geWPj4xEng" name="ReplyAction">

+    <ownedComment xmi:id="_yXssgYOGEdq6geWPj4xEng" annotatedElement="_yXssgIOGEdq6geWPj4xEng">

       <body>ReplyAction is an action that accepts a set of return values and a value containing return information produced by a previous accept call action. The reply action returns the values to the caller of the previous call, completing execution of the call.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mtKuMoN9EdqadtFwU5VNog" name="pins_match_parameter" constrainedElement="_mtKuMIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mtKuM4N9EdqadtFwU5VNog" annotatedElement="_mtKuMoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXssgoOGEdq6geWPj4xEng" name="pins_match_parameter" constrainedElement="_yXssgIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXssg4OGEdq6geWPj4xEng" annotatedElement="_yXssgoOGEdq6geWPj4xEng">

         <body>The reply value pins must match the return, out, and inout parameters of the operation on the event on the trigger in number, type, and order.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mtKuNIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXsshIOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mtKuNYN9EdqadtFwU5VNog" name="event_on_reply_to_call_trigger" constrainedElement="_mtKuMIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mtKuNoN9EdqadtFwU5VNog" annotatedElement="_mtKuNYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXsshYOGEdq6geWPj4xEng" name="event_on_reply_to_call_trigger" constrainedElement="_yXssgIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXsshoOGEdq6geWPj4xEng" annotatedElement="_yXsshYOGEdq6geWPj4xEng">

         <body>The event on replyToCall trigger must be a CallEvent replyToCallEvent.oclIsKindOf(CallEvent)</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mtKuN4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXssh4OGEdq6geWPj4xEng" language="OCL">

         <body>replyToCallEvent.oclIsKindOf(CallEvent)</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mtKuOIN9EdqadtFwU5VNog" general="_mdq5uYN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mtKuOYN9EdqadtFwU5VNog" name="replyToCall" type="_mjU1qYN9EdqadtFwU5VNog" association="_mtwkAIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mtKuOoN9EdqadtFwU5VNog" annotatedElement="_mtKuOYN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yXssiIOGEdq6geWPj4xEng" general="_yI8e-YOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yXssiYOGEdq6geWPj4xEng" name="replyToCall" type="_yOTf8IOGEdq6geWPj4xEng" association="_yYIxZoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXssioOGEdq6geWPj4xEng" annotatedElement="_yXssiYOGEdq6geWPj4xEng">

         <body>The trigger specifying the operation whose call is being replied to.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mtKuO4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mtKuPIN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yXssi4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yXssjIOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mtKuPYN9EdqadtFwU5VNog" name="returnInformation" type="_mdhIn4N9EdqadtFwU5VNog" subsettedProperty="_mdq5woN9EdqadtFwU5VNog" association="_mtwkEIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mtKuPoN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mtKuP4N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yXssjYOGEdq6geWPj4xEng" name="returnInformation" type="_yIyt4oOGEdq6geWPj4xEng" subsettedProperty="_yI8fAoOGEdq6geWPj4xEng" association="_yYIxdoOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yXssjoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yXssj4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mtKuQIN9EdqadtFwU5VNog" annotatedElement="_mtKuPYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yXsskIOGEdq6geWPj4xEng" annotatedElement="_yXssjYOGEdq6geWPj4xEng">

         <body>A pin containing the return information value produced by an earlier AcceptCallAction.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mtKuQYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mtKuQoN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yXsskYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yXsskoOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mtKuQ4N9EdqadtFwU5VNog" name="replyValue" type="_mdhIn4N9EdqadtFwU5VNog" subsettedProperty="_mdq5woN9EdqadtFwU5VNog" association="_mtwkFYN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mtKuRIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mtKuRYN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yXssk4OGEdq6geWPj4xEng" name="replyValue" type="_yIyt4oOGEdq6geWPj4xEng" subsettedProperty="_yI8fAoOGEdq6geWPj4xEng" association="_yYIxe4OGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yXsslIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yXsslYOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mtKuRoN9EdqadtFwU5VNog" annotatedElement="_mtKuQ4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yXssloOGEdq6geWPj4xEng" annotatedElement="_yXssk4OGEdq6geWPj4xEng">

         <body>A list of pins containing the reply values of the operation. These values are returned to the caller.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mtKuR4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mtKuSIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yXssl4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yXssmIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mtT4EIN9EdqadtFwU5VNog" name="UnmarshallAction">

-    <ownedComment xmi:id="_mtT4EYN9EdqadtFwU5VNog" annotatedElement="_mtT4EIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yXssmYOGEdq6geWPj4xEng" name="UnmarshallAction">

+    <ownedComment xmi:id="_yXssmoOGEdq6geWPj4xEng" annotatedElement="_yXssmYOGEdq6geWPj4xEng">

       <body>The outputs of this action correspond to the structural features of the specified type. The input must be of this type.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mtT4EoN9EdqadtFwU5VNog" name="same_type" constrainedElement="_mtT4EIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mtT4E4N9EdqadtFwU5VNog" annotatedElement="_mtT4EoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXssm4OGEdq6geWPj4xEng" name="same_type" constrainedElement="_yXssmYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXssnIOGEdq6geWPj4xEng" annotatedElement="_yXssm4OGEdq6geWPj4xEng">

         <body>The type of the object input pin must be the same as the unmarshall classifier.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mtT4FIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXssnYOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mtT4FYN9EdqadtFwU5VNog" name="multiplicity_of_object" constrainedElement="_mtT4EIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mtT4FoN9EdqadtFwU5VNog" annotatedElement="_mtT4FYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXssnoOGEdq6geWPj4xEng" name="multiplicity_of_object" constrainedElement="_yXssmYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXssn4OGEdq6geWPj4xEng" annotatedElement="_yXssnoOGEdq6geWPj4xEng">

         <body>The multiplicity of the object input pin is 1..1</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mtT4F4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXssoIOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mtT4GIN9EdqadtFwU5VNog" name="number_of_result" constrainedElement="_mtT4EIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mtT4GYN9EdqadtFwU5VNog" annotatedElement="_mtT4GIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXssoYOGEdq6geWPj4xEng" name="number_of_result" constrainedElement="_yXssmYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXssooOGEdq6geWPj4xEng" annotatedElement="_yXssoYOGEdq6geWPj4xEng">

         <body>The number of result output pins must be the same as the number of structural features of the unmarshall classifier.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mtT4GoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXsso4OGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mtT4G4N9EdqadtFwU5VNog" name="type_and_ordering" constrainedElement="_mtT4EIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mtT4HIN9EdqadtFwU5VNog" annotatedElement="_mtT4G4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXsspIOGEdq6geWPj4xEng" name="type_and_ordering" constrainedElement="_yXssmYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXsspYOGEdq6geWPj4xEng" annotatedElement="_yXsspIOGEdq6geWPj4xEng">

         <body>The type and ordering of each result output pin must be the same as the corresponding structural feature of the unmarshall classifier.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mtT4HYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXsspoOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mtT4HoN9EdqadtFwU5VNog" name="multiplicity_of_result" constrainedElement="_mtT4EIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mtT4H4N9EdqadtFwU5VNog" annotatedElement="_mtT4HoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXssp4OGEdq6geWPj4xEng" name="multiplicity_of_result" constrainedElement="_yXssmYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXssqIOGEdq6geWPj4xEng" annotatedElement="_yXssp4OGEdq6geWPj4xEng">

         <body>The multiplicity of each result output pin must be compatible with the multiplicity of the corresponding structural features of the unmarshall classifier.

 

 </body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mtT4IIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXssqYOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mtT4IYN9EdqadtFwU5VNog" name="structural_feature" constrainedElement="_mtT4EIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mtT4IoN9EdqadtFwU5VNog" annotatedElement="_mtT4IYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXssqoOGEdq6geWPj4xEng" name="structural_feature" constrainedElement="_yXssmYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXssq4OGEdq6geWPj4xEng" annotatedElement="_yXssqoOGEdq6geWPj4xEng">

         <body>The unmarshall classifier must have at least one structural feature.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mtT4I4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXssrIOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mtT4JIN9EdqadtFwU5VNog" name="unmarshallType_is_classifier" constrainedElement="_mtT4EIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mtT4JYN9EdqadtFwU5VNog" annotatedElement="_mtT4JIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXssrYOGEdq6geWPj4xEng" name="unmarshallType_is_classifier" constrainedElement="_yXssmYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXssroOGEdq6geWPj4xEng" annotatedElement="_yXssrYOGEdq6geWPj4xEng">

         <body>unmarshallType must be a Classifier with ordered attributes</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mtT4JoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXssr4OGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mtT4J4N9EdqadtFwU5VNog" general="_mdq5uYN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mtT4KIN9EdqadtFwU5VNog" name="result" type="_mdhInIN9EdqadtFwU5VNog" subsettedProperty="_mdq5vIN9EdqadtFwU5VNog" association="_mtwkAoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mtT4KYN9EdqadtFwU5VNog" annotatedElement="_mtT4KIN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yXsssIOGEdq6geWPj4xEng" general="_yI8e-YOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yXsssYOGEdq6geWPj4xEng" name="result" type="_yIyt34OGEdq6geWPj4xEng" subsettedProperty="_yI8e_IOGEdq6geWPj4xEng" association="_yYIxaIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXsssoOGEdq6geWPj4xEng" annotatedElement="_yXsssYOGEdq6geWPj4xEng">

         <body>The values of the structural features of the input object.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mtT4KoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mtT4K4N9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yXsss4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yXsstIOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mtT4LIN9EdqadtFwU5VNog" name="unmarshallType" type="_6UV2QGwJEdq7X4sGURiZYA" association="_mtwkB4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mtT4LYN9EdqadtFwU5VNog" annotatedElement="_mtT4LIN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yXsstYOGEdq6geWPj4xEng" name="unmarshallType" type="_6UV2QGwJEdq7X4sGURiZYA" association="_yYIxbYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXsstoOGEdq6geWPj4xEng" annotatedElement="_yXsstYOGEdq6geWPj4xEng">

         <body>The type of the object to be unmarshalled.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mtT4LoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mtT4L4N9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yXsst4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yXssuIOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mtT4MIN9EdqadtFwU5VNog" name="object" type="_mdhIn4N9EdqadtFwU5VNog" subsettedProperty="_mdq5woN9EdqadtFwU5VNog" association="_mtwkC4N9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mtT4MYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mtT4MoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yXssuYOGEdq6geWPj4xEng" name="object" type="_yIyt4oOGEdq6geWPj4xEng" subsettedProperty="_yI8fAoOGEdq6geWPj4xEng" association="_yYIxcYOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yXssuoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yXssu4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mtT4M4N9EdqadtFwU5VNog" annotatedElement="_mtT4MIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yXssvIOGEdq6geWPj4xEng" annotatedElement="_yXssuYOGEdq6geWPj4xEng">

         <body>The object to be unmarshalled.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mtT4NIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mtT4NYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yXssvYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yXssvoOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mtT4NoN9EdqadtFwU5VNog" name="ReduceAction">

-    <ownedComment xmi:id="_mtT4N4N9EdqadtFwU5VNog" annotatedElement="_mtT4NoN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yXssv4OGEdq6geWPj4xEng" name="ReduceAction">

+    <ownedComment xmi:id="_yXsswIOGEdq6geWPj4xEng" annotatedElement="_yXssv4OGEdq6geWPj4xEng">

       <body>This action takes a collection as input and produces an output by applying a behavior with two inputs pairwise to the elements of the collection.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mtT4OIN9EdqadtFwU5VNog" name="input_type_is_collection" constrainedElement="_mtT4NoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mtT4OYN9EdqadtFwU5VNog" annotatedElement="_mtT4OIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXsswYOGEdq6geWPj4xEng" name="input_type_is_collection" constrainedElement="_yXssv4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXsswoOGEdq6geWPj4xEng" annotatedElement="_yXsswYOGEdq6geWPj4xEng">

         <body>The type of the input must be a collection.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mtT4OoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXssw4OGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mtT4O4N9EdqadtFwU5VNog" name="output_types_are_compatible" constrainedElement="_mtT4NoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mtT4PIN9EdqadtFwU5VNog" annotatedElement="_mtT4O4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXssxIOGEdq6geWPj4xEng" name="output_types_are_compatible" constrainedElement="_yXssv4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXssxYOGEdq6geWPj4xEng" annotatedElement="_yXssxIOGEdq6geWPj4xEng">

         <body>The type of the output must be compatible with the type of the output of the reducer behavior.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mtT4PYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXssxoOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mtT4PoN9EdqadtFwU5VNog" name="reducer_inputs_output" constrainedElement="_mtT4NoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mtT4P4N9EdqadtFwU5VNog" annotatedElement="_mtT4PoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yXssx4OGEdq6geWPj4xEng" name="reducer_inputs_output" constrainedElement="_yXssv4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXssyIOGEdq6geWPj4xEng" annotatedElement="_yXssx4OGEdq6geWPj4xEng">

         <body>The reducer behavior must have two input parameters and one output parameter, of types compatible with the types of elements of the input collection.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mtT4QIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yXssyYOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mtT4QYN9EdqadtFwU5VNog" general="_mdq5uYN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mtT4QoN9EdqadtFwU5VNog" name="reducer" type="_TUPtYGveEdq4DLWZOhbdEA" association="_mt6VBoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mtT4Q4N9EdqadtFwU5VNog" annotatedElement="_mtT4QoN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yXssyoOGEdq6geWPj4xEng" general="_yI8e-YOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yXssy4OGEdq6geWPj4xEng" name="reducer" type="_TUPtYGveEdq4DLWZOhbdEA" association="_yYSiaoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yXsszIOGEdq6geWPj4xEng" annotatedElement="_yXssy4OGEdq6geWPj4xEng">

         <body>Behavior that is applied to two elements of the input collection to produce a value that is the same type as elements of the collection.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mtT4RIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mtT4RYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yXsszYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yXsszoOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mtT4RoN9EdqadtFwU5VNog" name="result" type="_mdhInIN9EdqadtFwU5VNog" subsettedProperty="_mdq5vIN9EdqadtFwU5VNog" association="_mt6VAIN9EdqadtFwU5VNog" aggregation="composite">

-      <ownedComment xmi:id="_mtT4R4N9EdqadtFwU5VNog" annotatedElement="_mtT4RoN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yXssz4OGEdq6geWPj4xEng" name="result" type="_yIyt34OGEdq6geWPj4xEng" subsettedProperty="_yI8e_IOGEdq6geWPj4xEng" association="_yYSiZIOGEdq6geWPj4xEng" aggregation="composite">

+      <ownedComment xmi:id="_yXss0IOGEdq6geWPj4xEng" annotatedElement="_yXssz4OGEdq6geWPj4xEng">

         <body>Gives the output pin on which the result is put.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mtT4SIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mtT4SYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yXss0YOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yXss0oOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mtT4SoN9EdqadtFwU5VNog" name="collection" type="_mdhIn4N9EdqadtFwU5VNog" subsettedProperty="_mdq5woN9EdqadtFwU5VNog" association="_mt6VA4N9EdqadtFwU5VNog" aggregation="composite">

-      <ownedComment xmi:id="_mtT4S4N9EdqadtFwU5VNog" annotatedElement="_mtT4SoN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yXss04OGEdq6geWPj4xEng" name="collection" type="_yIyt4oOGEdq6geWPj4xEng" subsettedProperty="_yI8fAoOGEdq6geWPj4xEng" association="_yYSiZ4OGEdq6geWPj4xEng" aggregation="composite">

+      <ownedComment xmi:id="_yXss1IOGEdq6geWPj4xEng" annotatedElement="_yXss04OGEdq6geWPj4xEng">

         <body>The collection to be reduced.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mtT4TIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mtT4TYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yXss1YOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yXss1oOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mtT4ToN9EdqadtFwU5VNog" name="isOrdered" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mtT4T4N9EdqadtFwU5VNog" annotatedElement="_mtT4ToN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yXss14OGEdq6geWPj4xEng" name="isOrdered" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yXss2IOGEdq6geWPj4xEng" annotatedElement="_yXss14OGEdq6geWPj4xEng">

         <body>Tells whether the order of the input collection should determine the order in which the behavior is applied to its elements.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mtT4UIN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yXss2YOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mtT4UYN9EdqadtFwU5VNog" name="A_result_readExtentAction" memberEnd="_mtT4U4N9EdqadtFwU5VNog _ms3MKYN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mtT4UoN9EdqadtFwU5VNog" general="_md0Dj4N9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mtT4U4N9EdqadtFwU5VNog" type="_ms3MIIN9EdqadtFwU5VNog" association="_mtT4UYN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mtT4VIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mtT4VYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yXss2oOGEdq6geWPj4xEng" name="A_result_readExtentAction" memberEnd="_yXQApYOGEdq6geWPj4xEng _yXss3IOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yXss24OGEdq6geWPj4xEng" general="_yJFoz4OGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yXss3IOGEdq6geWPj4xEng" type="_yXQAnIOGEdq6geWPj4xEng" association="_yXss2oOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yXss3YOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yXss3oOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mtT4VoN9EdqadtFwU5VNog" name="A_classifier_readExtentAction" memberEnd="_ms3ML4N9EdqadtFwU5VNog _mtT4V4N9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mtT4V4N9EdqadtFwU5VNog" type="_ms3MIIN9EdqadtFwU5VNog" association="_mtT4VoN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mtT4WIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mtT4WYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yXss34OGEdq6geWPj4xEng" name="A_classifier_readExtentAction" memberEnd="_yXQAq4OGEdq6geWPj4xEng _yXss4IOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yXss4IOGEdq6geWPj4xEng" type="_yXQAnIOGEdq6geWPj4xEng" association="_yXss34OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yXss4YOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yXss4oOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mtT4WoN9EdqadtFwU5VNog" name="A_oldClassifier_reclassifyObjectAction" memberEnd="_ms3MQoN9EdqadtFwU5VNog _mtT4W4N9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mtT4W4N9EdqadtFwU5VNog" type="_ms3MM4N9EdqadtFwU5VNog" association="_mtT4WoN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mtT4XIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mtT4XYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yXss44OGEdq6geWPj4xEng" name="A_oldClassifier_reclassifyObjectAction" memberEnd="_yXZKj4OGEdq6geWPj4xEng _yX12cIOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yX12cIOGEdq6geWPj4xEng" type="_yXZKgIOGEdq6geWPj4xEng" association="_yXss44OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yX12cYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yX12coOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mtT4XoN9EdqadtFwU5VNog" name="A_newClassifier_reclassifyObjectAction" memberEnd="_mtT4X4N9EdqadtFwU5VNog _ms3MRoN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mtT4X4N9EdqadtFwU5VNog" type="_ms3MM4N9EdqadtFwU5VNog" association="_mtT4XoN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mtT4YIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mtT4YYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yX12c4OGEdq6geWPj4xEng" name="A_newClassifier_reclassifyObjectAction" memberEnd="_yXZKk4OGEdq6geWPj4xEng _yX12dIOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yX12dIOGEdq6geWPj4xEng" type="_yXZKgIOGEdq6geWPj4xEng" association="_yX12c4OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yX12dYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yX12doOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mtT4YoN9EdqadtFwU5VNog" name="A_classifier_readIsClassifiedObjectAction" memberEnd="_ms3MYoN9EdqadtFwU5VNog _mtT4Y4N9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mtT4Y4N9EdqadtFwU5VNog" type="_ms3MUIN9EdqadtFwU5VNog" association="_mtT4YoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yX12d4OGEdq6geWPj4xEng" name="A_classifier_readIsClassifiedObjectAction" memberEnd="_yXZKr4OGEdq6geWPj4xEng _yX12eIOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yX12eIOGEdq6geWPj4xEng" type="_yXZKnYOGEdq6geWPj4xEng" association="_yX12d4OGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mtdpEIN9EdqadtFwU5VNog" name="A_result_readIsClassifiedObjectAction" memberEnd="_ms3MZoN9EdqadtFwU5VNog _mtdpEoN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mtdpEYN9EdqadtFwU5VNog" general="_md0Dj4N9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mtdpEoN9EdqadtFwU5VNog" type="_ms3MUIN9EdqadtFwU5VNog" association="_mtdpEIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mtdpE4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mtdpFIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yX12eYOGEdq6geWPj4xEng" name="A_result_readIsClassifiedObjectAction" memberEnd="_yXZKs4OGEdq6geWPj4xEng _yX12e4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yX12eoOGEdq6geWPj4xEng" general="_yJFoz4OGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yX12e4OGEdq6geWPj4xEng" type="_yXZKnYOGEdq6geWPj4xEng" association="_yX12eYOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yX12fIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yX12fYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mtdpFYN9EdqadtFwU5VNog" name="A_object_readIsClassifiedObjectAction" memberEnd="_ms3MbIN9EdqadtFwU5VNog _mtdpF4N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mtdpFoN9EdqadtFwU5VNog" general="_md0DlIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mtdpF4N9EdqadtFwU5VNog" type="_ms3MUIN9EdqadtFwU5VNog" association="_mtdpFYN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mtdpGIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mtdpGYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yX12foOGEdq6geWPj4xEng" name="A_object_readIsClassifiedObjectAction" memberEnd="_yXZKuYOGEdq6geWPj4xEng _yX12gIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yX12f4OGEdq6geWPj4xEng" general="_yJFo1IOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yX12gIOGEdq6geWPj4xEng" type="_yXZKnYOGEdq6geWPj4xEng" association="_yX12foOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yX12gYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yX12goOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mtdpGoN9EdqadtFwU5VNog" name="A_object_startClassifierBehaviorAction" memberEnd="_ms3Me4N9EdqadtFwU5VNog _mtdpHIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mtdpG4N9EdqadtFwU5VNog" general="_md0DlIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mtdpHIN9EdqadtFwU5VNog" type="_ms3McoN9EdqadtFwU5VNog" association="_mtdpGoN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mtdpHYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mtdpHoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yX12g4OGEdq6geWPj4xEng" name="A_object_startClassifierBehaviorAction" memberEnd="_yXZKyIOGEdq6geWPj4xEng _yX12hYOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yX12hIOGEdq6geWPj4xEng" general="_yJFo1IOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yX12hYOGEdq6geWPj4xEng" type="_yXZKv4OGEdq6geWPj4xEng" association="_yX12g4OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yX12hoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yX12h4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mtdpH4N9EdqadtFwU5VNog" name="A_qualifier_linkEndData" memberEnd="_mtdpIIN9EdqadtFwU5VNog _mtA9J4N9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mtdpIIN9EdqadtFwU5VNog" type="_mnNQLYN9EdqadtFwU5VNog" association="_mtdpH4N9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mtdpIYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mtdpIoN9EdqadtFwU5VNog" value="1"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yX12iIOGEdq6geWPj4xEng" name="A_qualifier_linkEndData" memberEnd="_yXZK6YOGEdq6geWPj4xEng _yX12iYOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yX12iYOGEdq6geWPj4xEng" type="_ySCJYIOGEdq6geWPj4xEng" association="_yX12iIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yX12ioOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yX12i4OGEdq6geWPj4xEng" value="1"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mtdpI4N9EdqadtFwU5VNog" name="A_qualifier_qualifierValue" memberEnd="_ms3MjYN9EdqadtFwU5VNog _mtdpJIN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mtdpJIN9EdqadtFwU5VNog" type="_ms3MgYN9EdqadtFwU5VNog" association="_mtdpI4N9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mtdpJYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mtdpJoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yX12jIOGEdq6geWPj4xEng" name="A_qualifier_qualifierValue" memberEnd="_yX12jYOGEdq6geWPj4xEng _yXZK2oOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yX12jYOGEdq6geWPj4xEng" type="_yXZKzoOGEdq6geWPj4xEng" association="_yX12jIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yX12joOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yX12j4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mtdpJ4N9EdqadtFwU5VNog" name="A_value_qualifierValue" memberEnd="_ms3MkYN9EdqadtFwU5VNog _mtdpKIN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mtdpKIN9EdqadtFwU5VNog" type="_ms3MgYN9EdqadtFwU5VNog" association="_mtdpJ4N9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mtdpKYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mtdpKoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yX_ncIOGEdq6geWPj4xEng" name="A_value_qualifierValue" memberEnd="_yX_ncYOGEdq6geWPj4xEng _yXZK3oOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yX_ncYOGEdq6geWPj4xEng" type="_yXZKzoOGEdq6geWPj4xEng" association="_yX_ncIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yX_ncoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yX_nc4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mtdpK4N9EdqadtFwU5VNog" name="A_object_readLinkObjectEndAction" memberEnd="_mtdpLYN9EdqadtFwU5VNog _mtA9RYN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mtdpLIN9EdqadtFwU5VNog" general="_md0DlIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mtdpLYN9EdqadtFwU5VNog" type="_mtA9LYN9EdqadtFwU5VNog" association="_mtdpK4N9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mtdpLoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mtdpL4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yX_ndIOGEdq6geWPj4xEng" name="A_object_readLinkObjectEndAction" memberEnd="_yXi7mIOGEdq6geWPj4xEng _yX_ndoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yX_ndYOGEdq6geWPj4xEng" general="_yJFo1IOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yX_ndoOGEdq6geWPj4xEng" type="_yXi7gIOGEdq6geWPj4xEng" association="_yX_ndIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yX_nd4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yX_neIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mtdpMIN9EdqadtFwU5VNog" name="A_end_readLinkObjectEndAction" memberEnd="_mtdpMYN9EdqadtFwU5VNog _mtA9S4N9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mtdpMYN9EdqadtFwU5VNog" type="_mtA9LYN9EdqadtFwU5VNog" association="_mtdpMIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mtdpMoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mtdpM4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yX_neYOGEdq6geWPj4xEng" name="A_end_readLinkObjectEndAction" memberEnd="_yXi7noOGEdq6geWPj4xEng _yX_neoOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yX_neoOGEdq6geWPj4xEng" type="_yXi7gIOGEdq6geWPj4xEng" association="_yX_neYOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yX_ne4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yX_nfIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mtmzAIN9EdqadtFwU5VNog" name="A_result_readLinkObjectEndAction" memberEnd="_mtA9T4N9EdqadtFwU5VNog _mtmzAoN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mtmzAYN9EdqadtFwU5VNog" general="_md0Dj4N9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mtmzAoN9EdqadtFwU5VNog" type="_mtA9LYN9EdqadtFwU5VNog" association="_mtmzAIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mtmzA4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mtmzBIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yX_nfYOGEdq6geWPj4xEng" name="A_result_readLinkObjectEndAction" memberEnd="_yX_nf4OGEdq6geWPj4xEng _yXi7ooOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yX_nfoOGEdq6geWPj4xEng" general="_yJFoz4OGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yX_nf4OGEdq6geWPj4xEng" type="_yXi7gIOGEdq6geWPj4xEng" association="_yX_nfYOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yX_ngIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yX_ngYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mtmzBYN9EdqadtFwU5VNog" name="A_object_readLinkObjectEndQualifierAction" memberEnd="_mtA9cIN9EdqadtFwU5VNog _mtmzB4N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mtmzBoN9EdqadtFwU5VNog" general="_md0DlIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mtmzB4N9EdqadtFwU5VNog" type="_mtA9VYN9EdqadtFwU5VNog" association="_mtmzBYN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mtmzCIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mtmzCYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yX_ngoOGEdq6geWPj4xEng" name="A_object_readLinkObjectEndQualifierAction" memberEnd="_yX_nhIOGEdq6geWPj4xEng _yXi7w4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yX_ng4OGEdq6geWPj4xEng" general="_yJFo1IOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yX_nhIOGEdq6geWPj4xEng" type="_yXi7qIOGEdq6geWPj4xEng" association="_yX_ngoOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yX_nhYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yX_nhoOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mtmzCoN9EdqadtFwU5VNog" name="A_result_readLinkObjectEndQualifierAction" memberEnd="_mtA9doN9EdqadtFwU5VNog _mtmzDIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mtmzC4N9EdqadtFwU5VNog" general="_md0Dj4N9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mtmzDIN9EdqadtFwU5VNog" type="_mtA9VYN9EdqadtFwU5VNog" association="_mtmzCoN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mtmzDYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mtmzDoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yX_nh4OGEdq6geWPj4xEng" name="A_result_readLinkObjectEndQualifierAction" memberEnd="_yX_niYOGEdq6geWPj4xEng _yXi7yYOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yX_niIOGEdq6geWPj4xEng" general="_yJFoz4OGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yX_niYOGEdq6geWPj4xEng" type="_yXi7qIOGEdq6geWPj4xEng" association="_yX_nh4OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yX_nioOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yX_ni4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mtmzD4N9EdqadtFwU5VNog" name="A_qualifier_readLinkObjectEndQualifierAction" memberEnd="_mtmzEIN9EdqadtFwU5VNog _mtA9fIN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mtmzEIN9EdqadtFwU5VNog" type="_mtA9VYN9EdqadtFwU5VNog" association="_mtmzD4N9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mtmzEYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mtmzEoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yX_njIOGEdq6geWPj4xEng" name="A_qualifier_readLinkObjectEndQualifierAction" memberEnd="_yXi7z4OGEdq6geWPj4xEng _yX_njYOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yX_njYOGEdq6geWPj4xEng" type="_yXi7qIOGEdq6geWPj4xEng" association="_yX_njIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yX_njoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yX_nj4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mtmzE4N9EdqadtFwU5VNog" name="A_result_createLinkObjectAction" memberEnd="_mtmzFYN9EdqadtFwU5VNog _mtA9jIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mtmzFIN9EdqadtFwU5VNog" general="_md0Dj4N9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mtmzFYN9EdqadtFwU5VNog" type="_mtA9gIN9EdqadtFwU5VNog" association="_mtmzE4N9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mtmzFoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mtmzF4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yX_nkIOGEdq6geWPj4xEng" name="A_result_createLinkObjectAction" memberEnd="_yXi734OGEdq6geWPj4xEng _yX_nkoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yX_nkYOGEdq6geWPj4xEng" general="_yJFoz4OGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yX_nkoOGEdq6geWPj4xEng" type="_yXi704OGEdq6geWPj4xEng" association="_yX_nkIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yX_nk4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yX_nlIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mtmzGIN9EdqadtFwU5VNog" name="A_reclassifyObjectAction_object" memberEnd="_mtmzGoN9EdqadtFwU5VNog _ms3MSoN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mtmzGYN9EdqadtFwU5VNog" general="_md0DlIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mtmzGoN9EdqadtFwU5VNog" type="_ms3MM4N9EdqadtFwU5VNog" redefinedProperty="_md0DloN9EdqadtFwU5VNog" association="_mtmzGIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yX_nlYOGEdq6geWPj4xEng" name="A_reclassifyObjectAction_object" memberEnd="_yXZKl4OGEdq6geWPj4xEng _yX_nl4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yX_nloOGEdq6geWPj4xEng" general="_yJFo1IOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yX_nl4OGEdq6geWPj4xEng" type="_yXZKgIOGEdq6geWPj4xEng" redefinedProperty="_yJFo1oOGEdq6geWPj4xEng" association="_yX_nlYOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mtmzG4N9EdqadtFwU5VNog" name="A_result_acceptEventAction" memberEnd="_mtA9pIN9EdqadtFwU5VNog _mtmzHYN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mtmzHIN9EdqadtFwU5VNog" general="_md0Dj4N9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mtmzHYN9EdqadtFwU5VNog" type="_mtA9koN9EdqadtFwU5VNog" redefinedProperty="_md0DkYN9EdqadtFwU5VNog" association="_mtmzG4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yYIxYIOGEdq6geWPj4xEng" name="A_result_acceptEventAction" memberEnd="_yXi794OGEdq6geWPj4xEng _yYIxYoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yYIxYYOGEdq6geWPj4xEng" general="_yJFoz4OGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yYIxYoOGEdq6geWPj4xEng" type="_yXi75YOGEdq6geWPj4xEng" redefinedProperty="_yJFo0YOGEdq6geWPj4xEng" association="_yYIxYIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mtmzHoN9EdqadtFwU5VNog" name="A_returnInformation_acceptCallAction" memberEnd="_mtKuLIN9EdqadtFwU5VNog _mtmzIIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mtmzH4N9EdqadtFwU5VNog" general="_md0Dj4N9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mtmzIIN9EdqadtFwU5VNog" type="_mtKuIIN9EdqadtFwU5VNog" redefinedProperty="_md0DkYN9EdqadtFwU5VNog" association="_mtmzHoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yYIxY4OGEdq6geWPj4xEng" name="A_returnInformation_acceptCallAction" memberEnd="_yYIxZYOGEdq6geWPj4xEng _yXi8DYOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yYIxZIOGEdq6geWPj4xEng" general="_yJFoz4OGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yYIxZYOGEdq6geWPj4xEng" type="_yXi8AYOGEdq6geWPj4xEng" redefinedProperty="_yJFo0YOGEdq6geWPj4xEng" association="_yYIxY4OGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mtwkAIN9EdqadtFwU5VNog" name="A_replyToCall_replyAction" memberEnd="_mtKuOYN9EdqadtFwU5VNog _mtwkAYN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mtwkAYN9EdqadtFwU5VNog" type="_mtKuMIN9EdqadtFwU5VNog" association="_mtwkAIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yYIxZoOGEdq6geWPj4xEng" name="A_replyToCall_replyAction" memberEnd="_yYIxZ4OGEdq6geWPj4xEng _yXssiYOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yYIxZ4OGEdq6geWPj4xEng" type="_yXssgIOGEdq6geWPj4xEng" association="_yYIxZoOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mtwkAoN9EdqadtFwU5VNog" name="A_result_unmarshallAction" memberEnd="_mtT4KIN9EdqadtFwU5VNog _mtwkBIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mtwkA4N9EdqadtFwU5VNog" general="_md0Dj4N9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mtwkBIN9EdqadtFwU5VNog" type="_mtT4EIN9EdqadtFwU5VNog" association="_mtwkAoN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mtwkBYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mtwkBoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yYIxaIOGEdq6geWPj4xEng" name="A_result_unmarshallAction" memberEnd="_yXsssYOGEdq6geWPj4xEng _yYIxaoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yYIxaYOGEdq6geWPj4xEng" general="_yJFoz4OGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yYIxaoOGEdq6geWPj4xEng" type="_yXssmYOGEdq6geWPj4xEng" association="_yYIxaIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yYIxa4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yYIxbIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mtwkB4N9EdqadtFwU5VNog" name="A_unmarshallType_unmarshallAction" memberEnd="_mtwkCIN9EdqadtFwU5VNog _mtT4LIN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mtwkCIN9EdqadtFwU5VNog" type="_mtT4EIN9EdqadtFwU5VNog" association="_mtwkB4N9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mtwkCYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mtwkCoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yYIxbYOGEdq6geWPj4xEng" name="A_unmarshallType_unmarshallAction" memberEnd="_yXsstYOGEdq6geWPj4xEng _yYIxboOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yYIxboOGEdq6geWPj4xEng" type="_yXssmYOGEdq6geWPj4xEng" association="_yYIxbYOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yYIxb4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yYIxcIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mtwkC4N9EdqadtFwU5VNog" name="A_object_unmarshallAction" memberEnd="_mtT4MIN9EdqadtFwU5VNog _mtwkDYN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mtwkDIN9EdqadtFwU5VNog" general="_md0DlIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mtwkDYN9EdqadtFwU5VNog" type="_mtT4EIN9EdqadtFwU5VNog" association="_mtwkC4N9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mtwkDoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mtwkD4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yYIxcYOGEdq6geWPj4xEng" name="A_object_unmarshallAction" memberEnd="_yYIxc4OGEdq6geWPj4xEng _yXssuYOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yYIxcoOGEdq6geWPj4xEng" general="_yJFo1IOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yYIxc4OGEdq6geWPj4xEng" type="_yXssmYOGEdq6geWPj4xEng" association="_yYIxcYOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yYIxdIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yYIxdYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mtwkEIN9EdqadtFwU5VNog" name="A_returnInformation_replyAction" memberEnd="_mtKuPYN9EdqadtFwU5VNog _mtwkEoN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mtwkEYN9EdqadtFwU5VNog" general="_md0DlIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mtwkEoN9EdqadtFwU5VNog" type="_mtKuMIN9EdqadtFwU5VNog" association="_mtwkEIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mtwkE4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mtwkFIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yYIxdoOGEdq6geWPj4xEng" name="A_returnInformation_replyAction" memberEnd="_yXssjYOGEdq6geWPj4xEng _yYIxeIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yYIxd4OGEdq6geWPj4xEng" general="_yJFo1IOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yYIxeIOGEdq6geWPj4xEng" type="_yXssgIOGEdq6geWPj4xEng" association="_yYIxdoOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yYIxeYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yYIxeoOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mtwkFYN9EdqadtFwU5VNog" name="A_replyValue_replyAction" memberEnd="_mtKuQ4N9EdqadtFwU5VNog _mtwkF4N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mtwkFoN9EdqadtFwU5VNog" general="_md0DlIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mtwkF4N9EdqadtFwU5VNog" type="_mtKuMIN9EdqadtFwU5VNog" association="_mtwkFYN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mtwkGIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mtwkGYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yYIxe4OGEdq6geWPj4xEng" name="A_replyValue_replyAction" memberEnd="_yYIxfYOGEdq6geWPj4xEng _yXssk4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yYIxfIOGEdq6geWPj4xEng" general="_yJFo1IOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yYIxfYOGEdq6geWPj4xEng" type="_yXssgIOGEdq6geWPj4xEng" association="_yYIxe4OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yYIxfoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yYIxf4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mtwkGoN9EdqadtFwU5VNog" name="A_trigger_acceptEventAction" memberEnd="_mtA9qIN9EdqadtFwU5VNog _mtwkG4N9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mtwkG4N9EdqadtFwU5VNog" type="_mtA9koN9EdqadtFwU5VNog" association="_mtwkGoN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mtwkHIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mtwkHYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yYSiYIOGEdq6geWPj4xEng" name="A_trigger_acceptEventAction" memberEnd="_yYSiYYOGEdq6geWPj4xEng _yXi7-4OGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yYSiYYOGEdq6geWPj4xEng" type="_yXi75YOGEdq6geWPj4xEng" association="_yYSiYIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yYSiYoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yYSiY4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mt6VAIN9EdqadtFwU5VNog" name="A_result_reduceAction" memberEnd="_mtT4RoN9EdqadtFwU5VNog _mt6VAoN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mt6VAYN9EdqadtFwU5VNog" general="_md0Dj4N9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mt6VAoN9EdqadtFwU5VNog" type="_mtT4NoN9EdqadtFwU5VNog" redefinedProperty="_md0DkYN9EdqadtFwU5VNog" association="_mt6VAIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yYSiZIOGEdq6geWPj4xEng" name="A_result_reduceAction" memberEnd="_yYSiZoOGEdq6geWPj4xEng _yXssz4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yYSiZYOGEdq6geWPj4xEng" general="_yJFoz4OGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yYSiZoOGEdq6geWPj4xEng" type="_yXssv4OGEdq6geWPj4xEng" redefinedProperty="_yJFo0YOGEdq6geWPj4xEng" association="_yYSiZIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mt6VA4N9EdqadtFwU5VNog" name="A_collection_reduceAction" memberEnd="_mt6VBYN9EdqadtFwU5VNog _mtT4SoN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mt6VBIN9EdqadtFwU5VNog" general="_md0DlIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mt6VBYN9EdqadtFwU5VNog" type="_mtT4NoN9EdqadtFwU5VNog" redefinedProperty="_md0DloN9EdqadtFwU5VNog" association="_mt6VA4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yYSiZ4OGEdq6geWPj4xEng" name="A_collection_reduceAction" memberEnd="_yXss04OGEdq6geWPj4xEng _yYSiaYOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yYSiaIOGEdq6geWPj4xEng" general="_yJFo1IOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yYSiaYOGEdq6geWPj4xEng" type="_yXssv4OGEdq6geWPj4xEng" redefinedProperty="_yJFo1oOGEdq6geWPj4xEng" association="_yYSiZ4OGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mt6VBoN9EdqadtFwU5VNog" name="A_reducer_reduceAction" memberEnd="_mtT4QoN9EdqadtFwU5VNog _mt6VB4N9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mt6VB4N9EdqadtFwU5VNog" type="_mtT4NoN9EdqadtFwU5VNog" association="_mt6VBoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yYSiaoOGEdq6geWPj4xEng" name="A_reducer_reduceAction" memberEnd="_yXssy4OGEdq6geWPj4xEng _yYSia4OGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yYSia4OGEdq6geWPj4xEng" type="_yXssv4OGEdq6geWPj4xEng" association="_yYSiaoOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mkhIcIN9EdqadtFwU5VNog" name="JoinNode">

-    <ownedComment xmi:id="_mkhIcYN9EdqadtFwU5VNog" annotatedElement="_mkhIcIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yPWo14OGEdq6geWPj4xEng" name="JoinNode">

+    <ownedComment xmi:id="_yPWo2IOGEdq6geWPj4xEng" annotatedElement="_yPWo14OGEdq6geWPj4xEng">

       <body>A join node has multiple incoming edges and one outgoing edge.</body>

     </ownedComment>

-    <ownedComment xmi:id="_mt6VCIN9EdqadtFwU5VNog" annotatedElement="_mkhIcIN9EdqadtFwU5VNog">

+    <ownedComment xmi:id="_yYSibIOGEdq6geWPj4xEng" annotatedElement="_yPWo14OGEdq6geWPj4xEng">

       <body>A join node has multiple incoming edges and one outgoing edge. In CompleteActivities, Join nodes have a Boolean value specification using the names of the incoming edges to specify the conditions under which the join will emit a token.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mt6VCYN9EdqadtFwU5VNog" name="one_outgoing_edge" constrainedElement="_mkhIcIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mt6VCoN9EdqadtFwU5VNog" annotatedElement="_mt6VCYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yYSibYOGEdq6geWPj4xEng" name="one_outgoing_edge" constrainedElement="_yPWo14OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yYSiboOGEdq6geWPj4xEng" annotatedElement="_yYSibYOGEdq6geWPj4xEng">

         <body>A join node has one outgoing edge.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mt6VC4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yYSib4OGEdq6geWPj4xEng" language="OCL">

         <body>self.outgoing->size() = 1</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mt6VDIN9EdqadtFwU5VNog" name="incoming_object_flow" constrainedElement="_mkhIcIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mt6VDYN9EdqadtFwU5VNog" annotatedElement="_mt6VDIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yYSicIOGEdq6geWPj4xEng" name="incoming_object_flow" constrainedElement="_yPWo14OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yYSicYOGEdq6geWPj4xEng" annotatedElement="_yYSicIOGEdq6geWPj4xEng">

         <body>If a join node has an incoming object flow, it must have an outgoing object flow, otherwise, it must have an outgoing control flow.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mt6VDoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yYSicoOGEdq6geWPj4xEng" language="OCL">

         <body>(self.incoming.select(e | e.isTypeOf(ObjectFlow)->notEmpty() implies

 

   self.outgoing.isTypeOf(ObjectFlow)) and

@@ -10903,259 +10903,259 @@
       self.outgoing.isTypeOf(ControlFlow))</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mkhIcoN9EdqadtFwU5VNog" general="_mhGBFIN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mt6VD4N9EdqadtFwU5VNog" name="isCombineDuplicate" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mt6VEIN9EdqadtFwU5VNog" annotatedElement="_mt6VD4N9EdqadtFwU5VNog">

+    <generalization xmi:id="_yPWo2YOGEdq6geWPj4xEng" general="_yMErc4OGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yYSic4OGEdq6geWPj4xEng" name="isCombineDuplicate" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yYSidIOGEdq6geWPj4xEng" annotatedElement="_yYSic4OGEdq6geWPj4xEng">

         <body>Tells whether tokens having objects with the same identity are combined into one by the join.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mt6VEYN9EdqadtFwU5VNog" value="true"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yYSidYOGEdq6geWPj4xEng" value="true"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mt6VEoN9EdqadtFwU5VNog" name="joinSpec" type="_mM1BRYN9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mu821YN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mt6VE4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mt6VFIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yYSidoOGEdq6geWPj4xEng" name="joinSpec" type="_x4_-ZYOGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yZVEMIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yYSid4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yYSieIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mt6VFYN9EdqadtFwU5VNog" annotatedElement="_mt6VEoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yYSieYOGEdq6geWPj4xEng" annotatedElement="_yYSidoOGEdq6geWPj4xEng">

         <body>A specification giving the conditions under which the join with emit a token. Default is &quot;and&quot;.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mt6VFoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mt6VF4N9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yYSieoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yYSie4OGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mt6VGIN9EdqadtFwU5VNog" name="DataStoreNode">

-    <ownedComment xmi:id="_mt6VGYN9EdqadtFwU5VNog" annotatedElement="_mt6VGIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yYSifIOGEdq6geWPj4xEng" name="DataStoreNode">

+    <ownedComment xmi:id="_yYSifYOGEdq6geWPj4xEng" annotatedElement="_yYSifIOGEdq6geWPj4xEng">

       <body>A data store keeps all tokens that enter it, copying them when they are chosen to move downstream. Incoming tokens containing a particular object replace any tokens in the object node containing that object.</body>

     </ownedComment>

-    <generalization xmi:id="_mt6VGoN9EdqadtFwU5VNog" general="_mkONjIN9EdqadtFwU5VNog"/>

+    <generalization xmi:id="_yYSifoOGEdq6geWPj4xEng" general="_yPDG3IOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mhGBPoN9EdqadtFwU5VNog" name="ObjectFlow">

-    <ownedComment xmi:id="_mhGBP4N9EdqadtFwU5VNog" annotatedElement="_mhGBPoN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yMN1Z4OGEdq6geWPj4xEng" name="ObjectFlow">

+    <ownedComment xmi:id="_yMN1aIOGEdq6geWPj4xEng" annotatedElement="_yMN1Z4OGEdq6geWPj4xEng">

       <body>An object flow models the flow of values to or from object nodes.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mhGBQIN9EdqadtFwU5VNog" name="no_actions" constrainedElement="_mhGBPoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mhGBQYN9EdqadtFwU5VNog" annotatedElement="_mhGBQIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yMN1aYOGEdq6geWPj4xEng" name="no_actions" constrainedElement="_yMN1Z4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yMN1aoOGEdq6geWPj4xEng" annotatedElement="_yMN1aYOGEdq6geWPj4xEng">

         <body>Object flows may not have actions at either end.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mhGBQoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yMN1a4OGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mhGBQ4N9EdqadtFwU5VNog" name="compatible_types" constrainedElement="_mhGBPoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mhGBRIN9EdqadtFwU5VNog" annotatedElement="_mhGBQ4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yMN1bIOGEdq6geWPj4xEng" name="compatible_types" constrainedElement="_yMN1Z4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yMN1bYOGEdq6geWPj4xEng" annotatedElement="_yMN1bIOGEdq6geWPj4xEng">

         <body>Object nodes connected by an object flow, with optionally intervening control nodes, must have compatible types. In particular, the downstream object node type must be the same or a supertype of the upstream object node type.

 

 </body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mhGBRYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yMN1boOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mhGBRoN9EdqadtFwU5VNog" name="same_upper_bounds" constrainedElement="_mhGBPoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mhGBR4N9EdqadtFwU5VNog" annotatedElement="_mhGBRoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yMN1b4OGEdq6geWPj4xEng" name="same_upper_bounds" constrainedElement="_yMN1Z4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yMN1cIOGEdq6geWPj4xEng" annotatedElement="_yMN1b4OGEdq6geWPj4xEng">

         <body>Object nodes connected by an object flow, with optionally intervening control nodes, must have the same upper bounds.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mhGBSIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yMN1cYOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mt6VG4N9EdqadtFwU5VNog" name="target" constrainedElement="_mhGBPoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mt6VHIN9EdqadtFwU5VNog" annotatedElement="_mt6VG4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yYSif4OGEdq6geWPj4xEng" name="target" constrainedElement="_yMN1Z4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yYSigIOGEdq6geWPj4xEng" annotatedElement="_yYSif4OGEdq6geWPj4xEng">

         <body>An edge with constant weight may not target an object node, or lead to an object node downstream with no intervening actions, that has an upper bound less than the weight.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mt6VHYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yYSigYOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mt6VHoN9EdqadtFwU5VNog" name="transformation_behaviour" constrainedElement="_mhGBPoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mt6VH4N9EdqadtFwU5VNog" annotatedElement="_mt6VHoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yYSigoOGEdq6geWPj4xEng" name="transformation_behaviour" constrainedElement="_yMN1Z4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yYSig4OGEdq6geWPj4xEng" annotatedElement="_yYSigoOGEdq6geWPj4xEng">

         <body>A transformation behavior has one input parameter and one output parameter. The input parameter must be the same as or a supertype of the type of object token coming from the source end. The output parameter must be the same or a subtype of the type of object token expected downstream. The behavior cannot have side effects.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mt6VIIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yYSihIOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mt6VIYN9EdqadtFwU5VNog" name="selection_behaviour" constrainedElement="_mhGBPoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mt6VIoN9EdqadtFwU5VNog" annotatedElement="_mt6VIYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yYSihYOGEdq6geWPj4xEng" name="selection_behaviour" constrainedElement="_yMN1Z4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yYSihoOGEdq6geWPj4xEng" annotatedElement="_yYSihYOGEdq6geWPj4xEng">

         <body>An object flow may have a selection behavior only if has an object node as a source.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mt6VI4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yYSih4OGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mt6VJIN9EdqadtFwU5VNog" name="input_and_output_parameter" constrainedElement="_mhGBPoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mt6VJYN9EdqadtFwU5VNog" annotatedElement="_mt6VJIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yYSiiIOGEdq6geWPj4xEng" name="input_and_output_parameter" constrainedElement="_yMN1Z4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yYSiiYOGEdq6geWPj4xEng" annotatedElement="_yYSiiIOGEdq6geWPj4xEng">

         <body>A selection behavior has one input parameter and one output parameter. The input parameter must be a bag of elements of the same as or a supertype of the type of source object node. The output parameter must be the same or a subtype of the type of source object node. The behavior cannot have side effects.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mt6VJoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yYSiioOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mt6VJ4N9EdqadtFwU5VNog" name="is_multicast_or_is_multireceive" constrainedElement="_mhGBPoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mt6VKIN9EdqadtFwU5VNog" annotatedElement="_mt6VJ4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yYSii4OGEdq6geWPj4xEng" name="is_multicast_or_is_multireceive" constrainedElement="_yMN1Z4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yYSijIOGEdq6geWPj4xEng" annotatedElement="_yYSii4OGEdq6geWPj4xEng">

         <body>isMulticast and isMultireceive cannot both be true.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mt6VKYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yYSijYOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mhGBSYN9EdqadtFwU5VNog" general="_mhGBF4N9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mt6VKoN9EdqadtFwU5VNog" name="isMulticast" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mt6VK4N9EdqadtFwU5VNog" annotatedElement="_mt6VKoN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yMN1coOGEdq6geWPj4xEng" general="_yMN1QIOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yYSijoOGEdq6geWPj4xEng" name="isMulticast" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yYSij4OGEdq6geWPj4xEng" annotatedElement="_yYSijoOGEdq6geWPj4xEng">

         <body>Tells whether the objects in the flow are passed by multicasting.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mt6VLIN9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yYSikIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mt6VLYN9EdqadtFwU5VNog" name="isMultireceive" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mt6VLoN9EdqadtFwU5VNog" annotatedElement="_mt6VLYN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yYSikYOGEdq6geWPj4xEng" name="isMultireceive" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yYSikoOGEdq6geWPj4xEng" annotatedElement="_yYSikYOGEdq6geWPj4xEng">

         <body>Tells whether the objects in the flow are gathered from respondents to multicasting.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mt6VL4N9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yYSik4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mt6VMIN9EdqadtFwU5VNog" name="transformation" type="_TUPtYGveEdq4DLWZOhbdEA" association="_mup7-YN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mt6VMYN9EdqadtFwU5VNog" annotatedElement="_mt6VMIN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yYcTYIOGEdq6geWPj4xEng" name="transformation" type="_TUPtYGveEdq4DLWZOhbdEA" association="_yZCJWYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yYcTYYOGEdq6geWPj4xEng" annotatedElement="_yYcTYIOGEdq6geWPj4xEng">

         <body>Changes or replaces data tokens flowing along edge.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mt6VMoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mt6VM4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yYcTYoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yYcTY4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mt6VNIN9EdqadtFwU5VNog" name="selection" type="_TUPtYGveEdq4DLWZOhbdEA" association="_muzF2YN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mt6VNYN9EdqadtFwU5VNog" annotatedElement="_mt6VNIN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yYcTZIOGEdq6geWPj4xEng" name="selection" type="_TUPtYGveEdq4DLWZOhbdEA" association="_yZL6RoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yYcTZYOGEdq6geWPj4xEng" annotatedElement="_yYcTZIOGEdq6geWPj4xEng">

         <body>Selects tokens from a source object node.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mt6VNoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mt6VN4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yYcTZoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yYcTZ4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mhGBCoN9EdqadtFwU5VNog" name="ObjectNode" isAbstract="true">

-    <ownedComment xmi:id="_mhGBC4N9EdqadtFwU5VNog" annotatedElement="_mhGBCoN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yMEraYOGEdq6geWPj4xEng" name="ObjectNode" isAbstract="true">

+    <ownedComment xmi:id="_yMEraoOGEdq6geWPj4xEng" annotatedElement="_yMEraYOGEdq6geWPj4xEng">

       <body>An object node is an activity node that indicates an instance of a particular classifier, possibly in a particular state, may be available at a particular point in the activity. Object nodes can be used in a variety of ways, depending on where objects are flowing from and to, as described in the semantics section.</body>

     </ownedComment>

-    <ownedComment xmi:id="_muDe-oN9EdqadtFwU5VNog" annotatedElement="_mhGBCoN9EdqadtFwU5VNog">

+    <ownedComment xmi:id="_yYcTcoOGEdq6geWPj4xEng" annotatedElement="_yMEraYOGEdq6geWPj4xEng">

       <body>An object node is an activity node that indicates an instance of a particular classifier, possibly in a particular state, may be available at a particular point in the activity. Object nodes can be used in a variety of ways, depending on where objects are flowing from and to, as described in the semantics section.

 

 Complete object nodes add support for token selection, limitation on the number of tokens, specifying the state required for tokens, and carrying control values.

 

 </body>

     </ownedComment>

-    <ownedRule xmi:id="_mhGBDIN9EdqadtFwU5VNog" name="object_flow_edges" constrainedElement="_mhGBCoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mhGBDYN9EdqadtFwU5VNog" annotatedElement="_mhGBDIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yMEra4OGEdq6geWPj4xEng" name="object_flow_edges" constrainedElement="_yMEraYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yMErbIOGEdq6geWPj4xEng" annotatedElement="_yMEra4OGEdq6geWPj4xEng">

         <body>All edges coming into or going out of object nodes must be object flow edges.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mhGBDoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yMErbYOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mhGBD4N9EdqadtFwU5VNog" name="not_unique" constrainedElement="_mhGBCoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mhGBEIN9EdqadtFwU5VNog" annotatedElement="_mhGBD4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yMErboOGEdq6geWPj4xEng" name="not_unique" constrainedElement="_yMEraYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yMErb4OGEdq6geWPj4xEng" annotatedElement="_yMErboOGEdq6geWPj4xEng">

         <body>Object nodes are not unique typed elements</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mhGBEYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yMErcIOGEdq6geWPj4xEng" language="OCL">

         <body>isUnique = false</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_muDe-4N9EdqadtFwU5VNog" name="selection_behavior" constrainedElement="_mhGBCoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_muDe_IN9EdqadtFwU5VNog" annotatedElement="_muDe-4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yYcTc4OGEdq6geWPj4xEng" name="selection_behavior" constrainedElement="_yMEraYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yYcTdIOGEdq6geWPj4xEng" annotatedElement="_yYcTc4OGEdq6geWPj4xEng">

         <body>If an object node has a selection behavior, then the ordering of the object node is ordered, and vice versa.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_muDe_YN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yYcTdYOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_muDe_oN9EdqadtFwU5VNog" name="input_output_parameter" constrainedElement="_mhGBCoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_muDe_4N9EdqadtFwU5VNog" annotatedElement="_muDe_oN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yYcTdoOGEdq6geWPj4xEng" name="input_output_parameter" constrainedElement="_yMEraYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yYcTd4OGEdq6geWPj4xEng" annotatedElement="_yYcTdoOGEdq6geWPj4xEng">

         <body>A selection behavior has one input parameter and one output parameter. The input parameter must be a bag of elements of the same type as the object node or a supertype of the type of object node. The output parameter must be the same or a subtype of the type of object node. The behavior cannot have side effects.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_muDfAIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yYcTeIOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mhGBEoN9EdqadtFwU5VNog" general="_md90soN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mhGBE4N9EdqadtFwU5VNog" general="_mM1BPoN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_muDfAYN9EdqadtFwU5VNog" name="ordering" type="_mup74IN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_muDfAoN9EdqadtFwU5VNog" annotatedElement="_muDfAYN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yMErcYOGEdq6geWPj4xEng" general="_yJPZ8oOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_yMErcoOGEdq6geWPj4xEng" general="_x4_-XoOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yYcTeYOGEdq6geWPj4xEng" name="ordering" type="_yZCJQIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yYcTeoOGEdq6geWPj4xEng" annotatedElement="_yYcTeYOGEdq6geWPj4xEng">

         <body>Tells whether and how the tokens in the object node are ordered for selection to traverse edges outgoing from the object node.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:InstanceValue" xmi:id="_muDfA4N9EdqadtFwU5VNog" instance="_mup75YN9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:InstanceValue" xmi:id="_yYcTe4OGEdq6geWPj4xEng" instance="_yZCJRYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_muDfBIN9EdqadtFwU5VNog" name="isControlType" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_muDfBYN9EdqadtFwU5VNog" annotatedElement="_muDfBIN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yYcTfIOGEdq6geWPj4xEng" name="isControlType" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yYcTfYOGEdq6geWPj4xEng" annotatedElement="_yYcTfIOGEdq6geWPj4xEng">

         <body>Tells whether the type of the object node is to be treated as control.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_muDfBoN9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yYcTfoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_muDfB4N9EdqadtFwU5VNog" name="upperBound" type="_mM1BRYN9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mup774N9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_muDfCIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_muDfCYN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yYcTf4OGEdq6geWPj4xEng" name="upperBound" type="_x4_-ZYOGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yZCJT4OGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yYcTgIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yYcTgYOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_muDfCoN9EdqadtFwU5VNog" annotatedElement="_muDfB4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yYcTgoOGEdq6geWPj4xEng" annotatedElement="_yYcTf4OGEdq6geWPj4xEng">

         <body>The maximum number of tokens allowed in the node. Objects cannot flow into the node if the upper bound is reached.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_muDfC4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_muDfDIN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yYcTg4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yYcThIOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_muDfDYN9EdqadtFwU5VNog" name="inState" type="_mo_YwIN9EdqadtFwU5VNog" association="_mup79IN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_muDfDoN9EdqadtFwU5VNog" annotatedElement="_muDfDYN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yYcThYOGEdq6geWPj4xEng" name="inState" type="_yTrIX4OGEdq6geWPj4xEng" association="_yZCJVIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yYcThoOGEdq6geWPj4xEng" annotatedElement="_yYcThYOGEdq6geWPj4xEng">

         <body>The required states of the object available at this point in the activity.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_muDfD4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_muDfEIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yYcTh4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yYcTiIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_muDfEYN9EdqadtFwU5VNog" name="selection" type="_TUPtYGveEdq4DLWZOhbdEA" association="_muzF3YN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_muDfEoN9EdqadtFwU5VNog" annotatedElement="_muDfEYN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yYcTiYOGEdq6geWPj4xEng" name="selection" type="_TUPtYGveEdq4DLWZOhbdEA" association="_yZL6SoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yYcTioOGEdq6geWPj4xEng" annotatedElement="_yYcTiYOGEdq6geWPj4xEng">

         <body>Selects tokens for outgoing edges.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_muDfE4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_muDfFIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yYcTi4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yYcTjIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_muDfFYN9EdqadtFwU5VNog" name="ParameterSet">

-    <ownedComment xmi:id="_muDfFoN9EdqadtFwU5VNog" annotatedElement="_muDfFYN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yYcTjYOGEdq6geWPj4xEng" name="ParameterSet">

+    <ownedComment xmi:id="_yYcTjoOGEdq6geWPj4xEng" annotatedElement="_yYcTjYOGEdq6geWPj4xEng">

       <body>An parameter set acts as a complete set of inputs or outputs to a behavior, exclusive of other parameter sets on the behavior.</body>

     </ownedComment>

-    <ownedRule xmi:id="_muDfF4N9EdqadtFwU5VNog" name="same_parameterized_entity" constrainedElement="_muDfFYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_muDfGIN9EdqadtFwU5VNog" annotatedElement="_muDfF4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yYcTj4OGEdq6geWPj4xEng" name="same_parameterized_entity" constrainedElement="_yYcTjYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yYcTkIOGEdq6geWPj4xEng" annotatedElement="_yYcTj4OGEdq6geWPj4xEng">

         <body>The parameters in a parameter set must all be inputs or all be outputs of the same parameterized entity, and the parameter set is owned by that entity.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_muDfGYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yYcTkYOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_muDfGoN9EdqadtFwU5VNog" name="input" constrainedElement="_muDfFYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_muDfG4N9EdqadtFwU5VNog" annotatedElement="_muDfGoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yYcTkoOGEdq6geWPj4xEng" name="input" constrainedElement="_yYcTjYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yYcTk4OGEdq6geWPj4xEng" annotatedElement="_yYcTkoOGEdq6geWPj4xEng">

         <body>If a behavior has input parameters that are in a parameter set, then any inputs that are not in a parameter set must be streaming. Same for output parameters.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_muDfHIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yYcTlIOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_muDfHYN9EdqadtFwU5VNog" name="two_parameter_sets" constrainedElement="_muDfFYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_muDfHoN9EdqadtFwU5VNog" annotatedElement="_muDfHYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yYcTlYOGEdq6geWPj4xEng" name="two_parameter_sets" constrainedElement="_yYcTjYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yYcTloOGEdq6geWPj4xEng" annotatedElement="_yYcTlYOGEdq6geWPj4xEng">

         <body>Two parameter sets cannot have exactly the same set of parameters.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_muDfH4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yYcTl4OGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_muDfIIN9EdqadtFwU5VNog" general="_csVgUGvtEdqG6fBIPwe-mw"/>

-    <ownedAttribute xmi:id="_muDfIYN9EdqadtFwU5VNog" name="parameter" type="_KyaPMGveEdq4DLWZOhbdEA" association="_mup7-IN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_muDfIoN9EdqadtFwU5VNog" annotatedElement="_muDfIYN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yYcTmIOGEdq6geWPj4xEng" general="_csVgUGvtEdqG6fBIPwe-mw"/>

+    <ownedAttribute xmi:id="_yYcTmYOGEdq6geWPj4xEng" name="parameter" type="_KyaPMGveEdq4DLWZOhbdEA" association="_yZCJWIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yYcTmoOGEdq6geWPj4xEng" annotatedElement="_yYcTmYOGEdq6geWPj4xEng">

         <body>Parameters in the parameter set.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_muDfI4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_muDfJIN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yYcTm4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yYcTnIOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_muDfJYN9EdqadtFwU5VNog" name="condition" type="_mOBUAIN9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_muzF4YN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_muDfJoN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_muDfJ4N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yYcTnYOGEdq6geWPj4xEng" name="condition" type="_x6CgIYOGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yZL6ToOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yYcTnoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yYcTn4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_muDfKIN9EdqadtFwU5VNog" annotatedElement="_muDfJYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yYcToIOGEdq6geWPj4xEng" annotatedElement="_yYcTnYOGEdq6geWPj4xEng">

         <body>Constraint that should be satisfied for the owner of the parameters in an input parameter set to start execution using the values provided for those parameters, or the owner of the parameters in an output parameter set to end execution providing the values for those parameters, if all preconditions and conditions on input parameter sets were satisfied.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_muDfKYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_muDfKoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yYcToYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yYcTooOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_md90g4N9EdqadtFwU5VNog" name="Activity">

-    <ownedComment xmi:id="_md90hIN9EdqadtFwU5VNog" annotatedElement="_md90g4N9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yJPZw4OGEdq6geWPj4xEng" name="Activity">

+    <ownedComment xmi:id="_yJPZxIOGEdq6geWPj4xEng" annotatedElement="_yJPZw4OGEdq6geWPj4xEng">

       <body>An activity specifies the coordination of executions of subordinate behaviors, using a control and data flow model. The subordinate behaviors coordinated by these models may be initiated because other behaviors in the model finish executing, because objects and data become available, or because events occur external to the flow. The flow of execution is modeled as activity nodes connected by activity edges. A node can be the execution of a subordinate behavior, such as an arithmetic computation, a call to an operation, or manipulation of object contents. Activity nodes also include flow-of-control constructs, such as synchronization, decision, and concurrency control. Activities may form invocation hierarchies invoking other activities, ultimately resolving to individual actions. In an object-oriented model, activities are usually invoked indirectly as methods bound to operations that are directly invoked. 

 

 

@@ -11174,223 +11174,223 @@
 

 Actions have no further decomposition in the activity containing them. However, the execution of a single action may induce the execution of many other actions. For example, a call action invokes an operation which is implemented by an activity containing actions that execute before the call action completes.</body>

     </ownedComment>

-    <ownedRule xmi:id="_md90hYN9EdqadtFwU5VNog" name="no_supergroups" constrainedElement="_md90g4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_md90hoN9EdqadtFwU5VNog" annotatedElement="_md90hYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yJPZxYOGEdq6geWPj4xEng" name="no_supergroups" constrainedElement="_yJPZw4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yJPZxoOGEdq6geWPj4xEng" annotatedElement="_yJPZxYOGEdq6geWPj4xEng">

         <body>The groups of an activity have no supergroups.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_md90h4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yJPZx4OGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mhY78YN9EdqadtFwU5VNog" name="activity_parameter_node" constrainedElement="_md90g4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mhY78oN9EdqadtFwU5VNog" annotatedElement="_mhY78YN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yMXmUYOGEdq6geWPj4xEng" name="activity_parameter_node" constrainedElement="_yJPZw4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yMXmUoOGEdq6geWPj4xEng" annotatedElement="_yMXmUYOGEdq6geWPj4xEng">

         <body>The nodes of the activity must include one ActivityParameterNode for each parameter.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mhY784N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yMXmU4OGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mhY79IN9EdqadtFwU5VNog" name="autonomous" constrainedElement="_md90g4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mhY79YN9EdqadtFwU5VNog" annotatedElement="_mhY79IN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yMXmVIOGEdq6geWPj4xEng" name="autonomous" constrainedElement="_yJPZw4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yMXmVYOGEdq6geWPj4xEng" annotatedElement="_yMXmVIOGEdq6geWPj4xEng">

         <body>An activity cannot be autonomous and have a classifier or behavioral feature context at the same time.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mhY79oN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yMXmVoOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_md90iIN9EdqadtFwU5VNog" general="_TUPtYGveEdq4DLWZOhbdEA"/>

-    <ownedAttribute xmi:id="_meQvnoN9EdqadtFwU5VNog" name="structuredNode" type="_meG-kIN9EdqadtFwU5VNog" isReadOnly="true" isDerived="true" subsettedProperty="_md90iYN9EdqadtFwU5VNog _md90j4N9EdqadtFwU5VNog" association="_mejqeYN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_meQvn4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_meQvoIN9EdqadtFwU5VNog" isTransient="true" isResolveProxies="false"/>

+    <generalization xmi:id="_yJPZyIOGEdq6geWPj4xEng" general="_TUPtYGveEdq4DLWZOhbdEA"/>

+    <ownedAttribute xmi:id="_yJiUyoOGEdq6geWPj4xEng" name="structuredNode" type="_yJZK3oOGEdq6geWPj4xEng" isReadOnly="true" isDerived="true" subsettedProperty="_yJPZyYOGEdq6geWPj4xEng _yJPZz4OGEdq6geWPj4xEng" association="_yJ1PsYOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yJiUy4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yJiUzIOGEdq6geWPj4xEng" isTransient="true" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_meQvoYN9EdqadtFwU5VNog" annotatedElement="_meQvnoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yJiUzYOGEdq6geWPj4xEng" annotatedElement="_yJiUyoOGEdq6geWPj4xEng">

         <body>Top-level structured nodes in the activity.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_meQvooN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_meQvo4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yJiUzoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yJiUz4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_meQvpIN9EdqadtFwU5VNog" name="variable" type="_meG-d4N9EdqadtFwU5VNog" subsettedProperty="_mMYVVoN9EdqadtFwU5VNog" association="_mejqfIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_meQvpYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_meQvpoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yJiU0IOGEdq6geWPj4xEng" name="variable" type="_yJZKxYOGEdq6geWPj4xEng" subsettedProperty="_x4jScoOGEdq6geWPj4xEng" association="_yJ1PtIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yJiU0YOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yJiU0oOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_meQvp4N9EdqadtFwU5VNog" annotatedElement="_meQvpIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yJiU04OGEdq6geWPj4xEng" annotatedElement="_yJiU0IOGEdq6geWPj4xEng">

         <body>Top-level variables in the activity.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_meQvqIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_meQvqYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yJiU1IOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yJiU1YOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_md90iYN9EdqadtFwU5VNog" name="node" type="_md90soN9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_meG-cIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_md90ioN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_md90i4N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yJPZyYOGEdq6geWPj4xEng" name="node" type="_yJPZ8oOGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yJPaAYOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yJPZyoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yJPZy4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_md90jIN9EdqadtFwU5VNog" annotatedElement="_md90iYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yJPZzIOGEdq6geWPj4xEng" annotatedElement="_yJPZyYOGEdq6geWPj4xEng">

         <body>Nodes coordinated by the activity.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_meQvrIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_meQvrYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yJiU2IOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yJiU2YOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mhY794N9EdqadtFwU5VNog" name="isReadOnly" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mhY7-IN9EdqadtFwU5VNog" annotatedElement="_mhY794N9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yMXmV4OGEdq6geWPj4xEng" name="isReadOnly" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yMXmWIOGEdq6geWPj4xEng" annotatedElement="_yMXmV4OGEdq6geWPj4xEng">

         <body>If true, this activity must not make any changes to variables outside the activity or to objects. (This is an assertion, not an executable property. It may be used by an execution engine to optimize model execution. If the assertion is violated by the action, then the model is ill-formed.) The default is false (an activity may make nonlocal changes).</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mhY7-YN9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yMXmWYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mhY7-oN9EdqadtFwU5VNog" name="edge" type="_mhGBF4N9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mhY8AIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mhY7-4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mhY7_IN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yMXmWoOGEdq6geWPj4xEng" name="edge" type="_yMN1QIOGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yMXmYIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yMXmW4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yMXmXIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mhY7_YN9EdqadtFwU5VNog" annotatedElement="_mhY7-oN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yMXmXYOGEdq6geWPj4xEng" annotatedElement="_yMXmWoOGEdq6geWPj4xEng">

         <body>Edges expressing flow between nodes of the activity.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mhY7_oN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mhY7_4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yMXmXoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yMXmX4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mkhId4N9EdqadtFwU5VNog" name="partition" type="_mkONj4N9EdqadtFwU5VNog" subsettedProperty="_md90j4N9EdqadtFwU5VNog" association="_mkq5d4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mkhIeIN9EdqadtFwU5VNog" annotatedElement="_mkhId4N9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yPWo3oOGEdq6geWPj4xEng" name="partition" type="_yPM30IOGEdq6geWPj4xEng" subsettedProperty="_yJPZz4OGEdq6geWPj4xEng" association="_yPpjwIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yPWo34OGEdq6geWPj4xEng" annotatedElement="_yPWo3oOGEdq6geWPj4xEng">

         <body>Top-level partitions in the activity.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mkhIeYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mkhIeoN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yPWo4IOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yPWo4YOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_md90j4N9EdqadtFwU5VNog" name="group" type="_md90lYN9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_meG-c4N9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_md90kIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_md90kYN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yJPZz4OGEdq6geWPj4xEng" name="group" type="_yJPZ1YOGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yJZKwYOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yJPZ0IOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yJPZ0YOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_md90koN9EdqadtFwU5VNog" annotatedElement="_md90j4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yJPZ0oOGEdq6geWPj4xEng" annotatedElement="_yJPZz4OGEdq6geWPj4xEng">

         <body>Top-level groups in the activity.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mkhIe4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mkhIfIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yPWo4oOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yPWo44OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_muDfK4N9EdqadtFwU5VNog" name="isSingleExecution" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_muDfLIN9EdqadtFwU5VNog" annotatedElement="_muDfK4N9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yYcTo4OGEdq6geWPj4xEng" name="isSingleExecution" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yYcTpIOGEdq6geWPj4xEng" annotatedElement="_yYcTo4OGEdq6geWPj4xEng">

         <body>If true, all invocations of the activity are handled by the same execution.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_muDfLYN9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yYcTpYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

   <ownedMember xmi:type="uml:Class" xmi:id="_KyaPMGveEdq4DLWZOhbdEA" name="Parameter">

-    <ownedComment xmi:id="_mOnJ9YN9EdqadtFwU5VNog" annotatedElement="_KyaPMGveEdq4DLWZOhbdEA">

+    <ownedComment xmi:id="_x6o9LIOGEdq6geWPj4xEng" annotatedElement="_KyaPMGveEdq4DLWZOhbdEA">

       <body>A parameter is a kind of typed element in order to allow the specification of an optional multiplicity on parameters. In addition, it supports the specification of an optional default value.</body>

     </ownedComment>

-    <ownedComment xmi:id="_mVLE94N9EdqadtFwU5VNog" annotatedElement="_KyaPMGveEdq4DLWZOhbdEA">

+    <ownedComment xmi:id="_yA5WKIOGEdq6geWPj4xEng" annotatedElement="_KyaPMGveEdq4DLWZOhbdEA">

       <body>A parameter is a specification of an argument used to pass information into or out of an invocation of a behavioral feature. It has a type, and may have a multiplicity and an optional default value.</body>

     </ownedComment>

-    <ownedComment xmi:id="_mg8QAIN9EdqadtFwU5VNog" annotatedElement="_KyaPMGveEdq4DLWZOhbdEA">

+    <ownedComment xmi:id="_yL66WoOGEdq6geWPj4xEng" annotatedElement="_KyaPMGveEdq4DLWZOhbdEA">

       <body>Parameters are allowed to be treated as connectable elements.</body>

     </ownedComment>

-    <ownedComment xmi:id="_muDfLoN9EdqadtFwU5VNog" annotatedElement="_KyaPMGveEdq4DLWZOhbdEA">

+    <ownedComment xmi:id="_yYldUIOGEdq6geWPj4xEng" annotatedElement="_KyaPMGveEdq4DLWZOhbdEA">

       <body>Parameters are extended in complete activities to add support for streaming, exceptions, and parameter sets.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mg8QAYN9EdqadtFwU5VNog" name="connector_end" constrainedElement="_KyaPMGveEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_mg8QAoN9EdqadtFwU5VNog" annotatedElement="_mg8QAYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yL66W4OGEdq6geWPj4xEng" name="connector_end" constrainedElement="_KyaPMGveEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_yL66XIOGEdq6geWPj4xEng" annotatedElement="_yL66W4OGEdq6geWPj4xEng">

         <body>A parameter may only be associated with a connector end within the context of a collaboration.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mg8QA4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yL66XYOGEdq6geWPj4xEng" language="OCL">

         <body>self.end.notEmpty() implies self.collaboration.notEmpty()</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_muNP8IN9EdqadtFwU5VNog" name="stream_and_exception" constrainedElement="_KyaPMGveEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_muNP8YN9EdqadtFwU5VNog" annotatedElement="_muNP8IN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yYldUYOGEdq6geWPj4xEng" name="stream_and_exception" constrainedElement="_KyaPMGveEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_yYldUoOGEdq6geWPj4xEng" annotatedElement="_yYldUYOGEdq6geWPj4xEng">

         <body>A parameter cannot be a stream and exception at the same time.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_muNP8oN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yYldU4OGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_muNP84N9EdqadtFwU5VNog" name="not_exception" constrainedElement="_KyaPMGveEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_muNP9IN9EdqadtFwU5VNog" annotatedElement="_muNP84N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yYldVIOGEdq6geWPj4xEng" name="not_exception" constrainedElement="_KyaPMGveEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_yYldVYOGEdq6geWPj4xEng" annotatedElement="_yYldVIOGEdq6geWPj4xEng">

         <body>An input parameter cannot be an exception.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_muNP9YN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yYldVoOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_muNP9oN9EdqadtFwU5VNog" name="reentrant_behaviors" constrainedElement="_KyaPMGveEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_muNP94N9EdqadtFwU5VNog" annotatedElement="_muNP9oN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yYldV4OGEdq6geWPj4xEng" name="reentrant_behaviors" constrainedElement="_KyaPMGveEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_yYldWIOGEdq6geWPj4xEng" annotatedElement="_yYldV4OGEdq6geWPj4xEng">

         <body>Reentrant behaviors cannot have stream parameters.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_muNP-IN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yYldWYOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_muNP-YN9EdqadtFwU5VNog" name="in_and_out" constrainedElement="_KyaPMGveEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_muNP-oN9EdqadtFwU5VNog" annotatedElement="_muNP-YN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yYldWoOGEdq6geWPj4xEng" name="in_and_out" constrainedElement="_KyaPMGveEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_yYldW4OGEdq6geWPj4xEng" annotatedElement="_yYldWoOGEdq6geWPj4xEng">

         <body>Only in and inout parameters may have a delete effect. Only out, inout, and return parameters may have a create effect.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_muNP-4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yYldXIOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mOnJ94N9EdqadtFwU5VNog" general="_Gjgl0GveEdq4DLWZOhbdEA"/>

-    <generalization xmi:id="_mg8QBIN9EdqadtFwU5VNog" general="_mgWaOIN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mOw65oN9EdqadtFwU5VNog" name="direction" type="_mQG-sIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mOw654N9EdqadtFwU5VNog" annotatedElement="_mOw65oN9EdqadtFwU5VNog">

+    <generalization xmi:id="_x6o9LoOGEdq6geWPj4xEng" general="_Gjgl0GveEdq4DLWZOhbdEA"/>

+    <generalization xmi:id="_yMErUIOGEdq6geWPj4xEng" general="_yLeObIOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_x6yHBoOGEdq6geWPj4xEng" name="direction" type="_x7-Z5oOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x6yHB4OGEdq6geWPj4xEng" annotatedElement="_x6yHBoOGEdq6geWPj4xEng">

         <body>Indicates whether a parameter is being sent into or out of a behavioral element.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:InstanceValue" xmi:id="_mVU14IN9EdqadtFwU5VNog" instance="_mQG-soN9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:InstanceValue" xmi:id="_yBDHEIOGEdq6geWPj4xEng" instance="_x7-Z6IOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mOw64IN9EdqadtFwU5VNog" name="default" type="_aAyVgGvsEdqG6fBIPwe-mw" isDerived="true">

-      <eAnnotations xmi:id="_mOw64YN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_mOw64oN9EdqadtFwU5VNog" isUnsettable="true"/>

+    <ownedAttribute xmi:id="_x6yHAIOGEdq6geWPj4xEng" name="default" type="_aAyVgGvsEdqG6fBIPwe-mw" isDerived="true">

+      <eAnnotations xmi:id="_x6yHAYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_x6yHAoOGEdq6geWPj4xEng" isUnsettable="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mOw644N9EdqadtFwU5VNog" annotatedElement="_mOw64IN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x6yHA4OGEdq6geWPj4xEng" annotatedElement="_x6yHAIOGEdq6geWPj4xEng">

         <body>Specifies a String that represents a value to be used when no argument is supplied for the Parameter.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mVU14YN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mVU14oN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yBDHEYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yBDHEoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mVd_0IN9EdqadtFwU5VNog" name="defaultValue" type="_mM1BRYN9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mbIi9YN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mVd_0YN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mVd_0oN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yBDHE4OGEdq6geWPj4xEng" name="defaultValue" type="_x4_-ZYOGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yHTgEoOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yBDHFIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yBDHFYOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mVd_04N9EdqadtFwU5VNog" annotatedElement="_mVd_0IN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yBDHFoOGEdq6geWPj4xEng" annotatedElement="_yBDHE4OGEdq6geWPj4xEng">

         <body>Specifies a ValueSpecification that represents a value to be used when no argument is supplied for the Parameter.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mVd_1IN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mVd_1YN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yBDHF4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yBDHGIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mOw66YN9EdqadtFwU5VNog" name="operation" type="_M4X2IGveEdq4DLWZOhbdEA" subsettedProperty="_mPzcsIN9EdqadtFwU5VNog" association="_mQ_vj4N9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mOw66oN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mOw664N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_x6yHCYOGEdq6geWPj4xEng" name="operation" type="_M4X2IGveEdq4DLWZOhbdEA" subsettedProperty="_x7re94OGEdq6geWPj4xEng" association="_x9BiuoOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_x6yHCoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x6yHC4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mOw67IN9EdqadtFwU5VNog" annotatedElement="_mOw66YN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x6yHDIOGEdq6geWPj4xEng" annotatedElement="_x6yHCYOGEdq6geWPj4xEng">

         <body>References the Operation for which this is a formal parameter.</body>

       </ownedComment>

-      <ownedComment xmi:id="_mVd_1oN9EdqadtFwU5VNog" annotatedElement="_mOw66YN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yBMRAIOGEdq6geWPj4xEng" annotatedElement="_x6yHCYOGEdq6geWPj4xEng">

         <body>References the Operation owning this parameter.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mVd_14N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mVd_2IN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yBMRAYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yBMRAoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_muNP_IN9EdqadtFwU5VNog" name="isException" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_muNP_YN9EdqadtFwU5VNog" annotatedElement="_muNP_IN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yYldXYOGEdq6geWPj4xEng" name="isException" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yYldXoOGEdq6geWPj4xEng" annotatedElement="_yYldXYOGEdq6geWPj4xEng">

         <body>Tells whether an output parameter may emit a value to the exclusion of the other outputs.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_muNP_oN9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yYldX4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_muNP_4N9EdqadtFwU5VNog" name="isStream" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_muNQAIN9EdqadtFwU5VNog" annotatedElement="_muNP_4N9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yYldYIOGEdq6geWPj4xEng" name="isStream" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yYldYYOGEdq6geWPj4xEng" annotatedElement="_yYldYIOGEdq6geWPj4xEng">

         <body>Tells whether an input parameter may accept values while its behavior is executing, or whether an output parameter post values while the behavior is executing.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_muNQAYN9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yYldYoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_muNQAoN9EdqadtFwU5VNog" name="effect" type="_mup75oN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_muNQA4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_muNQBIN9EdqadtFwU5VNog" isUnsettable="true"/>

+    <ownedAttribute xmi:id="_yYldY4OGEdq6geWPj4xEng" name="effect" type="_yZCJRoOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yYldZIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_yYldZYOGEdq6geWPj4xEng" isUnsettable="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_muNQBYN9EdqadtFwU5VNog" annotatedElement="_muNQAoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yYldZoOGEdq6geWPj4xEng" annotatedElement="_yYldY4OGEdq6geWPj4xEng">

         <body>Specifies the effect that the owner of the parameter has on values passed in or out of the parameter.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_muNQBoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_muNQB4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yYldZ4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yYldaIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_muNQCIN9EdqadtFwU5VNog" name="parameterSet" type="_muDfFYN9EdqadtFwU5VNog" association="_mup7-IN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_muNQCYN9EdqadtFwU5VNog" annotatedElement="_muNQCIN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yYldaYOGEdq6geWPj4xEng" name="parameterSet" type="_yYcTjYOGEdq6geWPj4xEng" association="_yZCJWIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yYldaoOGEdq6geWPj4xEng" annotatedElement="_yYldaYOGEdq6geWPj4xEng">

         <body>The parameter sets containing the parameter. See ParameterSet.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_muNQCoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_muNQC4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yYlda4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yYldbIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

     <ownedOperation xmi:id="_7UJKkFYJEdqrn7iZ0eqieg" name="getDefault" visibility="protected" type="_aAyVgGvsEdqG6fBIPwe-mw">

       <returnResult xmi:id="_-PwAEFYJEdqrn7iZ0eqieg" type="_aAyVgGvsEdqG6fBIPwe-mw" direction="return">

@@ -11406,268 +11406,268 @@
     </ownedOperation>

     <ownedOperation xmi:id="_VQnXIGXCEdqEJs8umHJc9g" name="unsetDefault" visibility="protected"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mdq5uYN9EdqadtFwU5VNog" name="Action" isAbstract="true">

-    <ownedComment xmi:id="_mdq5uoN9EdqadtFwU5VNog" annotatedElement="_mdq5uYN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yI8e-YOGEdq6geWPj4xEng" name="Action" isAbstract="true">

+    <ownedComment xmi:id="_yI8e-oOGEdq6geWPj4xEng" annotatedElement="_yI8e-YOGEdq6geWPj4xEng">

       <body>An action is a named element that is the fundamental unit of executable functionality. The execution of an action represents some transformation or processing in the modeled system, be it a computer system or otherwise.</body>

     </ownedComment>

-    <ownedComment xmi:id="_md90sIN9EdqadtFwU5VNog" annotatedElement="_mdq5uYN9EdqadtFwU5VNog">

+    <ownedComment xmi:id="_yJPZ8IOGEdq6geWPj4xEng" annotatedElement="_yI8e-YOGEdq6geWPj4xEng">

       <body>An action may have sets of incoming and outgoing activity edges that specify control flow and data flow from and to other nodes. An action will not begin execution until all of its input conditions are satisfied. The completion of the execution of an action may enable the execution of a set of successor nodes and actions that take their inputs from the outputs of the action.</body>

     </ownedComment>

-    <ownedComment xmi:id="_muXA8IN9EdqadtFwU5VNog" annotatedElement="_mdq5uYN9EdqadtFwU5VNog">

+    <ownedComment xmi:id="_yYvOUIOGEdq6geWPj4xEng" annotatedElement="_yI8e-YOGEdq6geWPj4xEng">

       <body>An action may have sets of incoming and outgoing activity edges that specify control flow and data flow from and to other nodes. An action will not begin execution until all of its input conditions are satisfied. The completion of the execution of an action may enable the execution of a set of successor nodes and actions that take their inputs from the outputs of the action. In CompleteActivities, action is extended to have pre- and postconditions.</body>

     </ownedComment>

-    <generalization xmi:id="_meagcIN9EdqadtFwU5VNog" general="_meQvvIN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mdq5vIN9EdqadtFwU5VNog" name="output" type="_mdhInIN9EdqadtFwU5VNog" isOrdered="true" isReadOnly="true" isDerived="true" isDerivedUnion="true" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_md0Dj4N9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mdq5vYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mdq5voN9EdqadtFwU5VNog" isTransient="true" isResolveProxies="false"/>

+    <generalization xmi:id="_yJsFsIOGEdq6geWPj4xEng" general="_yJiU6IOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yI8e_IOGEdq6geWPj4xEng" name="output" type="_yIyt34OGEdq6geWPj4xEng" isOrdered="true" isReadOnly="true" isDerived="true" isDerivedUnion="true" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yJFoz4OGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yI8e_YOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yI8e_oOGEdq6geWPj4xEng" isTransient="true" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mdq5v4N9EdqadtFwU5VNog" annotatedElement="_mdq5vIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yI8e_4OGEdq6geWPj4xEng" annotatedElement="_yI8e_IOGEdq6geWPj4xEng">

         <body>The ordered set of output pins connected to the Action. The action places its results onto pins in this set.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mdq5wIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mdq5wYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yI8fAIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yI8fAYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mdq5woN9EdqadtFwU5VNog" name="input" type="_mdhIn4N9EdqadtFwU5VNog" isOrdered="true" isReadOnly="true" isDerived="true" isDerivedUnion="true" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_md0DlIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mdq5w4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mdq5xIN9EdqadtFwU5VNog" isTransient="true" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yI8fAoOGEdq6geWPj4xEng" name="input" type="_yIyt4oOGEdq6geWPj4xEng" isOrdered="true" isReadOnly="true" isDerived="true" isDerivedUnion="true" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yJFo1IOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yI8fA4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yI8fBIOGEdq6geWPj4xEng" isTransient="true" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mdq5xYN9EdqadtFwU5VNog" annotatedElement="_mdq5woN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yI8fBYOGEdq6geWPj4xEng" annotatedElement="_yI8fAoOGEdq6geWPj4xEng">

         <body>The ordered set of input pins connected to the Action. These are among the total set of inputs.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mdq5xoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mdq5x4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yI8fBoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yI8fB4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mdq5yIN9EdqadtFwU5VNog" name="context" type="_6UV2QGwJEdq7X4sGURiZYA" isReadOnly="true" isDerived="true" association="_md0DnYN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mdq5yYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mdq5yoN9EdqadtFwU5VNog" isTransient="true" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yI8fCIOGEdq6geWPj4xEng" name="context" type="_6UV2QGwJEdq7X4sGURiZYA" isReadOnly="true" isDerived="true" association="_yJFo3YOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yI8fCYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yI8fCoOGEdq6geWPj4xEng" isTransient="true" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mdq5y4N9EdqadtFwU5VNog" annotatedElement="_mdq5yIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yI8fC4OGEdq6geWPj4xEng" annotatedElement="_yI8fCIOGEdq6geWPj4xEng">

         <body>The classifier that owns the behavior of which this action is a part.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mdq5zIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mdq5zYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yI8fDIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yI8fDYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_muXA8YN9EdqadtFwU5VNog" name="localPrecondition" type="_mOBUAIN9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_muzF0IN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_muXA8oN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_muXA84N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yYvOUYOGEdq6geWPj4xEng" name="localPrecondition" type="_x6CgIYOGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yZCJXYOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yYvOUoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yYvOU4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_muXA9IN9EdqadtFwU5VNog" annotatedElement="_muXA8YN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yYvOVIOGEdq6geWPj4xEng" annotatedElement="_yYvOUYOGEdq6geWPj4xEng">

         <body>Constraint that must be satisfied when execution is started.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_muXA9YN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_muXA9oN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yYvOVYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yYvOVoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_muXA94N9EdqadtFwU5VNog" name="localPostcondition" type="_mOBUAIN9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_muzF04N9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_muXA-IN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_muXA-YN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yYvOV4OGEdq6geWPj4xEng" name="localPostcondition" type="_x6CgIYOGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yZL6QIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yYvOWIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yYvOWYOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_muXA-oN9EdqadtFwU5VNog" annotatedElement="_muXA94N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yYvOWoOGEdq6geWPj4xEng" annotatedElement="_yYvOV4OGEdq6geWPj4xEng">

         <body>Constraint that must be satisfied when executed is completed.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_muXA-4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_muXA_IN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yYvOW4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yYvOXIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_muXA_YN9EdqadtFwU5VNog" name="InterruptibleActivityRegion">

-    <ownedComment xmi:id="_muXA_oN9EdqadtFwU5VNog" annotatedElement="_muXA_YN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yYvOXYOGEdq6geWPj4xEng" name="InterruptibleActivityRegion">

+    <ownedComment xmi:id="_yYvOXoOGEdq6geWPj4xEng" annotatedElement="_yYvOXYOGEdq6geWPj4xEng">

       <body>An interruptible region contains activity nodes. When a token leaves an interruptible region via edges designated by the region as interrupting edges, all tokens and behaviors in the region are terminated.</body>

     </ownedComment>

-    <ownedRule xmi:id="_muXA_4N9EdqadtFwU5VNog" name="interrupting_edges" constrainedElement="_muXA_YN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_muXBAIN9EdqadtFwU5VNog" annotatedElement="_muXA_4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yYvOX4OGEdq6geWPj4xEng" name="interrupting_edges" constrainedElement="_yYvOXYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yYvOYIOGEdq6geWPj4xEng" annotatedElement="_yYvOX4OGEdq6geWPj4xEng">

         <body>Interrupting edges of a region must have their source node in the region and their target node outside the region in the same activity containing the region.

 

 </body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_muXBAYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yYvOYYOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_muXBAoN9EdqadtFwU5VNog" general="_md90lYN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_muXBA4N9EdqadtFwU5VNog" name="interruptingEdge" type="_mhGBF4N9EdqadtFwU5VNog" association="_muzF1oN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_muXBBIN9EdqadtFwU5VNog" annotatedElement="_muXBA4N9EdqadtFwU5VNog">

+    <generalization xmi:id="_yYvOYoOGEdq6geWPj4xEng" general="_yJPZ1YOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yYvOY4OGEdq6geWPj4xEng" name="interruptingEdge" type="_yMN1QIOGEdq6geWPj4xEng" association="_yZL6Q4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yYvOZIOGEdq6geWPj4xEng" annotatedElement="_yYvOY4OGEdq6geWPj4xEng">

         <body>The edges leaving the region that will abort other tokens flowing in the region.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_muXBBYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_muXBBoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yYvOZYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yYvOZoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_muXBB4N9EdqadtFwU5VNog" name="node" type="_md90soN9EdqadtFwU5VNog" subsettedProperty="_md90mIN9EdqadtFwU5VNog" association="_muzF14N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_muXBCIN9EdqadtFwU5VNog" annotatedElement="_muXBB4N9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yYvOZ4OGEdq6geWPj4xEng" name="node" type="_yJPZ8oOGEdq6geWPj4xEng" subsettedProperty="_yJPZ2IOGEdq6geWPj4xEng" association="_yZL6RIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yYvOaIOGEdq6geWPj4xEng" annotatedElement="_yYvOZ4OGEdq6geWPj4xEng">

         <body>Nodes immediately contained in the group.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_muXBCYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_muXBCoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yYvOaYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yYvOaoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_md90soN9EdqadtFwU5VNog" name="ActivityNode" isAbstract="true">

-    <ownedComment xmi:id="_mhPyMYN9EdqadtFwU5VNog" annotatedElement="_md90soN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yJPZ8oOGEdq6geWPj4xEng" name="ActivityNode" isAbstract="true">

+    <ownedComment xmi:id="_yMN1pIOGEdq6geWPj4xEng" annotatedElement="_yJPZ8oOGEdq6geWPj4xEng">

       <body>An activity node is an abstract class for the steps of an activity. It covers executable nodes, control nodes, and object nodes. Nodes can be replaced in generalization.</body>

     </ownedComment>

-    <ownedComment xmi:id="_md90s4N9EdqadtFwU5VNog" annotatedElement="_md90soN9EdqadtFwU5VNog">

+    <ownedComment xmi:id="_yJPZ84OGEdq6geWPj4xEng" annotatedElement="_yJPZ8oOGEdq6geWPj4xEng">

       <body>An activity node is an abstract class for the steps of an activity. It covers executable nodes, control nodes, and object nodes.</body>

     </ownedComment>

-    <ownedComment xmi:id="_muXBC4N9EdqadtFwU5VNog" annotatedElement="_md90soN9EdqadtFwU5VNog">

+    <ownedComment xmi:id="_yYvOa4OGEdq6geWPj4xEng" annotatedElement="_yJPZ8oOGEdq6geWPj4xEng">

       <body>An activity node is an abstract class for the steps of an activity. It covers executable nodes, control nodes, and object nodes. Nodes can be contained in interruptible regions.</body>

     </ownedComment>

-    <ownedRule xmi:id="_meQvroN9EdqadtFwU5VNog" name="owned_structured_node" constrainedElement="_md90soN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_meQvr4N9EdqadtFwU5VNog" annotatedElement="_meQvroN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yJiU2oOGEdq6geWPj4xEng" name="owned_structured_node" constrainedElement="_yJPZ8oOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yJiU24OGEdq6geWPj4xEng" annotatedElement="_yJiU2oOGEdq6geWPj4xEng">

         <body>Activity nodes may be owned by at most one structured node.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_meQvsIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yJiU3IOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mhPyMoN9EdqadtFwU5VNog" name="owned" constrainedElement="_md90soN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mhPyM4N9EdqadtFwU5VNog" annotatedElement="_mhPyMoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yMXmQIOGEdq6geWPj4xEng" name="owned" constrainedElement="_yJPZ8oOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yMXmQYOGEdq6geWPj4xEng" annotatedElement="_yMXmQIOGEdq6geWPj4xEng">

         <body>Activity nodes can only be owned by activities or groups.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mhPyNIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yMXmQoOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_meQvsYN9EdqadtFwU5VNog" general="_mMrQMYN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_meQvsoN9EdqadtFwU5VNog" name="inStructuredNode" type="_meG-kIN9EdqadtFwU5VNog" subsettedProperty="_md90u4N9EdqadtFwU5VNog" association="_meagd4N9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_meQvs4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_meQvtIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yJiU3YOGEdq6geWPj4xEng" general="_x42NUYOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yJiU3oOGEdq6geWPj4xEng" name="inStructuredNode" type="_yJZK3oOGEdq6geWPj4xEng" subsettedProperty="_yJPZ-4OGEdq6geWPj4xEng" association="_yJsFt4OGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yJiU34OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yJiU4IOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_meQvtYN9EdqadtFwU5VNog" annotatedElement="_meQvsoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yJiU4YOGEdq6geWPj4xEng" annotatedElement="_yJiU3oOGEdq6geWPj4xEng">

         <body>Structured activity node containing the node.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_meQvtoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_meQvt4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yJiU4oOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yJiU44OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_md90tYN9EdqadtFwU5VNog" name="activity" type="_md90g4N9EdqadtFwU5VNog" subsettedProperty="_mLyfbYN9EdqadtFwU5VNog" association="_meG-cIN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_md90toN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_md90t4N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yJPZ9YOGEdq6geWPj4xEng" name="activity" type="_yJPZw4OGEdq6geWPj4xEng" subsettedProperty="_x381jIOGEdq6geWPj4xEng" association="_yJPaAYOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yJPZ9oOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yJPZ94OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_md90uIN9EdqadtFwU5VNog" annotatedElement="_md90tYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yJPZ-IOGEdq6geWPj4xEng" annotatedElement="_yJPZ9YOGEdq6geWPj4xEng">

         <body>Activity containing the node.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_meQvuoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_meQvu4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yJiU5oOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yJiU54OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mhPyNYN9EdqadtFwU5VNog" name="outgoing" type="_mhGBF4N9EdqadtFwU5VNog" association="_mhY8AoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mhPyNoN9EdqadtFwU5VNog" annotatedElement="_mhPyNYN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yMXmQ4OGEdq6geWPj4xEng" name="outgoing" type="_yMN1QIOGEdq6geWPj4xEng" association="_yMXmYoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yMXmRIOGEdq6geWPj4xEng" annotatedElement="_yMXmQ4OGEdq6geWPj4xEng">

         <body>Edges that have the node as source.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mhPyN4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mhPyOIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yMXmRYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yMXmRoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mhPyOYN9EdqadtFwU5VNog" name="incoming" type="_mhGBF4N9EdqadtFwU5VNog" association="_mhY8A4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mhPyOoN9EdqadtFwU5VNog" annotatedElement="_mhPyOYN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yMXmR4OGEdq6geWPj4xEng" name="incoming" type="_yMN1QIOGEdq6geWPj4xEng" association="_yMXmY4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yMXmSIOGEdq6geWPj4xEng" annotatedElement="_yMXmR4OGEdq6geWPj4xEng">

         <body>Edges that have the node as target.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mhPyO4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mhPyPIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yMXmSYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yMXmSoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mhPyPYN9EdqadtFwU5VNog" name="redefinedNode" type="_md90soN9EdqadtFwU5VNog" subsettedProperty="_mMrQQIN9EdqadtFwU5VNog" association="_mhY8B4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mhPyPoN9EdqadtFwU5VNog" annotatedElement="_mhPyPYN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yMXmS4OGEdq6geWPj4xEng" name="redefinedNode" type="_yJPZ8oOGEdq6geWPj4xEng" subsettedProperty="_x42NYIOGEdq6geWPj4xEng" association="_yMhXQoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yMXmTIOGEdq6geWPj4xEng" annotatedElement="_yMXmS4OGEdq6geWPj4xEng">

         <body>Inherited nodes replaced by this node in a specialization of the activity.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mhPyP4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mhPyQIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yMXmTYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yMXmToOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mkX-jYN9EdqadtFwU5VNog" name="inPartition" type="_mkONj4N9EdqadtFwU5VNog" subsettedProperty="_md90u4N9EdqadtFwU5VNog" association="_mkhIf4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mkX-joN9EdqadtFwU5VNog" annotatedElement="_mkX-jYN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yPM4C4OGEdq6geWPj4xEng" name="inPartition" type="_yPM30IOGEdq6geWPj4xEng" subsettedProperty="_yJPZ-4OGEdq6geWPj4xEng" association="_yPfywIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yPM4DIOGEdq6geWPj4xEng" annotatedElement="_yPM4C4OGEdq6geWPj4xEng">

         <body>Partitions containing the node.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mkX-j4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mkX-kIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yPM4DYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yPM4DoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_muXBDIN9EdqadtFwU5VNog" name="inInterruptibleRegion" type="_muXA_YN9EdqadtFwU5VNog" subsettedProperty="_md90u4N9EdqadtFwU5VNog" association="_muzF14N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_muXBDYN9EdqadtFwU5VNog" annotatedElement="_muXBDIN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yYvObIOGEdq6geWPj4xEng" name="inInterruptibleRegion" type="_yYvOXYOGEdq6geWPj4xEng" subsettedProperty="_yJPZ-4OGEdq6geWPj4xEng" association="_yZL6RIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yYvObYOGEdq6geWPj4xEng" annotatedElement="_yYvObIOGEdq6geWPj4xEng">

         <body>Interruptible regions containing the node.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_muXBDoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_muXBD4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yYvOboOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yYvOb4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_md90u4N9EdqadtFwU5VNog" name="inGroup" type="_md90lYN9EdqadtFwU5VNog" isReadOnly="true" isDerived="true" isDerivedUnion="true" association="_meG-coN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_md90vIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_md90vYN9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_yJPZ-4OGEdq6geWPj4xEng" name="inGroup" type="_yJPZ1YOGEdq6geWPj4xEng" isReadOnly="true" isDerived="true" isDerivedUnion="true" association="_yJZKwIOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yJPZ_IOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yJPZ_YOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_md90voN9EdqadtFwU5VNog" annotatedElement="_md90u4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yJPZ_oOGEdq6geWPj4xEng" annotatedElement="_yJPZ-4OGEdq6geWPj4xEng">

         <body>Groups containing the node. Multiplicity specialized to [0..1] for StructuredActivity-Group.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_muXBEIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_muXBEYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yYvOcIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yYvOcYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mOw674N9EdqadtFwU5VNog" name="BehavioralFeature" isAbstract="true">

-    <ownedComment xmi:id="_mOw68IN9EdqadtFwU5VNog" annotatedElement="_mOw674N9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_x6yHD4OGEdq6geWPj4xEng" name="BehavioralFeature" isAbstract="true">

+    <ownedComment xmi:id="_x6yHEIOGEdq6geWPj4xEng" annotatedElement="_x6yHD4OGEdq6geWPj4xEng">

       <body>A behavioral feature is a feature of a classifier that specifies an aspect of the behavior of its instances. BehavioralFeature is an abstract metaclass specializing Feature and Namespace. Kinds of behavioral aspects are modeled by subclasses of BehavioralFeature.</body>

     </ownedComment>

-    <ownedComment xmi:id="_mVLE8IN9EdqadtFwU5VNog" annotatedElement="_mOw674N9EdqadtFwU5VNog">

+    <ownedComment xmi:id="_yA5WIYOGEdq6geWPj4xEng" annotatedElement="_x6yHD4OGEdq6geWPj4xEng">

       <body>A behavioral feature specifies that an instance of a classifier will respond to a designated request by invoking a behavior.

 

 BehavioralFeature is an abstract metaclass specializing Feature and Namespace. Kinds of behavioral aspects are modeled by subclasses of BehavioralFeature.

 

 </body>

     </ownedComment>

-    <ownedComment xmi:id="_mcemyoN9EdqadtFwU5VNog" annotatedElement="_mOw674N9EdqadtFwU5VNog">

+    <ownedComment xmi:id="_yIfy6oOGEdq6geWPj4xEng" annotatedElement="_x6yHD4OGEdq6geWPj4xEng">

       <body>A behavioral feature is implemented (realized) by a behavior. A behavioral feature specifies that a classifier will respond to a designated request by invoking its implementing method.</body>

     </ownedComment>

-    <ownedComment xmi:id="_muXBEoN9EdqadtFwU5VNog" annotatedElement="_mOw674N9EdqadtFwU5VNog">

+    <ownedComment xmi:id="_yYvOcoOGEdq6geWPj4xEng" annotatedElement="_x6yHD4OGEdq6geWPj4xEng">

       <body>The concept of BehavioralFeature is extended to own ParameterSets.</body>

     </ownedComment>

-    <generalization xmi:id="_mOw68YN9EdqadtFwU5VNog" general="_mL7pVYN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mOw68oN9EdqadtFwU5VNog" general="_ZiwkoGwLEdq7X4sGURiZYA"/>

-    <ownedAttribute xmi:id="_mOw684N9EdqadtFwU5VNog" name="ownedParameter" type="_KyaPMGveEdq4DLWZOhbdEA" isOrdered="true" subsettedProperty="_mMYVVoN9EdqadtFwU5VNog" association="_mQjqpoN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mOw69IN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mOw69YN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_x6yHEYOGEdq6geWPj4xEng" general="_x4GmdYOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_x6yHEoOGEdq6geWPj4xEng" general="_ZiwkoGwLEdq7X4sGURiZYA"/>

+    <ownedAttribute xmi:id="_x6yHE4OGEdq6geWPj4xEng" name="ownedParameter" type="_KyaPMGveEdq4DLWZOhbdEA" isOrdered="true" subsettedProperty="_x4jScoOGEdq6geWPj4xEng" association="_x8k2w4OGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_x6yHFIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x6yHFYOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mOw69oN9EdqadtFwU5VNog" annotatedElement="_mOw684N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x6yHFoOGEdq6geWPj4xEng" annotatedElement="_x6yHE4OGEdq6geWPj4xEng">

         <body>Specifies the ordered set of formal parameters of this BehavioralFeature.</body>

       </ownedComment>

-      <ownedComment xmi:id="_mVLE8YN9EdqadtFwU5VNog" annotatedElement="_mOw684N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yA5WIoOGEdq6geWPj4xEng" annotatedElement="_x6yHE4OGEdq6geWPj4xEng">

         <body>Specifies the ordered set of formal parameters owned by this BehavioralFeature. The parameter direction can be 'in', 'inout', 'out', pr 'return' to specify input, output, or return parameters.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mVLE8oN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mVLE84N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yA5WI4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yA5WJIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mcemy4N9EdqadtFwU5VNog" name="isAbstract" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mcemzIN9EdqadtFwU5VNog" annotatedElement="_mcemy4N9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yIfy64OGEdq6geWPj4xEng" name="isAbstract" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yIfy7IOGEdq6geWPj4xEng" annotatedElement="_yIfy64OGEdq6geWPj4xEng">

         <body>If true, then the behavioral feature does not have an implementation, and one must be supplied by a more specific element. If false, the behavioral feature must have an implementation in the classifier or one must be inherited from a more general element.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mcemzYN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yIfy7YOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mcemzoN9EdqadtFwU5VNog" name="method" type="_TUPtYGveEdq4DLWZOhbdEA" association="_mdONqoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mcemz4N9EdqadtFwU5VNog" annotatedElement="_mcemzoN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yIfy7oOGEdq6geWPj4xEng" name="method" type="_TUPtYGveEdq4DLWZOhbdEA" association="_yIo80IOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yIfy74OGEdq6geWPj4xEng" annotatedElement="_yIfy7oOGEdq6geWPj4xEng">

         <body>A behavioral description that implements the behavioral feature. There may be at most one behavior for a particular pairing of a classifier (as owner of the behavior) and a behavioral feature (as specification of the behavior).</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mcem0IN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mcem0YN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yIfy8IOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yIfy8YOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mjLrsYN9EdqadtFwU5VNog" name="concurrency" type="_mjxhlIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mjLrsoN9EdqadtFwU5VNog" annotatedElement="_mjLrsYN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yOAlIYOGEdq6geWPj4xEng" name="concurrency" type="_yOwL4IOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yOAlIoOGEdq6geWPj4xEng" annotatedElement="_yOAlIYOGEdq6geWPj4xEng">

         <body>Specifies the semantics of concurrent calls to the same passive instance (i.e., an instance originating from a class with isActive being false). Active instances control access to their own behavioral features.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:InstanceValue" xmi:id="_mjLrs4N9EdqadtFwU5VNog" type="_mjxhlIN9EdqadtFwU5VNog" instance="_mjxhloN9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:InstanceValue" xmi:id="_yOAlI4OGEdq6geWPj4xEng" type="_yOwL4IOGEdq6geWPj4xEng" instance="_yOwL4oOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mOw6-YN9EdqadtFwU5VNog" name="raisedException" type="_ynRtoGvtEdqG6fBIPwe-mw" association="_mQjqq4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mOw6-oN9EdqadtFwU5VNog" annotatedElement="_mOw6-YN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_x6yHGYOGEdq6geWPj4xEng" name="raisedException" type="_ynRtoGvtEdqG6fBIPwe-mw" association="_x8k2yIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x6yHGoOGEdq6geWPj4xEng" annotatedElement="_x6yHGYOGEdq6geWPj4xEng">

         <body>References the Types representing exceptions that may be raised during an invocation of this feature.</body>

       </ownedComment>

-      <ownedComment xmi:id="_mjLrtIN9EdqadtFwU5VNog" annotatedElement="_mOw6-YN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yOAlJIOGEdq6geWPj4xEng" annotatedElement="_x6yHGYOGEdq6geWPj4xEng">

         <body>The signals that the behavioral feature raises as exceptions.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mjLrtYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mjLrtoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yOAlJYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yOAlJoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_muXBE4N9EdqadtFwU5VNog" name="ownedParameterSet" type="_muDfFYN9EdqadtFwU5VNog" subsettedProperty="_mMYVVoN9EdqadtFwU5VNog" association="_muzF5IN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_muXBFIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_muXBFYN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yYvOc4OGEdq6geWPj4xEng" name="ownedParameterSet" type="_yYcTjYOGEdq6geWPj4xEng" subsettedProperty="_x4jScoOGEdq6geWPj4xEng" association="_yZL6UYOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yYvOdIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yYvOdYOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_muXBFoN9EdqadtFwU5VNog" annotatedElement="_muXBE4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yYvOdoOGEdq6geWPj4xEng" annotatedElement="_yYvOc4OGEdq6geWPj4xEng">

         <body>The ParameterSets owned by this BehavioralFeature.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_muXBF4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_muXBGIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yYvOd4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yYvOeIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedOperation xmi:id="_mOw6_YN9EdqadtFwU5VNog" name="isDistinguishableFrom" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_mP9NsIN9EdqadtFwU5VNog" bodyCondition="_mOw6_4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mOw6_oN9EdqadtFwU5VNog" annotatedElement="_mOw6_YN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x6yHHYOGEdq6geWPj4xEng" name="isDistinguishableFrom" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_x71P54OGEdq6geWPj4xEng" bodyCondition="_x6yHH4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x6yHHoOGEdq6geWPj4xEng" annotatedElement="_x6yHHYOGEdq6geWPj4xEng">

         <body>The query isDistinguishableFrom() determines whether two BehavioralFeatures may coexist in the same Namespace. It specifies that they have to have different signatures.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mOw6_4N9EdqadtFwU5VNog" name="spec" constrainedElement="_mOw6_YN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mVLE9oN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x6yHH4OGEdq6geWPj4xEng" name="spec" constrainedElement="_x6yHHYOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yA5WJ4OGEdq6geWPj4xEng" language="OCL">

           <body>result = if n.oclIsKindOf(BehavioralFeature)

 then

   if ns.getNamesOfMember(self)->intersection(ns.getNamesOfMember(n))->notEmpty()

@@ -11678,13 +11678,13 @@
 endif</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mOw7AYN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

-      <ownedParameter xmi:id="_mOw7AoN9EdqadtFwU5VNog" name="n" type="_csVgUGvtEdqG6fBIPwe-mw"/>

-      <ownedParameter xmi:id="_mOw7A4N9EdqadtFwU5VNog" name="ns" type="_ZiwkoGwLEdq7X4sGURiZYA"/>

+      <returnResult xmi:id="_x6yHIYOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <ownedParameter xmi:id="_x6yHIoOGEdq6geWPj4xEng" name="n" type="_csVgUGvtEdqG6fBIPwe-mw"/>

+      <ownedParameter xmi:id="_x6yHI4OGEdq6geWPj4xEng" name="ns" type="_ZiwkoGwLEdq7X4sGURiZYA"/>

     </ownedOperation>

   </ownedMember>

   <ownedMember xmi:type="uml:Class" xmi:id="_TUPtYGveEdq4DLWZOhbdEA" name="Behavior" isAbstract="true">

-    <ownedComment xmi:id="_mcB61IN9EdqadtFwU5VNog" annotatedElement="_TUPtYGveEdq4DLWZOhbdEA">

+    <ownedComment xmi:id="_yIDG9IOGEdq6geWPj4xEng" annotatedElement="_TUPtYGveEdq4DLWZOhbdEA">

       <body>Behavior is a specification of how its context classifier changes state over time. This specification may be either a definition of possible behavior execution or emergent behavior, or a selective illustration of an interesting subset of possible executions. The latter form is typically used for capturing examples, such as a trace of a particular execution.

 

 

@@ -11703,107 +11703,107 @@
 

 </body>

     </ownedComment>

-    <ownedComment xmi:id="_mugK4IN9EdqadtFwU5VNog" annotatedElement="_TUPtYGveEdq4DLWZOhbdEA">

+    <ownedComment xmi:id="_yYvOeYOGEdq6geWPj4xEng" annotatedElement="_TUPtYGveEdq4DLWZOhbdEA">

       <body>The concept of Behavior is extended to own ParameterSets.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mcB61YN9EdqadtFwU5VNog" name="parameters_match" constrainedElement="_TUPtYGveEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_mcB61oN9EdqadtFwU5VNog" annotatedElement="_mcB61YN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yIDG9YOGEdq6geWPj4xEng" name="parameters_match" constrainedElement="_TUPtYGveEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_yIDG9oOGEdq6geWPj4xEng" annotatedElement="_yIDG9YOGEdq6geWPj4xEng">

         <body>The parameters of the behavior must match the parameters of the implemented behavioral feature.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mcB614N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yIDG94OGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mcB62IN9EdqadtFwU5VNog" name="feature_of_context_classifier" constrainedElement="_TUPtYGveEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_mcB62YN9EdqadtFwU5VNog" annotatedElement="_mcB62IN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yIDG-IOGEdq6geWPj4xEng" name="feature_of_context_classifier" constrainedElement="_TUPtYGveEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_yIDG-YOGEdq6geWPj4xEng" annotatedElement="_yIDG-IOGEdq6geWPj4xEng">

         <body>The implemented behavioral feature must be a feature (possibly inherited) of the context classifier of the behavior.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mcB62oN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yIDG-oOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mcB624N9EdqadtFwU5VNog" name="must_realize" constrainedElement="_TUPtYGveEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_mcB63IN9EdqadtFwU5VNog" annotatedElement="_mcB624N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yIDG-4OGEdq6geWPj4xEng" name="must_realize" constrainedElement="_TUPtYGveEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_yIDG_IOGEdq6geWPj4xEng" annotatedElement="_yIDG-4OGEdq6geWPj4xEng">

         <body>If the implemented behavioral feature has been redefined in the ancestors of the owner of the behavior, then the behavior must realize the latest redefining behavioral feature.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mcB63YN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yIDG_YOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mcB63oN9EdqadtFwU5VNog" name="most_one_behaviour" constrainedElement="_TUPtYGveEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_mcB634N9EdqadtFwU5VNog" annotatedElement="_mcB63oN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yIDG_oOGEdq6geWPj4xEng" name="most_one_behaviour" constrainedElement="_TUPtYGveEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_yIDG_4OGEdq6geWPj4xEng" annotatedElement="_yIDG_oOGEdq6geWPj4xEng">

         <body>There may be at most one behavior for a given pairing of classifier (as owner of the behavior) and behavioral feature (as specification of the behavior).</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mcB64IN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yIDHAIOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mcLEwIN9EdqadtFwU5VNog" general="_00owUGvdEdq4DLWZOhbdEA"/>

-    <ownedAttribute xmi:id="_mcLEwYN9EdqadtFwU5VNog" name="isReentrant" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mcLEwoN9EdqadtFwU5VNog" annotatedElement="_mcLEwYN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yIM38IOGEdq6geWPj4xEng" general="_00owUGvdEdq4DLWZOhbdEA"/>

+    <ownedAttribute xmi:id="_yIM38YOGEdq6geWPj4xEng" name="isReentrant" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yIM38oOGEdq6geWPj4xEng" annotatedElement="_yIM38YOGEdq6geWPj4xEng">

         <body>Tells whether the behavior can be invoked while it is still executing from a previous invocation.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mcLEw4N9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yIM384OGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mcLExIN9EdqadtFwU5VNog" name="redefinedBehavior" type="_TUPtYGveEdq4DLWZOhbdEA" subsettedProperty="_mMrQQIN9EdqadtFwU5VNog" association="_mdONpYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mcLExYN9EdqadtFwU5VNog" annotatedElement="_mcLExIN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yIM39IOGEdq6geWPj4xEng" name="redefinedBehavior" type="_TUPtYGveEdq4DLWZOhbdEA" subsettedProperty="_x42NYIOGEdq6geWPj4xEng" association="_yIfzFIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yIM39YOGEdq6geWPj4xEng" annotatedElement="_yIM39IOGEdq6geWPj4xEng">

         <body>References a behavior that this behavior redefines. A subtype of Behavior may redefine any other subtype of Behavior. If the behavior implements a behavioral feature, it replaces the redefined behavior. If the behavior is a classifier behavior, it extends the redefined behavior.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mcLExoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mcLEx4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yIM39oOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yIM394OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mcLEyIN9EdqadtFwU5VNog" name="specification" type="_mOw674N9EdqadtFwU5VNog" association="_mdONqoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mcLEyYN9EdqadtFwU5VNog" annotatedElement="_mcLEyIN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yIM3-IOGEdq6geWPj4xEng" name="specification" type="_x6yHD4OGEdq6geWPj4xEng" association="_yIo80IOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yIM3-YOGEdq6geWPj4xEng" annotatedElement="_yIM3-IOGEdq6geWPj4xEng">

         <body>Designates a behavioral feature that the behavior implements. The behavioral feature must be owned by the classifier that owns the behavior or be inherited by it. The parameters of the behavioral feature and the implementing behavior must match. If a behavior does not have a specification, it is directly associated with a classifier (i.e., it is the behavior of the classifier as a whole).</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mcLEyoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mcLEy4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yIM3-oOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yIM3-4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mcLEzIN9EdqadtFwU5VNog" name="ownedParameter" type="_KyaPMGveEdq4DLWZOhbdEA" isOrdered="true" subsettedProperty="_mMYVVoN9EdqadtFwU5VNog" association="_mdXXkIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mcLEzYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mcLEzoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yIM3_IOGEdq6geWPj4xEng" name="ownedParameter" type="_KyaPMGveEdq4DLWZOhbdEA" isOrdered="true" subsettedProperty="_x4jScoOGEdq6geWPj4xEng" association="_yIo80YOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yIM3_YOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yIM3_oOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mcLEz4N9EdqadtFwU5VNog" annotatedElement="_mcLEzIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yIM3_4OGEdq6geWPj4xEng" annotatedElement="_yIM3_IOGEdq6geWPj4xEng">

         <body>References a list of parameters to the behavior which describes the order and type of arguments that can be given when the behavior is invoked and of the values which will be returned when the behavior completes its execution.

 

 </body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mcLE0IN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mcLE0YN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yIM4AIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yIM4AYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mcLE0oN9EdqadtFwU5VNog" name="context" type="_iY7sMGvsEdqG6fBIPwe-mw" isReadOnly="true" isDerived="true" subsettedProperty="_mMrQOoN9EdqadtFwU5VNog" association="_mdXXnYN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mcLE04N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mcLE1IN9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_yIM4AoOGEdq6geWPj4xEng" name="context" type="_iY7sMGvsEdqG6fBIPwe-mw" isReadOnly="true" isDerived="true" subsettedProperty="_x42NWoOGEdq6geWPj4xEng" association="_yIo83oOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yIM4A4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yIM4BIOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mcLE1YN9EdqadtFwU5VNog" annotatedElement="_mcLE0oN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yIM4BYOGEdq6geWPj4xEng" annotatedElement="_yIM4AoOGEdq6geWPj4xEng">

         <body>The classifier that is the context for the execution of the behavior. If the behavior is owned by a BehavioredClassifier, that classifier is the context. Otherwise, the context is the first BehavioredClassifier reached by following the chain of owner relationships. For example, following this algorithm, the context of an entry action in a state machine is the classifier that owns the state machine. The features of the context classifier as well as the elements visible to the context classifier are visible to the behavior.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mcLE1oN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mcLE14N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yIM4BoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yIM4B4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mcLE2IN9EdqadtFwU5VNog" name="precondition" type="_mOBUAIN9EdqadtFwU5VNog" association="_mdXXpoN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mcLE2YN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mcLE2oN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yIM4CIOGEdq6geWPj4xEng" name="precondition" type="_x6CgIYOGEdq6geWPj4xEng" association="_yIo854OGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yIM4CYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yIM4CoOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mcLE24N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mcLE3IN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yIM4C4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yIM4DIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mcLE3YN9EdqadtFwU5VNog" name="postcondition" type="_mOBUAIN9EdqadtFwU5VNog" association="_mdXXq4N9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mcLE3oN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mcLE34N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yIM4DYOGEdq6geWPj4xEng" name="postcondition" type="_x6CgIYOGEdq6geWPj4xEng" association="_yIo87IOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yIM4DoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yIM4D4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mcLE4IN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mcLE4YN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yIM4EIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yIM4EYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mugK4YN9EdqadtFwU5VNog" name="ownedParameterSet" type="_muDfFYN9EdqadtFwU5VNog" subsettedProperty="_mMYVVoN9EdqadtFwU5VNog" association="_mu820IN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mugK4oN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mugK44N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yY4_UIOGEdq6geWPj4xEng" name="ownedParameterSet" type="_yYcTjYOGEdq6geWPj4xEng" subsettedProperty="_x4jScoOGEdq6geWPj4xEng" association="_yZL6VoOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yY4_UYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yY4_UoOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mugK5IN9EdqadtFwU5VNog" annotatedElement="_mugK4YN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yY4_U4OGEdq6geWPj4xEng" annotatedElement="_yY4_UIOGEdq6geWPj4xEng">

         <body>The ParameterSets owned by this Behavior.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mugK5YN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mugK5oN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yY4_VIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yY4_VYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

     <ownedOperation xmi:id="_Zp2iwFYgEdqB6vblk3tuMA" name="getContext" visibility="protected" type="_iY7sMGvsEdqG6fBIPwe-mw">

       <returnResult xmi:id="_flYtEFYgEdqB6vblk3tuMA" type="_iY7sMGvsEdqG6fBIPwe-mw" direction="return">

@@ -11812,120 +11812,120 @@
       </returnResult>

     </ownedOperation>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mdXXx4N9EdqadtFwU5VNog" name="Pin">

-    <ownedComment xmi:id="_mdXXyIN9EdqadtFwU5VNog" annotatedElement="_mdXXx4N9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yIyt0IOGEdq6geWPj4xEng" name="Pin">

+    <ownedComment xmi:id="_yIyt0YOGEdq6geWPj4xEng" annotatedElement="_yIyt0IOGEdq6geWPj4xEng">

       <body>A pin is a typed element and multiplicity element that provides values to actions and accept result values from them.</body>

     </ownedComment>

-    <ownedComment xmi:id="_mhPyQYN9EdqadtFwU5VNog" annotatedElement="_mdXXx4N9EdqadtFwU5VNog">

+    <ownedComment xmi:id="_yMXmT4OGEdq6geWPj4xEng" annotatedElement="_yIyt0IOGEdq6geWPj4xEng">

       <body>A pin is an object node for inputs and outputs to actions.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mugK54N9EdqadtFwU5VNog" name="control_pins" constrainedElement="_mdXXx4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mugK6IN9EdqadtFwU5VNog" annotatedElement="_mugK54N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yY4_VoOGEdq6geWPj4xEng" name="control_pins" constrainedElement="_yIyt0IOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yY4_V4OGEdq6geWPj4xEng" annotatedElement="_yY4_VoOGEdq6geWPj4xEng">

         <body>Control pins have a control type</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mugK6YN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yY4_WIOGEdq6geWPj4xEng" language="OCL">

         <body>isControl implies isControlType</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mhY78IN9EdqadtFwU5VNog" general="_mhGBCoN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mugK6oN9EdqadtFwU5VNog" name="isControl" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mugK64N9EdqadtFwU5VNog" annotatedElement="_mugK6oN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yMXmUIOGEdq6geWPj4xEng" general="_yMEraYOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yY4_WYOGEdq6geWPj4xEng" name="isControl" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yY4_WoOGEdq6geWPj4xEng" annotatedElement="_yY4_WYOGEdq6geWPj4xEng">

         <body>Tells whether the pins provide data to the actions, or just controls when it executes it.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mugK7IN9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yY4_W4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Enumeration" xmi:id="_mup74IN9EdqadtFwU5VNog" name="ObjectNodeOrderingKind">

-    <ownedComment xmi:id="_mup74YN9EdqadtFwU5VNog" annotatedElement="_mup74IN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Enumeration" xmi:id="_yZCJQIOGEdq6geWPj4xEng" name="ObjectNodeOrderingKind">

+    <ownedComment xmi:id="_yZCJQYOGEdq6geWPj4xEng" annotatedElement="_yZCJQIOGEdq6geWPj4xEng">

       <body>ObjectNodeOrderingKind is an enumeration indicating queuing order within a node.</body>

     </ownedComment>

-    <ownedLiteral xmi:id="_mup74oN9EdqadtFwU5VNog" name="unordered"/>

-    <ownedLiteral xmi:id="_mup744N9EdqadtFwU5VNog" name="ordered"/>

-    <ownedLiteral xmi:id="_mup75IN9EdqadtFwU5VNog" name="LIFO"/>

-    <ownedLiteral xmi:id="_mup75YN9EdqadtFwU5VNog" name="FIFO"/>

+    <ownedLiteral xmi:id="_yZCJQoOGEdq6geWPj4xEng" name="unordered"/>

+    <ownedLiteral xmi:id="_yZCJQ4OGEdq6geWPj4xEng" name="ordered"/>

+    <ownedLiteral xmi:id="_yZCJRIOGEdq6geWPj4xEng" name="LIFO"/>

+    <ownedLiteral xmi:id="_yZCJRYOGEdq6geWPj4xEng" name="FIFO"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Enumeration" xmi:id="_mup75oN9EdqadtFwU5VNog" name="ParameterEffectKind">

-    <ownedComment xmi:id="_mup754N9EdqadtFwU5VNog" annotatedElement="_mup75oN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Enumeration" xmi:id="_yZCJRoOGEdq6geWPj4xEng" name="ParameterEffectKind">

+    <ownedComment xmi:id="_yZCJR4OGEdq6geWPj4xEng" annotatedElement="_yZCJRoOGEdq6geWPj4xEng">

       <body>The datatype ParameterEffectKind is an enumeration that indicates the effect of a behavior on values passed in or out of its parameters.</body>

     </ownedComment>

-    <ownedLiteral xmi:id="_mup76IN9EdqadtFwU5VNog" name="create"/>

-    <ownedLiteral xmi:id="_mup76YN9EdqadtFwU5VNog" name="read"/>

-    <ownedLiteral xmi:id="_mup76oN9EdqadtFwU5VNog" name="update"/>

-    <ownedLiteral xmi:id="_mup764N9EdqadtFwU5VNog" name="delete"/>

+    <ownedLiteral xmi:id="_yZCJSIOGEdq6geWPj4xEng" name="create"/>

+    <ownedLiteral xmi:id="_yZCJSYOGEdq6geWPj4xEng" name="read"/>

+    <ownedLiteral xmi:id="_yZCJSoOGEdq6geWPj4xEng" name="update"/>

+    <ownedLiteral xmi:id="_yZCJS4OGEdq6geWPj4xEng" name="delete"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mup77IN9EdqadtFwU5VNog" name="A_weight_activityEdge" memberEnd="_muDe8IN9EdqadtFwU5VNog _mup77oN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mup77YN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mup77oN9EdqadtFwU5VNog" type="_mhGBF4N9EdqadtFwU5VNog" association="_mup77IN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yZCJTIOGEdq6geWPj4xEng" name="A_weight_activityEdge" memberEnd="_yYcTaIOGEdq6geWPj4xEng _yZCJToOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yZCJTYOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yZCJToOGEdq6geWPj4xEng" type="_yMN1QIOGEdq6geWPj4xEng" association="_yZCJTIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mup774N9EdqadtFwU5VNog" name="A_upperBound_objectNode" memberEnd="_mup78YN9EdqadtFwU5VNog _muDfB4N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mup78IN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mup78YN9EdqadtFwU5VNog" type="_mhGBCoN9EdqadtFwU5VNog" association="_mup774N9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mup78oN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mup784N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yZCJT4OGEdq6geWPj4xEng" name="A_upperBound_objectNode" memberEnd="_yZCJUYOGEdq6geWPj4xEng _yYcTf4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yZCJUIOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yZCJUYOGEdq6geWPj4xEng" type="_yMEraYOGEdq6geWPj4xEng" association="_yZCJT4OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yZCJUoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yZCJU4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mup79IN9EdqadtFwU5VNog" name="A_inState_objectNode" memberEnd="_mup79YN9EdqadtFwU5VNog _muDfDYN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mup79YN9EdqadtFwU5VNog" type="_mhGBCoN9EdqadtFwU5VNog" association="_mup79IN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mup79oN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mup794N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yZCJVIOGEdq6geWPj4xEng" name="A_inState_objectNode" memberEnd="_yZCJVYOGEdq6geWPj4xEng _yYcThYOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yZCJVYOGEdq6geWPj4xEng" type="_yMEraYOGEdq6geWPj4xEng" association="_yZCJVIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yZCJVoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yZCJV4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mup7-IN9EdqadtFwU5VNog" name="A_parameterSet_parameter" memberEnd="_muNQCIN9EdqadtFwU5VNog _muDfIYN9EdqadtFwU5VNog"/>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mup7-YN9EdqadtFwU5VNog" name="A_transformation_objectFlow" memberEnd="_mup7-oN9EdqadtFwU5VNog _mt6VMIN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mup7-oN9EdqadtFwU5VNog" type="_mhGBPoN9EdqadtFwU5VNog" association="_mup7-YN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mup7-4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mup7_IN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yZCJWIOGEdq6geWPj4xEng" name="A_parameterSet_parameter" memberEnd="_yYldaYOGEdq6geWPj4xEng _yYcTmYOGEdq6geWPj4xEng"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yZCJWYOGEdq6geWPj4xEng" name="A_transformation_objectFlow" memberEnd="_yYcTYIOGEdq6geWPj4xEng _yZCJWoOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yZCJWoOGEdq6geWPj4xEng" type="_yMN1Z4OGEdq6geWPj4xEng" association="_yZCJWYOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yZCJW4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yZCJXIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_muzF0IN9EdqadtFwU5VNog" name="A_action_localPrecondition" memberEnd="_muzF0oN9EdqadtFwU5VNog _muXA8YN9EdqadtFwU5VNog">

-    <generalization xmi:id="_muzF0YN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_muzF0oN9EdqadtFwU5VNog" type="_mdq5uYN9EdqadtFwU5VNog" association="_muzF0IN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yZCJXYOGEdq6geWPj4xEng" name="A_action_localPrecondition" memberEnd="_yZCJX4OGEdq6geWPj4xEng _yYvOUYOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yZCJXoOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yZCJX4OGEdq6geWPj4xEng" type="_yI8e-YOGEdq6geWPj4xEng" association="_yZCJXYOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_muzF04N9EdqadtFwU5VNog" name="A_action_localPostcondition" memberEnd="_muzF1YN9EdqadtFwU5VNog _muXA94N9EdqadtFwU5VNog">

-    <generalization xmi:id="_muzF1IN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_muzF1YN9EdqadtFwU5VNog" type="_mdq5uYN9EdqadtFwU5VNog" association="_muzF04N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yZL6QIOGEdq6geWPj4xEng" name="A_action_localPostcondition" memberEnd="_yYvOV4OGEdq6geWPj4xEng _yZL6QoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yZL6QYOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yZL6QoOGEdq6geWPj4xEng" type="_yI8e-YOGEdq6geWPj4xEng" association="_yZL6QIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_muzF1oN9EdqadtFwU5VNog" name="A_interruptingEdge_interrupts" memberEnd="_muDe9oN9EdqadtFwU5VNog _muXBA4N9EdqadtFwU5VNog"/>

-  <ownedMember xmi:type="uml:Association" xmi:id="_muzF14N9EdqadtFwU5VNog" name="A_inInterruptibleRegion_node" memberEnd="_muXBDIN9EdqadtFwU5VNog _muXBB4N9EdqadtFwU5VNog">

-    <generalization xmi:id="_muzF2IN9EdqadtFwU5VNog" general="_meG-coN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yZL6Q4OGEdq6geWPj4xEng" name="A_interruptingEdge_interrupts" memberEnd="_yYcTboOGEdq6geWPj4xEng _yYvOY4OGEdq6geWPj4xEng"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yZL6RIOGEdq6geWPj4xEng" name="A_inInterruptibleRegion_node" memberEnd="_yYvObIOGEdq6geWPj4xEng _yYvOZ4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yZL6RYOGEdq6geWPj4xEng" general="_yJZKwIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_muzF2YN9EdqadtFwU5VNog" name="A_selection_objectFlow" memberEnd="_muzF2oN9EdqadtFwU5VNog _mt6VNIN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_muzF2oN9EdqadtFwU5VNog" type="_mhGBPoN9EdqadtFwU5VNog" association="_muzF2YN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_muzF24N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_muzF3IN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yZL6RoOGEdq6geWPj4xEng" name="A_selection_objectFlow" memberEnd="_yYcTZIOGEdq6geWPj4xEng _yZL6R4OGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yZL6R4OGEdq6geWPj4xEng" type="_yMN1Z4OGEdq6geWPj4xEng" association="_yZL6RoOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yZL6SIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yZL6SYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_muzF3YN9EdqadtFwU5VNog" name="A_selection_objectNode" memberEnd="_muzF3oN9EdqadtFwU5VNog _muDfEYN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_muzF3oN9EdqadtFwU5VNog" type="_mhGBCoN9EdqadtFwU5VNog" association="_muzF3YN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_muzF34N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_muzF4IN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yZL6SoOGEdq6geWPj4xEng" name="A_selection_objectNode" memberEnd="_yYcTiYOGEdq6geWPj4xEng _yZL6S4OGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yZL6S4OGEdq6geWPj4xEng" type="_yMEraYOGEdq6geWPj4xEng" association="_yZL6SoOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yZL6TIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yZL6TYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_muzF4YN9EdqadtFwU5VNog" name="A_condition_parameterSet" memberEnd="_muzF44N9EdqadtFwU5VNog _muDfJYN9EdqadtFwU5VNog">

-    <generalization xmi:id="_muzF4oN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_muzF44N9EdqadtFwU5VNog" type="_muDfFYN9EdqadtFwU5VNog" association="_muzF4YN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yZL6ToOGEdq6geWPj4xEng" name="A_condition_parameterSet" memberEnd="_yZL6UIOGEdq6geWPj4xEng _yYcTnYOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yZL6T4OGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yZL6UIOGEdq6geWPj4xEng" type="_yYcTjYOGEdq6geWPj4xEng" association="_yZL6ToOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_muzF5IN9EdqadtFwU5VNog" name="A_ownedParameterSet_behavioralFeature" memberEnd="_muzF5oN9EdqadtFwU5VNog _muXBE4N9EdqadtFwU5VNog">

-    <generalization xmi:id="_muzF5YN9EdqadtFwU5VNog" general="_mQ_vgoN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_muzF5oN9EdqadtFwU5VNog" type="_mOw674N9EdqadtFwU5VNog" association="_muzF5IN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_muzF54N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_muzF6IN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yZL6UYOGEdq6geWPj4xEng" name="A_ownedParameterSet_behavioralFeature" memberEnd="_yZL6U4OGEdq6geWPj4xEng _yYvOc4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yZL6UoOGEdq6geWPj4xEng" general="_x83xxYOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yZL6U4OGEdq6geWPj4xEng" type="_x6yHD4OGEdq6geWPj4xEng" association="_yZL6UYOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yZL6VIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yZL6VYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mu820IN9EdqadtFwU5VNog" name="A_ownedParameterSet_behavior" memberEnd="_mugK4YN9EdqadtFwU5VNog _mu820oN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mu820YN9EdqadtFwU5VNog" general="_mQ_vgoN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mu820oN9EdqadtFwU5VNog" type="_TUPtYGveEdq4DLWZOhbdEA" association="_mu820IN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mu8204N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mu821IN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yZL6VoOGEdq6geWPj4xEng" name="A_ownedParameterSet_behavior" memberEnd="_yY4_UIOGEdq6geWPj4xEng _yZL6WIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yZL6V4OGEdq6geWPj4xEng" general="_x83xxYOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yZL6WIOGEdq6geWPj4xEng" type="_TUPtYGveEdq4DLWZOhbdEA" association="_yZL6VoOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yZL6WYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yZL6WoOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_meG-coN9EdqadtFwU5VNog" name="A_containedNode_inGroup" memberEnd="_md90mIN9EdqadtFwU5VNog _md90u4N9EdqadtFwU5VNog"/>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mu821YN9EdqadtFwU5VNog" name="A_joinSpec_joinNode" memberEnd="_mu8214N9EdqadtFwU5VNog _mt6VEoN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mu821oN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mu8214N9EdqadtFwU5VNog" type="_mkhIcIN9EdqadtFwU5VNog" association="_mu821YN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yJZKwIOGEdq6geWPj4xEng" name="A_containedNode_inGroup" memberEnd="_yJPZ-4OGEdq6geWPj4xEng _yJPZ2IOGEdq6geWPj4xEng"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yZVEMIOGEdq6geWPj4xEng" name="A_joinSpec_joinNode" memberEnd="_yYSidoOGEdq6geWPj4xEng _yZVEMoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yZVEMYOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yZVEMoOGEdq6geWPj4xEng" type="_yPWo14OGEdq6geWPj4xEng" association="_yZVEMIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_meG-p4N9EdqadtFwU5VNog" name="ConditionalNode">

-    <ownedComment xmi:id="_meG-qIN9EdqadtFwU5VNog" annotatedElement="_meG-p4N9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yJZK9YOGEdq6geWPj4xEng" name="ConditionalNode">

+    <ownedComment xmi:id="_yJZK9oOGEdq6geWPj4xEng" annotatedElement="_yJZK9YOGEdq6geWPj4xEng">

       <body>A conditional node consists of one or more clauses. Each clause consists of a test section and a body section. When the conditional node begins execution, the test sections of the clauses are executed. If one or more test sections yield a true value, one of the corresponding body sections will be executed. If more than one test section yields a true value, only one body section will be executed. The choice is nondeterministic unless the test sequence of clauses is specified. If no test section yields a true value, then no body section is executed; this may be a semantic error if output values are expected from the conditional node.

 

 

@@ -11940,50 +11940,50 @@
 

 Output values created in the test or body section of a clause are potentially available for use outside the conditional. However, any value used outside the conditional must be created in every clause, otherwise an undefined value would be accessed if a clause not defining the value were executed.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mu822IN9EdqadtFwU5VNog" name="result_no_incoming" constrainedElement="_meG-p4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mu822YN9EdqadtFwU5VNog" annotatedElement="_mu822IN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yZVEM4OGEdq6geWPj4xEng" name="result_no_incoming" constrainedElement="_yJZK9YOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yZVENIOGEdq6geWPj4xEng" annotatedElement="_yZVEM4OGEdq6geWPj4xEng">

         <body>The result output pins have no incoming edges.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mu822oN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yZVENYOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_meG-qYN9EdqadtFwU5VNog" general="_meG-kIN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_meG-qoN9EdqadtFwU5VNog" name="isDeterminate" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_meG-q4N9EdqadtFwU5VNog" annotatedElement="_meG-qoN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yJZK94OGEdq6geWPj4xEng" general="_yJZK3oOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yJZK-IOGEdq6geWPj4xEng" name="isDeterminate" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yJZK-YOGEdq6geWPj4xEng" annotatedElement="_yJZK-IOGEdq6geWPj4xEng">

         <body>If true, the modeler asserts that at most one test will succeed.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_meG-rIN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yJZK-oOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_meG-rYN9EdqadtFwU5VNog" name="isAssured" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_meG-roN9EdqadtFwU5VNog" annotatedElement="_meG-rYN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yJZK-4OGEdq6geWPj4xEng" name="isAssured" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yJZK_IOGEdq6geWPj4xEng" annotatedElement="_yJZK-4OGEdq6geWPj4xEng">

         <body>If true, the modeler asserts that at least one test will succeed.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_meG-r4N9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yJZK_YOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_meG-sIN9EdqadtFwU5VNog" name="clause" type="_meQvhIN9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mejqaIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_meG-sYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_meG-soN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yJZK_oOGEdq6geWPj4xEng" name="clause" type="_yJiUsIOGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yJ1PoIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yJZK_4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yJZLAIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_meG-s4N9EdqadtFwU5VNog" annotatedElement="_meG-sIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yJZLAYOGEdq6geWPj4xEng" annotatedElement="_yJZK_oOGEdq6geWPj4xEng">

         <body>Set of clauses composing the conditional.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_meG-tIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_meG-tYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yJZLAoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yJZLA4OGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mu8224N9EdqadtFwU5VNog" name="result" type="_mdhInIN9EdqadtFwU5VNog" isOrdered="true" subsettedProperty="_mdq5vIN9EdqadtFwU5VNog" association="_mvPxwIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mu823IN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mu823YN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yZVENoOGEdq6geWPj4xEng" name="result" type="_yIyt34OGEdq6geWPj4xEng" isOrdered="true" subsettedProperty="_yI8e_IOGEdq6geWPj4xEng" association="_yZe1RIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yZVEN4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yZVEOIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mu823oN9EdqadtFwU5VNog" annotatedElement="_mu8224N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yZVEOYOGEdq6geWPj4xEng" annotatedElement="_yZVENoOGEdq6geWPj4xEng">

         <body>A list of output pins that constitute the data flow outputs of the conditional.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mu8234N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mu824IN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yZVEOoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yZVEO4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_meG-kIN9EdqadtFwU5VNog" name="StructuredActivityNode">

-    <ownedComment xmi:id="_meG-kYN9EdqadtFwU5VNog" annotatedElement="_meG-kIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yJZK3oOGEdq6geWPj4xEng" name="StructuredActivityNode">

+    <ownedComment xmi:id="_yJZK34OGEdq6geWPj4xEng" annotatedElement="_yJZK3oOGEdq6geWPj4xEng">

       <body>A structured activity node represents a structured portion of the activity that is not shared with any other structured node, except for nesting. It may have control edges connected to it, and pins when merged with CompleteStructuredActivities. The execution of any embedded actions may not begin until the structured activity node has received its object and control tokens. The availability of output tokens from the structured activity node does not occur until all embedded actions have completed execution.

 

 

@@ -11992,7 +11992,7 @@
 

 </body>

     </ownedComment>

-    <ownedComment xmi:id="_mu824YN9EdqadtFwU5VNog" annotatedElement="_meG-kIN9EdqadtFwU5VNog">

+    <ownedComment xmi:id="_yZVEPIOGEdq6geWPj4xEng" annotatedElement="_yJZK3oOGEdq6geWPj4xEng">

       <body>A structured activity node represents a structured portion of the activity that is not shared with any other structured node, except for nesting. It may have control edges connected to it, and pins in CompleteStructuredActivities. The execution of any embedded actions may not begin until the structured activity node has received its object and control tokens. The availability of output tokens from the structured activity node does not occur until all embedded actions have completed execution.

 

 

@@ -12005,495 +12005,495 @@
 

 </body>

     </ownedComment>

-    <ownedRule xmi:id="_mu824oN9EdqadtFwU5VNog" name="edges" constrainedElement="_meG-kIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mu8244N9EdqadtFwU5VNog" annotatedElement="_mu824oN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yZVEPYOGEdq6geWPj4xEng" name="edges" constrainedElement="_yJZK3oOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yZVEPoOGEdq6geWPj4xEng" annotatedElement="_yZVEPYOGEdq6geWPj4xEng">

         <body>The edges owned by a structured node must have source and target nodes in the structured node, and vice versa.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mu825IN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yZVEP4OGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_meG-lIN9EdqadtFwU5VNog" general="_ZiwkoGwLEdq7X4sGURiZYA"/>

-    <generalization xmi:id="_mu825YN9EdqadtFwU5VNog" general="_mdq5uYN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_meG-koN9EdqadtFwU5VNog" general="_md90lYN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_meG-lYN9EdqadtFwU5VNog" name="variable" type="_meG-d4N9EdqadtFwU5VNog" subsettedProperty="_mMYVVoN9EdqadtFwU5VNog" association="_meagdYN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_meG-loN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_meG-l4N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yJZK4oOGEdq6geWPj4xEng" general="_ZiwkoGwLEdq7X4sGURiZYA"/>

+    <generalization xmi:id="_yZVEQIOGEdq6geWPj4xEng" general="_yI8e-YOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_yJZK4IOGEdq6geWPj4xEng" general="_yJPZ1YOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yJZK44OGEdq6geWPj4xEng" name="variable" type="_yJZKxYOGEdq6geWPj4xEng" subsettedProperty="_x4jScoOGEdq6geWPj4xEng" association="_yJsFtYOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yJZK5IOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yJZK5YOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_meG-mIN9EdqadtFwU5VNog" annotatedElement="_meG-lYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yJZK5oOGEdq6geWPj4xEng" annotatedElement="_yJZK44OGEdq6geWPj4xEng">

         <body>A variable defined in the scope of the structured activity node. It has no value and may not be accessed</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_meG-mYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_meG-moN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yJZK54OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yJZK6IOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_meG-m4N9EdqadtFwU5VNog" name="node" type="_md90soN9EdqadtFwU5VNog" subsettedProperty="_md90mIN9EdqadtFwU5VNog" association="_meagd4N9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_meG-nIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_meG-nYN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yJZK6YOGEdq6geWPj4xEng" name="node" type="_yJPZ8oOGEdq6geWPj4xEng" subsettedProperty="_yJPZ2IOGEdq6geWPj4xEng" association="_yJsFt4OGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yJZK6oOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yJZK64OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_meG-noN9EdqadtFwU5VNog" annotatedElement="_meG-m4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yJZK7IOGEdq6geWPj4xEng" annotatedElement="_yJZK6YOGEdq6geWPj4xEng">

         <body>Nodes immediately contained in the group.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_meG-n4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_meG-oIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yJZK7YOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yJZK7oOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_meG-oYN9EdqadtFwU5VNog" name="activity" type="_md90g4N9EdqadtFwU5VNog" redefinedProperty="_md90tYN9EdqadtFwU5VNog _md90noN9EdqadtFwU5VNog" association="_mejqeYN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_meG-ooN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_meG-o4N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yJZK74OGEdq6geWPj4xEng" name="activity" type="_yJPZw4OGEdq6geWPj4xEng" redefinedProperty="_yJPZ9YOGEdq6geWPj4xEng _yJPZ3oOGEdq6geWPj4xEng" association="_yJ1PsYOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yJZK8IOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yJZK8YOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_meG-pIN9EdqadtFwU5VNog" annotatedElement="_meG-oYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yJZK8oOGEdq6geWPj4xEng" annotatedElement="_yJZK74OGEdq6geWPj4xEng">

         <body>Activity immediately containing the node.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_meG-pYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_meG-poN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yJZK84OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yJZK9IOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mu825oN9EdqadtFwU5VNog" name="mustIsolate" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mu8254N9EdqadtFwU5VNog" annotatedElement="_mu825oN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yZVEQYOGEdq6geWPj4xEng" name="mustIsolate" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yZVEQoOGEdq6geWPj4xEng" annotatedElement="_yZVEQYOGEdq6geWPj4xEng">

         <body>If true, then the actions in the node execute in isolation from actions outside the node.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mu826IN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yZVEQ4OGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mu826YN9EdqadtFwU5VNog" name="edge" type="_mhGBF4N9EdqadtFwU5VNog" subsettedProperty="_mhPyFYN9EdqadtFwU5VNog" association="_mvPx24N9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mu826oN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mu8264N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yZVERIOGEdq6geWPj4xEng" name="edge" type="_yMN1QIOGEdq6geWPj4xEng" subsettedProperty="_yMN1iIOGEdq6geWPj4xEng" association="_yZomQYOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yZVERYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yZVERoOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mu827IN9EdqadtFwU5VNog" annotatedElement="_mu826YN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yZVER4OGEdq6geWPj4xEng" annotatedElement="_yZVERIOGEdq6geWPj4xEng">

         <body>Edges immediately contained in the structured node.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mu827YN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mu827oN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yZVESIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yZVESYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_meG-toN9EdqadtFwU5VNog" name="LoopNode">

-    <ownedComment xmi:id="_meG-t4N9EdqadtFwU5VNog" annotatedElement="_meG-toN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yJZLBIOGEdq6geWPj4xEng" name="LoopNode">

+    <ownedComment xmi:id="_yJZLBYOGEdq6geWPj4xEng" annotatedElement="_yJZLBIOGEdq6geWPj4xEng">

       <body>Each section is a well-nested subregion of the activity whose nodes follow any predecessors of the loop and precede any successors of the loop. The test section may precede or follow the body section. The setup section is executed once on entry to the loop, and the test and body sections are executed repeatedly until the test produces a false value. The results of the final execution of the test or body are available after completion of execution of the loop.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mvGn0IN9EdqadtFwU5VNog" name="input_edges" constrainedElement="_meG-toN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mvGn0YN9EdqadtFwU5VNog" annotatedElement="_mvGn0IN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yZVESoOGEdq6geWPj4xEng" name="input_edges" constrainedElement="_yJZLBIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yZVES4OGEdq6geWPj4xEng" annotatedElement="_yZVESoOGEdq6geWPj4xEng">

         <body>Loop variable inputs must not have outgoing edges.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mvGn0oN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yZVETIOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mvGn04N9EdqadtFwU5VNog" name="body_output_pins" constrainedElement="_meG-toN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mvGn1IN9EdqadtFwU5VNog" annotatedElement="_mvGn04N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yZVETYOGEdq6geWPj4xEng" name="body_output_pins" constrainedElement="_yJZLBIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yZVEToOGEdq6geWPj4xEng" annotatedElement="_yZVETYOGEdq6geWPj4xEng">

         <body>The bodyOutput pins are output pins on actions in the body of the loop node.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mvGn1YN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yZVET4OGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mvGn1oN9EdqadtFwU5VNog" name="result_no_incoming" constrainedElement="_meG-toN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mvGn14N9EdqadtFwU5VNog" annotatedElement="_mvGn1oN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yZVEUIOGEdq6geWPj4xEng" name="result_no_incoming" constrainedElement="_yJZLBIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yZVEUYOGEdq6geWPj4xEng" annotatedElement="_yZVEUIOGEdq6geWPj4xEng">

         <body>The result output pins have no incoming edges.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mvGn2IN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yZVEUoOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_meQvcIN9EdqadtFwU5VNog" general="_meG-kIN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_meQvcYN9EdqadtFwU5VNog" name="isTestedFirst" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_meQvcoN9EdqadtFwU5VNog" annotatedElement="_meQvcYN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yJZLBoOGEdq6geWPj4xEng" general="_yJZK3oOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yJZLB4OGEdq6geWPj4xEng" name="isTestedFirst" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yJZLCIOGEdq6geWPj4xEng" annotatedElement="_yJZLB4OGEdq6geWPj4xEng">

         <body>If true, the test is performed before the first execution of the body.

 If false, the body is executed once before the test is performed.

 </body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_meQvc4N9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yJZLCYOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_meQvdIN9EdqadtFwU5VNog" name="bodyPart" type="_meQvvIN9EdqadtFwU5VNog" association="_mejqYIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_meQvdYN9EdqadtFwU5VNog" annotatedElement="_meQvdIN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yJZLCoOGEdq6geWPj4xEng" name="bodyPart" type="_yJiU6IOGEdq6geWPj4xEng" association="_yJsFwoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yJZLC4OGEdq6geWPj4xEng" annotatedElement="_yJZLCoOGEdq6geWPj4xEng">

         <body>The set of nodes and edges that perform the repetitive computations of the loop. The body section is executed as long as the test section produces a true value.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_meQvdoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_meQvd4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yJZLDIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yJZLDYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_meQveIN9EdqadtFwU5VNog" name="setupPart" type="_meQvvIN9EdqadtFwU5VNog" association="_mejqZIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_meQveYN9EdqadtFwU5VNog" annotatedElement="_meQveIN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yJZLDoOGEdq6geWPj4xEng" name="setupPart" type="_yJiU6IOGEdq6geWPj4xEng" association="_yJsFxoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yJZLD4OGEdq6geWPj4xEng" annotatedElement="_yJZLDoOGEdq6geWPj4xEng">

         <body>The set of nodes and edges that initialize values or perform other setup computations for the loop.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_meQveoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_meQve4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yJZLEIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yJZLEYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_meQvfIN9EdqadtFwU5VNog" name="decider" type="_mdhInIN9EdqadtFwU5VNog" association="_mejqcYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_meQvfYN9EdqadtFwU5VNog" annotatedElement="_meQvfIN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yJZLEoOGEdq6geWPj4xEng" name="decider" type="_yIyt34OGEdq6geWPj4xEng" association="_yJ1PqYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yJZLE4OGEdq6geWPj4xEng" annotatedElement="_yJZLEoOGEdq6geWPj4xEng">

         <body>An output pin within the test fragment the value of which is examined after execution of the test to determine whether to execute the loop body.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_meQvfoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_meQvf4N9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yJZLFIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yJZLFYOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_meQvgIN9EdqadtFwU5VNog" name="test" type="_meQvvIN9EdqadtFwU5VNog" association="_mejqdYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_meQvgYN9EdqadtFwU5VNog" annotatedElement="_meQvgIN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yJZLFoOGEdq6geWPj4xEng" name="test" type="_yJiU6IOGEdq6geWPj4xEng" association="_yJ1PrYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yJZLF4OGEdq6geWPj4xEng" annotatedElement="_yJZLFoOGEdq6geWPj4xEng">

         <body>The set of nodes, edges, and designated value that compute a Boolean value to determine if another execution of the body will be performed.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_meQvgoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_meQvg4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yJZLGIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yJZLGYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mvGn2YN9EdqadtFwU5VNog" name="result" type="_mdhInIN9EdqadtFwU5VNog" isOrdered="true" subsettedProperty="_mdq5vIN9EdqadtFwU5VNog" association="_mvPxxYN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mvGn2oN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mvGn24N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yZVEU4OGEdq6geWPj4xEng" name="result" type="_yIyt34OGEdq6geWPj4xEng" isOrdered="true" subsettedProperty="_yI8e_IOGEdq6geWPj4xEng" association="_yZe1SYOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yZVEVIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yZVEVYOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mvGn3IN9EdqadtFwU5VNog" annotatedElement="_mvGn2YN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yZVEVoOGEdq6geWPj4xEng" annotatedElement="_yZVEU4OGEdq6geWPj4xEng">

         <body>A list of output pins that constitute the data flow output of the entire loop.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mvGn3YN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mvGn3oN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yZVEV4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yZVEWIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mvGn34N9EdqadtFwU5VNog" name="loopVariable" type="_mdhInIN9EdqadtFwU5VNog" isOrdered="true" association="_mvPxyoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mvGn4IN9EdqadtFwU5VNog" annotatedElement="_mvGn34N9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yZVEWYOGEdq6geWPj4xEng" name="loopVariable" type="_yIyt34OGEdq6geWPj4xEng" isOrdered="true" association="_yZomMIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yZVEWoOGEdq6geWPj4xEng" annotatedElement="_yZVEWYOGEdq6geWPj4xEng">

         <body>A list of output pins that hold the values of the loop variables during an execution of the loop. When the test fails, the values are movied to the result pins of the loop.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mvGn4YN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mvGn4oN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yZVEW4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yZVEXIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mvGn44N9EdqadtFwU5VNog" name="bodyOutput" type="_mdhInIN9EdqadtFwU5VNog" isOrdered="true" association="_mvPxzoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mvGn5IN9EdqadtFwU5VNog" annotatedElement="_mvGn44N9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yZVEXYOGEdq6geWPj4xEng" name="bodyOutput" type="_yIyt34OGEdq6geWPj4xEng" isOrdered="true" association="_yZomNIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yZVEXoOGEdq6geWPj4xEng" annotatedElement="_yZVEXYOGEdq6geWPj4xEng">

         <body>A list of output pins within the body fragment the values of which are moved to the loop variable pins after completion of execution of the body, before the next iteration of the loop begins or before the loop exits.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mvGn5YN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mvGn5oN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yZVEX4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yZVEYIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mvGn54N9EdqadtFwU5VNog" name="loopVariableInput" type="_mdhIn4N9EdqadtFwU5VNog" isOrdered="true" subsettedProperty="_mdq5woN9EdqadtFwU5VNog" association="_mvPx1oN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mvGn6IN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mvGn6YN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yZVEYYOGEdq6geWPj4xEng" name="loopVariableInput" type="_yIyt4oOGEdq6geWPj4xEng" isOrdered="true" subsettedProperty="_yI8fAoOGEdq6geWPj4xEng" association="_yZomPIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yZVEYoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yZVEY4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mvGn6oN9EdqadtFwU5VNog" annotatedElement="_mvGn54N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yZVEZIOGEdq6geWPj4xEng" annotatedElement="_yZVEYYOGEdq6geWPj4xEng">

         <body>A list of values that are moved into the loop variable pins before the first iteration of the loop.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mvGn64N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mvGn7IN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yZVEZYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yZVEZoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_meQvhIN9EdqadtFwU5VNog" name="Clause">

-    <ownedComment xmi:id="_meQvhYN9EdqadtFwU5VNog" annotatedElement="_meQvhIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yJiUsIOGEdq6geWPj4xEng" name="Clause">

+    <ownedComment xmi:id="_yJiUsYOGEdq6geWPj4xEng" annotatedElement="_yJiUsIOGEdq6geWPj4xEng">

       <body>A clause is an element that represents a single branch of a conditional construct, including a test and a body section. The body section is executed only if (but not necessarily if) the test section evaluates true.</body>

     </ownedComment>

-    <ownedRule xmi:id="_meQvhoN9EdqadtFwU5VNog" name="decider_output" constrainedElement="_meQvhIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_meQvh4N9EdqadtFwU5VNog" annotatedElement="_meQvhoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yJiUsoOGEdq6geWPj4xEng" name="decider_output" constrainedElement="_yJiUsIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yJiUs4OGEdq6geWPj4xEng" annotatedElement="_yJiUsoOGEdq6geWPj4xEng">

         <body>The decider output pin must be for the test body or a node contained by the test body as a structured node.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_meQviIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yJiUtIOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mvGn7YN9EdqadtFwU5VNog" name="body_output_pins" constrainedElement="_meQvhIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mvGn7oN9EdqadtFwU5VNog" annotatedElement="_mvGn7YN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yZe1MIOGEdq6geWPj4xEng" name="body_output_pins" constrainedElement="_yJiUsIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yZe1MYOGEdq6geWPj4xEng" annotatedElement="_yZe1MIOGEdq6geWPj4xEng">

         <body>The bodyOutput pins are output pins on actions in the body of the clause.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mvGn74N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yZe1MoOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_meQviYN9EdqadtFwU5VNog" general="_kl90MGvbEdq4DLWZOhbdEA"/>

-    <ownedAttribute xmi:id="_meQvioN9EdqadtFwU5VNog" name="test" type="_meQvvIN9EdqadtFwU5VNog" association="_meageYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_meQvi4N9EdqadtFwU5VNog" annotatedElement="_meQvioN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yJiUtYOGEdq6geWPj4xEng" general="_kl90MGvbEdq4DLWZOhbdEA"/>

+    <ownedAttribute xmi:id="_yJiUtoOGEdq6geWPj4xEng" name="test" type="_yJiU6IOGEdq6geWPj4xEng" association="_yJsFuYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yJiUt4OGEdq6geWPj4xEng" annotatedElement="_yJiUtoOGEdq6geWPj4xEng">

         <body>A nested activity fragment with a designated output pin that specifies the result of the test.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_meQvjIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_meQvjYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yJiUuIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yJiUuYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_meQvjoN9EdqadtFwU5VNog" name="body" type="_meQvvIN9EdqadtFwU5VNog" association="_meagfYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_meQvj4N9EdqadtFwU5VNog" annotatedElement="_meQvjoN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yJiUuoOGEdq6geWPj4xEng" name="body" type="_yJiU6IOGEdq6geWPj4xEng" association="_yJsFvYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yJiUu4OGEdq6geWPj4xEng" annotatedElement="_yJiUuoOGEdq6geWPj4xEng">

         <body>A nested activity fragment that is executed if the test evaluates to true and the clause is chosen over any concurrent clauses that also evaluate to true.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_meQvkIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_meQvkYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yJiUvIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yJiUvYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_meQvkoN9EdqadtFwU5VNog" name="predecessorClause" type="_meQvhIN9EdqadtFwU5VNog" association="_meaggYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_meQvk4N9EdqadtFwU5VNog" annotatedElement="_meQvkoN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yJiUvoOGEdq6geWPj4xEng" name="predecessorClause" type="_yJiUsIOGEdq6geWPj4xEng" association="_yJsFwYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yJiUv4OGEdq6geWPj4xEng" annotatedElement="_yJiUvoOGEdq6geWPj4xEng">

         <body>A set of clauses whose tests must all evaluate false before the current clause can be tested.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_meQvlIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_meQvlYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yJiUwIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yJiUwYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_meQvloN9EdqadtFwU5VNog" name="successorClause" type="_meQvhIN9EdqadtFwU5VNog" association="_meaggYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_meQvl4N9EdqadtFwU5VNog" annotatedElement="_meQvloN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yJiUwoOGEdq6geWPj4xEng" name="successorClause" type="_yJiUsIOGEdq6geWPj4xEng" association="_yJsFwYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yJiUw4OGEdq6geWPj4xEng" annotatedElement="_yJiUwoOGEdq6geWPj4xEng">

         <body>A set of clauses which may not be tested unless the current clause tests false.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_meQvmIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_meQvmYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yJiUxIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yJiUxYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_meQvmoN9EdqadtFwU5VNog" name="decider" type="_mdhInIN9EdqadtFwU5VNog" association="_mejqbYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_meQvm4N9EdqadtFwU5VNog" annotatedElement="_meQvmoN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yJiUxoOGEdq6geWPj4xEng" name="decider" type="_yIyt34OGEdq6geWPj4xEng" association="_yJ1PpYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yJiUx4OGEdq6geWPj4xEng" annotatedElement="_yJiUxoOGEdq6geWPj4xEng">

         <body>An output pin within the test fragment the value of which is examined after execution of the test to determine whether the body should be executed.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_meQvnIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_meQvnYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yJiUyIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yJiUyYOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mvGn8IN9EdqadtFwU5VNog" name="bodyOutput" type="_mdhInIN9EdqadtFwU5VNog" isOrdered="true" association="_mvPx0oN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mvGn8YN9EdqadtFwU5VNog" annotatedElement="_mvGn8IN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yZe1M4OGEdq6geWPj4xEng" name="bodyOutput" type="_yIyt34OGEdq6geWPj4xEng" isOrdered="true" association="_yZomOIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yZe1NIOGEdq6geWPj4xEng" annotatedElement="_yZe1M4OGEdq6geWPj4xEng">

         <body>A list of output pins within the body fragment whose values are moved to the result pins of the containing conditional node after execution of the clause body.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mvGn8oN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mvGn84N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yZe1NYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yZe1NoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mhGBF4N9EdqadtFwU5VNog" name="ActivityEdge" isAbstract="true">

-    <ownedComment xmi:id="_mhGBGIN9EdqadtFwU5VNog" annotatedElement="_mhGBF4N9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yMN1QIOGEdq6geWPj4xEng" name="ActivityEdge" isAbstract="true">

+    <ownedComment xmi:id="_yMN1QYOGEdq6geWPj4xEng" annotatedElement="_yMN1QIOGEdq6geWPj4xEng">

       <body>ActivityEdge is an abstract class for the connections along which tokens flow between activity nodes. It covers control and data flow edges. Activity edges can control token flow.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mhGBGYN9EdqadtFwU5VNog" name="source_and_target" constrainedElement="_mhGBF4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mhGBGoN9EdqadtFwU5VNog" annotatedElement="_mhGBGYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yMN1QoOGEdq6geWPj4xEng" name="source_and_target" constrainedElement="_yMN1QIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yMN1Q4OGEdq6geWPj4xEng" annotatedElement="_yMN1QoOGEdq6geWPj4xEng">

         <body>The source and target of an edge must be in the same activity as the edge.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mhGBG4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yMN1RIOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mhGBHIN9EdqadtFwU5VNog" name="owned" constrainedElement="_mhGBF4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mhGBHYN9EdqadtFwU5VNog" annotatedElement="_mhGBHIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yMN1RYOGEdq6geWPj4xEng" name="owned" constrainedElement="_yMN1QIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yMN1RoOGEdq6geWPj4xEng" annotatedElement="_yMN1RYOGEdq6geWPj4xEng">

         <body>Activity edges may be owned only by activities or groups.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mhGBHoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yMN1R4OGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mvGn9IN9EdqadtFwU5VNog" name="structured_node" constrainedElement="_mhGBF4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mvGn9YN9EdqadtFwU5VNog" annotatedElement="_mvGn9IN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yZe1N4OGEdq6geWPj4xEng" name="structured_node" constrainedElement="_yMN1QIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yZe1OIOGEdq6geWPj4xEng" annotatedElement="_yZe1N4OGEdq6geWPj4xEng">

         <body>Activity edges may be owned by at most one structured node.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mvGn9oN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yZe1OYOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mhGBH4N9EdqadtFwU5VNog" general="_mMrQMYN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mhGBIIN9EdqadtFwU5VNog" name="activity" type="_md90g4N9EdqadtFwU5VNog" subsettedProperty="_mLyfbYN9EdqadtFwU5VNog" association="_mhY8AIN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mhGBIYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mhGBIoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yMN1SIOGEdq6geWPj4xEng" general="_x42NUYOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yMN1SYOGEdq6geWPj4xEng" name="activity" type="_yJPZw4OGEdq6geWPj4xEng" subsettedProperty="_x381jIOGEdq6geWPj4xEng" association="_yMXmYIOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yMN1SoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yMN1S4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mhGBI4N9EdqadtFwU5VNog" annotatedElement="_mhGBIIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yMN1TIOGEdq6geWPj4xEng" annotatedElement="_yMN1SYOGEdq6geWPj4xEng">

         <body>Activity containing the edge.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mhGBJIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mhGBJYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yMN1TYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yMN1ToOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mhGBJoN9EdqadtFwU5VNog" name="source" type="_md90soN9EdqadtFwU5VNog" association="_mhY8AoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mhGBJ4N9EdqadtFwU5VNog" annotatedElement="_mhGBJoN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yMN1T4OGEdq6geWPj4xEng" name="source" type="_yJPZ8oOGEdq6geWPj4xEng" association="_yMXmYoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yMN1UIOGEdq6geWPj4xEng" annotatedElement="_yMN1T4OGEdq6geWPj4xEng">

         <body>Node from which tokens are taken when they traverse the edge.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mhGBKIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mhGBKYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yMN1UYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yMN1UoOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mhGBKoN9EdqadtFwU5VNog" name="target" type="_md90soN9EdqadtFwU5VNog" association="_mhY8A4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mhGBK4N9EdqadtFwU5VNog" annotatedElement="_mhGBKoN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yMN1U4OGEdq6geWPj4xEng" name="target" type="_yJPZ8oOGEdq6geWPj4xEng" association="_yMXmY4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yMN1VIOGEdq6geWPj4xEng" annotatedElement="_yMN1U4OGEdq6geWPj4xEng">

         <body>Node to which tokens are put when they traverse the edge.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mhGBLIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mhGBLYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yMN1VYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yMN1VoOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mhGBNIN9EdqadtFwU5VNog" name="redefinedEdge" type="_mhGBF4N9EdqadtFwU5VNog" subsettedProperty="_mMrQQIN9EdqadtFwU5VNog" association="_mhY8DIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mhGBNYN9EdqadtFwU5VNog" annotatedElement="_mhGBNIN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yMN1XYOGEdq6geWPj4xEng" name="redefinedEdge" type="_yMN1QIOGEdq6geWPj4xEng" subsettedProperty="_x42NYIOGEdq6geWPj4xEng" association="_yMhXR4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yMN1XoOGEdq6geWPj4xEng" annotatedElement="_yMN1XYOGEdq6geWPj4xEng">

         <body>Inherited edges replaced by this edge in a specialization of the activity.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mhGBNoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mhGBN4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yMN1X4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yMN1YIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mkX-gIN9EdqadtFwU5VNog" name="inPartition" type="_mkONj4N9EdqadtFwU5VNog" subsettedProperty="_mhGBLoN9EdqadtFwU5VNog" association="_mkhIfYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mkX-gYN9EdqadtFwU5VNog" annotatedElement="_mkX-gIN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yPM3_oOGEdq6geWPj4xEng" name="inPartition" type="_yPM30IOGEdq6geWPj4xEng" subsettedProperty="_yMN1V4OGEdq6geWPj4xEng" association="_yPWo5IOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yPM3_4OGEdq6geWPj4xEng" annotatedElement="_yPM3_oOGEdq6geWPj4xEng">

         <body>Partitions containing the edge.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mkX-goN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mkX-g4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yPM4AIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yPM4AYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mkX-hIN9EdqadtFwU5VNog" name="guard" type="_mM1BRYN9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mkq5cIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mkX-hYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mkX-hoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yPM4AoOGEdq6geWPj4xEng" name="guard" type="_x4_-ZYOGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yPfyyIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yPM4A4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yPM4BIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mkX-h4N9EdqadtFwU5VNog" annotatedElement="_mkX-hIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yPM4BYOGEdq6geWPj4xEng" annotatedElement="_yPM4AoOGEdq6geWPj4xEng">

         <body>Specification evaluated at runtime to determine if the edge can be traversed.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mkX-iIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mkX-iYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yPM4BoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yPM4B4OGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_muDe8IN9EdqadtFwU5VNog" name="weight" type="_mM1BRYN9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mup77IN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_muDe8YN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_muDe8oN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yYcTaIOGEdq6geWPj4xEng" name="weight" type="_x4_-ZYOGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yZCJTIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yYcTaYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yYcTaoOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_muDe84N9EdqadtFwU5VNog" annotatedElement="_muDe8IN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yYcTa4OGEdq6geWPj4xEng" annotatedElement="_yYcTaIOGEdq6geWPj4xEng">

         <body>Number of tokens consumed from the source node on each traversal.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_muDe9IN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_muDe9YN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yYcTbIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yYcTbYOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_muDe9oN9EdqadtFwU5VNog" name="interrupts" type="_muXA_YN9EdqadtFwU5VNog" association="_muzF1oN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_muDe94N9EdqadtFwU5VNog" annotatedElement="_muDe9oN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yYcTboOGEdq6geWPj4xEng" name="interrupts" type="_yYvOXYOGEdq6geWPj4xEng" association="_yZL6Q4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yYcTb4OGEdq6geWPj4xEng" annotatedElement="_yYcTboOGEdq6geWPj4xEng">

         <body>Region that the edge can interrupt.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_muDe-IN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_muDe-YN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yYcTcIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yYcTcYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mvGn94N9EdqadtFwU5VNog" name="inStructuredNode" type="_meG-kIN9EdqadtFwU5VNog" subsettedProperty="_mhGBLoN9EdqadtFwU5VNog" association="_mvPx24N9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mvGn-IN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mvGn-YN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yZe1OoOGEdq6geWPj4xEng" name="inStructuredNode" type="_yJZK3oOGEdq6geWPj4xEng" subsettedProperty="_yMN1V4OGEdq6geWPj4xEng" association="_yZomQYOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yZe1O4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yZe1PIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mvGn-oN9EdqadtFwU5VNog" annotatedElement="_mvGn94N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yZe1PYOGEdq6geWPj4xEng" annotatedElement="_yZe1OoOGEdq6geWPj4xEng">

         <body>Structured activity node containing the edge.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mvGn-4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mvGn_IN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yZe1PoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yZe1P4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mhGBLoN9EdqadtFwU5VNog" name="inGroup" type="_md90lYN9EdqadtFwU5VNog" isReadOnly="true" isDerived="true" isDerivedUnion="true" association="_mhY8BIN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mhGBL4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mhGBMIN9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_yMN1V4OGEdq6geWPj4xEng" name="inGroup" type="_yJPZ1YOGEdq6geWPj4xEng" isReadOnly="true" isDerived="true" isDerivedUnion="true" association="_yMXmZIOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yMN1WIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yMN1WYOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mhGBMYN9EdqadtFwU5VNog" annotatedElement="_mhGBLoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yMN1WoOGEdq6geWPj4xEng" annotatedElement="_yMN1V4OGEdq6geWPj4xEng">

         <body>Groups containing the edge. Multiplicity specialized to [0..1] for StructuredActivityGroup.</body>

       </ownedComment>

-      <ownedComment xmi:id="_mkX-ioN9EdqadtFwU5VNog" annotatedElement="_mhGBLoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yPM4CIOGEdq6geWPj4xEng" annotatedElement="_yMN1V4OGEdq6geWPj4xEng">

         <body>Groups containing the edge. Multiplicity specialized to [0..1] for StructuredActivity-Group.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mvGn_YN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mvGn_oN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yZe1QIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yZe1QYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_md90lYN9EdqadtFwU5VNog" name="ActivityGroup" isAbstract="true">

-    <ownedComment xmi:id="_md90loN9EdqadtFwU5VNog" annotatedElement="_md90lYN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yJPZ1YOGEdq6geWPj4xEng" name="ActivityGroup" isAbstract="true">

+    <ownedComment xmi:id="_yJPZ1oOGEdq6geWPj4xEng" annotatedElement="_yJPZ1YOGEdq6geWPj4xEng">

       <body>Activity groups are a generic grouping construct for nodes and edges. Nodes and edges can belong to more than one group.

 

 They have no inherent semantics and can be used for various purposes. Subclasses of ActivityGroup may add semantics.

 

 </body>

     </ownedComment>

-    <ownedRule xmi:id="_mhPyDIN9EdqadtFwU5VNog" name="nodes_and_edges" constrainedElement="_md90lYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mhPyDYN9EdqadtFwU5VNog" annotatedElement="_mhPyDIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yMN1f4OGEdq6geWPj4xEng" name="nodes_and_edges" constrainedElement="_yJPZ1YOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yMN1gIOGEdq6geWPj4xEng" annotatedElement="_yMN1f4OGEdq6geWPj4xEng">

         <body>All nodes and edges of the group must be in the same activity as the group.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mhPyDoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yMN1gYOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mhPyD4N9EdqadtFwU5VNog" name="not_contained" constrainedElement="_md90lYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mhPyEIN9EdqadtFwU5VNog" annotatedElement="_mhPyD4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yMN1goOGEdq6geWPj4xEng" name="not_contained" constrainedElement="_yJPZ1YOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yMN1g4OGEdq6geWPj4xEng" annotatedElement="_yMN1goOGEdq6geWPj4xEng">

         <body>No node or edge in a group may be contained by its subgroups or its containing groups, transitively.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mhPyEYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yMN1hIOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mhPyEoN9EdqadtFwU5VNog" name="group_owned" constrainedElement="_md90lYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mhPyE4N9EdqadtFwU5VNog" annotatedElement="_mhPyEoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yMN1hYOGEdq6geWPj4xEng" name="group_owned" constrainedElement="_yJPZ1YOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yMN1hoOGEdq6geWPj4xEng" annotatedElement="_yMN1hYOGEdq6geWPj4xEng">

         <body>Groups may only be owned by activities or groups.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mhPyFIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yMN1h4OGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_md90l4N9EdqadtFwU5VNog" general="_kl90MGvbEdq4DLWZOhbdEA"/>

-    <ownedAttribute xmi:id="_md90pIN9EdqadtFwU5VNog" name="subgroup" type="_md90lYN9EdqadtFwU5VNog" isReadOnly="true" isDerived="true" isDerivedUnion="true" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_meG-dYN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_md90pYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_md90poN9EdqadtFwU5VNog" isTransient="true" isResolveProxies="false"/>

+    <generalization xmi:id="_yJPZ14OGEdq6geWPj4xEng" general="_kl90MGvbEdq4DLWZOhbdEA"/>

+    <ownedAttribute xmi:id="_yJPZ5IOGEdq6geWPj4xEng" name="subgroup" type="_yJPZ1YOGEdq6geWPj4xEng" isReadOnly="true" isDerived="true" isDerivedUnion="true" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yJZKw4OGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yJPZ5YOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yJPZ5oOGEdq6geWPj4xEng" isTransient="true" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_md90p4N9EdqadtFwU5VNog" annotatedElement="_md90pIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yJPZ54OGEdq6geWPj4xEng" annotatedElement="_yJPZ5IOGEdq6geWPj4xEng">

         <body>Groups immediately contained in the group.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_md90qIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_md90qYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yJPZ6IOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yJPZ6YOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_md90qoN9EdqadtFwU5VNog" name="superGroup" type="_md90lYN9EdqadtFwU5VNog" isReadOnly="true" isDerived="true" isDerivedUnion="true" subsettedProperty="_mLyfbYN9EdqadtFwU5VNog" association="_meG-dYN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_md90q4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_md90rIN9EdqadtFwU5VNog" isTransient="true" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yJPZ6oOGEdq6geWPj4xEng" name="superGroup" type="_yJPZ1YOGEdq6geWPj4xEng" isReadOnly="true" isDerived="true" isDerivedUnion="true" subsettedProperty="_x381jIOGEdq6geWPj4xEng" association="_yJZKw4OGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yJPZ64OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yJPZ7IOGEdq6geWPj4xEng" isTransient="true" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_md90rYN9EdqadtFwU5VNog" annotatedElement="_md90qoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yJPZ7YOGEdq6geWPj4xEng" annotatedElement="_yJPZ6oOGEdq6geWPj4xEng">

         <body>Group immediately containing the group.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_md90roN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_md90r4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yJPZ7oOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yJPZ74OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_md90noN9EdqadtFwU5VNog" name="inActivity" type="_md90g4N9EdqadtFwU5VNog" subsettedProperty="_mLyfbYN9EdqadtFwU5VNog" association="_meG-c4N9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_md90n4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_md90oIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yJPZ3oOGEdq6geWPj4xEng" name="inActivity" type="_yJPZw4OGEdq6geWPj4xEng" subsettedProperty="_x381jIOGEdq6geWPj4xEng" association="_yJZKwYOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yJPZ34OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yJPZ4IOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_md90oYN9EdqadtFwU5VNog" annotatedElement="_md90noN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yJPZ4YOGEdq6geWPj4xEng" annotatedElement="_yJPZ3oOGEdq6geWPj4xEng">

         <body>Activity containing the group.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mkhIdYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mkhIdoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yPWo3IOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yPWo3YOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_md90mIN9EdqadtFwU5VNog" name="containedNode" type="_md90soN9EdqadtFwU5VNog" isReadOnly="true" isDerived="true" isDerivedUnion="true" association="_meG-coN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_md90mYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_md90moN9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_yJPZ2IOGEdq6geWPj4xEng" name="containedNode" type="_yJPZ8oOGEdq6geWPj4xEng" isReadOnly="true" isDerived="true" isDerivedUnion="true" association="_yJZKwIOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yJPZ2YOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yJPZ2oOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_md90m4N9EdqadtFwU5VNog" annotatedElement="_md90mIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yJPZ24OGEdq6geWPj4xEng" annotatedElement="_yJPZ2IOGEdq6geWPj4xEng">

         <body>Nodes immediately contained in the group.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mugK7YN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mugK7oN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yY4_XIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yY4_XYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mhPyFYN9EdqadtFwU5VNog" name="containedEdge" type="_mhGBF4N9EdqadtFwU5VNog" isReadOnly="true" isDerived="true" isDerivedUnion="true" association="_mhY8BIN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mhPyFoN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mhPyF4N9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_yMN1iIOGEdq6geWPj4xEng" name="containedEdge" type="_yMN1QIOGEdq6geWPj4xEng" isReadOnly="true" isDerived="true" isDerivedUnion="true" association="_yMXmZIOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yMN1iYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yMN1ioOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mhPyGIN9EdqadtFwU5VNog" annotatedElement="_mhPyFYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yMN1i4OGEdq6geWPj4xEng" annotatedElement="_yMN1iIOGEdq6geWPj4xEng">

         <body>Edges immediately contained in the group.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mvGn_4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mvGoAIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yZe1QoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yZe1Q4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mvPxwIN9EdqadtFwU5VNog" name="A_result_conditionalNode" memberEnd="_mu8224N9EdqadtFwU5VNog _mvPxwoN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mvPxwYN9EdqadtFwU5VNog" general="_md0Dj4N9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mvPxwoN9EdqadtFwU5VNog" type="_meG-p4N9EdqadtFwU5VNog" association="_mvPxwIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mvPxw4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mvPxxIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yZe1RIOGEdq6geWPj4xEng" name="A_result_conditionalNode" memberEnd="_yZe1RoOGEdq6geWPj4xEng _yZVENoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yZe1RYOGEdq6geWPj4xEng" general="_yJFoz4OGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yZe1RoOGEdq6geWPj4xEng" type="_yJZK9YOGEdq6geWPj4xEng" association="_yZe1RIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yZe1R4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yZe1SIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mvPxxYN9EdqadtFwU5VNog" name="A_result_loopNode" memberEnd="_mvGn2YN9EdqadtFwU5VNog _mvPxx4N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mvPxxoN9EdqadtFwU5VNog" general="_md0Dj4N9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mvPxx4N9EdqadtFwU5VNog" type="_meG-toN9EdqadtFwU5VNog" association="_mvPxxYN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mvPxyIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mvPxyYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yZe1SYOGEdq6geWPj4xEng" name="A_result_loopNode" memberEnd="_yZe1S4OGEdq6geWPj4xEng _yZVEU4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yZe1SoOGEdq6geWPj4xEng" general="_yJFoz4OGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yZe1S4OGEdq6geWPj4xEng" type="_yJZLBIOGEdq6geWPj4xEng" association="_yZe1SYOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yZe1TIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yZe1TYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mvPxyoN9EdqadtFwU5VNog" name="A_loopVariable_loopNode" memberEnd="_mvGn34N9EdqadtFwU5VNog _mvPxy4N9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mvPxy4N9EdqadtFwU5VNog" type="_meG-toN9EdqadtFwU5VNog" association="_mvPxyoN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mvPxzIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mvPxzYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yZomMIOGEdq6geWPj4xEng" name="A_loopVariable_loopNode" memberEnd="_yZVEWYOGEdq6geWPj4xEng _yZomMYOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yZomMYOGEdq6geWPj4xEng" type="_yJZLBIOGEdq6geWPj4xEng" association="_yZomMIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yZomMoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yZomM4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mvPxzoN9EdqadtFwU5VNog" name="A_bodyOutput_loopNode" memberEnd="_mvGn44N9EdqadtFwU5VNog _mvPxz4N9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mvPxz4N9EdqadtFwU5VNog" type="_meG-toN9EdqadtFwU5VNog" association="_mvPxzoN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mvPx0IN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mvPx0YN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yZomNIOGEdq6geWPj4xEng" name="A_bodyOutput_loopNode" memberEnd="_yZomNYOGEdq6geWPj4xEng _yZVEXYOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yZomNYOGEdq6geWPj4xEng" type="_yJZLBIOGEdq6geWPj4xEng" association="_yZomNIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yZomNoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yZomN4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mvPx0oN9EdqadtFwU5VNog" name="A_bodyOutput_clause" memberEnd="_mvPx04N9EdqadtFwU5VNog _mvGn8IN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mvPx04N9EdqadtFwU5VNog" type="_meQvhIN9EdqadtFwU5VNog" association="_mvPx0oN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mvPx1IN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mvPx1YN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yZomOIOGEdq6geWPj4xEng" name="A_bodyOutput_clause" memberEnd="_yZomOYOGEdq6geWPj4xEng _yZe1M4OGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yZomOYOGEdq6geWPj4xEng" type="_yJiUsIOGEdq6geWPj4xEng" association="_yZomOIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yZomOoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yZomO4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mvPx1oN9EdqadtFwU5VNog" name="A_loopVariableInput_loopNode" memberEnd="_mvGn54N9EdqadtFwU5VNog _mvPx2IN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mvPx14N9EdqadtFwU5VNog" general="_md0DlIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mvPx2IN9EdqadtFwU5VNog" type="_meG-toN9EdqadtFwU5VNog" association="_mvPx1oN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mvPx2YN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mvPx2oN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yZomPIOGEdq6geWPj4xEng" name="A_loopVariableInput_loopNode" memberEnd="_yZVEYYOGEdq6geWPj4xEng _yZomPoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yZomPYOGEdq6geWPj4xEng" general="_yJFo1IOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yZomPoOGEdq6geWPj4xEng" type="_yJZLBIOGEdq6geWPj4xEng" association="_yZomPIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yZomP4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yZomQIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mvPx24N9EdqadtFwU5VNog" name="A_edge_inStructuredNode" memberEnd="_mu826YN9EdqadtFwU5VNog _mvGn94N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mvPx3IN9EdqadtFwU5VNog" general="_mhY8BIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yZomQYOGEdq6geWPj4xEng" name="A_edge_inStructuredNode" memberEnd="_yZVERIOGEdq6geWPj4xEng _yZe1OoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yZomQoOGEdq6geWPj4xEng" general="_yMXmZIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mhY8BIN9EdqadtFwU5VNog" name="A_containedEdge_inGroup" isDerived="true" memberEnd="_mhGBLoN9EdqadtFwU5VNog _mhPyFYN9EdqadtFwU5VNog"/>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mvZiwIN9EdqadtFwU5VNog" name="ExpansionNode">

-    <ownedComment xmi:id="_mvZiwYN9EdqadtFwU5VNog" annotatedElement="_mvZiwIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Association" xmi:id="_yMXmZIOGEdq6geWPj4xEng" name="A_containedEdge_inGroup" isDerived="true" memberEnd="_yMN1iIOGEdq6geWPj4xEng _yMN1V4OGEdq6geWPj4xEng"/>

+  <ownedMember xmi:type="uml:Class" xmi:id="_yZomQ4OGEdq6geWPj4xEng" name="ExpansionNode">

+    <ownedComment xmi:id="_yZomRIOGEdq6geWPj4xEng" annotatedElement="_yZomQ4OGEdq6geWPj4xEng">

       <body>An expansion node is an object node used to indicate a flow across the boundary of an expansion region. A flow into a region contains a collection that is broken into its individual elements inside the region, which is executed once per element. A flow out of a region combines individual elements into a collection for use outside the region.</body>

     </ownedComment>

-    <generalization xmi:id="_mvZiwoN9EdqadtFwU5VNog" general="_mhGBCoN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mvZiw4N9EdqadtFwU5VNog" name="regionAsOutput" type="_mvZiy4N9EdqadtFwU5VNog" association="_mvjTwIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mvZixIN9EdqadtFwU5VNog" annotatedElement="_mvZiw4N9EdqadtFwU5VNog">

+    <generalization xmi:id="_yZomRYOGEdq6geWPj4xEng" general="_yMEraYOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yZomRoOGEdq6geWPj4xEng" name="regionAsOutput" type="_yZomToOGEdq6geWPj4xEng" association="_yZxwT4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yZomR4OGEdq6geWPj4xEng" annotatedElement="_yZomRoOGEdq6geWPj4xEng">

         <body>The expansion region for which the node is an output.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mvZixYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mvZixoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yZomSIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yZomSYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mvZix4N9EdqadtFwU5VNog" name="regionAsInput" type="_mvZiy4N9EdqadtFwU5VNog" association="_mvjTwYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mvZiyIN9EdqadtFwU5VNog" annotatedElement="_mvZix4N9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yZomSoOGEdq6geWPj4xEng" name="regionAsInput" type="_yZomToOGEdq6geWPj4xEng" association="_yZxwUIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yZomS4OGEdq6geWPj4xEng" annotatedElement="_yZomSoOGEdq6geWPj4xEng">

         <body>The expansion region for which the node is an input.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mvZiyYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mvZiyoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yZomTIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yZomTYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mvZiy4N9EdqadtFwU5VNog" name="ExpansionRegion">

-    <ownedComment xmi:id="_mvZizIN9EdqadtFwU5VNog" annotatedElement="_mvZiy4N9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yZomToOGEdq6geWPj4xEng" name="ExpansionRegion">

+    <ownedComment xmi:id="_yZomT4OGEdq6geWPj4xEng" annotatedElement="_yZomToOGEdq6geWPj4xEng">

       <body>An expansion region is a strictly nested region of an activity with explicit input and outputs (modeled as ExpansionNodes). Each input is a collection of values. If there are multiple inputs, each of them must hold the same kind of collection, although the types of the elements in the different collections may vary. The expansion region is executed once for each element (or position) in the input collection.

 

 

@@ -12508,17 +12508,17 @@
 

 Any object flow edges that cross the boundary of the region, without passing through expansion nodes, provide values that are fixed within the different executions of the region.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mvZizYN9EdqadtFwU5VNog" name="expansion_nodes" constrainedElement="_mvZiy4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mvZizoN9EdqadtFwU5VNog" annotatedElement="_mvZizYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yZomUIOGEdq6geWPj4xEng" name="expansion_nodes" constrainedElement="_yZomToOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yZomUYOGEdq6geWPj4xEng" annotatedElement="_yZomUIOGEdq6geWPj4xEng">

         <body>An ExpansionRegion must have one or more argument ExpansionNodes and zero or more result ExpansionNodes.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mvZiz4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yZomUoOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mvZi0IN9EdqadtFwU5VNog" general="_meG-kIN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mvZi0YN9EdqadtFwU5VNog" name="mode" type="_mvZjA4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mvZi0oN9EdqadtFwU5VNog" annotatedElement="_mvZi0YN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yZomU4OGEdq6geWPj4xEng" general="_yJZK3oOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yZomVIOGEdq6geWPj4xEng" name="mode" type="_yZxwR4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yZomVYOGEdq6geWPj4xEng" annotatedElement="_yZomVIOGEdq6geWPj4xEng">

         <body>The way in which the executions interact:

 

 parallel: all interactions are independent

@@ -12529,144 +12529,144 @@
 

 </body>

       </ownedComment>

-      <defaultValue xmi:type="uml:InstanceValue" xmi:id="_mvZi04N9EdqadtFwU5VNog" type="_mvZjA4N9EdqadtFwU5VNog" instance="_mvZjB4N9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:InstanceValue" xmi:id="_yZomVoOGEdq6geWPj4xEng" type="_yZxwR4OGEdq6geWPj4xEng" instance="_yZxwS4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mvZi1IN9EdqadtFwU5VNog" name="outputElement" type="_mvZiwIN9EdqadtFwU5VNog" association="_mvjTwIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mvZi1YN9EdqadtFwU5VNog" annotatedElement="_mvZi1IN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yZomV4OGEdq6geWPj4xEng" name="outputElement" type="_yZomQ4OGEdq6geWPj4xEng" association="_yZxwT4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yZomWIOGEdq6geWPj4xEng" annotatedElement="_yZomV4OGEdq6geWPj4xEng">

         <body>An object node that accepts a separate element of the output collection during each of the multiple executions of the region. The values are formed into a collection that is available when the execution of the region is complete.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mvZi1oN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mvZi14N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yZomWYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yZomWoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mvZi2IN9EdqadtFwU5VNog" name="inputElement" type="_mvZiwIN9EdqadtFwU5VNog" association="_mvjTwYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mvZi2YN9EdqadtFwU5VNog" annotatedElement="_mvZi2IN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yZomW4OGEdq6geWPj4xEng" name="inputElement" type="_yZomQ4OGEdq6geWPj4xEng" association="_yZxwUIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yZomXIOGEdq6geWPj4xEng" annotatedElement="_yZomW4OGEdq6geWPj4xEng">

         <body>An object node that holds a separate element of the input collection during each of the multiple executions of the region.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mvZi2oN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mvZi24N9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yZomXYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yZomXoOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_meQvvIN9EdqadtFwU5VNog" name="ExecutableNode" isAbstract="true">

-    <ownedComment xmi:id="_meQvvYN9EdqadtFwU5VNog" annotatedElement="_meQvvIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yJiU6IOGEdq6geWPj4xEng" name="ExecutableNode" isAbstract="true">

+    <ownedComment xmi:id="_yJiU6YOGEdq6geWPj4xEng" annotatedElement="_yJiU6IOGEdq6geWPj4xEng">

       <body>An executable node is an abstract class for activity nodes that may be executed. It is used as an attachment point for exception handlers.</body>

     </ownedComment>

-    <generalization xmi:id="_meQvvoN9EdqadtFwU5VNog" general="_md90soN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mvZi3IN9EdqadtFwU5VNog" name="handler" type="_mvZi4oN9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mvjTwoN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mvZi3YN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mvZi3oN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yJiU6oOGEdq6geWPj4xEng" general="_yJPZ8oOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yZxwIIOGEdq6geWPj4xEng" name="handler" type="_yZxwJoOGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yZxwUYOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yZxwIYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yZxwIoOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mvZi34N9EdqadtFwU5VNog" annotatedElement="_mvZi3IN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yZxwI4OGEdq6geWPj4xEng" annotatedElement="_yZxwIIOGEdq6geWPj4xEng">

         <body>A set of exception handlers that are examined if an uncaught exception propagates to the outer level of the executable node.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mvZi4IN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mvZi4YN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yZxwJIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yZxwJYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mvZi4oN9EdqadtFwU5VNog" name="ExceptionHandler">

-    <ownedComment xmi:id="_mvZi44N9EdqadtFwU5VNog" annotatedElement="_mvZi4oN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yZxwJoOGEdq6geWPj4xEng" name="ExceptionHandler">

+    <ownedComment xmi:id="_yZxwJ4OGEdq6geWPj4xEng" annotatedElement="_yZxwJoOGEdq6geWPj4xEng">

       <body>An exception handler is an element that specifies a body to execute in case the specified exception occurs during the execution of the protected node.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mvZi5IN9EdqadtFwU5VNog" name="exception_body" constrainedElement="_mvZi4oN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mvZi5YN9EdqadtFwU5VNog" annotatedElement="_mvZi5IN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yZxwKIOGEdq6geWPj4xEng" name="exception_body" constrainedElement="_yZxwJoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yZxwKYOGEdq6geWPj4xEng" annotatedElement="_yZxwKIOGEdq6geWPj4xEng">

         <body>The exception handler and its input object node are not the source or target of any edge.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mvZi5oN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yZxwKoOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mvZi54N9EdqadtFwU5VNog" name="result_pins" constrainedElement="_mvZi4oN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mvZi6IN9EdqadtFwU5VNog" annotatedElement="_mvZi54N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yZxwK4OGEdq6geWPj4xEng" name="result_pins" constrainedElement="_yZxwJoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yZxwLIOGEdq6geWPj4xEng" annotatedElement="_yZxwK4OGEdq6geWPj4xEng">

         <body>The result pins of the exception handler body must correspond in number and types to the result pins of the protected node.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mvZi6YN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yZxwLYOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mvZi6oN9EdqadtFwU5VNog" name="one_input" constrainedElement="_mvZi4oN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mvZi64N9EdqadtFwU5VNog" annotatedElement="_mvZi6oN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yZxwLoOGEdq6geWPj4xEng" name="one_input" constrainedElement="_yZxwJoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yZxwL4OGEdq6geWPj4xEng" annotatedElement="_yZxwLoOGEdq6geWPj4xEng">

         <body>The handler body has one input, and that input is the same as the exception input.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mvZi7IN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yZxwMIOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mvZi7YN9EdqadtFwU5VNog" name="edge_source_target" constrainedElement="_mvZi4oN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mvZi7oN9EdqadtFwU5VNog" annotatedElement="_mvZi7YN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yZxwMYOGEdq6geWPj4xEng" name="edge_source_target" constrainedElement="_yZxwJoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yZxwMoOGEdq6geWPj4xEng" annotatedElement="_yZxwMYOGEdq6geWPj4xEng">

         <body>An edge that has a source in an exception handler structured node must have its target in the handler also, and vice versa.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mvZi74N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yZxwM4OGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mvZi8IN9EdqadtFwU5VNog" general="_kl90MGvbEdq4DLWZOhbdEA"/>

-    <ownedAttribute xmi:id="_mvZi8YN9EdqadtFwU5VNog" name="protectedNode" type="_meQvvIN9EdqadtFwU5VNog" subsettedProperty="_mLyfbYN9EdqadtFwU5VNog" association="_mvjTwoN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mvZi8oN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mvZi84N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yZxwNIOGEdq6geWPj4xEng" general="_kl90MGvbEdq4DLWZOhbdEA"/>

+    <ownedAttribute xmi:id="_yZxwNYOGEdq6geWPj4xEng" name="protectedNode" type="_yJiU6IOGEdq6geWPj4xEng" subsettedProperty="_x381jIOGEdq6geWPj4xEng" association="_yZxwUYOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yZxwNoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yZxwN4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mvZi9IN9EdqadtFwU5VNog" annotatedElement="_mvZi8YN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yZxwOIOGEdq6geWPj4xEng" annotatedElement="_yZxwNYOGEdq6geWPj4xEng">

         <body>The node protected by the handler. The handler is examined if an exception propagates to the outside of the node.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mvZi9YN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mvZi9oN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yZxwOYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yZxwOoOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mvZi94N9EdqadtFwU5VNog" name="handlerBody" type="_meQvvIN9EdqadtFwU5VNog" association="_mvjTxIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mvZi-IN9EdqadtFwU5VNog" annotatedElement="_mvZi94N9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yZxwO4OGEdq6geWPj4xEng" name="handlerBody" type="_yJiU6IOGEdq6geWPj4xEng" association="_yZ7hIIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yZxwPIOGEdq6geWPj4xEng" annotatedElement="_yZxwO4OGEdq6geWPj4xEng">

         <body>A node that is executed if the handler satisfies an uncaught exception.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mvZi-YN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mvZi-oN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yZxwPYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yZxwPoOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mvZi-4N9EdqadtFwU5VNog" name="exceptionInput" type="_mhGBCoN9EdqadtFwU5VNog" association="_mvjTxoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mvZi_IN9EdqadtFwU5VNog" annotatedElement="_mvZi-4N9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yZxwP4OGEdq6geWPj4xEng" name="exceptionInput" type="_yMEraYOGEdq6geWPj4xEng" association="_yZ7hIoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yZxwQIOGEdq6geWPj4xEng" annotatedElement="_yZxwP4OGEdq6geWPj4xEng">

         <body>An object node within the handler body. When the handler catches an exception, the exception token is placed in this node, causing the body to execute.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mvZi_YN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mvZi_oN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yZxwQYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yZxwQoOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mvZi_4N9EdqadtFwU5VNog" name="exceptionType" type="_6UV2QGwJEdq7X4sGURiZYA" association="_mvjTyIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mvZjAIN9EdqadtFwU5VNog" annotatedElement="_mvZi_4N9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yZxwQ4OGEdq6geWPj4xEng" name="exceptionType" type="_6UV2QGwJEdq7X4sGURiZYA" association="_yZ7hJIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yZxwRIOGEdq6geWPj4xEng" annotatedElement="_yZxwQ4OGEdq6geWPj4xEng">

         <body>The kind of instances that the handler catches. If an exception occurs whose type is any of the classifiers in the set, the handler catches the exception and executes its body.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mvZjAYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mvZjAoN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yZxwRYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yZxwRoOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Enumeration" xmi:id="_mvZjA4N9EdqadtFwU5VNog" name="ExpansionKind">

-    <ownedComment xmi:id="_mvZjBIN9EdqadtFwU5VNog" annotatedElement="_mvZjA4N9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Enumeration" xmi:id="_yZxwR4OGEdq6geWPj4xEng" name="ExpansionKind">

+    <ownedComment xmi:id="_yZxwSIOGEdq6geWPj4xEng" annotatedElement="_yZxwR4OGEdq6geWPj4xEng">

       <body>ExpansionKind is an enumeration type used to specify how multiple executions of an expansion region interact.</body>

     </ownedComment>

-    <ownedLiteral xmi:id="_mvZjBYN9EdqadtFwU5VNog" name="parallel">

-      <ownedComment xmi:id="_mvZjBoN9EdqadtFwU5VNog" annotatedElement="_mvZjBYN9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_yZxwSYOGEdq6geWPj4xEng" name="parallel">

+      <ownedComment xmi:id="_yZxwSoOGEdq6geWPj4xEng" annotatedElement="_yZxwSYOGEdq6geWPj4xEng">

         <body>The executions are independent. They may be executed concurrently.</body>

       </ownedComment>

     </ownedLiteral>

-    <ownedLiteral xmi:id="_mvZjB4N9EdqadtFwU5VNog" name="iterative">

-      <ownedComment xmi:id="_mvZjCIN9EdqadtFwU5VNog" annotatedElement="_mvZjB4N9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_yZxwS4OGEdq6geWPj4xEng" name="iterative">

+      <ownedComment xmi:id="_yZxwTIOGEdq6geWPj4xEng" annotatedElement="_yZxwS4OGEdq6geWPj4xEng">

         <body>The executions are dependent and must be executed one at a time, in order of the collection elements.</body>

       </ownedComment>

     </ownedLiteral>

-    <ownedLiteral xmi:id="_mvZjCYN9EdqadtFwU5VNog" name="stream">

-      <ownedComment xmi:id="_mvZjCoN9EdqadtFwU5VNog" annotatedElement="_mvZjCYN9EdqadtFwU5VNog">

+    <ownedLiteral xmi:id="_yZxwTYOGEdq6geWPj4xEng" name="stream">

+      <ownedComment xmi:id="_yZxwToOGEdq6geWPj4xEng" annotatedElement="_yZxwTYOGEdq6geWPj4xEng">

         <body>A stream of collection elements flows into a single execution, in order of the collection elements.</body>

       </ownedComment>

     </ownedLiteral>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mvjTwIN9EdqadtFwU5VNog" name="A_outputElement_regionAsOutput" memberEnd="_mvZiw4N9EdqadtFwU5VNog _mvZi1IN9EdqadtFwU5VNog"/>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mvjTwYN9EdqadtFwU5VNog" name="A_inputElement_regionAsInput" memberEnd="_mvZi2IN9EdqadtFwU5VNog _mvZix4N9EdqadtFwU5VNog"/>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mvjTwoN9EdqadtFwU5VNog" name="A_handler_protectedNode" memberEnd="_mvZi3IN9EdqadtFwU5VNog _mvZi8YN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mvjTw4N9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yZxwT4OGEdq6geWPj4xEng" name="A_outputElement_regionAsOutput" memberEnd="_yZomV4OGEdq6geWPj4xEng _yZomRoOGEdq6geWPj4xEng"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yZxwUIOGEdq6geWPj4xEng" name="A_inputElement_regionAsInput" memberEnd="_yZomW4OGEdq6geWPj4xEng _yZomSoOGEdq6geWPj4xEng"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yZxwUYOGEdq6geWPj4xEng" name="A_handler_protectedNode" memberEnd="_yZxwNYOGEdq6geWPj4xEng _yZxwIIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yZxwUoOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mvjTxIN9EdqadtFwU5VNog" name="A_handlerBody_exceptionHandler" memberEnd="_mvZi94N9EdqadtFwU5VNog _mvjTxYN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mvjTxYN9EdqadtFwU5VNog" type="_mvZi4oN9EdqadtFwU5VNog" association="_mvjTxIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yZ7hIIOGEdq6geWPj4xEng" name="A_handlerBody_exceptionHandler" memberEnd="_yZ7hIYOGEdq6geWPj4xEng _yZxwO4OGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yZ7hIYOGEdq6geWPj4xEng" type="_yZxwJoOGEdq6geWPj4xEng" association="_yZ7hIIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mvjTxoN9EdqadtFwU5VNog" name="A_exceptionInput_exceptionHandler" memberEnd="_mvZi-4N9EdqadtFwU5VNog _mvjTx4N9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mvjTx4N9EdqadtFwU5VNog" type="_mvZi4oN9EdqadtFwU5VNog" association="_mvjTxoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yZ7hIoOGEdq6geWPj4xEng" name="A_exceptionInput_exceptionHandler" memberEnd="_yZ7hI4OGEdq6geWPj4xEng _yZxwP4OGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yZ7hI4OGEdq6geWPj4xEng" type="_yZxwJoOGEdq6geWPj4xEng" association="_yZ7hIoOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mvjTyIN9EdqadtFwU5VNog" name="A_exceptionType_exceptionHandler" memberEnd="_mvZi_4N9EdqadtFwU5VNog _mvjTyYN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mvjTyYN9EdqadtFwU5VNog" type="_mvZi4oN9EdqadtFwU5VNog" association="_mvjTyIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yZ7hJIOGEdq6geWPj4xEng" name="A_exceptionType_exceptionHandler" memberEnd="_yZxwQ4OGEdq6geWPj4xEng _yZ7hJYOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yZ7hJYOGEdq6geWPj4xEng" type="_yZxwJoOGEdq6geWPj4xEng" association="_yZ7hJIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mlQvUYN9EdqadtFwU5VNog" name="Component">

-    <ownedComment xmi:id="_mlQvUoN9EdqadtFwU5VNog" annotatedElement="_mlQvUYN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yQGPsYOGEdq6geWPj4xEng" name="Component">

+    <ownedComment xmi:id="_yQGPsoOGEdq6geWPj4xEng" annotatedElement="_yQGPsYOGEdq6geWPj4xEng">

       <body>A component is a subtype of Class which provides for a Component having attributes and operations, and being able to participate in Associations and Generalizations. A Component may form the abstraction for a set of realizingClassifiers that realize its behavior. In addition, because a Class itself is a subtype of an EncapsulatedClassifier, a Component may optionally have an internal structure and own a set of Ports that formalize its interaction points.

 

 

@@ -12675,94 +12675,94 @@
 

 </body>

     </ownedComment>

-    <generalization xmi:id="_mlQvU4N9EdqadtFwU5VNog" general="_00owUGvdEdq4DLWZOhbdEA"/>

-    <generalization xmi:id="_mvjTyoN9EdqadtFwU5VNog" general="_ZiwkoGwLEdq7X4sGURiZYA"/>

-    <ownedAttribute xmi:id="_mlQvVYN9EdqadtFwU5VNog" name="isIndirectlyInstantiated" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mlQvVoN9EdqadtFwU5VNog" annotatedElement="_mlQvVYN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yQGPs4OGEdq6geWPj4xEng" general="_00owUGvdEdq4DLWZOhbdEA"/>

+    <generalization xmi:id="_yZ7hJoOGEdq6geWPj4xEng" general="_ZiwkoGwLEdq7X4sGURiZYA"/>

+    <ownedAttribute xmi:id="_yQGPtYOGEdq6geWPj4xEng" name="isIndirectlyInstantiated" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yQGPtoOGEdq6geWPj4xEng" annotatedElement="_yQGPtYOGEdq6geWPj4xEng">

         <body>The kind of instantiation that applies to a Component. If false, the component is instantiated as an addressable object. If true, the Component is defined at design-time, but at runtime (or execution-time) an object specified by the Component does not exist, that is, the component is instantiated indirectly, through the instantiation of its realizing classifiers or parts. Several standard stereotypes use this meta attribute, e.g. «specification, «focus», «subsystem».</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mlQvV4N9EdqadtFwU5VNog" value="true"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yQGPt4OGEdq6geWPj4xEng" value="true"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mlQvWIN9EdqadtFwU5VNog" name="required" type="_8Ugn8GvtEdqG6fBIPwe-mw" isReadOnly="true" isDerived="true" association="_mlagVoN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mlQvWYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mlQvWoN9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_yQGPuIOGEdq6geWPj4xEng" name="required" type="_8Ugn8GvtEdqG6fBIPwe-mw" isReadOnly="true" isDerived="true" association="_yQPZsIOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yQGPuYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yQGPuoOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mlQvW4N9EdqadtFwU5VNog" annotatedElement="_mlQvWIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yQGPu4OGEdq6geWPj4xEng" annotatedElement="_yQGPuIOGEdq6geWPj4xEng">

         <body>The interfaces that the component requires from other components in its environment in order to be able to offer its full set of provided functionality. These interfaces may be Used by the Component or any of its realizingClassifiers, or they may be the Interfaces that are required by its public Ports.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mlQvXIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mlQvXYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yQGPvIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yQGPvYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mlQvXoN9EdqadtFwU5VNog" name="provided" type="_8Ugn8GvtEdqG6fBIPwe-mw" isReadOnly="true" isDerived="true" association="_mlagWIN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mlQvX4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mlQvYIN9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_yQGPvoOGEdq6geWPj4xEng" name="provided" type="_8Ugn8GvtEdqG6fBIPwe-mw" isReadOnly="true" isDerived="true" association="_yQPZsoOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yQGPv4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yQGPwIOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mlQvYYN9EdqadtFwU5VNog" annotatedElement="_mlQvXoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yQGPwYOGEdq6geWPj4xEng" annotatedElement="_yQGPvoOGEdq6geWPj4xEng">

         <body>The interfaces that the component exposes to its environment. These interfaces may be Realized by the Component or any of its realizingClassifiers, or they may be the Interfaces that are provided by its public Ports.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mlQvYoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mlQvY4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yQGPwoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yQGPw4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mlQvZIN9EdqadtFwU5VNog" name="realization" type="_mlQvioN9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mlagWoN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mlQvZYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mlQvZoN9EdqadtFwU5VNog" isTransient="true" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yQGPxIOGEdq6geWPj4xEng" name="realization" type="_yQGP6oOGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yQPZtIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yQGPxYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yQGPxoOGEdq6geWPj4xEng" isTransient="true" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mlQvZ4N9EdqadtFwU5VNog" annotatedElement="_mlQvZIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yQGPx4OGEdq6geWPj4xEng" annotatedElement="_yQGPxIOGEdq6geWPj4xEng">

         <body>The set of Realizations owned by the Component. Realizations reference the Classifiers of which the Component is an abstraction; i.e., that realize its behavior.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mlQvaIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mlQvaYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yQGPyIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yQGPyYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mvjTy4N9EdqadtFwU5VNog" name="packagedElement" type="_jKxnwGwLEdq7X4sGURiZYA" subsettedProperty="_mMYVVoN9EdqadtFwU5VNog" association="_mvsdsIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mvjTzIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mvjTzYN9EdqadtFwU5VNog"/>

+    <ownedAttribute xmi:id="_yZ7hJ4OGEdq6geWPj4xEng" name="packagedElement" type="_jKxnwGwLEdq7X4sGURiZYA" subsettedProperty="_x4jScoOGEdq6geWPj4xEng" association="_yZ7hLYOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yZ7hKIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yZ7hKYOGEdq6geWPj4xEng"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mvjTzoN9EdqadtFwU5VNog" annotatedElement="_mvjTy4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yZ7hKoOGEdq6geWPj4xEng" annotatedElement="_yZ7hJ4OGEdq6geWPj4xEng">

         <body>The set of PackageableElements that a Component owns. In the namespace of a component, all model elements that are involved in or related to its definition may be owned or imported explicitly. These may include e.g. Classes, Interfaces, Components, Packages, Use cases, Dependencies (e.g. mappings), and Artifacts.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mvjTz4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mvjT0IN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yZ7hK4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yZ7hLIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedOperation xmi:id="_mlQvaoN9EdqadtFwU5VNog" name="realizedInterfaces" type="_8Ugn8GvtEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_mlQvbIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mlQva4N9EdqadtFwU5VNog" annotatedElement="_mlQvaoN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_yQGPyoOGEdq6geWPj4xEng" name="realizedInterfaces" type="_8Ugn8GvtEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_yQGPzIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yQGPy4OGEdq6geWPj4xEng" annotatedElement="_yQGPyoOGEdq6geWPj4xEng">

         <body>Utility returning the set of realized interfaces of a component:</body>

       </ownedComment>

-      <ownedRule xmi:id="_mlQvbIN9EdqadtFwU5VNog" name="spec" constrainedElement="_mlQvaoN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mlQvbYN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_yQGPzIOGEdq6geWPj4xEng" name="spec" constrainedElement="_yQGPyoOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yQGPzYOGEdq6geWPj4xEng" language="OCL">

           <body>result = (classifier.clientDependency->

 select(dependency|dependency.oclIsKindOf(Realization) and dependency.supplier.oclIsKindOf(Interface)))->

 collect(dependency|dependency.client)</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mlQvboN9EdqadtFwU5VNog" type="_8Ugn8GvtEdqG6fBIPwe-mw" direction="return">

-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mlQvb4N9EdqadtFwU5VNog" value="-1"/>

-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mlQvcIN9EdqadtFwU5VNog"/>

+      <returnResult xmi:id="_yQGPzoOGEdq6geWPj4xEng" type="_8Ugn8GvtEdqG6fBIPwe-mw" direction="return">

+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yQGPz4OGEdq6geWPj4xEng" value="-1"/>

+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yQGP0IOGEdq6geWPj4xEng"/>

       </returnResult>

-      <ownedParameter xmi:id="_mlQvcYN9EdqadtFwU5VNog" name="classifier" type="_6UV2QGwJEdq7X4sGURiZYA" effect="read"/>

+      <ownedParameter xmi:id="_yQGP0YOGEdq6geWPj4xEng" name="classifier" type="_6UV2QGwJEdq7X4sGURiZYA" effect="read"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mlQvcoN9EdqadtFwU5VNog" name="usedInterfaces" type="_8Ugn8GvtEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_mlQvdIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mlQvc4N9EdqadtFwU5VNog" annotatedElement="_mlQvcoN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_yQGP0oOGEdq6geWPj4xEng" name="usedInterfaces" type="_8Ugn8GvtEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_yQGP1IOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yQGP04OGEdq6geWPj4xEng" annotatedElement="_yQGP0oOGEdq6geWPj4xEng">

         <body>Utility returning the set of used interfaces of a component:</body>

       </ownedComment>

-      <ownedRule xmi:id="_mlQvdIN9EdqadtFwU5VNog" name="spec" constrainedElement="_mlQvcoN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mlQvdYN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_yQGP1IOGEdq6geWPj4xEng" name="spec" constrainedElement="_yQGP0oOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yQGP1YOGEdq6geWPj4xEng" language="OCL">

           <body>result = (classifier.supplierDependency->

 select(dependency|dependency.oclIsKindOf(Usage) and dependency.supplier.oclIsKindOf(interface)))->

 collect(dependency|dependency.supplier)</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mlQvdoN9EdqadtFwU5VNog" type="_8Ugn8GvtEdqG6fBIPwe-mw" direction="return">

-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mlQvd4N9EdqadtFwU5VNog" value="-1"/>

-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mlQveIN9EdqadtFwU5VNog"/>

+      <returnResult xmi:id="_yQGP1oOGEdq6geWPj4xEng" type="_8Ugn8GvtEdqG6fBIPwe-mw" direction="return">

+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yQGP14OGEdq6geWPj4xEng" value="-1"/>

+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yQGP2IOGEdq6geWPj4xEng"/>

       </returnResult>

-      <ownedParameter xmi:id="_mlQveYN9EdqadtFwU5VNog" name="classifier" type="_6UV2QGwJEdq7X4sGURiZYA" effect="read"/>

+      <ownedParameter xmi:id="_yQGP2YOGEdq6geWPj4xEng" name="classifier" type="_6UV2QGwJEdq7X4sGURiZYA" effect="read"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mlQveoN9EdqadtFwU5VNog" name="required" type="_8Ugn8GvtEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_mlQvfYN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mlQve4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EOperation" xmi:id="_mlQvfIN9EdqadtFwU5VNog" operationName="getRequireds"/>

+    <ownedOperation xmi:id="_yQGP2oOGEdq6geWPj4xEng" name="required" type="_8Ugn8GvtEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_yQGP3YOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yQGP24OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EOperation" xmi:id="_yQGP3IOGEdq6geWPj4xEng" operationName="getRequireds"/>

       </eAnnotations>

-      <ownedRule xmi:id="_mlQvfYN9EdqadtFwU5VNog" name="spec" constrainedElement="_mlQveoN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mlQvfoN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_yQGP3YOGEdq6geWPj4xEng" name="spec" constrainedElement="_yQGP2oOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yQGP3oOGEdq6geWPj4xEng" language="OCL">

           <body>result = let usedInterfaces = UsedInterfaces(self) and

 

   let realizingClassifierUsedInterfaces = UsedInterfaces(self.realizingClassifier) and

@@ -12774,17 +12774,17 @@
       union(typesOfUsedPorts))->asSet()</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mlQvf4N9EdqadtFwU5VNog" type="_8Ugn8GvtEdqG6fBIPwe-mw" direction="return">

-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mlQvgIN9EdqadtFwU5VNog" value="-1"/>

-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mlQvgYN9EdqadtFwU5VNog"/>

+      <returnResult xmi:id="_yQGP34OGEdq6geWPj4xEng" type="_8Ugn8GvtEdqG6fBIPwe-mw" direction="return">

+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yQGP4IOGEdq6geWPj4xEng" value="-1"/>

+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yQGP4YOGEdq6geWPj4xEng"/>

       </returnResult>

     </ownedOperation>

-    <ownedOperation xmi:id="_mlQvgoN9EdqadtFwU5VNog" name="provided" type="_8Ugn8GvtEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_mlQvhYN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mlQvg4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EOperation" xmi:id="_mlQvhIN9EdqadtFwU5VNog" operationName="getProvideds"/>

+    <ownedOperation xmi:id="_yQGP4oOGEdq6geWPj4xEng" name="provided" type="_8Ugn8GvtEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_yQGP5YOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yQGP44OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EOperation" xmi:id="_yQGP5IOGEdq6geWPj4xEng" operationName="getProvideds"/>

       </eAnnotations>

-      <ownedRule xmi:id="_mlQvhYN9EdqadtFwU5VNog" name="spec" constrainedElement="_mlQvgoN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mlQvhoN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_yQGP5YOGEdq6geWPj4xEng" name="spec" constrainedElement="_yQGP4oOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yQGP5oOGEdq6geWPj4xEng" language="OCL">

           <body>result = let implementedInterfaces = self.implementation->collect(impl|impl.contract) and

 

   let realizedInterfaces = RealizedInterfaces(self) and

@@ -12798,114 +12798,114 @@
       union(typesOfRequiredPorts))->asSet()</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mlQvh4N9EdqadtFwU5VNog" type="_8Ugn8GvtEdqG6fBIPwe-mw" direction="return">

-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mlQviIN9EdqadtFwU5VNog" value="-1"/>

-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mlQviYN9EdqadtFwU5VNog"/>

+      <returnResult xmi:id="_yQGP54OGEdq6geWPj4xEng" type="_8Ugn8GvtEdqG6fBIPwe-mw" direction="return">

+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yQGP6IOGEdq6geWPj4xEng" value="-1"/>

+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yQGP6YOGEdq6geWPj4xEng"/>

       </returnResult>

     </ownedOperation>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mvsdsIN9EdqadtFwU5VNog" name="A_component_packagedElement" memberEnd="_mvsdsoN9EdqadtFwU5VNog _mvjTy4N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mvsdsYN9EdqadtFwU5VNog" general="_mQ_vgoN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mvsdsoN9EdqadtFwU5VNog" type="_mlQvUYN9EdqadtFwU5VNog" association="_mvsdsIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mvsds4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mvsdtIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yZ7hLYOGEdq6geWPj4xEng" name="A_component_packagedElement" memberEnd="_yZ7hL4OGEdq6geWPj4xEng _yZ7hJ4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yZ7hLoOGEdq6geWPj4xEng" general="_x83xxYOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yZ7hL4OGEdq6geWPj4xEng" type="_yQGPsYOGEdq6geWPj4xEng" association="_yZ7hLYOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yZ7hMIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yZ7hMYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mltbU4N9EdqadtFwU5VNog" name="Deployment">

-    <ownedComment xmi:id="_mltbVIN9EdqadtFwU5VNog" annotatedElement="_mltbU4N9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yQi7s4OGEdq6geWPj4xEng" name="Deployment">

+    <ownedComment xmi:id="_yQi7tIOGEdq6geWPj4xEng" annotatedElement="_yQi7s4OGEdq6geWPj4xEng">

       <body>In the metamodel, Deployment is a subtype of Dependency.</body>

     </ownedComment>

-    <ownedComment xmi:id="_mvsdtYN9EdqadtFwU5VNog" annotatedElement="_mltbU4N9EdqadtFwU5VNog">

+    <ownedComment xmi:id="_yZ7hMoOGEdq6geWPj4xEng" annotatedElement="_yQi7s4OGEdq6geWPj4xEng">

       <body>A component deployment is the deployment of one or more artifacts or artifact instances to a deployment target, optionally parameterized by a deployment specification. Examples are executables and configuration files.</body>

     </ownedComment>

-    <generalization xmi:id="_mltbVYN9EdqadtFwU5VNog" general="_rEDGkGwKEdq7X4sGURiZYA"/>

-    <ownedAttribute xmi:id="_mltbVoN9EdqadtFwU5VNog" name="deployedArtifact" type="_ml3MV4N9EdqadtFwU5VNog" subsettedProperty="_metbb4N9EdqadtFwU5VNog" association="_mmA9QoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mltbV4N9EdqadtFwU5VNog" annotatedElement="_mltbVoN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yQi7tYOGEdq6geWPj4xEng" general="_rEDGkGwKEdq7X4sGURiZYA"/>

+    <ownedAttribute xmi:id="_yQi7toOGEdq6geWPj4xEng" name="deployedArtifact" type="_yQsFp4OGEdq6geWPj4xEng" subsettedProperty="_yJ_Ar4OGEdq6geWPj4xEng" association="_yQ12loOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yQi7t4OGEdq6geWPj4xEng" annotatedElement="_yQi7toOGEdq6geWPj4xEng">

         <body>The Artifacts that are deployed onto a Node. This association specializes the supplier association.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mltbWIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mltbWYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yQi7uIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yQi7uYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mltbWoN9EdqadtFwU5VNog" name="location" type="_ml3MQIN9EdqadtFwU5VNog" subsettedProperty="_me3MYIN9EdqadtFwU5VNog" association="_mmA9R4N9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mltbW4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mltbXIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yQi7uoOGEdq6geWPj4xEng" name="location" type="_yQsFkIOGEdq6geWPj4xEng" subsettedProperty="_yJ_As4OGEdq6geWPj4xEng" association="_yQ12m4OGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yQi7u4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yQi7vIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mltbXYN9EdqadtFwU5VNog" annotatedElement="_mltbWoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yQi7vYOGEdq6geWPj4xEng" annotatedElement="_yQi7uoOGEdq6geWPj4xEng">

         <body>The DeployedTarget which is the target of a Deployment.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mltbXoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mltbX4N9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yQi7voOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yQi7v4OGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mvsdtoN9EdqadtFwU5VNog" name="configuration" type="_mvsdvIN9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mvsd14N9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mvsdt4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mvsduIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yZ7hM4OGEdq6geWPj4xEng" name="configuration" type="_yaFSIIOGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yaFSO4OGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yZ7hNIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yZ7hNYOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mvsduYN9EdqadtFwU5VNog" annotatedElement="_mvsdtoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yZ7hNoOGEdq6geWPj4xEng" annotatedElement="_yZ7hM4OGEdq6geWPj4xEng">

         <body>The specification of properties that parameterize the deployment and execution of one or more Artifacts. This association is specialized from the ownedMember association.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mvsduoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mvsdu4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yZ7hN4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yZ7hOIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mvsdvIN9EdqadtFwU5VNog" name="DeploymentSpecification">

-    <ownedComment xmi:id="_mvsdvYN9EdqadtFwU5VNog" annotatedElement="_mvsdvIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yaFSIIOGEdq6geWPj4xEng" name="DeploymentSpecification">

+    <ownedComment xmi:id="_yaFSIYOGEdq6geWPj4xEng" annotatedElement="_yaFSIIOGEdq6geWPj4xEng">

       <body>In the metamodel, a DeploymentSpecification is a subtype of Artifact. It defines a set of deployment properties that are specific to a certain Container type. An instance of a DeploymentSpecification with specific values for these properties may be contained in a complex Artifact.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mvsdvoN9EdqadtFwU5VNog" name="deployed_elements" constrainedElement="_mvsdvIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mvsdv4N9EdqadtFwU5VNog" annotatedElement="_mvsdvoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yaFSIoOGEdq6geWPj4xEng" name="deployed_elements" constrainedElement="_yaFSIIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yaFSI4OGEdq6geWPj4xEng" annotatedElement="_yaFSIoOGEdq6geWPj4xEng">

         <body>The deployedElements of a DeploymentTarget that are involved in a Deployment that has an associated Deployment-Specification is a kind of Component (i.e. the configured components).</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mvsdwIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yaFSJIOGEdq6geWPj4xEng" language="OCL">

         <body>self.deployment->forAll (d | d.location.deployedElements->forAll (de |

 

   de.oclIsKindOf(Component)))</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mvsdwYN9EdqadtFwU5VNog" name="deployment_target" constrainedElement="_mvsdvIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mvsdwoN9EdqadtFwU5VNog" annotatedElement="_mvsdwYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yaFSJYOGEdq6geWPj4xEng" name="deployment_target" constrainedElement="_yaFSIIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yaFSJoOGEdq6geWPj4xEng" annotatedElement="_yaFSJYOGEdq6geWPj4xEng">

         <body>The DeploymentTarget of a DeploymentSpecification is a kind of ExecutionEnvironment.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mvsdw4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yaFSJ4OGEdq6geWPj4xEng" language="OCL">

         <body>result = self.deployment->forAll (d | d.location..oclIsKindOf(ExecutionEnvironment))</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mvsdxIN9EdqadtFwU5VNog" general="_-lGRgHLzEdqziYxiZo0YtA"/>

-    <ownedAttribute xmi:id="_mvsdxYN9EdqadtFwU5VNog" name="deploymentLocation" type="_aAyVgGvsEdqG6fBIPwe-mw">

-      <eAnnotations xmi:id="_mvsdxoN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_mvsdx4N9EdqadtFwU5VNog" isUnsettable="true"/>

+    <generalization xmi:id="_yaFSKIOGEdq6geWPj4xEng" general="_-lGRgHLzEdqziYxiZo0YtA"/>

+    <ownedAttribute xmi:id="_yaFSKYOGEdq6geWPj4xEng" name="deploymentLocation" type="_aAyVgGvsEdqG6fBIPwe-mw">

+      <eAnnotations xmi:id="_yaFSKoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_yaFSK4OGEdq6geWPj4xEng" isUnsettable="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mvsdyIN9EdqadtFwU5VNog" annotatedElement="_mvsdxYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yaFSLIOGEdq6geWPj4xEng" annotatedElement="_yaFSKYOGEdq6geWPj4xEng">

         <body>The location where an Artifact is deployed onto a Node. This is typically a 'directory' or 'memory address'.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mvsdyYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mvsdyoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yaFSLYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yaFSLoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mvsdy4N9EdqadtFwU5VNog" name="executionLocation" type="_aAyVgGvsEdqG6fBIPwe-mw">

-      <eAnnotations xmi:id="_mvsdzIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_mvsdzYN9EdqadtFwU5VNog" isUnsettable="true"/>

+    <ownedAttribute xmi:id="_yaFSL4OGEdq6geWPj4xEng" name="executionLocation" type="_aAyVgGvsEdqG6fBIPwe-mw">

+      <eAnnotations xmi:id="_yaFSMIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_yaFSMYOGEdq6geWPj4xEng" isUnsettable="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mvsdzoN9EdqadtFwU5VNog" annotatedElement="_mvsdy4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yaFSMoOGEdq6geWPj4xEng" annotatedElement="_yaFSL4OGEdq6geWPj4xEng">

         <body>The location where a component Artifact executes. This may be a local or remote location.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mvsdz4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mvsd0IN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yaFSM4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yaFSNIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mvsd0YN9EdqadtFwU5VNog" name="deployment" type="_mltbU4N9EdqadtFwU5VNog" association="_mvsd14N9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mvsd0oN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mvsd04N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yaFSNYOGEdq6geWPj4xEng" name="deployment" type="_yQi7s4OGEdq6geWPj4xEng" association="_yaFSO4OGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yaFSNoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yaFSN4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mvsd1IN9EdqadtFwU5VNog" annotatedElement="_mvsd0YN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yaFSOIOGEdq6geWPj4xEng" annotatedElement="_yaFSNYOGEdq6geWPj4xEng">

         <body>The deployment with which the DeploymentSpecification is associated.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mvsd1YN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mvsd1oN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yaFSOYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yaFSOoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mvsd14N9EdqadtFwU5VNog" name="A_configuration_deployment" memberEnd="_mvsdtoN9EdqadtFwU5VNog _mvsd0YN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mvsd2IN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yaFSO4OGEdq6geWPj4xEng" name="A_configuration_deployment" memberEnd="_yZ7hM4OGEdq6geWPj4xEng _yaFSNYOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yaFSPIOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mvsd2YN9EdqadtFwU5VNog" name="ProtocolConformance">

-    <ownedComment xmi:id="_mvsd2oN9EdqadtFwU5VNog" annotatedElement="_mvsd2YN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yaFSPYOGEdq6geWPj4xEng" name="ProtocolConformance">

+    <ownedComment xmi:id="_yaFSPoOGEdq6geWPj4xEng" annotatedElement="_yaFSPYOGEdq6geWPj4xEng">

       <body>Protocol state machines can be redefined into more specific protocol state machines, or into behavioral state machines.

 

 

@@ -12918,104 +12918,104 @@
 

 </body>

     </ownedComment>

-    <generalization xmi:id="_mvsd24N9EdqadtFwU5VNog" general="_mLouYIN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mvsd3IN9EdqadtFwU5VNog" name="specificMachine" type="_mv_YwoN9EdqadtFwU5VNog" subsettedProperty="_mLouY4N9EdqadtFwU5VNog _mLyfbYN9EdqadtFwU5VNog" association="_mwJJoIN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mvsd3YN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mvsd3oN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yaFSP4OGEdq6geWPj4xEng" general="_x381cIOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yaFSQIOGEdq6geWPj4xEng" name="specificMachine" type="_yaOcM4OGEdq6geWPj4xEng" subsettedProperty="_x381c4OGEdq6geWPj4xEng _x381jIOGEdq6geWPj4xEng" association="_yaYNHYOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yaFSQYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yaFSQoOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mvsd34N9EdqadtFwU5VNog" annotatedElement="_mvsd3IN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yaFSQ4OGEdq6geWPj4xEng" annotatedElement="_yaFSQIOGEdq6geWPj4xEng">

         <body>Specifies the state machine which conforms to the general state machine.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mvsd4IN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mvsd4YN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yaFSRIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yaFSRYOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mvsd4oN9EdqadtFwU5VNog" name="generalMachine" type="_mv_YwoN9EdqadtFwU5VNog" subsettedProperty="_mLouaYN9EdqadtFwU5VNog" association="_mwJJsoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mvsd44N9EdqadtFwU5VNog" annotatedElement="_mvsd4oN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yaFSRoOGEdq6geWPj4xEng" name="generalMachine" type="_yaOcM4OGEdq6geWPj4xEng" subsettedProperty="_x381eYOGEdq6geWPj4xEng" association="_yahXAIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yaFSR4OGEdq6geWPj4xEng" annotatedElement="_yaFSRoOGEdq6geWPj4xEng">

         <body>Specifies the protocol state machine to which the specific state machine conforms.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mvsd5IN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mvsd5YN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yaFSSIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yaFSSYOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

   <ownedMember xmi:type="uml:Class" xmi:id="_8Ugn8GvtEdqG6fBIPwe-mw" name="Interface">

-    <ownedComment xmi:id="_mfdCS4N9EdqadtFwU5VNog" annotatedElement="_8Ugn8GvtEdqG6fBIPwe-mw">

+    <ownedComment xmi:id="_yKldpYOGEdq6geWPj4xEng" annotatedElement="_8Ugn8GvtEdqG6fBIPwe-mw">

       <body>An interface is a kind of classifier that represents a declaration of a set of coherent public features and obligations. An interface specifies a contract; any instance of a classifier that realizes the interface must fulfill that contract. The obligations that may be associated with an interface are in the form of various kinds of constraints (such as pre- and post-conditions) or protocol specifications, which may impose ordering restrictions on interactions through the interface.

 

 Since interfaces are declarations, they are not instantiable. Instead, an interface specification is implemented by an instance of an instantiable classifier, which means that the instantiable classifier presents a public facade that conforms to the interface specification. Note that a given classifier may implement more than one interface and that an interface may be implemented by a number of different classifiers.

 

 </body>

     </ownedComment>

-    <ownedComment xmi:id="_mjU1sIN9EdqadtFwU5VNog" annotatedElement="_8Ugn8GvtEdqG6fBIPwe-mw">

+    <ownedComment xmi:id="_yOTf94OGEdq6geWPj4xEng" annotatedElement="_8Ugn8GvtEdqG6fBIPwe-mw">

       <body>Adds the capability for interfaces to include receptions (in addition to operations).</body>

     </ownedComment>

-    <ownedComment xmi:id="_mv2OsIN9EdqadtFwU5VNog" annotatedElement="_8Ugn8GvtEdqG6fBIPwe-mw">

+    <ownedComment xmi:id="_yaFSSoOGEdq6geWPj4xEng" annotatedElement="_8Ugn8GvtEdqG6fBIPwe-mw">

       <body>Since an interface specifies conformance characteristics, it does not own detailed behavior specifications. Instead, interfaces may own a protocol state machine that specifies event sequences and pre/post conditions for the operations and receptions described by the interface.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mfdCTIN9EdqadtFwU5VNog" name="visibility" constrainedElement="_8Ugn8GvtEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mfdCTYN9EdqadtFwU5VNog" annotatedElement="_mfdCTIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yKldpoOGEdq6geWPj4xEng" name="visibility" constrainedElement="_8Ugn8GvtEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yKldp4OGEdq6geWPj4xEng" annotatedElement="_yKldpoOGEdq6geWPj4xEng">

         <body>The visibility of all features owned by an interface must be public.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mfdCToN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yKldqIOGEdq6geWPj4xEng" language="OCL">

         <body>self.feature->forAll(f | f.visibility = #public)</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mfdCT4N9EdqadtFwU5VNog" general="_6UV2QGwJEdq7X4sGURiZYA"/>

-    <ownedAttribute xmi:id="_mfdCUIN9EdqadtFwU5VNog" name="ownedAttribute" type="_Jp_1oGveEdq4DLWZOhbdEA" isOrdered="true" subsettedProperty="_mKcbkIN9EdqadtFwU5VNog _mMYVVoN9EdqadtFwU5VNog" association="_mf5uNoN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mfdCUYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mfdCUoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yKldqYOGEdq6geWPj4xEng" general="_6UV2QGwJEdq7X4sGURiZYA"/>

+    <ownedAttribute xmi:id="_yKungIOGEdq6geWPj4xEng" name="ownedAttribute" type="_Jp_1oGveEdq4DLWZOhbdEA" isOrdered="true" subsettedProperty="_x2wioIOGEdq6geWPj4xEng _x4jScoOGEdq6geWPj4xEng" association="_yLBidoOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yKungYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yKungoOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mfdCU4N9EdqadtFwU5VNog" annotatedElement="_mfdCUIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yKung4OGEdq6geWPj4xEng" annotatedElement="_yKungIOGEdq6geWPj4xEng">

         <body>The attributes (i.e. the properties) owned by the class.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mfdCVIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mfdCVYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yKunhIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yKunhYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mfdCVoN9EdqadtFwU5VNog" name="ownedOperation" type="_M4X2IGveEdq4DLWZOhbdEA" isOrdered="true" subsettedProperty="_mKmMkIN9EdqadtFwU5VNog _mMYVVoN9EdqadtFwU5VNog" association="_mf5uPIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mfdCV4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mfdCWIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yKunhoOGEdq6geWPj4xEng" name="ownedOperation" type="_M4X2IGveEdq4DLWZOhbdEA" isOrdered="true" subsettedProperty="_x26ToIOGEdq6geWPj4xEng _x4jScoOGEdq6geWPj4xEng" association="_yLBifIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yKunh4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yKuniIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mfdCWYN9EdqadtFwU5VNog" annotatedElement="_mfdCVoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yKuniYOGEdq6geWPj4xEng" annotatedElement="_yKunhoOGEdq6geWPj4xEng">

         <body>The operations owned by the class.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mfdCWoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mfdCW4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yKunioOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yKuni4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mfdCXIN9EdqadtFwU5VNog" name="nestedClassifier" type="_6UV2QGwJEdq7X4sGURiZYA" isOrdered="true" subsettedProperty="_mMYVVoN9EdqadtFwU5VNog" association="_mf5uSIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mfdCXYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mfdCXoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yKunjIOGEdq6geWPj4xEng" name="nestedClassifier" type="_6UV2QGwJEdq7X4sGURiZYA" isOrdered="true" subsettedProperty="_x4jScoOGEdq6geWPj4xEng" association="_yLBiiIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yKunjYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yKunjoOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mfdCX4N9EdqadtFwU5VNog" annotatedElement="_mfdCXIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yKunj4OGEdq6geWPj4xEng" annotatedElement="_yKunjIOGEdq6geWPj4xEng">

         <body>References all the Classifiers that are defined (nested) within the Class.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mfdCYIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mfdCYYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yKunkIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yKunkYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mfmzQIN9EdqadtFwU5VNog" name="redefinedInterface" type="_8Ugn8GvtEdqG6fBIPwe-mw" subsettedProperty="_mMrQQIN9EdqadtFwU5VNog" association="_mf5uToN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mfmzQYN9EdqadtFwU5VNog" annotatedElement="_mfmzQIN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yKunkoOGEdq6geWPj4xEng" name="redefinedInterface" type="_8Ugn8GvtEdqG6fBIPwe-mw" subsettedProperty="_x42NYIOGEdq6geWPj4xEng" association="_yLBijoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yKunk4OGEdq6geWPj4xEng" annotatedElement="_yKunkoOGEdq6geWPj4xEng">

         <body>References all the Interfaces redefined by this Interface.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mfmzQoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mfmzQ4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yKunlIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yKunlYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mjU1sYN9EdqadtFwU5VNog" name="ownedReception" type="_mjemoIN9EdqadtFwU5VNog" subsettedProperty="_mKmMkIN9EdqadtFwU5VNog _mMYVVoN9EdqadtFwU5VNog" association="_mj7SlIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mjU1soN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mjU1s4N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yOTf-IOGEdq6geWPj4xEng" name="ownedReception" type="_yOTf_oOGEdq6geWPj4xEng" subsettedProperty="_x26ToIOGEdq6geWPj4xEng _x4jScoOGEdq6geWPj4xEng" association="_yOwL9IOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yOTf-YOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yOTf-oOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mjU1tIN9EdqadtFwU5VNog" annotatedElement="_mjU1sYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yOTf-4OGEdq6geWPj4xEng" annotatedElement="_yOTf-IOGEdq6geWPj4xEng">

         <body>Receptions that objects providing this interface are willing to accept.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mjU1tYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mjU1toN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yOTf_IOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yOTf_YOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mv2OsYN9EdqadtFwU5VNog" name="protocol" type="_mv_YwoN9EdqadtFwU5VNog" subsettedProperty="_mMYVVoN9EdqadtFwU5VNog" association="_mwJJrIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mv2OsoN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mv2Os4N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yaFSS4OGEdq6geWPj4xEng" name="protocol" type="_yaOcM4OGEdq6geWPj4xEng" subsettedProperty="_x4jScoOGEdq6geWPj4xEng" association="_yaYNKYOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yaFSTIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yaFSTYOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mv2OtIN9EdqadtFwU5VNog" annotatedElement="_mv2OsYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yaFSToOGEdq6geWPj4xEng" annotatedElement="_yaFSS4OGEdq6geWPj4xEng">

         <body>References a protocol state machine specifying the legal sequences of the invocation of the behavioral features described in the interface.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mv2OtYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mv2OtoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yaFST4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yaFSUIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

     <ownedOperation xmi:id="_FzLo0HL0EdqziYxiZo0YtA" name="createOwnedOperation" type="_M4X2IGveEdq4DLWZOhbdEA">

       <returnResult xmi:id="_FzLo0XL0EdqziYxiZo0YtA" type="_M4X2IGveEdq4DLWZOhbdEA" direction="return"/>

@@ -13039,7 +13039,7 @@
     </ownedOperation>

   </ownedMember>

   <ownedMember xmi:type="uml:Class" xmi:id="_ZAuvEGveEdq4DLWZOhbdEA" name="Port">

-    <ownedComment xmi:id="_mkq5eoN9EdqadtFwU5VNog" annotatedElement="_ZAuvEGveEdq4DLWZOhbdEA">

+    <ownedComment xmi:id="_yPpjw4OGEdq6geWPj4xEng" annotatedElement="_ZAuvEGveEdq4DLWZOhbdEA">

       <body>Ports represent interaction points between a classifier and its environment. The interfaces associated with a port specify the nature of the interactions that may occur over a port. The required interfaces of a port characterize the requests which may be made from the classifier to its environment through this port. The provided interfaces of a port characterize requests to the classifier that its environment may make through this port.

 

 

@@ -13048,89 +13048,89 @@
 

 </body>

     </ownedComment>

-    <ownedComment xmi:id="_mv2Ot4N9EdqadtFwU5VNog" annotatedElement="_ZAuvEGveEdq4DLWZOhbdEA">

+    <ownedComment xmi:id="_yaOcEIOGEdq6geWPj4xEng" annotatedElement="_ZAuvEGveEdq4DLWZOhbdEA">

       <body>Port is defined as a specialization of the general Port, adding an association to a protocol state machine.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mk0qcIN9EdqadtFwU5VNog" name="required_interfaces" constrainedElement="_ZAuvEGveEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_mk0qcYN9EdqadtFwU5VNog" annotatedElement="_mk0qcIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yPpjxIOGEdq6geWPj4xEng" name="required_interfaces" constrainedElement="_ZAuvEGveEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_yPpjxYOGEdq6geWPj4xEng" annotatedElement="_yPpjxIOGEdq6geWPj4xEng">

         <body>The required interfaces of a port must be provided by elements to which the port is connected.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mk0qcoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yPpjxoOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mk0qc4N9EdqadtFwU5VNog" name="port_aggregation" constrainedElement="_ZAuvEGveEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_mk0qdIN9EdqadtFwU5VNog" annotatedElement="_mk0qc4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yPpjx4OGEdq6geWPj4xEng" name="port_aggregation" constrainedElement="_ZAuvEGveEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_yPpjyIOGEdq6geWPj4xEng" annotatedElement="_yPpjx4OGEdq6geWPj4xEng">

         <body>Port.aggregation must be composite.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mk0qdYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yPpjyYOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mk0qdoN9EdqadtFwU5VNog" name="port_destroyed" constrainedElement="_ZAuvEGveEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_mk0qd4N9EdqadtFwU5VNog" annotatedElement="_mk0qdoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yPpjyoOGEdq6geWPj4xEng" name="port_destroyed" constrainedElement="_ZAuvEGveEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_yPpjy4OGEdq6geWPj4xEng" annotatedElement="_yPpjyoOGEdq6geWPj4xEng">

         <body>When a port is destroyed, all connectors attached to this port will be destroyed also.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mk0qeIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yPpjzIOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mk0qeYN9EdqadtFwU5VNog" name="default_value" constrainedElement="_ZAuvEGveEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_mk0qeoN9EdqadtFwU5VNog" annotatedElement="_mk0qeYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yPpjzYOGEdq6geWPj4xEng" name="default_value" constrainedElement="_ZAuvEGveEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_yPpjzoOGEdq6geWPj4xEng" annotatedElement="_yPpjzYOGEdq6geWPj4xEng">

         <body>A defaultValue for port cannot be specified when the type of the Port is an Interface</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mk0qe4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yPpjz4OGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mk0qfIN9EdqadtFwU5VNog" general="_Jp_1oGveEdq4DLWZOhbdEA"/>

-    <ownedAttribute xmi:id="_mk0qfYN9EdqadtFwU5VNog" name="isBehavior" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mk0qfoN9EdqadtFwU5VNog" annotatedElement="_mk0qfYN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yPpj0IOGEdq6geWPj4xEng" general="_Jp_1oGveEdq4DLWZOhbdEA"/>

+    <ownedAttribute xmi:id="_yPpj0YOGEdq6geWPj4xEng" name="isBehavior" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yPpj0oOGEdq6geWPj4xEng" annotatedElement="_yPpj0YOGEdq6geWPj4xEng">

         <body>Specifies whether requests arriving at this port are sent to the classifier behavior of this classifier. Such ports are referred to as behavior port. Any invocation of a behavioral feature targeted at a behavior port will be handled by the instance of the owning classifier itself, rather than by any instances that this classifier may contain.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mk0qf4N9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yPpj04OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mk0qgIN9EdqadtFwU5VNog" name="isService" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mk0qgYN9EdqadtFwU5VNog" annotatedElement="_mk0qgIN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yPpj1IOGEdq6geWPj4xEng" name="isService" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_yPpj1YOGEdq6geWPj4xEng" annotatedElement="_yPpj1IOGEdq6geWPj4xEng">

         <body>If true indicates that this port is used to provide the published functionality of a classifier; if false, this port is used to implement the classifier but is not part of the essential externally-visible functionality of the classifier and can, therefore, be altered or deleted along with the internal implementation of the classifier and other properties that are considered part of its implementation.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mk0qgoN9EdqadtFwU5VNog" value="true"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yPpj1oOGEdq6geWPj4xEng" value="true"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mk0qg4N9EdqadtFwU5VNog" name="required" type="_8Ugn8GvtEdqG6fBIPwe-mw" isReadOnly="true" isDerived="true" association="_mlHlZoN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mk0qhIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mk0qhYN9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_yPpj14OGEdq6geWPj4xEng" name="required" type="_8Ugn8GvtEdqG6fBIPwe-mw" isReadOnly="true" isDerived="true" association="_yP8evYOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yPpj2IOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yPpj2YOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mk0qhoN9EdqadtFwU5VNog" annotatedElement="_mk0qg4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yPpj2oOGEdq6geWPj4xEng" annotatedElement="_yPpj14OGEdq6geWPj4xEng">

         <body>References the interfaces specifying the set of operations and receptions which the classifier expects its environment to handle. This association is derived as the set of interfaces required by the type of the port or its supertypes.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mk0qh4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mk0qiIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yPpj24OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yPpj3IOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mk0qiYN9EdqadtFwU5VNog" name="redefinedPort" type="_ZAuvEGveEdq4DLWZOhbdEA" subsettedProperty="_mMrQQIN9EdqadtFwU5VNog" association="_mlHlaoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mk0qioN9EdqadtFwU5VNog" annotatedElement="_mk0qiYN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yPytsIOGEdq6geWPj4xEng" name="redefinedPort" type="_ZAuvEGveEdq4DLWZOhbdEA" subsettedProperty="_x42NYIOGEdq6geWPj4xEng" association="_yP8ewYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yPytsYOGEdq6geWPj4xEng" annotatedElement="_yPytsIOGEdq6geWPj4xEng">

         <body>A port may be redefined when its containing classifier is specialized. The redefining port may have additional interfaces to those that are associated with the redefined port or it may replace an interface by one of its subtypes.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mk0qi4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mk0qjIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yPytsoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yPyts4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mk0qjYN9EdqadtFwU5VNog" name="provided" type="_8Ugn8GvtEdqG6fBIPwe-mw" isReadOnly="true" isDerived="true" association="_mlHlb4N9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mk0qjoN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mk0qj4N9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_yPyttIOGEdq6geWPj4xEng" name="provided" type="_8Ugn8GvtEdqG6fBIPwe-mw" isReadOnly="true" isDerived="true" association="_yP8exoOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yPyttYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yPyttoOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mk0qkIN9EdqadtFwU5VNog" annotatedElement="_mk0qjYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yPytt4OGEdq6geWPj4xEng" annotatedElement="_yPyttIOGEdq6geWPj4xEng">

         <body>References the interfaces specifying the set of operations and receptions which the classifier offers to its environment, and which it will handle either directly or by forwarding it to a part of its internal structure. This association is derived from the interfaces realized by the type of the port or by the type of the port, if the port was typed by an interface.

 

 </body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mk0qkYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mk0qkoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yPytuIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yPytuYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mv_YoIN9EdqadtFwU5VNog" name="protocol" type="_mv_YwoN9EdqadtFwU5VNog" association="_mwJJo4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mv_YoYN9EdqadtFwU5VNog" annotatedElement="_mv_YoIN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yaOcEYOGEdq6geWPj4xEng" name="protocol" type="_yaOcM4OGEdq6geWPj4xEng" association="_yaYNIIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yaOcEoOGEdq6geWPj4xEng" annotatedElement="_yaOcEYOGEdq6geWPj4xEng">

         <body>References an optional protocol state machine which describes valid interactions at this interaction point.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mv_YooN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mv_Yo4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yaOcE4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yaOcFIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

     <ownedOperation xmi:id="_gtr8cFYhEdqB6vblk3tuMA" name="getProvideds" visibility="protected" type="_8Ugn8GvtEdqG6fBIPwe-mw">

       <returnResult xmi:id="_jIqKEFYhEdqB6vblk3tuMA" type="_8Ugn8GvtEdqG6fBIPwe-mw" direction="return">

@@ -13145,8 +13145,8 @@
       </returnResult>

     </ownedOperation>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mv_YpIN9EdqadtFwU5VNog" name="ProtocolTransition">

-    <ownedComment xmi:id="_mv_YpYN9EdqadtFwU5VNog" annotatedElement="_mv_YpIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yaOcFYOGEdq6geWPj4xEng" name="ProtocolTransition">

+    <ownedComment xmi:id="_yaOcFoOGEdq6geWPj4xEng" annotatedElement="_yaOcFYOGEdq6geWPj4xEng">

       <body>A protocol transition (transition as specialized in the ProtocolStateMachines package) specifies a legal transition for an operation. Transitions of protocol state machines have the following information: a pre condition (guard), on trigger, and a post condition. Every protocol transition is associated to zero or one operation (referred BehavioralFeature) that belongs to the context classifier of the protocol state machine.

 

 

@@ -13155,126 +13155,126 @@
 

 </body>

     </ownedComment>

-    <ownedRule xmi:id="_mv_YpoN9EdqadtFwU5VNog" name="belongs_to_psm" constrainedElement="_mv_YpIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mv_Yp4N9EdqadtFwU5VNog" annotatedElement="_mv_YpoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yaOcF4OGEdq6geWPj4xEng" name="belongs_to_psm" constrainedElement="_yaOcFYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yaOcGIOGEdq6geWPj4xEng" annotatedElement="_yaOcF4OGEdq6geWPj4xEng">

         <body>A protocol transition always belongs to a protocol state machine.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mv_YqIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yaOcGYOGEdq6geWPj4xEng" language="OCL">

         <body>container.belongsToPSM()</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mv_YqYN9EdqadtFwU5VNog" name="associated_actions" constrainedElement="_mv_YpIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mv_YqoN9EdqadtFwU5VNog" annotatedElement="_mv_YqYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yaOcGoOGEdq6geWPj4xEng" name="associated_actions" constrainedElement="_yaOcFYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yaOcG4OGEdq6geWPj4xEng" annotatedElement="_yaOcGoOGEdq6geWPj4xEng">

         <body>A protocol transition never has associated actions.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mv_Yq4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yaOcHIOGEdq6geWPj4xEng" language="OCL">

         <body>effect->isEmpty()</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mv_YrIN9EdqadtFwU5VNog" name="refers_to_operation" constrainedElement="_mv_YpIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mv_YrYN9EdqadtFwU5VNog" annotatedElement="_mv_YrIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yaOcHYOGEdq6geWPj4xEng" name="refers_to_operation" constrainedElement="_yaOcFYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yaOcHoOGEdq6geWPj4xEng" annotatedElement="_yaOcHYOGEdq6geWPj4xEng">

         <body>If a protocol transition refers to an operation (i. e. has a call trigger corresponding to an operation), then that operation should apply to the context classifier of the state machine of the protocol transition.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mv_YroN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yaOcH4OGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mv_Yr4N9EdqadtFwU5VNog" general="_mo_ZUIN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mv_YsIN9EdqadtFwU5VNog" name="postCondition" type="_mOBUAIN9EdqadtFwU5VNog" subsettedProperty="_mMYVYoN9EdqadtFwU5VNog" association="_mwJJp4N9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mv_YsYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mv_YsoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yaOcIIOGEdq6geWPj4xEng" general="_yT0SEIOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yaOcIYOGEdq6geWPj4xEng" name="postCondition" type="_x6CgIYOGEdq6geWPj4xEng" subsettedProperty="_x4jSfoOGEdq6geWPj4xEng" association="_yaYNJIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yaOcIoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yaOcI4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mv_Ys4N9EdqadtFwU5VNog" annotatedElement="_mv_YsIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yaOcJIOGEdq6geWPj4xEng" annotatedElement="_yaOcIYOGEdq6geWPj4xEng">

         <body>Specifies the post condition of the transition which is the condition that should be obtained once the transition is triggered. This post condition is part of the post condition of the operation connected to the transition.

 

 </body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mv_YtIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mv_YtYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yaOcJYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yaOcJoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mv_YtoN9EdqadtFwU5VNog" name="referred" type="_M4X2IGveEdq4DLWZOhbdEA" isReadOnly="true" isDerived="true" association="_mwJJt4N9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mv_Yt4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mv_YuIN9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_yaOcJ4OGEdq6geWPj4xEng" name="referred" type="_M4X2IGveEdq4DLWZOhbdEA" isReadOnly="true" isDerived="true" association="_yahXBYOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yaOcKIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yaOcKYOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mv_YuYN9EdqadtFwU5VNog" annotatedElement="_mv_YtoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yaOcKoOGEdq6geWPj4xEng" annotatedElement="_yaOcJ4OGEdq6geWPj4xEng">

         <body>This association refers to the associated operation. It is derived from the operation of the call trigger when applicable.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mv_YuoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mv_Yu4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yaOcK4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yaOcLIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mv_YvIN9EdqadtFwU5VNog" name="preCondition" type="_mOBUAIN9EdqadtFwU5VNog" subsettedProperty="_mo_ZfoN9EdqadtFwU5VNog" association="_mwJJu4N9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mv_YvYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mv_YvoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yaOcLYOGEdq6geWPj4xEng" name="preCondition" type="_x6CgIYOGEdq6geWPj4xEng" subsettedProperty="_yT0SPoOGEdq6geWPj4xEng" association="_yahXCYOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yaOcLoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yaOcL4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mv_Yv4N9EdqadtFwU5VNog" annotatedElement="_mv_YvIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yaOcMIOGEdq6geWPj4xEng" annotatedElement="_yaOcLYOGEdq6geWPj4xEng">

         <body>Specifies the precondition of the transition. It specifies the condition that should be verified before triggering the transition. This guard condition added to the source state will be evaluated as part of the precondition of the operation referred by the transition if any.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mv_YwIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mv_YwYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yaOcMYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yaOcMoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mv_YwoN9EdqadtFwU5VNog" name="ProtocolStateMachine">

-    <ownedComment xmi:id="_mv_Yw4N9EdqadtFwU5VNog" annotatedElement="_mv_YwoN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yaOcM4OGEdq6geWPj4xEng" name="ProtocolStateMachine">

+    <ownedComment xmi:id="_yaOcNIOGEdq6geWPj4xEng" annotatedElement="_yaOcM4OGEdq6geWPj4xEng">

       <body>A protocol state machine is always defined in the context of a classifier. It specifies which operations of the classifier can be called in which state and under which condition, thus specifying the allowed call sequences on the classifier's operations. A protocol state machine presents the possible and permitted transitions on the instances of its context classifier, together with the operations which carry the transitions. In this manner, an instance lifecycle can be created for a classifier, by specifying the order in which the operations can be activated and the states through which an instance progresses during its existence.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mv_YxIN9EdqadtFwU5VNog" name="classifier_context" constrainedElement="_mv_YwoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mv_YxYN9EdqadtFwU5VNog" annotatedElement="_mv_YxIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yaOcNYOGEdq6geWPj4xEng" name="classifier_context" constrainedElement="_yaOcM4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yaOcNoOGEdq6geWPj4xEng" annotatedElement="_yaOcNYOGEdq6geWPj4xEng">

         <body>A protocol state machine must only have a classifier context, not a behavioral feature context.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mv_YxoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yaOcN4OGEdq6geWPj4xEng" language="OCL">

         <body>(not context->isEmpty( )) and specification->isEmpty()</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mv_Yx4N9EdqadtFwU5VNog" name="protocol_transitions" constrainedElement="_mv_YwoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mv_YyIN9EdqadtFwU5VNog" annotatedElement="_mv_Yx4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yaOcOIOGEdq6geWPj4xEng" name="protocol_transitions" constrainedElement="_yaOcM4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yaOcOYOGEdq6geWPj4xEng" annotatedElement="_yaOcOIOGEdq6geWPj4xEng">

         <body>All transitions of a protocol state machine must be protocol transitions. (transitions as extended by the ProtocolStateMachines package)</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mv_YyYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yaOcOoOGEdq6geWPj4xEng" language="OCL">

         <body>region->forAll(r | r.transition->forAll(t | t.oclIsTypeOf(ProtocolTransition)))</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mv_YyoN9EdqadtFwU5VNog" name="entry_exit_do" constrainedElement="_mv_YwoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mv_Yy4N9EdqadtFwU5VNog" annotatedElement="_mv_YyoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yaOcO4OGEdq6geWPj4xEng" name="entry_exit_do" constrainedElement="_yaOcM4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yaOcPIOGEdq6geWPj4xEng" annotatedElement="_yaOcO4OGEdq6geWPj4xEng">

         <body>The states of a protocol state machine cannot have entry, exit, or do activity actions.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mv_YzIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yaOcPYOGEdq6geWPj4xEng" language="OCL">

         <body>region->forAll(r | r.subvertex->forAll(v | v.oclIsKindOf(State) implies

 (v.entry->isEmpty() and v.exit->isEmpty() and v.doActivity->isEmpty())))

 </body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mv_YzYN9EdqadtFwU5VNog" name="deep_or_shallow_history" constrainedElement="_mv_YwoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mv_YzoN9EdqadtFwU5VNog" annotatedElement="_mv_YzYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yaOcPoOGEdq6geWPj4xEng" name="deep_or_shallow_history" constrainedElement="_yaOcM4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yaOcP4OGEdq6geWPj4xEng" annotatedElement="_yaOcPoOGEdq6geWPj4xEng">

         <body>Protocol state machines cannot have deep or shallow history pseudostates.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mv_Yz4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yaOcQIOGEdq6geWPj4xEng" language="OCL">

         <body>region->forAll (r | r.subvertex->forAll (v | v.oclIsKindOf(Psuedostate) implies

 ((v.kind &lt;> #deepHistory) and (v.kind &lt;> #shallowHistory)))))

 </body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mv_Y0IN9EdqadtFwU5VNog" name="ports_connected" constrainedElement="_mv_YwoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mv_Y0YN9EdqadtFwU5VNog" annotatedElement="_mv_Y0IN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yaOcQYOGEdq6geWPj4xEng" name="ports_connected" constrainedElement="_yaOcM4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yaOcQoOGEdq6geWPj4xEng" annotatedElement="_yaOcQYOGEdq6geWPj4xEng">

         <body>If two ports are connected, then the protocol state machine of the required interface (if defined) must be conformant to the protocol state machine of the provided interface (if defined).</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mv_Y0oN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yaOcQ4OGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mv_Y04N9EdqadtFwU5VNog" general="_mo1n1YN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mv_Y1IN9EdqadtFwU5VNog" name="conformance" type="_mvsd2YN9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mwJJoIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mv_Y1YN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mv_Y1oN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yaYNEIOGEdq6geWPj4xEng" general="_yTrIIIOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yaYNEYOGEdq6geWPj4xEng" name="conformance" type="_yaFSPYOGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yaYNHYOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yaYNEoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yaYNE4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mv_Y14N9EdqadtFwU5VNog" annotatedElement="_mv_Y1IN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yaYNFIOGEdq6geWPj4xEng" annotatedElement="_yaYNEYOGEdq6geWPj4xEng">

         <body>Conformance between protocol state machines.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mv_Y2IN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mv_Y2YN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yaYNFYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yaYNFoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mo_YwIN9EdqadtFwU5VNog" name="State">

-    <ownedComment xmi:id="_mo_YwYN9EdqadtFwU5VNog" annotatedElement="_mo_YwIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yTrIX4OGEdq6geWPj4xEng" name="State">

+    <ownedComment xmi:id="_yTrIYIOGEdq6geWPj4xEng" annotatedElement="_yTrIX4OGEdq6geWPj4xEng">

       <body>A state models a situation during which some (usually implicit) invariant condition holds. The invariant may represent a static situation such as an object waiting for some external event to occur. However, it can also model dynamic conditions such as the process of performing some behavior (i.e., the model element under consideration enters the state when the behavior commences and leaves it as soon as the behavior is completed). The following kinds of states are distinguished:

 

 o Simple state,

@@ -13331,22 +13331,22 @@
 

 </body>

     </ownedComment>

-    <ownedComment xmi:id="_mv_Y2oN9EdqadtFwU5VNog" annotatedElement="_mo_YwIN9EdqadtFwU5VNog">

+    <ownedComment xmi:id="_yaYNF4OGEdq6geWPj4xEng" annotatedElement="_yTrIX4OGEdq6geWPj4xEng">

       <body>The states of protocol state machines are exposed to the users of their context classifiers. A protocol state represents an exposed stable situation of its context classifier: when an instance of the classifier is not processing any operation, users of this instance can always know its state configuration.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mo_YwoN9EdqadtFwU5VNog" name="submachine_states" constrainedElement="_mo_YwIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mo_Yw4N9EdqadtFwU5VNog" annotatedElement="_mo_YwoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yTrIYYOGEdq6geWPj4xEng" name="submachine_states" constrainedElement="_yTrIX4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yTrIYoOGEdq6geWPj4xEng" annotatedElement="_yTrIYYOGEdq6geWPj4xEng">

         <body>Only submachine states can have connection point references.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mo_YxIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yTrIY4OGEdq6geWPj4xEng" language="OCL">

         <body>isSubmachineState implies connection->notEmpty ( )</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mo_YxYN9EdqadtFwU5VNog" name="destinations_or_sources_of_transitions" constrainedElement="_mo_YwIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mo_YxoN9EdqadtFwU5VNog" annotatedElement="_mo_YxYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yTrIZIOGEdq6geWPj4xEng" name="destinations_or_sources_of_transitions" constrainedElement="_yTrIX4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yTrIZYOGEdq6geWPj4xEng" annotatedElement="_yTrIZIOGEdq6geWPj4xEng">

         <body>The connection point references used as destinations/sources of transitions associated with a submachine state must be defined as entry/exit points in the submachine state machine.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mo_Yx4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yTrIZoOGEdq6geWPj4xEng" language="OCL">

         <body>self.isSubmachineState implies (self.connection->forAll (cp |

 

 cp.entry->forAll (p | p.statemachine = self.submachine) and

@@ -13354,229 +13354,229 @@
 cp.exit->forAll (p | p.statemachine = self.submachine)))</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mo_YyIN9EdqadtFwU5VNog" name="submachine_or_regions" constrainedElement="_mo_YwIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mo_YyYN9EdqadtFwU5VNog" annotatedElement="_mo_YyIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yTrIZ4OGEdq6geWPj4xEng" name="submachine_or_regions" constrainedElement="_yTrIX4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yTrIaIOGEdq6geWPj4xEng" annotatedElement="_yTrIZ4OGEdq6geWPj4xEng">

         <body>A state is not allowed to have both a submachine and regions.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mo_YyoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yTrIaYOGEdq6geWPj4xEng" language="OCL">

         <body>isComposite implies not isSubmachineState</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mo_Yy4N9EdqadtFwU5VNog" name="composite_states" constrainedElement="_mo_YwIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mo_YzIN9EdqadtFwU5VNog" annotatedElement="_mo_Yy4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yTrIaoOGEdq6geWPj4xEng" name="composite_states" constrainedElement="_yTrIX4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yTrIa4OGEdq6geWPj4xEng" annotatedElement="_yTrIaoOGEdq6geWPj4xEng">

         <body>Only composite states can have entry or exit pseudostates defined.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mo_YzYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yTrIbIOGEdq6geWPj4xEng" language="OCL">

         <body>connectionPoint->notEmpty() implies isComoposite</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mo_YzoN9EdqadtFwU5VNog" name="entry_or_exit" constrainedElement="_mo_YwIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mo_Yz4N9EdqadtFwU5VNog" annotatedElement="_mo_YzoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yTrIbYOGEdq6geWPj4xEng" name="entry_or_exit" constrainedElement="_yTrIX4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yTrIboOGEdq6geWPj4xEng" annotatedElement="_yTrIbYOGEdq6geWPj4xEng">

         <body>Only entry or exit pseudostates can serve as connection points.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mo_Y0IN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yTrIb4OGEdq6geWPj4xEng" language="OCL">

         <body>connectionPoint->forAll(cp|cp.kind = #entry or cp.kind = #exit)</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mo_Y0YN9EdqadtFwU5VNog" general="_mpJJwIN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mo_Y0oN9EdqadtFwU5VNog" general="_mMrQMYN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mo_Y04N9EdqadtFwU5VNog" general="_ZiwkoGwLEdq7X4sGURiZYA"/>

-    <ownedAttribute xmi:id="_mo_Y1IN9EdqadtFwU5VNog" name="isComposite" type="_UdivYGvsEdqG6fBIPwe-mw" isReadOnly="true" isDerived="true">

-      <eAnnotations xmi:id="_mo_Y1YN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_mo_Y1oN9EdqadtFwU5VNog" isTransient="true"/>

+    <generalization xmi:id="_yTrIcIOGEdq6geWPj4xEng" general="_yT0SaIOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_yTrIcYOGEdq6geWPj4xEng" general="_x42NUYOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_yTrIcoOGEdq6geWPj4xEng" general="_ZiwkoGwLEdq7X4sGURiZYA"/>

+    <ownedAttribute xmi:id="_yTrIc4OGEdq6geWPj4xEng" name="isComposite" type="_UdivYGvsEdqG6fBIPwe-mw" isReadOnly="true" isDerived="true">

+      <eAnnotations xmi:id="_yTrIdIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_yTrIdYOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mo_Y14N9EdqadtFwU5VNog" annotatedElement="_mo_Y1IN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yTrIdoOGEdq6geWPj4xEng" annotatedElement="_yTrIc4OGEdq6geWPj4xEng">

         <body>A state with isComposite=true is said to be a composite state. A composite state is a state that contains at least one region.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mo_Y2IN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yTrId4OGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mo_Y2YN9EdqadtFwU5VNog" name="isOrthogonal" type="_UdivYGvsEdqG6fBIPwe-mw" isReadOnly="true" isDerived="true">

-      <eAnnotations xmi:id="_mo_Y2oN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_mo_Y24N9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_yTrIeIOGEdq6geWPj4xEng" name="isOrthogonal" type="_UdivYGvsEdqG6fBIPwe-mw" isReadOnly="true" isDerived="true">

+      <eAnnotations xmi:id="_yTrIeYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_yTrIeoOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mo_Y3IN9EdqadtFwU5VNog" annotatedElement="_mo_Y2YN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yTrIe4OGEdq6geWPj4xEng" annotatedElement="_yTrIeIOGEdq6geWPj4xEng">

         <body>A state with isOrthogonal=true is said to be an orthogonal composite state. An orthogonal composite state contains two or more regions.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mo_Y3YN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yTrIfIOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mo_Y3oN9EdqadtFwU5VNog" name="isSimple" type="_UdivYGvsEdqG6fBIPwe-mw" isReadOnly="true" isDerived="true">

-      <eAnnotations xmi:id="_mo_Y34N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_mo_Y4IN9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_yTrIfYOGEdq6geWPj4xEng" name="isSimple" type="_UdivYGvsEdqG6fBIPwe-mw" isReadOnly="true" isDerived="true">

+      <eAnnotations xmi:id="_yTrIfoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_yTrIf4OGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mo_Y4YN9EdqadtFwU5VNog" annotatedElement="_mo_Y3oN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yTrIgIOGEdq6geWPj4xEng" annotatedElement="_yTrIfYOGEdq6geWPj4xEng">

         <body>A state with isSimple=true is said to be a simple state. A simple state does not have any regions and it does not refer to any submachine state machine.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mo_Y4oN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" value="true"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yTrIgYOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" value="true"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mo_Y44N9EdqadtFwU5VNog" name="isSubmachineState" type="_UdivYGvsEdqG6fBIPwe-mw" isReadOnly="true" isDerived="true">

-      <eAnnotations xmi:id="_mo_Y5IN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_mo_Y5YN9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_yTrIgoOGEdq6geWPj4xEng" name="isSubmachineState" type="_UdivYGvsEdqG6fBIPwe-mw" isReadOnly="true" isDerived="true">

+      <eAnnotations xmi:id="_yTrIg4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_yTrIhIOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mo_Y5oN9EdqadtFwU5VNog" annotatedElement="_mo_Y44N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yTrIhYOGEdq6geWPj4xEng" annotatedElement="_yTrIgoOGEdq6geWPj4xEng">

         <body>A state with isSubmachineState=true is said to be a submachine state. Such a state refers to a state machine (submachine).</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mo_Y54N9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yTrIhoOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mo_Y6IN9EdqadtFwU5VNog" name="submachine" type="_mo1n1YN9EdqadtFwU5VNog" association="_mpcEtIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mo_Y6YN9EdqadtFwU5VNog" annotatedElement="_mo_Y6IN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yTrIh4OGEdq6geWPj4xEng" name="submachine" type="_yTrIIIOGEdq6geWPj4xEng" association="_yUH0JIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yTrIiIOGEdq6geWPj4xEng" annotatedElement="_yTrIh4OGEdq6geWPj4xEng">

         <body>The state machine that is to be inserted in place of the (submachine) state.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mo_Y6oN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mo_Y64N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yTrIiYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yTrIioOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mo_Y7IN9EdqadtFwU5VNog" name="connection" type="_mpJKGIN9EdqadtFwU5VNog" subsettedProperty="_mMYVVoN9EdqadtFwU5VNog" association="_mpcEu4N9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mo_Y7YN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mo_Y7oN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yTrIi4OGEdq6geWPj4xEng" name="connection" type="_yT-DEIOGEdq6geWPj4xEng" subsettedProperty="_x4jScoOGEdq6geWPj4xEng" association="_yUH0K4OGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yTrIjIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yTrIjYOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mo_Y74N9EdqadtFwU5VNog" annotatedElement="_mo_Y7IN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yTrIjoOGEdq6geWPj4xEng" annotatedElement="_yTrIi4OGEdq6geWPj4xEng">

         <body>The entry and exit connection points used in conjunction with this (submachine) state, i.e. as targets and sources, respectively, in the region with the submachine state. A connection point reference references the corresponding definition of a connection point pseudostate in the statemachine referenced by the submachinestate.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mo_Y8IN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mo_Y8YN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yTrIj4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yTrIkIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mo_Y8oN9EdqadtFwU5VNog" name="redefinedState" type="_mo_YwIN9EdqadtFwU5VNog" subsettedProperty="_mMrQQIN9EdqadtFwU5VNog" association="_mpcEvYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mo_Y84N9EdqadtFwU5VNog" annotatedElement="_mo_Y8oN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yTrIkYOGEdq6geWPj4xEng" name="redefinedState" type="_yTrIX4OGEdq6geWPj4xEng" subsettedProperty="_x42NYIOGEdq6geWPj4xEng" association="_yUH0LYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yTrIkoOGEdq6geWPj4xEng" annotatedElement="_yTrIkYOGEdq6geWPj4xEng">

         <body>The state of which this state is a redefinition.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mo_Y9IN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mo_Y9YN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yTrIk4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yTrIlIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mo_Y9oN9EdqadtFwU5VNog" name="region" type="_mpSTsIN9EdqadtFwU5VNog" subsettedProperty="_mMYVVoN9EdqadtFwU5VNog" association="_mpl1uIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mo_Y94N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mo_Y-IN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yTrIlYOGEdq6geWPj4xEng" name="region" type="_yT-DJ4OGEdq6geWPj4xEng" subsettedProperty="_x4jScoOGEdq6geWPj4xEng" association="_yUQ-DYOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yTrIloOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yTrIl4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mo_Y-YN9EdqadtFwU5VNog" annotatedElement="_mo_Y9oN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yTrImIOGEdq6geWPj4xEng" annotatedElement="_yTrIlYOGEdq6geWPj4xEng">

         <body>The regions owned directly by the state.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mo_Y-oN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mo_Y-4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yTrImYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yTrImoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mo_Y_IN9EdqadtFwU5VNog" name="redefinitionContext" type="_6UV2QGwJEdq7X4sGURiZYA" isReadOnly="true" isDerived="true" redefinedProperty="_mMrQOoN9EdqadtFwU5VNog" association="_mpu_oIN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mo_Y_YN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mo_Y_oN9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_yTrIm4OGEdq6geWPj4xEng" name="redefinitionContext" type="_6UV2QGwJEdq7X4sGURiZYA" isReadOnly="true" isDerived="true" redefinedProperty="_x42NWoOGEdq6geWPj4xEng" association="_yUavBYOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yTrInIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yTrInYOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mo_Y_4N9EdqadtFwU5VNog" annotatedElement="_mo_Y_IN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yTrInoOGEdq6geWPj4xEng" annotatedElement="_yTrIm4OGEdq6geWPj4xEng">

         <body>References the classifier in which context this element may be redefined.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mo_ZAIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mo_ZAYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yTrIn4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yTrIoIOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mo_ZAoN9EdqadtFwU5VNog" name="stateInvariant" type="_mOBUAIN9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mpu_qoN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mo_ZA4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mo_ZBIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yTrIoYOGEdq6geWPj4xEng" name="stateInvariant" type="_x6CgIYOGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yUavD4OGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yTrIooOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yTrIo4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mo_ZBYN9EdqadtFwU5VNog" annotatedElement="_mo_ZAoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yTrIpIOGEdq6geWPj4xEng" annotatedElement="_yTrIoYOGEdq6geWPj4xEng">

         <body>Specifies conditions that are always true when this state is the current state. In protocol state machines, state invariants are additional conditions to the preconditions of the outgoing transitions, and to the postcondition of the incoming transitions.

 

 </body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mo_ZBoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mo_ZB4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yTrIpYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yTrIpoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mo_ZCIN9EdqadtFwU5VNog" name="entry" type="_TUPtYGveEdq4DLWZOhbdEA" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mpu_tIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mo_ZCYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mo_ZCoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yTrIp4OGEdq6geWPj4xEng" name="entry" type="_TUPtYGveEdq4DLWZOhbdEA" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yUavGYOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yTrIqIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yTrIqYOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mo_ZC4N9EdqadtFwU5VNog" annotatedElement="_mo_ZCIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yTrIqoOGEdq6geWPj4xEng" annotatedElement="_yTrIp4OGEdq6geWPj4xEng">

         <body>An optional behavior that is executed whenever this state is entered regardless of the transition taken to reach the state. If defined, entry actions are always executed to completion prior to any internal behavior or transitions performed within the state.

 

 </body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mo_ZDIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mo_ZDYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yTrIq4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yTrIrIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mo_ZDoN9EdqadtFwU5VNog" name="exit" type="_TUPtYGveEdq4DLWZOhbdEA" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mpu_uYN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mo_ZD4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mo_ZEIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yTrIrYOGEdq6geWPj4xEng" name="exit" type="_TUPtYGveEdq4DLWZOhbdEA" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yUavHoOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yTrIroOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yTrIr4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mo_ZEYN9EdqadtFwU5VNog" annotatedElement="_mo_ZDoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yTrIsIOGEdq6geWPj4xEng" annotatedElement="_yTrIrYOGEdq6geWPj4xEng">

         <body>An optional behavior that is executed whenever this state is exited regardless of which transition was taken out of the state. If defined, exit actions are always executed to completion only after all internal activities and transition actions have completed execution.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mo_ZEoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mo_ZE4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yTrIsYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yTrIsoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mo_ZFIN9EdqadtFwU5VNog" name="doActivity" type="_TUPtYGveEdq4DLWZOhbdEA" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mpu_voN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mo_ZFYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mo_ZFoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yTrIs4OGEdq6geWPj4xEng" name="doActivity" type="_TUPtYGveEdq4DLWZOhbdEA" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yUavI4OGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yTrItIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yTrItYOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mo_ZF4N9EdqadtFwU5VNog" annotatedElement="_mo_ZFIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yTrItoOGEdq6geWPj4xEng" annotatedElement="_yTrIs4OGEdq6geWPj4xEng">

         <body>An optional behavior that is executed while being in the state. The execution starts when this state is entered, and stops either by itself, or when the state is exited, whichever comes first.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mo_ZGIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mo_ZGYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yTrIt4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yTrIuIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mo_ZGoN9EdqadtFwU5VNog" name="connectionPoint" type="_mpJJ1oN9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mpu_w4N9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mo_ZG4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mo_ZHIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yTrIuYOGEdq6geWPj4xEng" name="connectionPoint" type="_yT0SfoOGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yUavKIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yTrIuoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yTrIu4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mo_ZHYN9EdqadtFwU5VNog" annotatedElement="_mo_ZGoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yTrIvIOGEdq6geWPj4xEng" annotatedElement="_yTrIuYOGEdq6geWPj4xEng">

         <body>The entry and exit pseudostates of a composite state. These can only be entry or exit Pseudostates, and they must have different names. They can only be defined for composite states.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mo_ZHoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mo_ZH4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yTrIvYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yTrIvoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mo_ZIIN9EdqadtFwU5VNog" name="deferrableTrigger" type="_mjU1qYN9EdqadtFwU5VNog" association="_mp4wpIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mo_ZIYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mo_ZIoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yTrIv4OGEdq6geWPj4xEng" name="deferrableTrigger" type="_yOTf8IOGEdq6geWPj4xEng" association="_yVKV44OGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yTrIwIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yTrIwYOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mo_ZI4N9EdqadtFwU5VNog" annotatedElement="_mo_ZIIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yTrIwoOGEdq6geWPj4xEng" annotatedElement="_yTrIv4OGEdq6geWPj4xEng">

         <body>A list of triggers that are candidates to be retained by the state machine if they trigger no transitions out of the state (not consumed). A deferred trigger is retained until the state machine reaches a state configuration where it is no longer deferred.

 

 </body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mo_ZJIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mo_ZJYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yTrIw4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yTrIxIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedOperation xmi:id="_mo_ZJoN9EdqadtFwU5VNog" name="isSimple" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_mo_ZKIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mo_ZJ4N9EdqadtFwU5VNog" annotatedElement="_mo_ZJoN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_yTrIxYOGEdq6geWPj4xEng" name="isSimple" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_yTrIx4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yTrIxoOGEdq6geWPj4xEng" annotatedElement="_yTrIxYOGEdq6geWPj4xEng">

         <body>A simple state is a state without any regions.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mo_ZKIN9EdqadtFwU5VNog" name="spec" constrainedElement="_mo_ZJoN9EdqadtFwU5VNog _mo_Y3oN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mo_ZKYN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_yTrIx4OGEdq6geWPj4xEng" name="spec" constrainedElement="_yTrIxYOGEdq6geWPj4xEng _yTrIfYOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yTrIyIOGEdq6geWPj4xEng" language="OCL">

           <body>result = region.isEmpty()</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mo_ZKoN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_yTrIyYOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mo_ZK4N9EdqadtFwU5VNog" name="isComposite" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_mo_ZLYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mo_ZLIN9EdqadtFwU5VNog" annotatedElement="_mo_ZK4N9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_yTrIyoOGEdq6geWPj4xEng" name="isComposite" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_yTrIzIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yTrIy4OGEdq6geWPj4xEng" annotatedElement="_yTrIyoOGEdq6geWPj4xEng">

         <body>A composite state is a state with at least one region.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mo_ZLYN9EdqadtFwU5VNog" name="spec" constrainedElement="_mo_ZK4N9EdqadtFwU5VNog _mo_Y1IN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mo_ZLoN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_yTrIzIOGEdq6geWPj4xEng" name="spec" constrainedElement="_yTrIyoOGEdq6geWPj4xEng _yTrIc4OGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yTrIzYOGEdq6geWPj4xEng" language="OCL">

           <body>result = region.notEmpty()</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mo_ZL4N9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_yTrIzoOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mo_ZMIN9EdqadtFwU5VNog" name="isOrthogonal" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_mo_ZMoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mo_ZMYN9EdqadtFwU5VNog" annotatedElement="_mo_ZMIN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_yTrIz4OGEdq6geWPj4xEng" name="isOrthogonal" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_yTrI0YOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yTrI0IOGEdq6geWPj4xEng" annotatedElement="_yTrIz4OGEdq6geWPj4xEng">

         <body>An orthogonal state is a composite state with at least 2 regions</body>

       </ownedComment>

-      <ownedRule xmi:id="_mo_ZMoN9EdqadtFwU5VNog" name="spec" constrainedElement="_mo_ZMIN9EdqadtFwU5VNog _mo_Y2YN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mo_ZM4N9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_yTrI0YOGEdq6geWPj4xEng" name="spec" constrainedElement="_yTrIz4OGEdq6geWPj4xEng _yTrIeIOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yTrI0oOGEdq6geWPj4xEng" language="OCL">

           <body>result = (region->size () > 1)</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mo_ZNIN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_yTrI04OGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mo_ZNYN9EdqadtFwU5VNog" name="isSubmachineState" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_mo_ZN4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mo_ZNoN9EdqadtFwU5VNog" annotatedElement="_mo_ZNYN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_yTrI1IOGEdq6geWPj4xEng" name="isSubmachineState" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_yTrI1oOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yTrI1YOGEdq6geWPj4xEng" annotatedElement="_yTrI1IOGEdq6geWPj4xEng">

         <body>Only submachine states can have a reference statemachine.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mo_ZN4N9EdqadtFwU5VNog" name="spec" constrainedElement="_mo_ZNYN9EdqadtFwU5VNog _mo_Y44N9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mo_ZOIN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_yTrI1oOGEdq6geWPj4xEng" name="spec" constrainedElement="_yTrI1IOGEdq6geWPj4xEng _yTrIgoOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yTrI14OGEdq6geWPj4xEng" language="OCL">

           <body>result = submachine.notEmpty()</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mo_ZOYN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_yTrI2IOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mo_ZOoN9EdqadtFwU5VNog" name="redefinitionContext" type="_6UV2QGwJEdq7X4sGURiZYA" isQuery="true" bodyCondition="_mo_ZPIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mo_ZO4N9EdqadtFwU5VNog" annotatedElement="_mo_ZOoN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_yTrI2YOGEdq6geWPj4xEng" name="redefinitionContext" type="_6UV2QGwJEdq7X4sGURiZYA" isQuery="true" bodyCondition="_yTrI24OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yTrI2oOGEdq6geWPj4xEng" annotatedElement="_yTrI2YOGEdq6geWPj4xEng">

         <body>The redefinition context of a state is the nearest containing statemachine.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mo_ZPIN9EdqadtFwU5VNog" name="spec" constrainedElement="_mo_ZOoN9EdqadtFwU5VNog _mo_Y_IN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mo_ZPYN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_yTrI24OGEdq6geWPj4xEng" name="spec" constrainedElement="_yTrI2YOGEdq6geWPj4xEng _yTrIm4OGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yTrI3IOGEdq6geWPj4xEng" language="OCL">

           <body>result = let sm = containingStateMachine() in

 if sm.context->isEmpty() or sm.general->notEmpty() then

 sm

@@ -13585,151 +13585,151 @@
 endif</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mo_ZPoN9EdqadtFwU5VNog" type="_6UV2QGwJEdq7X4sGURiZYA" direction="return"/>

+      <returnResult xmi:id="_yTrI3YOGEdq6geWPj4xEng" type="_6UV2QGwJEdq7X4sGURiZYA" direction="return"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mo_ZP4N9EdqadtFwU5VNog" name="isRedefinitionContextValid" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_mMrQTIN9EdqadtFwU5VNog" bodyCondition="_mo_ZQYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mo_ZQIN9EdqadtFwU5VNog" annotatedElement="_mo_ZP4N9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_yTrI3oOGEdq6geWPj4xEng" name="isRedefinitionContextValid" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_x42NbIOGEdq6geWPj4xEng" bodyCondition="_yTrI4IOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yTrI34OGEdq6geWPj4xEng" annotatedElement="_yTrI3oOGEdq6geWPj4xEng">

         <body>The query isRedefinitionContextValid() specifies whether the redefinition contexts of a state are properly related to the redefinition contexts of the specified state to allow this element to redefine the other. The containing region of a redefining state must redefine the containing region of the redefined state.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mo_ZQYN9EdqadtFwU5VNog" name="spec" constrainedElement="_mo_ZP4N9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mo_ZQoN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_yTrI4IOGEdq6geWPj4xEng" name="spec" constrainedElement="_yTrI3oOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yTrI4YOGEdq6geWPj4xEng" language="OCL">

           <body>result = true</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mo_ZQ4N9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

-      <ownedParameter xmi:id="_mo_ZRIN9EdqadtFwU5VNog" name="redefined" type="_mo_YwIN9EdqadtFwU5VNog" effect="read"/>

+      <returnResult xmi:id="_yTrI4oOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <ownedParameter xmi:id="_yTrI44OGEdq6geWPj4xEng" name="redefined" type="_yTrIX4OGEdq6geWPj4xEng" effect="read"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mo_ZRYN9EdqadtFwU5VNog" name="isConsistentWith" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_mMrQRoN9EdqadtFwU5VNog" bodyCondition="_mo_ZR4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mo_ZRoN9EdqadtFwU5VNog" annotatedElement="_mo_ZRYN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_yTrI5IOGEdq6geWPj4xEng" name="isConsistentWith" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_x42NZoOGEdq6geWPj4xEng" bodyCondition="_yTrI5oOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yTrI5YOGEdq6geWPj4xEng" annotatedElement="_yTrI5IOGEdq6geWPj4xEng">

         <body>The query isConsistentWith() specifies that a redefining state is consistent with a redefined state provided that the redefining state is an extension of the redefined state: A simple state can be redefined (extended) to become a composite state (by adding a region) and a composite state can be redefined (extended) by adding regions and by adding vertices, states, and transitions to inherited regions. All states may add or replace entry, exit, and 'doActivity' actions.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mo_ZR4N9EdqadtFwU5VNog" name="spec" constrainedElement="_mo_ZRYN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mo_ZSIN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_yTrI5oOGEdq6geWPj4xEng" name="spec" constrainedElement="_yTrI5IOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yTrI54OGEdq6geWPj4xEng" language="OCL">

           <body>result = true</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mo_ZSYN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

-      <ownedParameter xmi:id="_mo_ZSoN9EdqadtFwU5VNog" name="redefinee" type="_mMrQMYN9EdqadtFwU5VNog"/>

+      <returnResult xmi:id="_yTrI6IOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <ownedParameter xmi:id="_yTrI6YOGEdq6geWPj4xEng" name="redefinee" type="_x42NUYOGEdq6geWPj4xEng"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mo_ZS4N9EdqadtFwU5VNog" name="containingStateMachine" type="_mo1n1YN9EdqadtFwU5VNog" isQuery="true" redefinedOperation="_mpJJ0YN9EdqadtFwU5VNog" bodyCondition="_mo_ZTYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mo_ZTIN9EdqadtFwU5VNog" annotatedElement="_mo_ZS4N9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_yTrI6oOGEdq6geWPj4xEng" name="containingStateMachine" type="_yTrIIIOGEdq6geWPj4xEng" isQuery="true" redefinedOperation="_yT0SeYOGEdq6geWPj4xEng" bodyCondition="_yTrI7IOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yTrI64OGEdq6geWPj4xEng" annotatedElement="_yTrI6oOGEdq6geWPj4xEng">

         <body>The query containingStateMachine() returns the state machine that contains the state either directly or transitively.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mo_ZTYN9EdqadtFwU5VNog" name="spec" constrainedElement="_mo_ZS4N9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mo_ZToN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_yTrI7IOGEdq6geWPj4xEng" name="spec" constrainedElement="_yTrI6oOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yTrI7YOGEdq6geWPj4xEng" language="OCL">

           <body>result = container.containingStateMachine()</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mo_ZT4N9EdqadtFwU5VNog" type="_mo1n1YN9EdqadtFwU5VNog" direction="return"/>

+      <returnResult xmi:id="_yTrI7oOGEdq6geWPj4xEng" type="_yTrIIIOGEdq6geWPj4xEng" direction="return"/>

     </ownedOperation>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mpSTsIN9EdqadtFwU5VNog" name="Region">

-    <ownedComment xmi:id="_mpSTsYN9EdqadtFwU5VNog" annotatedElement="_mpSTsIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yT-DJ4OGEdq6geWPj4xEng" name="Region">

+    <ownedComment xmi:id="_yT-DKIOGEdq6geWPj4xEng" annotatedElement="_yT-DJ4OGEdq6geWPj4xEng">

       <body>A region is an orthogonal part of either a composite state or a state machine. It contains states and transitions.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mpSTsoN9EdqadtFwU5VNog" name="initial_vertex" constrainedElement="_mpSTsIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mpSTs4N9EdqadtFwU5VNog" annotatedElement="_mpSTsoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yT-DKYOGEdq6geWPj4xEng" name="initial_vertex" constrainedElement="_yT-DJ4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yT-DKoOGEdq6geWPj4xEng" annotatedElement="_yT-DKYOGEdq6geWPj4xEng">

         <body>A region can have at most one initial vertex</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mpSTtIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yT-DK4OGEdq6geWPj4xEng" language="OCL">

         <body>self.subvertex->select (v | v.oclIsKindOf(Pseudostate))->

 select(p : Pseudostate | p.kind = #initial)->size() &lt;= 1

 </body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mpSTtYN9EdqadtFwU5VNog" name="deep_history_vertex" constrainedElement="_mpSTsIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mpSTtoN9EdqadtFwU5VNog" annotatedElement="_mpSTtYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yT-DLIOGEdq6geWPj4xEng" name="deep_history_vertex" constrainedElement="_yT-DJ4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yT-DLYOGEdq6geWPj4xEng" annotatedElement="_yT-DLIOGEdq6geWPj4xEng">

         <body>A region can have at most one deep history vertex</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mpSTt4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yT-DLoOGEdq6geWPj4xEng" language="OCL">

         <body>self.subvertex->select (v | v.oclIsKindOf(Pseudostate))->

 select(p : Pseudostate | p.kind = #deepHistory)->size() &lt;= 1

 </body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mpSTuIN9EdqadtFwU5VNog" name="shallow_history_vertex" constrainedElement="_mpSTsIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mpSTuYN9EdqadtFwU5VNog" annotatedElement="_mpSTuIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yT-DL4OGEdq6geWPj4xEng" name="shallow_history_vertex" constrainedElement="_yT-DJ4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yT-DMIOGEdq6geWPj4xEng" annotatedElement="_yT-DL4OGEdq6geWPj4xEng">

         <body>A region can have at most one shallow history vertex</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mpSTuoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yT-DMYOGEdq6geWPj4xEng" language="OCL">

         <body>self.subvertex->select(v | v.oclIsKindOf(Pseudostate))->

 select(p : Pseudostate | p.kind = #shallowHistory)->size() &lt;= 1

 </body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mpSTu4N9EdqadtFwU5VNog" name="owned" constrainedElement="_mpSTsIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mpSTvIN9EdqadtFwU5VNog" annotatedElement="_mpSTu4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yT-DMoOGEdq6geWPj4xEng" name="owned" constrainedElement="_yT-DJ4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yT-DM4OGEdq6geWPj4xEng" annotatedElement="_yT-DMoOGEdq6geWPj4xEng">

         <body>If a Region is owned by a StateMachine, then it cannot also be owned by a State and vice versa.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mpSTvYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yT-DNIOGEdq6geWPj4xEng" language="OCL">

         <body>(stateMachine->notEmpty() implies state->isEmpty()) and (state->notEmpty() implies stateMachine->isEmpty())</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mpSTvoN9EdqadtFwU5VNog" general="_mMrQMYN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mpSTv4N9EdqadtFwU5VNog" general="_ZiwkoGwLEdq7X4sGURiZYA"/>

-    <ownedAttribute xmi:id="_mpSTwIN9EdqadtFwU5VNog" name="subvertex" type="_mpJJwIN9EdqadtFwU5VNog" subsettedProperty="_mMYVVoN9EdqadtFwU5VNog" association="_mpSUIIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mpSTwYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mpSTwoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_yT-DNYOGEdq6geWPj4xEng" general="_x42NUYOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_yT-DNoOGEdq6geWPj4xEng" general="_ZiwkoGwLEdq7X4sGURiZYA"/>

+    <ownedAttribute xmi:id="_yT-DN4OGEdq6geWPj4xEng" name="subvertex" type="_yT0SaIOGEdq6geWPj4xEng" subsettedProperty="_x4jScoOGEdq6geWPj4xEng" association="_yUH0HoOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yT-DOIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yT-DOYOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mpSTw4N9EdqadtFwU5VNog" annotatedElement="_mpSTwIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yT-DOoOGEdq6geWPj4xEng" annotatedElement="_yT-DN4OGEdq6geWPj4xEng">

         <body>The set of vertices that are owned by this region.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mpSTxIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mpSTxYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yT-DO4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yT-DPIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mpSTxoN9EdqadtFwU5VNog" name="transition" type="_mo_ZUIN9EdqadtFwU5VNog" subsettedProperty="_mMYVVoN9EdqadtFwU5VNog" association="_mpcEsIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mpSTx4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mpSTyIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yT-DPYOGEdq6geWPj4xEng" name="transition" type="_yT0SEIOGEdq6geWPj4xEng" subsettedProperty="_x4jScoOGEdq6geWPj4xEng" association="_yUH0IIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yT-DPoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yT-DP4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mpSTyYN9EdqadtFwU5VNog" annotatedElement="_mpSTxoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yT-DQIOGEdq6geWPj4xEng" annotatedElement="_yT-DPYOGEdq6geWPj4xEng">

         <body>The set of transitions owned by the region. Note that internal transitions are owned by a region, but applies to the source state.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mpSTyoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mpSTy4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yT-DQYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yT-DQoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mpSTzIN9EdqadtFwU5VNog" name="stateMachine" type="_mo1n1YN9EdqadtFwU5VNog" subsettedProperty="_mPzcsIN9EdqadtFwU5VNog" association="_mpl1tIN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mpSTzYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mpSTzoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yT-DQ4OGEdq6geWPj4xEng" name="stateMachine" type="_yTrIIIOGEdq6geWPj4xEng" subsettedProperty="_x7re94OGEdq6geWPj4xEng" association="_yUQ-CYOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yT-DRIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yT-DRYOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mpSTz4N9EdqadtFwU5VNog" annotatedElement="_mpSTzIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yT-DRoOGEdq6geWPj4xEng" annotatedElement="_yT-DQ4OGEdq6geWPj4xEng">

         <body>The StateMachine that owns the Region. If a Region is owned by a StateMachine, then it cannot also be owned by a State.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mpST0IN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mpST0YN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yT-DR4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yT-DSIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mpST0oN9EdqadtFwU5VNog" name="state" type="_mo_YwIN9EdqadtFwU5VNog" subsettedProperty="_mPzcsIN9EdqadtFwU5VNog" association="_mpl1uIN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mpST04N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mpST1IN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yT-DSYOGEdq6geWPj4xEng" name="state" type="_yTrIX4OGEdq6geWPj4xEng" subsettedProperty="_x7re94OGEdq6geWPj4xEng" association="_yUQ-DYOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yT-DSoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yT-DS4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mpST1YN9EdqadtFwU5VNog" annotatedElement="_mpST0oN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yT-DTIOGEdq6geWPj4xEng" annotatedElement="_yT-DSYOGEdq6geWPj4xEng">

         <body>The State that owns the Region. If a Region is owned by a State, then it cannot also be owned by a StateMachine.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mpST1oN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mpST14N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yT-DTYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yT-DToOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mpST2IN9EdqadtFwU5VNog" name="extendedRegion" type="_mpSTsIN9EdqadtFwU5VNog" subsettedProperty="_mMrQQIN9EdqadtFwU5VNog" association="_mpl1uoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mpST2YN9EdqadtFwU5VNog" annotatedElement="_mpST2IN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yT-DT4OGEdq6geWPj4xEng" name="extendedRegion" type="_yT-DJ4OGEdq6geWPj4xEng" subsettedProperty="_x42NYIOGEdq6geWPj4xEng" association="_yUQ-D4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yT-DUIOGEdq6geWPj4xEng" annotatedElement="_yT-DT4OGEdq6geWPj4xEng">

         <body>The region of which this region is an extension.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mpST2oN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mpST24N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yT-DUYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yT-DUoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mpST3IN9EdqadtFwU5VNog" name="redefinitionContext" type="_6UV2QGwJEdq7X4sGURiZYA" isReadOnly="true" isDerived="true" redefinedProperty="_mMrQOoN9EdqadtFwU5VNog" association="_mpl1yYN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mpST3YN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mpST3oN9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_yT-DU4OGEdq6geWPj4xEng" name="redefinitionContext" type="_6UV2QGwJEdq7X4sGURiZYA" isReadOnly="true" isDerived="true" redefinedProperty="_x42NWoOGEdq6geWPj4xEng" association="_yUavAIOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yT-DVIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yT-DVYOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mpST34N9EdqadtFwU5VNog" annotatedElement="_mpST3IN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yT-DVoOGEdq6geWPj4xEng" annotatedElement="_yT-DU4OGEdq6geWPj4xEng">

         <body>References the classifier in which context this element may be redefined.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mpST4IN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mpST4YN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yT-DV4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yT-DWIOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedOperation xmi:id="_mpST4oN9EdqadtFwU5VNog" name="redefinitionContext" type="_6UV2QGwJEdq7X4sGURiZYA" isQuery="true" bodyCondition="_mpST5IN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mpST44N9EdqadtFwU5VNog" annotatedElement="_mpST4oN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_yT-DWYOGEdq6geWPj4xEng" name="redefinitionContext" type="_6UV2QGwJEdq7X4sGURiZYA" isQuery="true" bodyCondition="_yT-DW4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yT-DWoOGEdq6geWPj4xEng" annotatedElement="_yT-DWYOGEdq6geWPj4xEng">

         <body>The redefinition context of a region is the nearest containing statemachine</body>

       </ownedComment>

-      <ownedRule xmi:id="_mpST5IN9EdqadtFwU5VNog" name="spec" constrainedElement="_mpST4oN9EdqadtFwU5VNog _mpST3IN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mpST5YN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_yT-DW4OGEdq6geWPj4xEng" name="spec" constrainedElement="_yT-DWYOGEdq6geWPj4xEng _yT-DU4OGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yT-DXIOGEdq6geWPj4xEng" language="OCL">

           <body>result = let sm = containingStateMachine() in

 if sm.context->isEmpty() or sm.general->notEmpty() then

 sm

@@ -13738,38 +13738,38 @@
 endif</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mpST5oN9EdqadtFwU5VNog" type="_6UV2QGwJEdq7X4sGURiZYA" direction="return"/>

+      <returnResult xmi:id="_yT-DXYOGEdq6geWPj4xEng" type="_6UV2QGwJEdq7X4sGURiZYA" direction="return"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mpST54N9EdqadtFwU5VNog" name="isRedefinitionContextValid" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_mMrQTIN9EdqadtFwU5VNog" bodyCondition="_mpST6YN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mpST6IN9EdqadtFwU5VNog" annotatedElement="_mpST54N9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_yT-DXoOGEdq6geWPj4xEng" name="isRedefinitionContextValid" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_x42NbIOGEdq6geWPj4xEng" bodyCondition="_yT-DYIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yT-DX4OGEdq6geWPj4xEng" annotatedElement="_yT-DXoOGEdq6geWPj4xEng">

         <body>The query isRedefinitionContextValid() specifies whether the redefinition contexts of a region are properly related to the redefinition contexts of the specified region to allow this element to redefine the other. The containing statemachine/state of a redefining region must redefine the containing statemachine/state of the redefined region.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mpST6YN9EdqadtFwU5VNog" name="spec" constrainedElement="_mpST54N9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mpST6oN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_yT-DYIOGEdq6geWPj4xEng" name="spec" constrainedElement="_yT-DXoOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yT-DYYOGEdq6geWPj4xEng" language="OCL">

           <body>result = true</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mpST64N9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

-      <ownedParameter xmi:id="_mpST7IN9EdqadtFwU5VNog" name="redefined" type="_mpSTsIN9EdqadtFwU5VNog" effect="read"/>

+      <returnResult xmi:id="_yT-DYoOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <ownedParameter xmi:id="_yT-DY4OGEdq6geWPj4xEng" name="redefined" type="_yT-DJ4OGEdq6geWPj4xEng" effect="read"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mpST7YN9EdqadtFwU5VNog" name="isConsistentWith" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_mMrQRoN9EdqadtFwU5VNog" bodyCondition="_mpST74N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mpST7oN9EdqadtFwU5VNog" annotatedElement="_mpST7YN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_yT-DZIOGEdq6geWPj4xEng" name="isConsistentWith" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_x42NZoOGEdq6geWPj4xEng" bodyCondition="_yT-DZoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yT-DZYOGEdq6geWPj4xEng" annotatedElement="_yT-DZIOGEdq6geWPj4xEng">

         <body>The query isConsistentWith() specifies that a redefining region is consistent with a redefined region provided that the redefining region is an extension of the redefined region, i.e. it adds vertices and transitions and it redefines states and transitions of the redefined region.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mpST74N9EdqadtFwU5VNog" name="spec" constrainedElement="_mpST7YN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mpST8IN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_yT-DZoOGEdq6geWPj4xEng" name="spec" constrainedElement="_yT-DZIOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yT-DZ4OGEdq6geWPj4xEng" language="OCL">

           <body>result = true</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mpST8YN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

-      <ownedParameter xmi:id="_mpST8oN9EdqadtFwU5VNog" name="redefinee" type="_mMrQMYN9EdqadtFwU5VNog"/>

+      <returnResult xmi:id="_yT-DaIOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <ownedParameter xmi:id="_yT-DaYOGEdq6geWPj4xEng" name="redefinee" type="_x42NUYOGEdq6geWPj4xEng"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mpST84N9EdqadtFwU5VNog" name="containingStateMachine" type="_mo1n1YN9EdqadtFwU5VNog" isQuery="true" bodyCondition="_mpST9YN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mpST9IN9EdqadtFwU5VNog" annotatedElement="_mpST84N9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_yT-DaoOGEdq6geWPj4xEng" name="containingStateMachine" type="_yTrIIIOGEdq6geWPj4xEng" isQuery="true" bodyCondition="_yT-DbIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yT-Da4OGEdq6geWPj4xEng" annotatedElement="_yT-DaoOGEdq6geWPj4xEng">

         <body>The operation containingStateMachine() returns the sate machine in which this Region is defined</body>

       </ownedComment>

-      <ownedRule xmi:id="_mpST9YN9EdqadtFwU5VNog" name="spec" constrainedElement="_mpST84N9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mpST9oN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_yT-DbIOGEdq6geWPj4xEng" name="spec" constrainedElement="_yT-DaoOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yT-DbYOGEdq6geWPj4xEng" language="OCL">

           <body>result = if stateMachine->isEmpty() 

 then

 state.containingStateMachine()

@@ -13778,14 +13778,14 @@
 endif</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mpST94N9EdqadtFwU5VNog" type="_mo1n1YN9EdqadtFwU5VNog" direction="return"/>

+      <returnResult xmi:id="_yT-DboOGEdq6geWPj4xEng" type="_yTrIIIOGEdq6geWPj4xEng" direction="return"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mv_Y24N9EdqadtFwU5VNog" name="belongsToPSM" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_mv_Y3YN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mv_Y3IN9EdqadtFwU5VNog" annotatedElement="_mv_Y24N9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_yaYNGIOGEdq6geWPj4xEng" name="belongsToPSM" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_yaYNGoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yaYNGYOGEdq6geWPj4xEng" annotatedElement="_yaYNGIOGEdq6geWPj4xEng">

         <body>The operation belongsToPSM () checks if the region belongs to a protocol state machine</body>

       </ownedComment>

-      <ownedRule xmi:id="_mv_Y3YN9EdqadtFwU5VNog" name="spec" constrainedElement="_mv_Y24N9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mv_Y3oN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_yaYNGoOGEdq6geWPj4xEng" name="spec" constrainedElement="_yaYNGIOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yaYNG4OGEdq6geWPj4xEng" language="OCL">

           <body>result = if not stateMachine->isEmpty() then

 oclIsTypeOf(ProtocolStateMachine)

 else if not state->isEmpty() then

@@ -13793,223 +13793,223 @@
 else false</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mv_Y34N9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_yaYNHIOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mwJJoIN9EdqadtFwU5VNog" name="A_conformance_specificMachine" memberEnd="_mv_Y1IN9EdqadtFwU5VNog _mvsd3IN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mwJJoYN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mwJJooN9EdqadtFwU5VNog" general="_mQ2llIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yaYNHYOGEdq6geWPj4xEng" name="A_conformance_specificMachine" memberEnd="_yaYNEYOGEdq6geWPj4xEng _yaFSQIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yaYNHoOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_yaYNH4OGEdq6geWPj4xEng" general="_x83xsIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mwJJo4N9EdqadtFwU5VNog" name="A_protocol_port" memberEnd="_mwJJpIN9EdqadtFwU5VNog _mv_YoIN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mwJJpIN9EdqadtFwU5VNog" type="_ZAuvEGveEdq4DLWZOhbdEA" association="_mwJJo4N9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mwJJpYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mwJJpoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yaYNIIOGEdq6geWPj4xEng" name="A_protocol_port" memberEnd="_yaOcEYOGEdq6geWPj4xEng _yaYNIYOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yaYNIYOGEdq6geWPj4xEng" type="_ZAuvEGveEdq4DLWZOhbdEA" association="_yaYNIIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yaYNIoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yaYNI4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mwJJp4N9EdqadtFwU5VNog" name="A_postCondition_owningTransition" memberEnd="_mwJJqYN9EdqadtFwU5VNog _mv_YsIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mwJJqIN9EdqadtFwU5VNog" general="_mRJgj4N9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mwJJqYN9EdqadtFwU5VNog" name="owningTransition" type="_mv_YpIN9EdqadtFwU5VNog" subsettedProperty="_mLyfbYN9EdqadtFwU5VNog" association="_mwJJp4N9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mwJJqoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mwJJq4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yaYNJIOGEdq6geWPj4xEng" name="A_postCondition_owningTransition" memberEnd="_yaOcIYOGEdq6geWPj4xEng _yaYNJoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yaYNJYOGEdq6geWPj4xEng" general="_x9KsoIOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yaYNJoOGEdq6geWPj4xEng" name="owningTransition" type="_yaOcFYOGEdq6geWPj4xEng" subsettedProperty="_x381jIOGEdq6geWPj4xEng" association="_yaYNJIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yaYNJ4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yaYNKIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mwJJrIN9EdqadtFwU5VNog" name="A_protocol_interface" memberEnd="_mv2OsYN9EdqadtFwU5VNog _mwJJroN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mwJJrYN9EdqadtFwU5VNog" general="_mQ_vgoN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mwJJroN9EdqadtFwU5VNog" name="interface" type="_8Ugn8GvtEdqG6fBIPwe-mw" subsettedProperty="_mPzcsIN9EdqadtFwU5VNog" association="_mwJJrIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mwJJr4N9EdqadtFwU5VNog" annotatedElement="_mwJJroN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Association" xmi:id="_yaYNKYOGEdq6geWPj4xEng" name="A_protocol_interface" memberEnd="_yaYNK4OGEdq6geWPj4xEng _yaFSS4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yaYNKoOGEdq6geWPj4xEng" general="_x83xxYOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yaYNK4OGEdq6geWPj4xEng" name="interface" type="_8Ugn8GvtEdqG6fBIPwe-mw" subsettedProperty="_x7re94OGEdq6geWPj4xEng" association="_yaYNKYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yaYNLIOGEdq6geWPj4xEng" annotatedElement="_yaYNK4OGEdq6geWPj4xEng">

         <body>Specifies the namespace in which the protocol state machine is defined.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mwJJsIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mwJJsYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yaYNLYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yaYNLoOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mwJJsoN9EdqadtFwU5VNog" name="A_generalMachine_protocolConformance" memberEnd="_mvsd4oN9EdqadtFwU5VNog _mwJJtIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mwJJs4N9EdqadtFwU5VNog" general="_mQ2ll4N9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mwJJtIN9EdqadtFwU5VNog" type="_mvsd2YN9EdqadtFwU5VNog" association="_mwJJsoN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mwJJtYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mwJJtoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yahXAIOGEdq6geWPj4xEng" name="A_generalMachine_protocolConformance" memberEnd="_yaFSRoOGEdq6geWPj4xEng _yahXAoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yahXAYOGEdq6geWPj4xEng" general="_x83xs4OGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yahXAoOGEdq6geWPj4xEng" type="_yaFSPYOGEdq6geWPj4xEng" association="_yahXAIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yahXA4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yahXBIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mwJJt4N9EdqadtFwU5VNog" name="A_referred_protocolTransition" memberEnd="_mwJJuIN9EdqadtFwU5VNog _mv_YtoN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mwJJuIN9EdqadtFwU5VNog" type="_mv_YpIN9EdqadtFwU5VNog" association="_mwJJt4N9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mwJJuYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mwJJuoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yahXBYOGEdq6geWPj4xEng" name="A_referred_protocolTransition" memberEnd="_yaOcJ4OGEdq6geWPj4xEng _yahXBoOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yahXBoOGEdq6geWPj4xEng" type="_yaOcFYOGEdq6geWPj4xEng" association="_yahXBYOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yahXB4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yahXCIOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mwJJu4N9EdqadtFwU5VNog" name="A_preCondition_protocolTransition" memberEnd="_mv_YvIN9EdqadtFwU5VNog _mwJJvYN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mwJJvIN9EdqadtFwU5VNog" general="_mpl1xIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mwJJvYN9EdqadtFwU5VNog" type="_mv_YpIN9EdqadtFwU5VNog" redefinedProperty="_mpl1xoN9EdqadtFwU5VNog" association="_mwJJu4N9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mwJJvoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mwJJv4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yahXCYOGEdq6geWPj4xEng" name="A_preCondition_protocolTransition" memberEnd="_yaOcLYOGEdq6geWPj4xEng _yahXC4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yahXCoOGEdq6geWPj4xEng" general="_yUQ-GYOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yahXC4OGEdq6geWPj4xEng" type="_yaOcFYOGEdq6geWPj4xEng" redefinedProperty="_yUQ-G4OGEdq6geWPj4xEng" association="_yahXCYOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yahXDIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yahXDYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mwS6oIN9EdqadtFwU5VNog" name="AssociationClass">

-    <ownedComment xmi:id="_mwS6oYN9EdqadtFwU5VNog" annotatedElement="_mwS6oIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yahXDoOGEdq6geWPj4xEng" name="AssociationClass">

+    <ownedComment xmi:id="_yahXD4OGEdq6geWPj4xEng" annotatedElement="_yahXDoOGEdq6geWPj4xEng">

       <body>In the metamodel, an AssociationClass is a declaration of a semantic relationship between Classifiers, which has a set of features of its own. AssociationClass is both an Association and a Class.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mwS6ooN9EdqadtFwU5VNog" name="cannot_be_defined" constrainedElement="_mwS6oIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mwS6o4N9EdqadtFwU5VNog" annotatedElement="_mwS6ooN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yahXEIOGEdq6geWPj4xEng" name="cannot_be_defined" constrainedElement="_yahXDoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yahXEYOGEdq6geWPj4xEng" annotatedElement="_yahXEIOGEdq6geWPj4xEng">

         <body>An AssociationClass cannot be defined between itself and something else.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mwS6pIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yahXEoOGEdq6geWPj4xEng" language="OCL">

         <body>self.endType->excludes(self) and self.endType>collect(et|et.allparents()->excludes(self))</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mwS6pYN9EdqadtFwU5VNog" general="_AwvxoGwNEdq7X4sGURiZYA"/>

-    <generalization xmi:id="_mwS6poN9EdqadtFwU5VNog" general="_00owUGvdEdq4DLWZOhbdEA"/>

-    <ownedOperation xmi:id="_mwS6p4N9EdqadtFwU5VNog" name="allConnections" type="_Jp_1oGveEdq4DLWZOhbdEA" isQuery="true" bodyCondition="_mwS6qYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mwS6qIN9EdqadtFwU5VNog" annotatedElement="_mwS6p4N9EdqadtFwU5VNog">

+    <generalization xmi:id="_yahXE4OGEdq6geWPj4xEng" general="_AwvxoGwNEdq7X4sGURiZYA"/>

+    <generalization xmi:id="_yahXFIOGEdq6geWPj4xEng" general="_00owUGvdEdq4DLWZOhbdEA"/>

+    <ownedOperation xmi:id="_yahXFYOGEdq6geWPj4xEng" name="allConnections" type="_Jp_1oGveEdq4DLWZOhbdEA" isQuery="true" bodyCondition="_yahXF4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yahXFoOGEdq6geWPj4xEng" annotatedElement="_yahXFYOGEdq6geWPj4xEng">

         <body>The operation allConnections results in the set of all AssociationEnds of the Association.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mwS6qYN9EdqadtFwU5VNog" name="spec" constrainedElement="_mwS6p4N9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mwS6qoN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_yahXF4OGEdq6geWPj4xEng" name="spec" constrainedElement="_yahXFYOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yahXGIOGEdq6geWPj4xEng" language="OCL">

           <body>result = memberEnd->union ( self.parents ()->collect (p | p.allConnections () )</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mwS6q4N9EdqadtFwU5VNog" type="_Jp_1oGveEdq4DLWZOhbdEA" direction="return">

-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mwS6rIN9EdqadtFwU5VNog" value="-1"/>

-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mwS6rYN9EdqadtFwU5VNog" value="2"/>

+      <returnResult xmi:id="_yahXGYOGEdq6geWPj4xEng" type="_Jp_1oGveEdq4DLWZOhbdEA" direction="return">

+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yahXGoOGEdq6geWPj4xEng" value="-1"/>

+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yahXG4OGEdq6geWPj4xEng" value="2"/>

       </returnResult>

     </ownedOperation>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mwcEkIN9EdqadtFwU5VNog" name="A_qualifier_associationEnd" memberEnd="_mwS6tYN9EdqadtFwU5VNog _mwS6r4N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mwcEkYN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yarIBoOGEdq6geWPj4xEng" name="A_qualifier_associationEnd" memberEnd="_yahXHYOGEdq6geWPj4xEng _yarIAIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yarIB4OGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mwcEkoN9EdqadtFwU5VNog" name="TemplateSignature">

-    <ownedComment xmi:id="_mwcEk4N9EdqadtFwU5VNog" annotatedElement="_mwcEkoN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yarICIOGEdq6geWPj4xEng" name="TemplateSignature">

+    <ownedComment xmi:id="_yarICYOGEdq6geWPj4xEng" annotatedElement="_yarICIOGEdq6geWPj4xEng">

       <body>TemplateParameterSubstitution associates one or more actual parameters with a formal template parameter within the context of a TemplateBinding.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mwcElIN9EdqadtFwU5VNog" name="own_elements" constrainedElement="_mwcEkoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mwcElYN9EdqadtFwU5VNog" annotatedElement="_mwcElIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yarICoOGEdq6geWPj4xEng" name="own_elements" constrainedElement="_yarICIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yarIC4OGEdq6geWPj4xEng" annotatedElement="_yarICoOGEdq6geWPj4xEng">

         <body>Parameters must own the elements they parameter or those elements must be owned by the element being templated.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mwcEloN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yarIDIOGEdq6geWPj4xEng" language="OCL">

         <body>templatedElement.ownedElement->includesAll(parameter.parameteredElement - parameter.ownedParameteredElement)</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mwcEl4N9EdqadtFwU5VNog" general="_kl90MGvbEdq4DLWZOhbdEA"/>

-    <ownedAttribute xmi:id="_mwcEmIN9EdqadtFwU5VNog" name="parameter" type="_KxRzgGvuEdqG6fBIPwe-mw" isOrdered="true" association="_mxoXYoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mwcEmYN9EdqadtFwU5VNog" annotatedElement="_mwcEmIN9EdqadtFwU5VNog">

+    <generalization xmi:id="_yarIDYOGEdq6geWPj4xEng" general="_kl90MGvbEdq4DLWZOhbdEA"/>

+    <ownedAttribute xmi:id="_yarIDoOGEdq6geWPj4xEng" name="parameter" type="_KxRzgGvuEdqG6fBIPwe-mw" isOrdered="true" association="_yb3a0YOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yarID4OGEdq6geWPj4xEng" annotatedElement="_yarIDoOGEdq6geWPj4xEng">

         <body>The ordered set of all formal template parameters for this template signature.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mwcEmoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mwcEm4N9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yarIEIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yarIEYOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mwcEnIN9EdqadtFwU5VNog" name="ownedParameter" type="_KxRzgGvuEdqG6fBIPwe-mw" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog _mwcEmIN9EdqadtFwU5VNog" association="_mxoXZIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mwcEnYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mwcEnoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yarIEoOGEdq6geWPj4xEng" name="ownedParameter" type="_KxRzgGvuEdqG6fBIPwe-mw" subsettedProperty="_x381hoOGEdq6geWPj4xEng _yarIDoOGEdq6geWPj4xEng" association="_yb3a04OGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yarIE4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yarIFIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mwcEn4N9EdqadtFwU5VNog" annotatedElement="_mwcEnIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yarIFYOGEdq6geWPj4xEng" annotatedElement="_yarIEoOGEdq6geWPj4xEng">

         <body>The formal template parameters that are owned by this template signature.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mwcEoIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mwcEoYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yarIFoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yarIF4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mwcEooN9EdqadtFwU5VNog" name="template" type="_mwvm3oN9EdqadtFwU5VNog" subsettedProperty="_mLyfbYN9EdqadtFwU5VNog" association="_mxyIaoN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mwcEo4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mwcEpIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yarIGIOGEdq6geWPj4xEng" name="template" type="_ya-DPoOGEdq6geWPj4xEng" subsettedProperty="_x381jIOGEdq6geWPj4xEng" association="_ycBL1YOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yarIGYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yarIGoOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mwcEpYN9EdqadtFwU5VNog" annotatedElement="_mwcEooN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yarIG4OGEdq6geWPj4xEng" annotatedElement="_yarIGIOGEdq6geWPj4xEng">

         <body>The element that owns this template signature.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mwcEpoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mwcEp4N9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yarIHIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yarIHYOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

   <ownedMember xmi:type="uml:Class" xmi:id="_csVgUGvtEdqG6fBIPwe-mw" name="NamedElement" isAbstract="true">

-    <ownedComment xmi:id="_mPqSxoN9EdqadtFwU5VNog" annotatedElement="_csVgUGvtEdqG6fBIPwe-mw">

+    <ownedComment xmi:id="_x7re4IOGEdq6geWPj4xEng" annotatedElement="_csVgUGvtEdqG6fBIPwe-mw">

       <body>NamedElement has a visibility attribute.</body>

     </ownedComment>

-    <ownedComment xmi:id="_mR5HZIN9EdqadtFwU5VNog" annotatedElement="_csVgUGvtEdqG6fBIPwe-mw">

+    <ownedComment xmi:id="_x9xJmYOGEdq6geWPj4xEng" annotatedElement="_csVgUGvtEdqG6fBIPwe-mw">

       <body>A named element represents elements that may have a name. The name is used for identification of the named element within the namespace in which it is defined. A named element also has a qualified name that allows it to be unambiguously identified within a hierarchy of nested namespaces. NamedElement is an abstract metaclass.</body>

     </ownedComment>

-    <ownedComment xmi:id="_mwcEqIN9EdqadtFwU5VNog" annotatedElement="_csVgUGvtEdqG6fBIPwe-mw">

+    <ownedComment xmi:id="_yarIHoOGEdq6geWPj4xEng" annotatedElement="_csVgUGvtEdqG6fBIPwe-mw">

       <body>NamedElement specializes Kernel::NamedElement and adds a composition association to Expression.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mPqSx4N9EdqadtFwU5VNog" name="has_no_qualified_name" constrainedElement="_csVgUGvtEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mPqSyIN9EdqadtFwU5VNog" annotatedElement="_mPqSx4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_x7re4YOGEdq6geWPj4xEng" name="has_no_qualified_name" constrainedElement="_csVgUGvtEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_x7re4oOGEdq6geWPj4xEng" annotatedElement="_x7re4YOGEdq6geWPj4xEng">

         <body>If there is no name, or one of the containing namespaces has no name, there is no qualified name.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mR5HZYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_x96TgIOGEdq6geWPj4xEng" language="OCL">

         <body>(self.name->isEmpty() or self.allNamespaces()->select(ns | ns.name->isEmpty())->notEmpty())

 

   implies self.qualifiedName->isEmpty()</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mPqSyoN9EdqadtFwU5VNog" name="has_qualified_name" constrainedElement="_csVgUGvtEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mPqSy4N9EdqadtFwU5VNog" annotatedElement="_mPqSyoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_x7re5IOGEdq6geWPj4xEng" name="has_qualified_name" constrainedElement="_csVgUGvtEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_x7re5YOGEdq6geWPj4xEng" annotatedElement="_x7re5IOGEdq6geWPj4xEng">

         <body>When there is a name, and all of the containing namespaces have a name, the qualified name is constructed from the names of the containing namespaces.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mR5HZoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_x96TgYOGEdq6geWPj4xEng" language="OCL">

         <body>(self.name->notEmpty() and self.allNamespaces()->select(ns | ns.name->isEmpty())->isEmpty()) implies

   self.qualifiedName = self.allNamespaces()->iterate( ns : Namespace; result: String = self.name | ns.name->union(self.separator())->union(result))</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mPqSzYN9EdqadtFwU5VNog" name="visibility_needs_ownership" constrainedElement="_csVgUGvtEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mPqSzoN9EdqadtFwU5VNog" annotatedElement="_mPqSzYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_x7re54OGEdq6geWPj4xEng" name="visibility_needs_ownership" constrainedElement="_csVgUGvtEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_x7re6IOGEdq6geWPj4xEng" annotatedElement="_x7re54OGEdq6geWPj4xEng">

         <body>If a NamedElement is not owned by a Namespace, it does not have a visibility.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mSC4YIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_x96TgoOGEdq6geWPj4xEng" language="OCL">

         <body>namespace->isEmpty() implies visibility->isEmpty()</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mPqS0IN9EdqadtFwU5VNog" general="_kl90MGvbEdq4DLWZOhbdEA"/>

-    <ownedAttribute xmi:id="_mPqS0YN9EdqadtFwU5VNog" name="name" type="_aAyVgGvsEdqG6fBIPwe-mw">

-      <eAnnotations xmi:id="_mPqS0oN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_mPqS04N9EdqadtFwU5VNog" isUnsettable="true" isID="true"/>

+    <generalization xmi:id="_x7re6oOGEdq6geWPj4xEng" general="_kl90MGvbEdq4DLWZOhbdEA"/>

+    <ownedAttribute xmi:id="_x7re64OGEdq6geWPj4xEng" name="name" type="_aAyVgGvsEdqG6fBIPwe-mw">

+      <eAnnotations xmi:id="_x7re7IOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_x7re7YOGEdq6geWPj4xEng" isUnsettable="true" isID="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mPqS1IN9EdqadtFwU5VNog" annotatedElement="_mPqS0YN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x7re7oOGEdq6geWPj4xEng" annotatedElement="_x7re64OGEdq6geWPj4xEng">

         <body>The name of the NamedElement.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mSC4YYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mSC4YoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_x96Tg4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_x96ThIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mPqS14N9EdqadtFwU5VNog" name="visibility" type="_AyM_oGwMEdq7X4sGURiZYA">

-      <eAnnotations xmi:id="_mPqS2IN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_mPqS2YN9EdqadtFwU5VNog" isUnsettable="true"/>

+    <ownedAttribute xmi:id="_x7re8YOGEdq6geWPj4xEng" name="visibility" type="_AyM_oGwMEdq7X4sGURiZYA">

+      <eAnnotations xmi:id="_x7re8oOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_x7re84OGEdq6geWPj4xEng" isUnsettable="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mPqS2oN9EdqadtFwU5VNog" annotatedElement="_mPqS14N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x7re9IOGEdq6geWPj4xEng" annotatedElement="_x7re8YOGEdq6geWPj4xEng">

         <body>Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mSC4Y4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mSC4ZIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_x-EEgIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_x-EEgYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mSMCUIN9EdqadtFwU5VNog" name="qualifiedName" type="_aAyVgGvsEdqG6fBIPwe-mw" isReadOnly="true" isDerived="true">

-      <eAnnotations xmi:id="_mSMCUYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_mSMCUoN9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_x-EEgoOGEdq6geWPj4xEng" name="qualifiedName" type="_aAyVgGvsEdqG6fBIPwe-mw" isReadOnly="true" isDerived="true">

+      <eAnnotations xmi:id="_x-EEg4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_x-EEhIOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mSMCU4N9EdqadtFwU5VNog" annotatedElement="_mSMCUIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x-EEhYOGEdq6geWPj4xEng" annotatedElement="_x-EEgoOGEdq6geWPj4xEng">

         <body>A name which allows the NamedElement to be identified within a hierarchy of nested Namespaces. It is constructed from the names of the containing namespaces starting at the root of the hierarchy and ending with the name of the NamedElement itself.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mSMCVIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mSMCVYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_x-EEhoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_x-EEh4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mfAWVoN9EdqadtFwU5VNog" name="clientDependency" type="_rEDGkGwKEdq7X4sGURiZYA" association="_mfdCSYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mfAWV4N9EdqadtFwU5VNog" annotatedElement="_mfAWVoN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yKR7kIOGEdq6geWPj4xEng" name="clientDependency" type="_rEDGkGwKEdq7X4sGURiZYA" association="_yKldo4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yKR7kYOGEdq6geWPj4xEng" annotatedElement="_yKR7kIOGEdq6geWPj4xEng">

         <body>Indicates the dependencies that reference the client.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mfAWWIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mfAWWYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yKR7koOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yKR7k4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mPzcsIN9EdqadtFwU5VNog" name="namespace" type="_ZiwkoGwLEdq7X4sGURiZYA" isReadOnly="true" isDerived="true" isDerivedUnion="true" subsettedProperty="_mLyfbYN9EdqadtFwU5VNog" association="_mQ_vgoN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mPzcsYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mPzcsoN9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_x7re94OGEdq6geWPj4xEng" name="namespace" type="_ZiwkoGwLEdq7X4sGURiZYA" isReadOnly="true" isDerived="true" isDerivedUnion="true" subsettedProperty="_x381jIOGEdq6geWPj4xEng" association="_x83xxYOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_x7re-IOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x7re-YOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mPzcs4N9EdqadtFwU5VNog" annotatedElement="_mPzcsIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x7re-oOGEdq6geWPj4xEng" annotatedElement="_x7re94OGEdq6geWPj4xEng">

         <body>Specifies the namespace that owns the NamedElement.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mfKHUIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mfKHUYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yKR7lIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yKR7lYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mwcEqYN9EdqadtFwU5VNog" name="nameExpression" type="_mwvmkIN9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_myFDUoN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mwcEqoN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mwcEq4N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_ya05AIOGEdq6geWPj4xEng" name="nameExpression" type="_ya-C8IOGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_ycKV2YOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_ya05AYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_ya05AoOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mwcErIN9EdqadtFwU5VNog" annotatedElement="_mwcEqYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_ya05A4OGEdq6geWPj4xEng" annotatedElement="_ya05AIOGEdq6geWPj4xEng">

         <body>The string expression used to define the name of this named element.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mwcErYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mwcEroN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ya05BIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ya05BYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

     <ownedOperation xmi:id="_o2CW4GwKEdq7X4sGURiZYA" name="createDependency" type="_rEDGkGwKEdq7X4sGURiZYA">

       <returnResult xmi:id="_us8f4GwKEdq7X4sGURiZYA" type="_rEDGkGwKEdq7X4sGURiZYA" direction="return"/>

@@ -14028,15 +14028,15 @@
       </returnResult>

       <ownedParameter xmi:id="_6FwyQGwKEdq7X4sGURiZYA" name="isLocalized" type="_UdivYGvsEdqG6fBIPwe-mw" effect="read"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mP9NvIN9EdqadtFwU5VNog" name="qualifiedName" type="_aAyVgGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_mP9NwIN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mP9NvYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EOperation" xmi:id="_mP9NvoN9EdqadtFwU5VNog" operationName="getQualifiedName"/>

+    <ownedOperation xmi:id="_x71P84OGEdq6geWPj4xEng" name="qualifiedName" type="_aAyVgGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_x71P94OGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_x71P9IOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EOperation" xmi:id="_x71P9YOGEdq6geWPj4xEng" operationName="getQualifiedName"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mP9Nv4N9EdqadtFwU5VNog" annotatedElement="_mP9NvIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x71P9oOGEdq6geWPj4xEng" annotatedElement="_x71P84OGEdq6geWPj4xEng">

         <body>When there is a name, and all of the containing namespaces have a name, the qualified name is constructed from the names of the containing namespaces.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mP9NwIN9EdqadtFwU5VNog" name="spec" constrainedElement="_mP9NvIN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mP9NwYN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x71P94OGEdq6geWPj4xEng" name="spec" constrainedElement="_x71P84OGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_x71P-IOGEdq6geWPj4xEng" language="OCL">

           <body>result = if self.name->notEmpty() and self.allNamespaces()->select(ns | ns.name->isEmpty())->isEmpty()

 then 

     self.allNamespaces()->iterate( ns : Namespace; result: String = self.name | ns.name->union(self.separator())->union(result))

@@ -14045,392 +14045,392 @@
 endif</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mP9NwoN9EdqadtFwU5VNog" type="_aAyVgGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_x71P-YOGEdq6geWPj4xEng" type="_aAyVgGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mPzctoN9EdqadtFwU5VNog" name="allNamespaces" type="_ZiwkoGwLEdq7X4sGURiZYA" isOrdered="true" isQuery="true" bodyCondition="_mPzcuIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mPzct4N9EdqadtFwU5VNog" annotatedElement="_mPzctoN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x71P4IOGEdq6geWPj4xEng" name="allNamespaces" type="_ZiwkoGwLEdq7X4sGURiZYA" isOrdered="true" isQuery="true" bodyCondition="_x71P4oOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x71P4YOGEdq6geWPj4xEng" annotatedElement="_x71P4IOGEdq6geWPj4xEng">

         <body>The query allNamespaces() gives the sequence of namespaces in which the NamedElement is nested, working outwards.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mPzcuIN9EdqadtFwU5VNog" name="spec" constrainedElement="_mPzctoN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mSMCWIN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x71P4oOGEdq6geWPj4xEng" name="spec" constrainedElement="_x71P4IOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_x-EEioOGEdq6geWPj4xEng" language="OCL">

           <body>result = if self.namespace->isEmpty()

 then Sequence{}

 else self.namespace.allNamespaces()->prepend(self.namespace)

 endif</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mPzcuoN9EdqadtFwU5VNog" type="_ZiwkoGwLEdq7X4sGURiZYA" isOrdered="true" direction="return">

-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mSMCWYN9EdqadtFwU5VNog" value="-1"/>

-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mSMCWoN9EdqadtFwU5VNog"/>

+      <returnResult xmi:id="_x71P5IOGEdq6geWPj4xEng" type="_ZiwkoGwLEdq7X4sGURiZYA" isOrdered="true" direction="return">

+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_x-EEi4OGEdq6geWPj4xEng" value="-1"/>

+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_x-EEjIOGEdq6geWPj4xEng"/>

       </returnResult>

     </ownedOperation>

-    <ownedOperation xmi:id="_mP9NsIN9EdqadtFwU5VNog" name="isDistinguishableFrom" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_mP9NsoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mP9NsYN9EdqadtFwU5VNog" annotatedElement="_mP9NsIN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x71P54OGEdq6geWPj4xEng" name="isDistinguishableFrom" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_x71P6YOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x71P6IOGEdq6geWPj4xEng" annotatedElement="_x71P54OGEdq6geWPj4xEng">

         <body>The query isDistinguishableFrom() determines whether two NamedElements may logically co-exist within a Namespace. By default, two named elements are distinguishable if (a) they have unrelated types or (b) they have related types but different names.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mP9NsoN9EdqadtFwU5VNog" name="spec" constrainedElement="_mP9NsIN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mSVzUIN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x71P6YOGEdq6geWPj4xEng" name="spec" constrainedElement="_x71P54OGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_x-N1gIOGEdq6geWPj4xEng" language="OCL">

           <body>result = if self.oclIsKindOf(n.oclType) or n.oclIsKindOf(self.oclType)

 then ns.getNamesOfMember(self)->intersection(ns.getNamesOfMember(n))->isEmpty()

 else true

 endif</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mP9NtIN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

-      <ownedParameter xmi:id="_mP9NtYN9EdqadtFwU5VNog" name="n" type="_csVgUGvtEdqG6fBIPwe-mw"/>

-      <ownedParameter xmi:id="_mP9NtoN9EdqadtFwU5VNog" name="ns" type="_ZiwkoGwLEdq7X4sGURiZYA"/>

+      <returnResult xmi:id="_x71P64OGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <ownedParameter xmi:id="_x71P7IOGEdq6geWPj4xEng" name="n" type="_csVgUGvtEdqG6fBIPwe-mw"/>

+      <ownedParameter xmi:id="_x71P7YOGEdq6geWPj4xEng" name="ns" type="_ZiwkoGwLEdq7X4sGURiZYA"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mP9Nt4N9EdqadtFwU5VNog" name="separator" type="_aAyVgGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_mP9NuYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mP9NuIN9EdqadtFwU5VNog" annotatedElement="_mP9Nt4N9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x71P7oOGEdq6geWPj4xEng" name="separator" type="_aAyVgGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_x71P8IOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x71P74OGEdq6geWPj4xEng" annotatedElement="_x71P7oOGEdq6geWPj4xEng">

         <body>The query separator() gives the string that is used to separate names when constructing a qualified name.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mP9NuYN9EdqadtFwU5VNog" name="spec" constrainedElement="_mP9Nt4N9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mSVzUYN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x71P8IOGEdq6geWPj4xEng" name="spec" constrainedElement="_x71P7oOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_x-N1gYOGEdq6geWPj4xEng" language="OCL">

           <body>result = '::'</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mP9Nu4N9EdqadtFwU5VNog" type="_aAyVgGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_x71P8oOGEdq6geWPj4xEng" type="_aAyVgGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mq7ScIN9EdqadtFwU5VNog" name="allOwningPackages" type="_-cvRAGvzEdq7X4sGURiZYA" isQuery="true" bodyCondition="_mq7ScoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mq7ScYN9EdqadtFwU5VNog" annotatedElement="_mq7ScIN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_yWDtwIOGEdq6geWPj4xEng" name="allOwningPackages" type="_-cvRAGvzEdq7X4sGURiZYA" isQuery="true" bodyCondition="_yWDtwoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yWDtwYOGEdq6geWPj4xEng" annotatedElement="_yWDtwIOGEdq6geWPj4xEng">

         <body>The query allOwningPackages() returns all the directly or indirectly owning packages.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mq7ScoN9EdqadtFwU5VNog" name="spec" constrainedElement="_mq7ScIN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mq7Sc4N9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_yWDtwoOGEdq6geWPj4xEng" name="spec" constrainedElement="_yWDtwIOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yWDtw4OGEdq6geWPj4xEng" language="OCL">

           <body>result = self.namespace->select(p | p.oclIsKindOf(Package))->union(p.allOwningPackages())</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mq7SdIN9EdqadtFwU5VNog" type="_-cvRAGvzEdq7X4sGURiZYA" direction="return">

-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mq7SdYN9EdqadtFwU5VNog" value="-1"/>

-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mq7SdoN9EdqadtFwU5VNog"/>

+      <returnResult xmi:id="_yWDtxIOGEdq6geWPj4xEng" type="_-cvRAGvzEdq7X4sGURiZYA" direction="return">

+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yWDtxYOGEdq6geWPj4xEng" value="-1"/>

+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yWDtxoOGEdq6geWPj4xEng"/>

       </returnResult>

     </ownedOperation>

   </ownedMember>

   <ownedMember xmi:type="uml:Class" xmi:id="_KxRzgGvuEdqG6fBIPwe-mw" name="TemplateParameter">

-    <ownedComment xmi:id="_mwl1kIN9EdqadtFwU5VNog" annotatedElement="_KxRzgGvuEdqG6fBIPwe-mw">

+    <ownedComment xmi:id="_ya05BoOGEdq6geWPj4xEng" annotatedElement="_KxRzgGvuEdqG6fBIPwe-mw">

       <body>TemplateParameter references a ParameterableElement which is exposed as a formal template parameter in the containing template.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mwl1kYN9EdqadtFwU5VNog" name="must_be_compatible" constrainedElement="_KxRzgGvuEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mwl1koN9EdqadtFwU5VNog" annotatedElement="_mwl1kYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_ya05B4OGEdq6geWPj4xEng" name="must_be_compatible" constrainedElement="_KxRzgGvuEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_ya05CIOGEdq6geWPj4xEng" annotatedElement="_ya05B4OGEdq6geWPj4xEng">

         <body>The default must be compatible with the formal template parameter.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mwl1k4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_ya05CYOGEdq6geWPj4xEng" language="OCL">

         <body>default->notEmpty() implies default->isCompatibleWith(parameteredElement)</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mwl1lIN9EdqadtFwU5VNog" general="_kl90MGvbEdq4DLWZOhbdEA"/>

-    <ownedAttribute xmi:id="_mwl1lYN9EdqadtFwU5VNog" name="signature" type="_mwcEkoN9EdqadtFwU5VNog" subsettedProperty="_mLyfbYN9EdqadtFwU5VNog" association="_mxoXZIN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mwl1loN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mwl1l4N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_ya05CoOGEdq6geWPj4xEng" general="_kl90MGvbEdq4DLWZOhbdEA"/>

+    <ownedAttribute xmi:id="_ya05C4OGEdq6geWPj4xEng" name="signature" type="_yarICIOGEdq6geWPj4xEng" subsettedProperty="_x381jIOGEdq6geWPj4xEng" association="_yb3a04OGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_ya05DIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_ya05DYOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mwl1mIN9EdqadtFwU5VNog" annotatedElement="_mwl1lYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_ya05DoOGEdq6geWPj4xEng" annotatedElement="_ya05C4OGEdq6geWPj4xEng">

         <body>The template signature that owns this template parameter.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mwl1mYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mwl1moN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ya05D4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ya05EIOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mwl1m4N9EdqadtFwU5VNog" name="parameteredElement" type="_mwvm-YN9EdqadtFwU5VNog" association="_mxyIZ4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mwl1nIN9EdqadtFwU5VNog" annotatedElement="_mwl1m4N9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_ya05EYOGEdq6geWPj4xEng" name="parameteredElement" type="_ybHz8IOGEdq6geWPj4xEng" association="_ycBL0oOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ya05EoOGEdq6geWPj4xEng" annotatedElement="_ya05EYOGEdq6geWPj4xEng">

         <body>The element exposed by this template parameter.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mwl1nYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mwl1noN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ya05E4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ya05FIOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mwl1n4N9EdqadtFwU5VNog" name="ownedParameteredElement" type="_mwvm-YN9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog _mwl1m4N9EdqadtFwU5VNog" association="_mx75YIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mwl1oIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mwl1oYN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_ya05FYOGEdq6geWPj4xEng" name="ownedParameteredElement" type="_ybHz8IOGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng _ya05EYOGEdq6geWPj4xEng" association="_ycBL14OGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_ya05FoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_ya05F4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mwl1ooN9EdqadtFwU5VNog" annotatedElement="_mwl1n4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_ya05GIOGEdq6geWPj4xEng" annotatedElement="_ya05FYOGEdq6geWPj4xEng">

         <body>The element that is owned by this template parameter.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mwl1o4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mwl1pIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ya05GYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ya05GoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mwl1pYN9EdqadtFwU5VNog" name="default" type="_mwvm-YN9EdqadtFwU5VNog" association="_mx75Y4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mwl1poN9EdqadtFwU5VNog" annotatedElement="_mwl1pYN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_ya05G4OGEdq6geWPj4xEng" name="default" type="_ybHz8IOGEdq6geWPj4xEng" association="_ycBL2oOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ya05HIOGEdq6geWPj4xEng" annotatedElement="_ya05G4OGEdq6geWPj4xEng">

         <body>The element that is the default for this formal template parameter.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mwl1p4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mwl1qIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ya05HYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ya05HoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mwl1qYN9EdqadtFwU5VNog" name="ownedDefault" type="_mwvm-YN9EdqadtFwU5VNog" subsettedProperty="_mwl1pYN9EdqadtFwU5VNog _mLyfZ4N9EdqadtFwU5VNog" association="_mx75ZYN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mwl1qoN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mwl1q4N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_ya05H4OGEdq6geWPj4xEng" name="ownedDefault" type="_ybHz8IOGEdq6geWPj4xEng" subsettedProperty="_ya05G4OGEdq6geWPj4xEng _x381hoOGEdq6geWPj4xEng" association="_ycKVwIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_ya05IIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_ya05IYOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mwl1rIN9EdqadtFwU5VNog" annotatedElement="_mwl1qYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_ya05IoOGEdq6geWPj4xEng" annotatedElement="_ya05H4OGEdq6geWPj4xEng">

         <body>The element that is owned by this template parameter for the purpose of providing a default.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mwl1rYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mwl1roN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ya05I4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ya05JIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mwvmkIN9EdqadtFwU5VNog" name="StringExpression">

-    <ownedComment xmi:id="_mwvmkYN9EdqadtFwU5VNog" annotatedElement="_mwvmkIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_ya-C8IOGEdq6geWPj4xEng" name="StringExpression">

+    <ownedComment xmi:id="_ya-C8YOGEdq6geWPj4xEng" annotatedElement="_ya-C8IOGEdq6geWPj4xEng">

       <body>StringExpression is a specialization of the general Expression metaclass which adds the ability to contain sub-expressions and whose operands are exclusively LiteralStrings.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mwvmkoN9EdqadtFwU5VNog" name="operands" constrainedElement="_mwvmkIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mwvmk4N9EdqadtFwU5VNog" annotatedElement="_mwvmkoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_ya-C8oOGEdq6geWPj4xEng" name="operands" constrainedElement="_ya-C8IOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ya-C84OGEdq6geWPj4xEng" annotatedElement="_ya-C8oOGEdq6geWPj4xEng">

         <body>All the operands of a StringExpression must be LiteralStrings</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mwvmlIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_ya-C9IOGEdq6geWPj4xEng" language="OCL">

         <body>operand->forAll (op | op.oclIsKindOf (LiteralString))</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mwvmlYN9EdqadtFwU5VNog" name="subexpressions" constrainedElement="_mwvmkIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mwvmloN9EdqadtFwU5VNog" annotatedElement="_mwvmlYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_ya-C9YOGEdq6geWPj4xEng" name="subexpressions" constrainedElement="_ya-C8IOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ya-C9oOGEdq6geWPj4xEng" annotatedElement="_ya-C9YOGEdq6geWPj4xEng">

         <body>If a StringExpression has sub-expressions, it cannot have operands and vice versa (this avoids the problem of having to

 define a collating sequence between operands and subexpressions).

 </body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mwvml4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_ya-C94OGEdq6geWPj4xEng" language="OCL">

         <body>if subExpression->notEmpty() then operand->isEmpty() else operand->notEmpty()</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mwvmmIN9EdqadtFwU5VNog" general="_mwvm3oN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mwvmmYN9EdqadtFwU5VNog" general="_mP9Nw4N9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mwvmmoN9EdqadtFwU5VNog" name="subExpression" type="_mwvmkIN9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mxyIaIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mwvmm4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mwvmnIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_ya-C-IOGEdq6geWPj4xEng" general="_ya-DPoOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_ya-C-YOGEdq6geWPj4xEng" general="_x7-Z0IOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_ya-C-oOGEdq6geWPj4xEng" name="subExpression" type="_ya-C8IOGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_ycBL04OGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_ya-C-4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_ya-C_IOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mwvmnYN9EdqadtFwU5VNog" annotatedElement="_mwvmmoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_ya-C_YOGEdq6geWPj4xEng" annotatedElement="_ya-C-oOGEdq6geWPj4xEng">

         <body>The StringExpressions that constitute this StringExpression.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mwvmnoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mwvmn4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ya-C_oOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ya-C_4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mwvmoIN9EdqadtFwU5VNog" name="owningExpression" type="_mwvmkIN9EdqadtFwU5VNog" subsettedProperty="_mLyfbYN9EdqadtFwU5VNog" association="_mxyIaIN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mwvmoYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mwvmooN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_ya-DAIOGEdq6geWPj4xEng" name="owningExpression" type="_ya-C8IOGEdq6geWPj4xEng" subsettedProperty="_x381jIOGEdq6geWPj4xEng" association="_ycBL04OGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_ya-DAYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_ya-DAoOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mwvmo4N9EdqadtFwU5VNog" annotatedElement="_mwvmoIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_ya-DA4OGEdq6geWPj4xEng" annotatedElement="_ya-DAIOGEdq6geWPj4xEng">

         <body>The string expression of which this expression is a substring.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mwvmpIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mwvmpYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ya-DBIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ya-DBYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedOperation xmi:id="_mwvmpoN9EdqadtFwU5VNog" name="stringValue" type="_aAyVgGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_mM1BWIN9EdqadtFwU5VNog" bodyCondition="_mwvmqIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mwvmp4N9EdqadtFwU5VNog" annotatedElement="_mwvmpoN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_ya-DBoOGEdq6geWPj4xEng" name="stringValue" type="_aAyVgGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_x4_-eIOGEdq6geWPj4xEng" bodyCondition="_ya-DCIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ya-DB4OGEdq6geWPj4xEng" annotatedElement="_ya-DBoOGEdq6geWPj4xEng">

         <body>The query stringValue() returns the string that concatenates, in order, all the component string literals of all the subexpressions that are part of the StringExpression.

 

 </body>

       </ownedComment>

-      <ownedRule xmi:id="_mwvmqIN9EdqadtFwU5VNog" name="spec" constrainedElement="_mwvmpoN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mwvmqYN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_ya-DCIOGEdq6geWPj4xEng" name="spec" constrainedElement="_ya-DBoOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_ya-DCYOGEdq6geWPj4xEng" language="OCL">

           <body>result = if subExpression->notEmpty()

 then subExpression->iterate(se; stringValue = ‘| stringValue.concat(se.stringValue()))

 else operand->iterate()(op; stringValue = ‘ | stringValue.concat(op.value))</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mwvmqoN9EdqadtFwU5VNog" type="_aAyVgGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_ya-DCoOGEdq6geWPj4xEng" type="_aAyVgGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mwvmq4N9EdqadtFwU5VNog" name="TemplateBinding">

-    <ownedComment xmi:id="_mwvmrIN9EdqadtFwU5VNog" annotatedElement="_mwvmq4N9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_ya-DC4OGEdq6geWPj4xEng" name="TemplateBinding">

+    <ownedComment xmi:id="_ya-DDIOGEdq6geWPj4xEng" annotatedElement="_ya-DC4OGEdq6geWPj4xEng">

       <body>TemplateBinding is a directed relationship from a bound templateable element to the template signature of the target template. A TemplateBinding owns a set of template parameter substitutions.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mwvmrYN9EdqadtFwU5VNog" name="parameter_substitution_formal" constrainedElement="_mwvmq4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mwvmroN9EdqadtFwU5VNog" annotatedElement="_mwvmrYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_ya-DDYOGEdq6geWPj4xEng" name="parameter_substitution_formal" constrainedElement="_ya-DC4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ya-DDoOGEdq6geWPj4xEng" annotatedElement="_ya-DDYOGEdq6geWPj4xEng">

         <body>Each parameter substitution must refer to a formal template parameter of the target template signature.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mwvmr4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_ya-DD4OGEdq6geWPj4xEng" language="OCL">

         <body>parameterSubstitution->forAll(b | template.parameter->includes(b.formal))</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mwvmsIN9EdqadtFwU5VNog" name="one_parameter_substitution" constrainedElement="_mwvmq4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mwvmsYN9EdqadtFwU5VNog" annotatedElement="_mwvmsIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_ya-DEIOGEdq6geWPj4xEng" name="one_parameter_substitution" constrainedElement="_ya-DC4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ya-DEYOGEdq6geWPj4xEng" annotatedElement="_ya-DEIOGEdq6geWPj4xEng">

         <body>A binding contains at most one parameter substitution for each formal template parameter of the target template signature.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mwvmsoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_ya-DEoOGEdq6geWPj4xEng" language="OCL">

         <body>template.parameter->forAll(p | parameterSubstitution->select(b | b.formal = p)->size() &lt;= 1)</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mwvms4N9EdqadtFwU5VNog" general="_mLouYIN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mwvmtIN9EdqadtFwU5VNog" name="boundElement" type="_mwvm3oN9EdqadtFwU5VNog" subsettedProperty="_mLyfbYN9EdqadtFwU5VNog _mLouY4N9EdqadtFwU5VNog" association="_mxoXZ4N9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mwvmtYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mwvmtoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_ya-DE4OGEdq6geWPj4xEng" general="_x381cIOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_ya-DFIOGEdq6geWPj4xEng" name="boundElement" type="_ya-DPoOGEdq6geWPj4xEng" subsettedProperty="_x381jIOGEdq6geWPj4xEng _x381c4OGEdq6geWPj4xEng" association="_yb3a1oOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_ya-DFYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_ya-DFoOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mwvmt4N9EdqadtFwU5VNog" annotatedElement="_mwvmtIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_ya-DF4OGEdq6geWPj4xEng" annotatedElement="_ya-DFIOGEdq6geWPj4xEng">

         <body>The element that is bound by this binding.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mwvmuIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mwvmuYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ya-DGIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ya-DGYOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mwvmuoN9EdqadtFwU5VNog" name="signature" type="_mwcEkoN9EdqadtFwU5VNog" subsettedProperty="_mLouaYN9EdqadtFwU5VNog" association="_mxyIYIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mwvmu4N9EdqadtFwU5VNog" annotatedElement="_mwvmuoN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_ya-DGoOGEdq6geWPj4xEng" name="signature" type="_yarICIOGEdq6geWPj4xEng" subsettedProperty="_x381eYOGEdq6geWPj4xEng" association="_yb3a24OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ya-DG4OGEdq6geWPj4xEng" annotatedElement="_ya-DGoOGEdq6geWPj4xEng">

         <body>The template signature for the template that is the target of the binding.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mwvmvIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mwvmvYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ya-DHIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ya-DHYOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mwvmvoN9EdqadtFwU5VNog" name="parameterSubstitution" type="_mwvmxIN9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mxyIY4N9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mwvmv4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mwvmwIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_ya-DHoOGEdq6geWPj4xEng" name="parameterSubstitution" type="_ya-DJIOGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yb3a3oOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_ya-DH4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_ya-DIIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mwvmwYN9EdqadtFwU5VNog" annotatedElement="_mwvmvoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_ya-DIYOGEdq6geWPj4xEng" annotatedElement="_ya-DHoOGEdq6geWPj4xEng">

         <body>The parameter substitutions owned by this template binding.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mwvmwoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mwvmw4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ya-DIoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ya-DI4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mwvmxIN9EdqadtFwU5VNog" name="TemplateParameterSubstitution">

-    <ownedComment xmi:id="_mwvmxYN9EdqadtFwU5VNog" annotatedElement="_mwvmxIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_ya-DJIOGEdq6geWPj4xEng" name="TemplateParameterSubstitution">

+    <ownedComment xmi:id="_ya-DJYOGEdq6geWPj4xEng" annotatedElement="_ya-DJIOGEdq6geWPj4xEng">

       <body>TemplateParameterSubstitution associates one or more actual parameters with a formal template parameter within the context of a TemplateBinding.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mwvmxoN9EdqadtFwU5VNog" name="must_be_compatible" constrainedElement="_mwvmxIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mwvmx4N9EdqadtFwU5VNog" annotatedElement="_mwvmxoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_ya-DJoOGEdq6geWPj4xEng" name="must_be_compatible" constrainedElement="_ya-DJIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ya-DJ4OGEdq6geWPj4xEng" annotatedElement="_ya-DJoOGEdq6geWPj4xEng">

         <body>The actual parameter must be compatible with the formal template parameter, e.g. the actual parameter for a class template parameter must be a class.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mwvmyIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_ya-DKIOGEdq6geWPj4xEng" language="OCL">

         <body>actual->forAll(a | a.isCompatibleWith(formal.parameteredElement))</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mwvmyYN9EdqadtFwU5VNog" general="_kl90MGvbEdq4DLWZOhbdEA"/>

-    <ownedAttribute xmi:id="_mwvmyoN9EdqadtFwU5VNog" name="formal" type="_KxRzgGvuEdqG6fBIPwe-mw" association="_mxoXaoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mwvmy4N9EdqadtFwU5VNog" annotatedElement="_mwvmyoN9EdqadtFwU5VNog">

+    <generalization xmi:id="_ya-DKYOGEdq6geWPj4xEng" general="_kl90MGvbEdq4DLWZOhbdEA"/>

+    <ownedAttribute xmi:id="_ya-DKoOGEdq6geWPj4xEng" name="formal" type="_KxRzgGvuEdqG6fBIPwe-mw" association="_yb3a2YOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ya-DK4OGEdq6geWPj4xEng" annotatedElement="_ya-DKoOGEdq6geWPj4xEng">

         <body>The formal template parameter that is associated with this substitution.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mwvmzIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mwvmzYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ya-DLIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ya-DLYOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mwvmzoN9EdqadtFwU5VNog" name="templateBinding" type="_mwvmq4N9EdqadtFwU5VNog" subsettedProperty="_mLyfbYN9EdqadtFwU5VNog" association="_mxyIY4N9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mwvmz4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mwvm0IN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_ya-DLoOGEdq6geWPj4xEng" name="templateBinding" type="_ya-DC4OGEdq6geWPj4xEng" subsettedProperty="_x381jIOGEdq6geWPj4xEng" association="_yb3a3oOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_ya-DL4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_ya-DMIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mwvm0YN9EdqadtFwU5VNog" annotatedElement="_mwvmzoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_ya-DMYOGEdq6geWPj4xEng" annotatedElement="_ya-DLoOGEdq6geWPj4xEng">

         <body>The optional bindings from this element to templates.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mwvm0oN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mwvm04N9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ya-DMoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ya-DM4OGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mwvm1IN9EdqadtFwU5VNog" name="actual" type="_mwvm-YN9EdqadtFwU5VNog" association="_mxyIZYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mwvm1YN9EdqadtFwU5VNog" annotatedElement="_mwvm1IN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_ya-DNIOGEdq6geWPj4xEng" name="actual" type="_ybHz8IOGEdq6geWPj4xEng" association="_ycBL0IOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ya-DNYOGEdq6geWPj4xEng" annotatedElement="_ya-DNIOGEdq6geWPj4xEng">

         <body>The elements that are the actual parameters for this substitution.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mwvm1oN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mwvm14N9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ya-DNoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ya-DN4OGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mwvm2IN9EdqadtFwU5VNog" name="ownedActual" type="_mwvm-YN9EdqadtFwU5VNog" subsettedProperty="_mwvm1IN9EdqadtFwU5VNog _mLyfZ4N9EdqadtFwU5VNog" association="_mx75a4N9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mwvm2YN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mwvm2oN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_ya-DOIOGEdq6geWPj4xEng" name="ownedActual" type="_ybHz8IOGEdq6geWPj4xEng" subsettedProperty="_ya-DNIOGEdq6geWPj4xEng _x381hoOGEdq6geWPj4xEng" association="_ycKVxoOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_ya-DOYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_ya-DOoOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mwvm24N9EdqadtFwU5VNog" annotatedElement="_mwvm2IN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_ya-DO4OGEdq6geWPj4xEng" annotatedElement="_ya-DOIOGEdq6geWPj4xEng">

         <body>The actual parameters that are owned by this substitution.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mwvm3IN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mwvm3YN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ya-DPIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ya-DPYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mwvm3oN9EdqadtFwU5VNog" name="TemplateableElement" isAbstract="true">

-    <ownedComment xmi:id="_mwvm34N9EdqadtFwU5VNog" annotatedElement="_mwvm3oN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_ya-DPoOGEdq6geWPj4xEng" name="TemplateableElement" isAbstract="true">

+    <ownedComment xmi:id="_ya-DP4OGEdq6geWPj4xEng" annotatedElement="_ya-DPoOGEdq6geWPj4xEng">

       <body>TemplateableElement may contain a template signature which specifies the formal template parameters. A TemplateableElement that contains a template signature is often referred to as a template. TemplateableElement may contain bindings to templates that describe how the templateable element is constructed by replacing the formal template parameters with actual parameters. A TemplateableElement containing bindings is oftenreferred to as a bound element.</body>

     </ownedComment>

-    <generalization xmi:id="_mwvm4IN9EdqadtFwU5VNog" general="_kl90MGvbEdq4DLWZOhbdEA"/>

-    <ownedAttribute xmi:id="_mwvm4YN9EdqadtFwU5VNog" name="templateBinding" type="_mwvmq4N9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mxoXZ4N9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mwvm4oN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mwvm44N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_ya-DQIOGEdq6geWPj4xEng" general="_kl90MGvbEdq4DLWZOhbdEA"/>

+    <ownedAttribute xmi:id="_ya-DQYOGEdq6geWPj4xEng" name="templateBinding" type="_ya-DC4OGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yb3a1oOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_ya-DQoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_ya-DQ4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mwvm5IN9EdqadtFwU5VNog" annotatedElement="_mwvm4YN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_ya-DRIOGEdq6geWPj4xEng" annotatedElement="_ya-DQYOGEdq6geWPj4xEng">

         <body>The optional bindings from this element to templates.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mwvm5YN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mwvm5oN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ya-DRYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ya-DRoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mwvm54N9EdqadtFwU5VNog" name="ownedTemplateSignature" type="_mwcEkoN9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mxyIaoN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mwvm6IN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mwvm6YN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_ya-DR4OGEdq6geWPj4xEng" name="ownedTemplateSignature" type="_yarICIOGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_ycBL1YOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_ya-DSIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_ya-DSYOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mwvm6oN9EdqadtFwU5VNog" annotatedElement="_mwvm54N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_ya-DSoOGEdq6geWPj4xEng" annotatedElement="_ya-DR4OGEdq6geWPj4xEng">

         <body>The optional template signature specifying the formal template parameters.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mwvm64N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mwvm7IN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ya-DS4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ya-DTIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedOperation xmi:id="_mwvm7YN9EdqadtFwU5VNog" name="parameterableElements" type="_mwvm-YN9EdqadtFwU5VNog" isQuery="true" bodyCondition="_mwvm74N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mwvm7oN9EdqadtFwU5VNog" annotatedElement="_mwvm7YN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_ya-DTYOGEdq6geWPj4xEng" name="parameterableElements" type="_ybHz8IOGEdq6geWPj4xEng" isQuery="true" bodyCondition="_ya-DT4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ya-DToOGEdq6geWPj4xEng" annotatedElement="_ya-DTYOGEdq6geWPj4xEng">

         <body>The query parameterableElements() returns the set of elements that may be used as the parametered elements for a template parameter of this templateable element. By default, this set includes all the owned elements. Subclasses may override this operation if they choose to restrict the set of parameterable elements.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mwvm74N9EdqadtFwU5VNog" name="spec" constrainedElement="_mwvm7YN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mwvm8IN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_ya-DT4OGEdq6geWPj4xEng" name="spec" constrainedElement="_ya-DTYOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_ya-DUIOGEdq6geWPj4xEng" language="OCL">

           <body>result = allOwnedElements->select(oclIsKindOf(ParameterableElement))</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mwvm8YN9EdqadtFwU5VNog" type="_mwvm-YN9EdqadtFwU5VNog" direction="return">

-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mwvm8oN9EdqadtFwU5VNog" value="-1"/>

-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mwvm84N9EdqadtFwU5VNog"/>

+      <returnResult xmi:id="_ya-DUYOGEdq6geWPj4xEng" type="_ybHz8IOGEdq6geWPj4xEng" direction="return">

+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ya-DUoOGEdq6geWPj4xEng" value="-1"/>

+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ya-DU4OGEdq6geWPj4xEng"/>

       </returnResult>

     </ownedOperation>

-    <ownedOperation xmi:id="_mwvm9IN9EdqadtFwU5VNog" name="isTemplate" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_mwvm9oN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mwvm9YN9EdqadtFwU5VNog" annotatedElement="_mwvm9IN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_ya-DVIOGEdq6geWPj4xEng" name="isTemplate" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_ya-DVoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ya-DVYOGEdq6geWPj4xEng" annotatedElement="_ya-DVIOGEdq6geWPj4xEng">

         <body>The query isTemplate() returns whether this templateable element is actually a template.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mwvm9oN9EdqadtFwU5VNog" name="spec" constrainedElement="_mwvm9IN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mwvm94N9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_ya-DVoOGEdq6geWPj4xEng" name="spec" constrainedElement="_ya-DVIOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_ya-DV4OGEdq6geWPj4xEng" language="OCL">

           <body>result = ownedSignature->notEmpty()</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mwvm-IN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_ya-DWIOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mwvm-YN9EdqadtFwU5VNog" name="ParameterableElement" isAbstract="true">

-    <ownedComment xmi:id="_mwvm-oN9EdqadtFwU5VNog" annotatedElement="_mwvm-YN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_ybHz8IOGEdq6geWPj4xEng" name="ParameterableElement" isAbstract="true">

+    <ownedComment xmi:id="_ybHz8YOGEdq6geWPj4xEng" annotatedElement="_ybHz8IOGEdq6geWPj4xEng">

       <body>A ParameterableElement can be referenced by a TemplateParameter when defining a formal template parameter for a template. A ParameterableElement can be referenced by a TemplateParameterSubstitution when used as an actual parameter in a binding of a template.

 

 ParameterableElement is an abstract metaclass.

 

 </body>

     </ownedComment>

-    <generalization xmi:id="_mwvm-4N9EdqadtFwU5VNog" general="_kl90MGvbEdq4DLWZOhbdEA"/>

-    <ownedAttribute xmi:id="_mwvm_IN9EdqadtFwU5VNog" name="templateParameter" type="_KxRzgGvuEdqG6fBIPwe-mw" association="_mxyIZ4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mwvm_YN9EdqadtFwU5VNog" annotatedElement="_mwvm_IN9EdqadtFwU5VNog">

+    <generalization xmi:id="_ybHz8oOGEdq6geWPj4xEng" general="_kl90MGvbEdq4DLWZOhbdEA"/>

+    <ownedAttribute xmi:id="_ybHz84OGEdq6geWPj4xEng" name="templateParameter" type="_KxRzgGvuEdqG6fBIPwe-mw" association="_ycBL0oOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ybHz9IOGEdq6geWPj4xEng" annotatedElement="_ybHz84OGEdq6geWPj4xEng">

         <body>The template parameter that exposes this element as a formal parameter.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mwvm_oN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mwvm_4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ybHz9YOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ybHz9oOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mwvnAIN9EdqadtFwU5VNog" name="owningTemplateParameter" type="_KxRzgGvuEdqG6fBIPwe-mw" subsettedProperty="_mLyfbYN9EdqadtFwU5VNog _mwvm_IN9EdqadtFwU5VNog" association="_mx75YIN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mwvnAYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mwvnAoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_ybHz94OGEdq6geWPj4xEng" name="owningTemplateParameter" type="_KxRzgGvuEdqG6fBIPwe-mw" subsettedProperty="_x381jIOGEdq6geWPj4xEng _ybHz84OGEdq6geWPj4xEng" association="_ycBL14OGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_ybHz-IOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_ybHz-YOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mwvnA4N9EdqadtFwU5VNog" annotatedElement="_mwvnAIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_ybHz-oOGEdq6geWPj4xEng" annotatedElement="_ybHz94OGEdq6geWPj4xEng">

         <body>The formal template parameter that owns this element.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mwvnBIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mwvnBYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ybHz-4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ybHz_IOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedOperation xmi:id="_mwvnBoN9EdqadtFwU5VNog" name="isCompatibleWith" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_mwvnCIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mwvnB4N9EdqadtFwU5VNog" annotatedElement="_mwvnBoN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_ybHz_YOGEdq6geWPj4xEng" name="isCompatibleWith" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_ybHz_4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ybHz_oOGEdq6geWPj4xEng" annotatedElement="_ybHz_YOGEdq6geWPj4xEng">

         <body>The query isCompatibleWith() determines if this parameterable element is compatible with the specified parameterable element. By default parameterable element P is compatible with parameterable element Q if the kind of P is the same or a subtype as the kind of Q. Subclasses should override this operation to specify different compatibility constraints.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mwvnCIN9EdqadtFwU5VNog" name="spec" constrainedElement="_mwvnBoN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mwvnCYN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_ybHz_4OGEdq6geWPj4xEng" name="spec" constrainedElement="_ybHz_YOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_ybH0AIOGEdq6geWPj4xEng" language="OCL">

           <body>result = p->oclIsKindOf(self.oclType)</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mwvnCoN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

-      <ownedParameter xmi:id="_mwvnC4N9EdqadtFwU5VNog" name="p" type="_mwvm-YN9EdqadtFwU5VNog"/>

+      <returnResult xmi:id="_ybH0AYOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <ownedParameter xmi:id="_ybH0AoOGEdq6geWPj4xEng" name="p" type="_ybHz8IOGEdq6geWPj4xEng"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mwvnDIN9EdqadtFwU5VNog" name="isTemplateParameter" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_mwvnDoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mwvnDYN9EdqadtFwU5VNog" annotatedElement="_mwvnDIN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_ybH0A4OGEdq6geWPj4xEng" name="isTemplateParameter" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_ybH0BYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ybH0BIOGEdq6geWPj4xEng" annotatedElement="_ybH0A4OGEdq6geWPj4xEng">

         <body>The query isTemplateParameter() determines if this parameterable element is exposed as a formal template parameter.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mwvnDoN9EdqadtFwU5VNog" name="spec" constrainedElement="_mwvnDIN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mwvnD4N9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_ybH0BYOGEdq6geWPj4xEng" name="spec" constrainedElement="_ybH0A4OGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_ybH0BoOGEdq6geWPj4xEng" language="OCL">

           <body>result = templateParameter->notEmpty()</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mwvnEIN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_ybH0B4OGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

   </ownedMember>

   <ownedMember xmi:type="uml:Class" xmi:id="_Jp_1oGveEdq4DLWZOhbdEA" name="Property">

-    <ownedComment xmi:id="_mNH8PoN9EdqadtFwU5VNog" annotatedElement="_Jp_1oGveEdq4DLWZOhbdEA">

+    <ownedComment xmi:id="_x5S5WoOGEdq6geWPj4xEng" annotatedElement="_Jp_1oGveEdq4DLWZOhbdEA">

       <body>Property represents a declared state of one or more instances in terms of a named relationship to a value or values. When a property is an attribute of a classifier, the value or values are related to the instance of the classifier by being held in slots of the instance. When a property is an association end, the value or values are related to the instance or instances at the other end(s) of the association.

 

 

 

 Property is indirectly a subclass of Constructs::TypedElement. The range of valid values represented by the property can be controlled by setting the property's type.</body>

     </ownedComment>

-    <ownedComment xmi:id="_mWhIvYN9EdqadtFwU5VNog" annotatedElement="_Jp_1oGveEdq4DLWZOhbdEA">

+    <ownedComment xmi:id="_yCPZ54OGEdq6geWPj4xEng" annotatedElement="_Jp_1oGveEdq4DLWZOhbdEA">

       <body>A property is a structural feature.

 

 A property related to a classifier by ownedAttribute represents an attribute, and it may also represent an association end. It relates an instance of the class to a value or collection of values of the type of the attribute.

@@ -14439,47 +14439,47 @@
 

 </body>

     </ownedComment>

-    <ownedComment xmi:id="_mgDfWYN9EdqadtFwU5VNog" annotatedElement="_Jp_1oGveEdq4DLWZOhbdEA">

+    <ownedComment xmi:id="_yLLTmYOGEdq6geWPj4xEng" annotatedElement="_Jp_1oGveEdq4DLWZOhbdEA">

       <body>A property represents a set of instances that are owned by a containing classifier instance.</body>

     </ownedComment>

-    <ownedComment xmi:id="_ml3MYIN9EdqadtFwU5VNog" annotatedElement="_Jp_1oGveEdq4DLWZOhbdEA">

+    <ownedComment xmi:id="_yQsFsIOGEdq6geWPj4xEng" annotatedElement="_Jp_1oGveEdq4DLWZOhbdEA">

       <body>In the metamodel, Property is a specialization of DeploymentTarget.</body>

     </ownedComment>

-    <ownedComment xmi:id="_mwS6roN9EdqadtFwU5VNog" annotatedElement="_Jp_1oGveEdq4DLWZOhbdEA">

+    <ownedComment xmi:id="_yahXHIOGEdq6geWPj4xEng" annotatedElement="_Jp_1oGveEdq4DLWZOhbdEA">

       <body>Property represents a declared state of one or more instances in terms of a named relationship to a value or values. When a property is an attribute of a classifier, the value or values are related to the instance of the classifier by being held in slots of the instance. When a property is an association end, the value or values are related to the instance or instances at the other end(s) of the association. Property is indirectly a subclass of Constructs::TypedElement. The range of valid values represented by the property can be controlled by setting the property's type.

 

 </body>

     </ownedComment>

-    <ownedComment xmi:id="_mw4wgIN9EdqadtFwU5VNog" annotatedElement="_Jp_1oGveEdq4DLWZOhbdEA">

+    <ownedComment xmi:id="_ybH0CIOGEdq6geWPj4xEng" annotatedElement="_Jp_1oGveEdq4DLWZOhbdEA">

       <body>Property specializes ParameterableElement to specify that a property can be exposed as a formal template parameter, and provided as an actual parameter in a binding of a template.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mNH8P4N9EdqadtFwU5VNog" name="multiplicity_of_composite" constrainedElement="_Jp_1oGveEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_mNH8QIN9EdqadtFwU5VNog" annotatedElement="_mNH8P4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_x5S5W4OGEdq6geWPj4xEng" name="multiplicity_of_composite" constrainedElement="_Jp_1oGveEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_x5S5XIOGEdq6geWPj4xEng" annotatedElement="_x5S5W4OGEdq6geWPj4xEng">

         <body>A multiplicity of a composite aggregation must not have an upper bound greater than 1.</body>

       </ownedComment>

-      <ownedComment xmi:id="_mWqSoIN9EdqadtFwU5VNog" annotatedElement="_mNH8P4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yCPZ6IOGEdq6geWPj4xEng" annotatedElement="_x5S5W4OGEdq6geWPj4xEng">

         <body>A multiplicity on an aggregate end of a composite aggregation must not have an upper bound greater than 1.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mWqSoYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yCPZ6YOGEdq6geWPj4xEng" language="OCL">

         <body>isComposite implies (upperBound()->isEmpty() or upperBound() &lt;= 1)</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mNRtIIN9EdqadtFwU5VNog" name="subsetting_context_conforms" constrainedElement="_Jp_1oGveEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_mNRtIYN9EdqadtFwU5VNog" annotatedElement="_mNRtIIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_x5S5XoOGEdq6geWPj4xEng" name="subsetting_context_conforms" constrainedElement="_Jp_1oGveEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_x5S5X4OGEdq6geWPj4xEng" annotatedElement="_x5S5XoOGEdq6geWPj4xEng">

         <body>Subsetting may only occur when the context of the subsetting property conforms to the context of the subsetted property.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mWqSooN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yCPZ6oOGEdq6geWPj4xEng" language="OCL">

         <body>self.subsettedProperty->notEmpty() implies

   (self.subsettingContext()->notEmpty() and self.subsettingContext()->forAll (sc |

     self.subsettedProperty->forAll(sp |

       sp.subsettingContext()->exists(c | sc.conformsTo(c)))))</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mNRtI4N9EdqadtFwU5VNog" name="redefined_property_inherited" constrainedElement="_Jp_1oGveEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_mNRtJIN9EdqadtFwU5VNog" annotatedElement="_mNRtI4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_x5S5YYOGEdq6geWPj4xEng" name="redefined_property_inherited" constrainedElement="_Jp_1oGveEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_x5S5YoOGEdq6geWPj4xEng" annotatedElement="_x5S5YYOGEdq6geWPj4xEng">

         <body>A redefined property must be inherited from a more general classifier containing the redefining property.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mWqSo4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yCYj0IOGEdq6geWPj4xEng" language="OCL">

         <body>if (redefinedProperty->notEmpty()) then

 

   (redefinitionContext->notEmpty() and

@@ -14491,224 +14491,224 @@
           fc.allParents()))->asSet())->collect(c| c.allFeatures())->asSet()->includes(rp))</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mNRtJoN9EdqadtFwU5VNog" name="subsetting_rules" constrainedElement="_Jp_1oGveEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_mNRtJ4N9EdqadtFwU5VNog" annotatedElement="_mNRtJoN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_x5S5ZIOGEdq6geWPj4xEng" name="subsetting_rules" constrainedElement="_Jp_1oGveEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_x5S5ZYOGEdq6geWPj4xEng" annotatedElement="_x5S5ZIOGEdq6geWPj4xEng">

         <body>A subsetting property may strengthen the type of the subsetted property, and its upper bound may be less.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mWqSpIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yCYj0YOGEdq6geWPj4xEng" language="OCL">

         <body>self.subsettedProperty->forAll(sp |

   self.type.conformsTo(sp.type) and

     ((self.upperBound()->notEmpty() and sp.upperBound()->notEmpty()) implies

       self.upperBound()&lt;=sp.upperBound() ))</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mNRtKYN9EdqadtFwU5VNog" name="navigable_readonly" constrainedElement="_Jp_1oGveEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_mNRtKoN9EdqadtFwU5VNog" annotatedElement="_mNRtKYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_x5cqQIOGEdq6geWPj4xEng" name="navigable_readonly" constrainedElement="_Jp_1oGveEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_x5cqQYOGEdq6geWPj4xEng" annotatedElement="_x5cqQIOGEdq6geWPj4xEng">

         <body>Only a navigable property can be marked as readOnly.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mWqSpYN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yCYj0oOGEdq6geWPj4xEng" language="OCL">

         <body>isReadOnly implies isNavigable()</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mNRtLIN9EdqadtFwU5VNog" name="derived_union_is_derived" constrainedElement="_Jp_1oGveEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_mNRtLYN9EdqadtFwU5VNog" annotatedElement="_mNRtLIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_x5cqQ4OGEdq6geWPj4xEng" name="derived_union_is_derived" constrainedElement="_Jp_1oGveEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_x5cqRIOGEdq6geWPj4xEng" annotatedElement="_x5cqQ4OGEdq6geWPj4xEng">

         <body>A derived union is derived.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mWqSpoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yCYj04OGEdq6geWPj4xEng" language="OCL">

         <body>isDerivedUnion implies isDerived</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mW0DoIN9EdqadtFwU5VNog" name="derived_union_is_read_only" constrainedElement="_Jp_1oGveEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_mW0DoYN9EdqadtFwU5VNog" annotatedElement="_mW0DoIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yCYj1IOGEdq6geWPj4xEng" name="derived_union_is_read_only" constrainedElement="_Jp_1oGveEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_yCYj1YOGEdq6geWPj4xEng" annotatedElement="_yCYj1IOGEdq6geWPj4xEng">

         <body>A derived union is read only.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mW0DooN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yCYj1oOGEdq6geWPj4xEng" language="OCL">

         <body>isDerivedUnion implies isReadOnly</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mNRtL4N9EdqadtFwU5VNog" name="subsetted_property_names" constrainedElement="_Jp_1oGveEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_mNRtMIN9EdqadtFwU5VNog" annotatedElement="_mNRtL4N9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_x5cqRoOGEdq6geWPj4xEng" name="subsetted_property_names" constrainedElement="_Jp_1oGveEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_x5cqR4OGEdq6geWPj4xEng" annotatedElement="_x5cqRoOGEdq6geWPj4xEng">

         <body>A property may not subset a property with the same name.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mW0Do4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yCYj14OGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_ml3MYYN9EdqadtFwU5VNog" name="deployment_target" constrainedElement="_Jp_1oGveEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_ml3MYoN9EdqadtFwU5VNog" annotatedElement="_ml3MYYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yQsFsYOGEdq6geWPj4xEng" name="deployment_target" constrainedElement="_Jp_1oGveEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_yQsFsoOGEdq6geWPj4xEng" annotatedElement="_yQsFsYOGEdq6geWPj4xEng">

         <body>A Property can be a DeploymentTarget if it is a kind of Node and functions as a part in the internal structure of an encompassing Node.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_ml3MY4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yQsFs4OGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mw4wgYN9EdqadtFwU5VNog" name="binding_to_attribute" constrainedElement="_Jp_1oGveEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_mw4wgoN9EdqadtFwU5VNog" annotatedElement="_mw4wgYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_ybH0CYOGEdq6geWPj4xEng" name="binding_to_attribute" constrainedElement="_Jp_1oGveEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_ybH0CoOGEdq6geWPj4xEng" annotatedElement="_ybH0CYOGEdq6geWPj4xEng">

         <body>A binding of a property template parameter representing an attribute must be to an attribute.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mw4wg4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_ybH0C4OGEdq6geWPj4xEng" language="OCL">

         <body>(isAttribute(self) and (templateParameterSubstitution->notEmpty())

 

   implies (templateParameterSubstitution->forAll(ts | isAttribute(ts.formal)))</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mgMpIIN9EdqadtFwU5VNog" general="_mgWaOIN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_ml3MZIN9EdqadtFwU5VNog" general="_ml3MQIN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mNRtMoN9EdqadtFwU5VNog" general="_mM1BOYN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mw4whYN9EdqadtFwU5VNog" general="_mwvm3oN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mNa3E4N9EdqadtFwU5VNog" name="isDerived" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mNa3FIN9EdqadtFwU5VNog" annotatedElement="_mNa3E4N9EdqadtFwU5VNog">

+    <generalization xmi:id="_yLVEcIOGEdq6geWPj4xEng" general="_yLeObIOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_yQsFtIOGEdq6geWPj4xEng" general="_yQsFkIOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_x5cqSYOGEdq6geWPj4xEng" general="_x4_-WYOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_ybH0DYOGEdq6geWPj4xEng" general="_ya-DPoOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_x5cqVoOGEdq6geWPj4xEng" name="isDerived" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_x5cqV4OGEdq6geWPj4xEng" annotatedElement="_x5cqVoOGEdq6geWPj4xEng">

         <body>If isDerived is true, the value of the attribute is derived from information elsewhere.</body>

       </ownedComment>

-      <ownedComment xmi:id="_mW0DpIN9EdqadtFwU5VNog" annotatedElement="_mNa3E4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yCiU0IOGEdq6geWPj4xEng" annotatedElement="_x5cqVoOGEdq6geWPj4xEng">

         <body>Specifies whether the Property is derived, i.e., whether its value or values can be computed from other information.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mW0DpYN9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yCiU0YOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mNRtM4N9EdqadtFwU5VNog" name="isReadOnly" type="_UdivYGvsEdqG6fBIPwe-mw" redefinedProperty="_mVd_2oN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mNRtNIN9EdqadtFwU5VNog" annotatedElement="_mNRtM4N9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_x5cqSoOGEdq6geWPj4xEng" name="isReadOnly" type="_UdivYGvsEdqG6fBIPwe-mw" redefinedProperty="_yBMRBIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x5cqS4OGEdq6geWPj4xEng" annotatedElement="_x5cqSoOGEdq6geWPj4xEng">

         <body>This redefines the corresponding attribute in Basic::Property and Abstractions::StructuralFeature.</body>

       </ownedComment>

-      <ownedComment xmi:id="_mW0DpoN9EdqadtFwU5VNog" annotatedElement="_mNRtM4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yCiU0oOGEdq6geWPj4xEng" annotatedElement="_x5cqSoOGEdq6geWPj4xEng">

         <body>If true, the attribute may only be read, and not written.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mW0Dp4N9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yCiU04OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mNa3FoN9EdqadtFwU5VNog" name="isDerivedUnion" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mNa3F4N9EdqadtFwU5VNog" annotatedElement="_mNa3FoN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_x5cqWYOGEdq6geWPj4xEng" name="isDerivedUnion" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_x5cqWoOGEdq6geWPj4xEng" annotatedElement="_x5cqWYOGEdq6geWPj4xEng">

         <body>Specifies whether the property is derived as the union of all of the properties that are constrained to subset it.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mW9NkIN9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yCiU1IOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mNRtNoN9EdqadtFwU5VNog" name="default" type="_aAyVgGvsEdqG6fBIPwe-mw" isDerived="true">

-      <eAnnotations xmi:id="_mNRtN4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_mNRtOIN9EdqadtFwU5VNog" isUnsettable="true"/>

+    <ownedAttribute xmi:id="_x5cqTYOGEdq6geWPj4xEng" name="default" type="_aAyVgGvsEdqG6fBIPwe-mw" isDerived="true">

+      <eAnnotations xmi:id="_x5cqToOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_x5cqT4OGEdq6geWPj4xEng" isUnsettable="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mNRtOYN9EdqadtFwU5VNog" annotatedElement="_mNRtNoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x5cqUIOGEdq6geWPj4xEng" annotatedElement="_x5cqTYOGEdq6geWPj4xEng">

         <body>Specifies a String that represents a value to be used when no argument is supplied for the Property.</body>

       </ownedComment>

-      <ownedComment xmi:id="_mW9NkYN9EdqadtFwU5VNog" annotatedElement="_mNRtNoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yCiU1YOGEdq6geWPj4xEng" annotatedElement="_x5cqTYOGEdq6geWPj4xEng">

         <body>A String that is evaluated to give a default value for the Property when an object of the owning Classifier is instantiated.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mW9NkoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mW9Nk4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yCiU1oOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yCiU14OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mW9NlIN9EdqadtFwU5VNog" name="aggregation" type="_B3q9cGwNEdq7X4sGURiZYA">

-      <ownedComment xmi:id="_mW9NlYN9EdqadtFwU5VNog" annotatedElement="_mW9NlIN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yCiU2IOGEdq6geWPj4xEng" name="aggregation" type="_B3q9cGwNEdq7X4sGURiZYA">

+      <ownedComment xmi:id="_yCiU2YOGEdq6geWPj4xEng" annotatedElement="_yCiU2IOGEdq6geWPj4xEng">

         <body>Specifies the kind of aggregation that applies to the Property.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:InstanceValue" xmi:id="_mW9NloN9EdqadtFwU5VNog" instance="_maGBIYN9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:InstanceValue" xmi:id="_yCiU2oOGEdq6geWPj4xEng" instance="_yGQXMIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mNa3EIN9EdqadtFwU5VNog" name="isComposite" type="_UdivYGvsEdqG6fBIPwe-mw" isDerived="true">

-      <eAnnotations xmi:id="_mW9Nl4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_mW9NmIN9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_x5cqU4OGEdq6geWPj4xEng" name="isComposite" type="_UdivYGvsEdqG6fBIPwe-mw" isDerived="true">

+      <eAnnotations xmi:id="_yCiU24OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_yCiU3IOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mNa3EYN9EdqadtFwU5VNog" annotatedElement="_mNa3EIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x5cqVIOGEdq6geWPj4xEng" annotatedElement="_x5cqU4OGEdq6geWPj4xEng">

         <body>If isComposite is true, the object containing the attribute is a container for the object or value contained in the attribute.</body>

       </ownedComment>

-      <ownedComment xmi:id="_mW9NmYN9EdqadtFwU5VNog" annotatedElement="_mNa3EIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yCiU3YOGEdq6geWPj4xEng" annotatedElement="_x5cqU4OGEdq6geWPj4xEng">

         <body>This is a derived value, indicating whether the aggregation of the Property is composite or not.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mNa3EoN9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_x5cqVYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mNa3GYN9EdqadtFwU5VNog" name="class" type="_00owUGvdEdq4DLWZOhbdEA" subsettedProperty="_mQQIsIN9EdqadtFwU5VNog _mPzcsIN9EdqadtFwU5VNog _mL7pWIN9EdqadtFwU5VNog" association="_mQQIooN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mNa3GoN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mNa3G4N9EdqadtFwU5VNog" referenceName="class_" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_x5cqXIOGEdq6geWPj4xEng" name="class" type="_00owUGvdEdq4DLWZOhbdEA" subsettedProperty="_x7re94OGEdq6geWPj4xEng _x4GmeIOGEdq6geWPj4xEng _x8bFx4OGEdq6geWPj4xEng" association="_x8R70oOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_x5cqXYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x5cqXoOGEdq6geWPj4xEng" referenceName="class_" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mNa3HIN9EdqadtFwU5VNog" annotatedElement="_mNa3GYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x5cqX4OGEdq6geWPj4xEng" annotatedElement="_x5cqXIOGEdq6geWPj4xEng">

         <body>References the Class that owns the Property.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mW9NmoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mW9Nm4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yCrewIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yCrewYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mNa3JYN9EdqadtFwU5VNog" name="redefinedProperty" type="_Jp_1oGveEdq4DLWZOhbdEA" subsettedProperty="_mMrQQIN9EdqadtFwU5VNog" association="_mQZ5oIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mNa3JoN9EdqadtFwU5VNog" annotatedElement="_mNa3JYN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_x5l0MIOGEdq6geWPj4xEng" name="redefinedProperty" type="_Jp_1oGveEdq4DLWZOhbdEA" subsettedProperty="_x42NYIOGEdq6geWPj4xEng" association="_x8bFyoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x5l0MYOGEdq6geWPj4xEng" annotatedElement="_x5l0MIOGEdq6geWPj4xEng">

         <body>References the properties that are redefined by this property.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mW9NnIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mW9NnYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yCrewoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yCrew4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mNa3H4N9EdqadtFwU5VNog" name="owningAssociation" type="_AwvxoGwNEdq7X4sGURiZYA" subsettedProperty="_mNa3OYN9EdqadtFwU5VNog _mPzcsIN9EdqadtFwU5VNog _mL7pWIN9EdqadtFwU5VNog" association="_mQQIqYN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mNa3IIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mNa3IYN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_x5cqYoOGEdq6geWPj4xEng" name="owningAssociation" type="_AwvxoGwNEdq7X4sGURiZYA" subsettedProperty="_x5l0RIOGEdq6geWPj4xEng _x7re94OGEdq6geWPj4xEng _x4GmeIOGEdq6geWPj4xEng" association="_x8bFwIOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_x5cqY4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x5cqZIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mNa3IoN9EdqadtFwU5VNog" annotatedElement="_mNa3H4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x5cqZYOGEdq6geWPj4xEng" annotatedElement="_x5cqYoOGEdq6geWPj4xEng">

         <body>References the owning association of this property, if any.</body>

       </ownedComment>

-      <ownedComment xmi:id="_mXG-kIN9EdqadtFwU5VNog" annotatedElement="_mNa3H4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yCrexIOGEdq6geWPj4xEng" annotatedElement="_x5cqYoOGEdq6geWPj4xEng">

         <body>References the owning association of this property.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mXG-kYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mXG-koN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yCrexYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yCrexoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mNa3M4N9EdqadtFwU5VNog" name="datatype" type="__1ap4HLzEdqziYxiZo0YtA" subsettedProperty="_mPzcsIN9EdqadtFwU5VNog _mL7pWIN9EdqadtFwU5VNog _mQQIsIN9EdqadtFwU5VNog" association="_mQZ5r4N9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mNa3NIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mNa3NYN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_x5l0PoOGEdq6geWPj4xEng" name="datatype" type="__1ap4HLzEdqziYxiZo0YtA" subsettedProperty="_x7re94OGEdq6geWPj4xEng _x4GmeIOGEdq6geWPj4xEng _x8bFx4OGEdq6geWPj4xEng" association="_x8bF2YOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_x5l0P4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x5l0QIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mNa3NoN9EdqadtFwU5VNog" annotatedElement="_mNa3M4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x5l0QYOGEdq6geWPj4xEng" annotatedElement="_x5l0PoOGEdq6geWPj4xEng">

         <body>The DataType that owns this Operation.</body>

       </ownedComment>

-      <ownedComment xmi:id="_mXG-k4N9EdqadtFwU5VNog" annotatedElement="_mNa3M4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yCrex4OGEdq6geWPj4xEng" annotatedElement="_x5l0PoOGEdq6geWPj4xEng">

         <body>The DataType that owns this Property.

 

 </body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mXG-lIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mXG-lYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yCreyIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yCreyYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mXG-loN9EdqadtFwU5VNog" name="defaultValue" type="_mM1BRYN9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mbIi-oN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mXG-l4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mXG-mIN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yCreyoOGEdq6geWPj4xEng" name="defaultValue" type="_x4_-ZYOGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yHTgF4OGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yCrey4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yCrezIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mXG-mYN9EdqadtFwU5VNog" annotatedElement="_mXG-loN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yCrezYOGEdq6geWPj4xEng" annotatedElement="_yCreyoOGEdq6geWPj4xEng">

         <body>A ValueSpecification that is evaluated to give a default value for the Property when an object of the owning Classifier is instantiated.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mXG-moN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mXG-m4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yCrezoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yCrez4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mNa3LYN9EdqadtFwU5VNog" name="opposite" type="_Jp_1oGveEdq4DLWZOhbdEA" isDerived="true" association="_mQZ5pYN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mNa3LoN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mNa3L4N9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_x5l0OIOGEdq6geWPj4xEng" name="opposite" type="_Jp_1oGveEdq4DLWZOhbdEA" isDerived="true" association="_x8bFz4OGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_x5l0OYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x5l0OoOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mNa3MIN9EdqadtFwU5VNog" annotatedElement="_mNa3LYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x5l0O4OGEdq6geWPj4xEng" annotatedElement="_x5l0OIOGEdq6geWPj4xEng">

         <body>In the case where the property is one navigable end of a binary association with both ends navigable, this gives the other end.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mXG-nIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mXG-nYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yCre0IOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yCre0YOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mNa3KYN9EdqadtFwU5VNog" name="subsettedProperty" type="_Jp_1oGveEdq4DLWZOhbdEA" association="_mQZ5o4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mNa3KoN9EdqadtFwU5VNog" annotatedElement="_mNa3KYN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_x5l0NIOGEdq6geWPj4xEng" name="subsettedProperty" type="_Jp_1oGveEdq4DLWZOhbdEA" association="_x8bFzYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x5l0NYOGEdq6geWPj4xEng" annotatedElement="_x5l0NIOGEdq6geWPj4xEng">

         <body>References the properties of which this property is constrained to be a subset.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mXG-noN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mXG-n4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yC1PwIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yC1PwYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mNa3OYN9EdqadtFwU5VNog" name="association" type="_AwvxoGwNEdq7X4sGURiZYA" association="_mQs0moN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mNa3OoN9EdqadtFwU5VNog" annotatedElement="_mNa3OYN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_x5l0RIOGEdq6geWPj4xEng" name="association" type="_AwvxoGwNEdq7X4sGURiZYA" association="_x8uAuoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x5l0RYOGEdq6geWPj4xEng" annotatedElement="_x5l0RIOGEdq6geWPj4xEng">

         <body>References the association of which this property is a member, if any.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mXG-oIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mXG-oYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yC1PwoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yC1Pw4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mwS6r4N9EdqadtFwU5VNog" name="qualifier" type="_Jp_1oGveEdq4DLWZOhbdEA" isOrdered="true" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mwcEkIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mwS6sIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mwS6sYN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yahXHYOGEdq6geWPj4xEng" name="qualifier" type="_Jp_1oGveEdq4DLWZOhbdEA" isOrdered="true" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yarIBoOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yahXHoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yahXH4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mwS6soN9EdqadtFwU5VNog" annotatedElement="_mwS6r4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yahXIIOGEdq6geWPj4xEng" annotatedElement="_yahXHYOGEdq6geWPj4xEng">

         <body>An optional list of ordered qualifier attributes for the end. If the list is empty, then the Association is not qualified.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mwS6s4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mwS6tIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yahXIYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yahXIoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mwS6tYN9EdqadtFwU5VNog" name="associationEnd" type="_Jp_1oGveEdq4DLWZOhbdEA" subsettedProperty="_mLyfbYN9EdqadtFwU5VNog" association="_mwcEkIN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mwS6toN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mwS6t4N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yarIAIOGEdq6geWPj4xEng" name="associationEnd" type="_Jp_1oGveEdq4DLWZOhbdEA" subsettedProperty="_x381jIOGEdq6geWPj4xEng" association="_yarIBoOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yarIAYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yarIAoOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mwS6uIN9EdqadtFwU5VNog" annotatedElement="_mwS6tYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yarIA4OGEdq6geWPj4xEng" annotatedElement="_yarIAIOGEdq6geWPj4xEng">

         <body>Designates the optional association end that owns a qualifier attribute.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mwS6uYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mwS6uoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yarIBIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yarIBYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

     <ownedOperation xmi:id="_oLamMFYJEdqrn7iZ0eqieg" name="getDefault" visibility="protected" type="_aAyVgGvsEdqG6fBIPwe-mw">

       <returnResult xmi:id="_vkrSwFYJEdqrn7iZ0eqieg" type="_aAyVgGvsEdqG6fBIPwe-mw" direction="return">

@@ -14729,27 +14729,27 @@
       <ownedParameter xmi:id="_tesM8FYlEdqB6vblk3tuMA" name="newOpposite" visibility="protected" type="_Jp_1oGveEdq4DLWZOhbdEA" effect="read"/>

     </ownedOperation>

     <ownedOperation xmi:id="_kGtosGXCEdqEJs8umHJc9g" name="unsetDefault" visibility="protected"/>

-    <ownedOperation xmi:id="_mNkoK4N9EdqadtFwU5VNog" name="isAttribute" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_mNkoLYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mNkoLIN9EdqadtFwU5VNog" annotatedElement="_mNkoK4N9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x5vlMIOGEdq6geWPj4xEng" name="isAttribute" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_x5vlMoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x5vlMYOGEdq6geWPj4xEng" annotatedElement="_x5vlMIOGEdq6geWPj4xEng">

         <body>The query isAttribute() is true if the Property is defined as an attribute of some classifier.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mNkoLYN9EdqadtFwU5VNog" name="spec" constrainedElement="_mNkoK4N9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mXQvkIN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x5vlMoOGEdq6geWPj4xEng" name="spec" constrainedElement="_x5vlMIOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yC1PxIOGEdq6geWPj4xEng" language="OCL">

           <body>result = Classifier.allInstances->exists(c | c.attribute->includes(p))</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mNkoL4N9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

-      <ownedParameter xmi:id="_mNkoMIN9EdqadtFwU5VNog" name="p" type="_Jp_1oGveEdq4DLWZOhbdEA" effect="read"/>

+      <returnResult xmi:id="_x5vlNIOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <ownedParameter xmi:id="_x5vlNYOGEdq6geWPj4xEng" name="p" type="_Jp_1oGveEdq4DLWZOhbdEA" effect="read"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mNkoEIN9EdqadtFwU5VNog" name="opposite" type="_Jp_1oGveEdq4DLWZOhbdEA" isQuery="true" bodyCondition="_mNkoFIN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mNkoEYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EOperation" xmi:id="_mNkoEoN9EdqadtFwU5VNog" operationName="getOpposite"/>

+    <ownedOperation xmi:id="_x5l0SIOGEdq6geWPj4xEng" name="opposite" type="_Jp_1oGveEdq4DLWZOhbdEA" isQuery="true" bodyCondition="_x5l0TIOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_x5l0SYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EOperation" xmi:id="_x5l0SoOGEdq6geWPj4xEng" operationName="getOpposite"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mNkoE4N9EdqadtFwU5VNog" annotatedElement="_mNkoEIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x5l0S4OGEdq6geWPj4xEng" annotatedElement="_x5l0SIOGEdq6geWPj4xEng">

         <body>If this property is owned by a class, associated with a binary association, and the other end of the association is also owned by a class, then opposite gives the other end.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mNkoFIN9EdqadtFwU5VNog" name="spec" constrainedElement="_mNkoEIN9EdqadtFwU5VNog _mNa3LYN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mXQvkYN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x5l0TIOGEdq6geWPj4xEng" name="spec" constrainedElement="_x5l0SIOGEdq6geWPj4xEng _x5l0OIOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yC1PxYOGEdq6geWPj4xEng" language="OCL">

           <body>result = if owningAssociation->isEmpty() and association.memberEnd->size() = 2

   then

     let otherEnd = (association.memberEnd - self)->any() in

@@ -14758,33 +14758,33 @@
     endif</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mNkoFoN9EdqadtFwU5VNog" type="_Jp_1oGveEdq4DLWZOhbdEA" direction="return"/>

+      <returnResult xmi:id="_x5l0ToOGEdq6geWPj4xEng" type="_Jp_1oGveEdq4DLWZOhbdEA" direction="return"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mXQvkoN9EdqadtFwU5VNog" name="isComposite" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_mXQvlIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mXQvk4N9EdqadtFwU5VNog" annotatedElement="_mXQvkoN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_yC1PxoOGEdq6geWPj4xEng" name="isComposite" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_yC1PyIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yC1Px4OGEdq6geWPj4xEng" annotatedElement="_yC1PxoOGEdq6geWPj4xEng">

         <body>The value of isComposite is true only if aggregation is composite.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mXQvlIN9EdqadtFwU5VNog" name="spec" constrainedElement="_mXQvkoN9EdqadtFwU5VNog _mNa3EIN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mXQvlYN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_yC1PyIOGEdq6geWPj4xEng" name="spec" constrainedElement="_yC1PxoOGEdq6geWPj4xEng _x5cqU4OGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yC1PyYOGEdq6geWPj4xEng" language="OCL">

           <body>result = (self.aggregation = #composite)</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mXQvloN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_yC1PyoOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mNkoF4N9EdqadtFwU5VNog" name="isConsistentWith" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" precondition="_mNkoGYN9EdqadtFwU5VNog" redefinedOperation="_mMrQRoN9EdqadtFwU5VNog" bodyCondition="_mNkoG4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mNkoGIN9EdqadtFwU5VNog" annotatedElement="_mNkoF4N9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x5l0T4OGEdq6geWPj4xEng" name="isConsistentWith" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" precondition="_x5l0UYOGEdq6geWPj4xEng" redefinedOperation="_x42NZoOGEdq6geWPj4xEng" bodyCondition="_x5l0U4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x5l0UIOGEdq6geWPj4xEng" annotatedElement="_x5l0T4OGEdq6geWPj4xEng">

         <body>The query isConsistentWith() specifies, for any two Properties in a context in which redefinition is possible, whether redefinition would be logically consistent. A redefining property is consistent with a redefined property if the type of the redefining property conforms to the type of the redefined property, the multiplicity of the redefining property (if specified) is contained in the multiplicity of the redefined property, and the redefining property is derived if the redefined property is derived.</body>

       </ownedComment>

-      <ownedComment xmi:id="_mXQvl4N9EdqadtFwU5VNog" annotatedElement="_mNkoF4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yC1Py4OGEdq6geWPj4xEng" annotatedElement="_x5l0T4OGEdq6geWPj4xEng">

         <body>The query isConsistentWith() specifies, for any two Properties in a context in which redefinition is possible, whether redefinition would be logically consistent. A redefining property is consistent with a redefined property if the type of the redefining property conforms to the type of the redefined property, the multiplicity of the redefining property (if specified) is contained in the multiplicity of the redefined property, and the redefining property is derived if the redefined attribute is property.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mNkoGYN9EdqadtFwU5VNog" constrainedElement="_mNkoF4N9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mXQvmIN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x5l0UYOGEdq6geWPj4xEng" constrainedElement="_x5l0T4OGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yC1PzIOGEdq6geWPj4xEng" language="OCL">

           <body>redefinee.isRedefinitionContextValid(self)</body>

         </specification>

       </ownedRule>

-      <ownedRule xmi:id="_mNkoG4N9EdqadtFwU5VNog" name="spec" constrainedElement="_mNkoF4N9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mXQvmYN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x5l0U4OGEdq6geWPj4xEng" name="spec" constrainedElement="_x5l0T4OGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yC1PzYOGEdq6geWPj4xEng" language="OCL">

           <body>result = redefinee.oclIsKindOf(Property) and 

   let prop : Property = redefinee.oclAsType(Property) in 

   (prop.type.conformsTo(self.type) and 

@@ -14794,357 +14794,357 @@
   (self.isComposite implies prop.isComposite))</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mNkoHYN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

-      <ownedParameter xmi:id="_mNkoHoN9EdqadtFwU5VNog" name="redefinee" type="_mMrQMYN9EdqadtFwU5VNog"/>

+      <returnResult xmi:id="_x5l0VYOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <ownedParameter xmi:id="_x5l0VoOGEdq6geWPj4xEng" name="redefinee" type="_x42NUYOGEdq6geWPj4xEng"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mNkoH4N9EdqadtFwU5VNog" name="subsettingContext" type="_ynRtoGvtEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_mNkoIYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mNkoIIN9EdqadtFwU5VNog" annotatedElement="_mNkoH4N9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x5l0V4OGEdq6geWPj4xEng" name="subsettingContext" type="_ynRtoGvtEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_x5l0WYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x5l0WIOGEdq6geWPj4xEng" annotatedElement="_x5l0V4OGEdq6geWPj4xEng">

         <body>The query subsettingContext() gives the context for subsetting a property. It consists, in the case of an attribute, of the corresponding classifier, and in the case of an association end, all of the classifiers at the other ends.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mNkoIYN9EdqadtFwU5VNog" name="spec" constrainedElement="_mNkoH4N9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mXQvmoN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x5l0WYOGEdq6geWPj4xEng" name="spec" constrainedElement="_x5l0V4OGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yC_AwIOGEdq6geWPj4xEng" language="OCL">

           <body>result = if association->notEmpty()

 then association.endType-type

 else if classifier->notEmpty() then Set{classifier} else Set{} endif

 endif</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mNkoI4N9EdqadtFwU5VNog" type="_ynRtoGvtEdqG6fBIPwe-mw" direction="return">

-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mXQvm4N9EdqadtFwU5VNog" value="-1"/>

-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mXQvnIN9EdqadtFwU5VNog"/>

+      <returnResult xmi:id="_x5l0W4OGEdq6geWPj4xEng" type="_ynRtoGvtEdqG6fBIPwe-mw" direction="return">

+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yC_AwYOGEdq6geWPj4xEng" value="-1"/>

+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yC_AwoOGEdq6geWPj4xEng"/>

       </returnResult>

     </ownedOperation>

-    <ownedOperation xmi:id="_mNkoJoN9EdqadtFwU5VNog" name="isNavigable" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_mNkoKIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mNkoJ4N9EdqadtFwU5VNog" annotatedElement="_mNkoJoN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x5l0XoOGEdq6geWPj4xEng" name="isNavigable" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_x5l0YIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x5l0X4OGEdq6geWPj4xEng" annotatedElement="_x5l0XoOGEdq6geWPj4xEng">

         <body>The query isNavigable indicates whether it is possible to navigate across the property.</body>

       </ownedComment>

-      <ownedComment xmi:id="_mXZ5gIN9EdqadtFwU5VNog" annotatedElement="_mNkoJoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yC_Aw4OGEdq6geWPj4xEng" annotatedElement="_x5l0XoOGEdq6geWPj4xEng">

         <body>The query isNavigable() indicates whether it is possible to navigate across the property.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mNkoKIN9EdqadtFwU5VNog" name="spec" constrainedElement="_mNkoJoN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mXZ5gYN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x5l0YIOGEdq6geWPj4xEng" name="spec" constrainedElement="_x5l0XoOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yC_AxIOGEdq6geWPj4xEng" language="OCL">

           <body>result = not classifier->isEmpty() or association.owningAssociation.navigableOwnedEnd->includes(self)</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mNkoKoN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_x5l0YoOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mw4whoN9EdqadtFwU5VNog" name="isCompatibleWith" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_mwvnBoN9EdqadtFwU5VNog" bodyCondition="_mw4wiIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mw4wh4N9EdqadtFwU5VNog" annotatedElement="_mw4whoN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_ybH0DoOGEdq6geWPj4xEng" name="isCompatibleWith" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_ybHz_YOGEdq6geWPj4xEng" bodyCondition="_ybH0EIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ybH0D4OGEdq6geWPj4xEng" annotatedElement="_ybH0DoOGEdq6geWPj4xEng">

         <body>The query isCompatibleWith() determines if this parameterable element is compatible with the specified parameterable element. By default parameterable element P is compatible with parameterable element Q if the kind of P is the same or a subtype as the kind of Q. In addition, for properties, the type must be conformant with the type of the specified parameterable element.

 

 </body>

       </ownedComment>

-      <ownedRule xmi:id="_mw4wiIN9EdqadtFwU5VNog" name="spec" constrainedElement="_mw4whoN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mw4wiYN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_ybH0EIOGEdq6geWPj4xEng" name="spec" constrainedElement="_ybH0DoOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_ybH0EYOGEdq6geWPj4xEng" language="OCL">

           <body>result = p->oclIsKindOf(self.oclType) and self.type.conformsTo(p.oclAsType(TypedElement).type)</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mw4wioN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

-      <ownedParameter xmi:id="_mw4wi4N9EdqadtFwU5VNog" name="p" type="_mwvm-YN9EdqadtFwU5VNog"/>

+      <returnResult xmi:id="_ybH0EoOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <ownedParameter xmi:id="_ybH0E4OGEdq6geWPj4xEng" name="p" type="_ybHz8IOGEdq6geWPj4xEng"/>

     </ownedOperation>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mM1BRYN9EdqadtFwU5VNog" name="ValueSpecification" isAbstract="true">

-    <ownedComment xmi:id="_mM1BRoN9EdqadtFwU5VNog" annotatedElement="_mM1BRYN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_x4_-ZYOGEdq6geWPj4xEng" name="ValueSpecification" isAbstract="true">

+    <ownedComment xmi:id="_x4_-ZoOGEdq6geWPj4xEng" annotatedElement="_x4_-ZYOGEdq6geWPj4xEng">

       <body>ValueSpecification is an abstract metaclass used to identify a value or values in a model. It may reference an instance or it may be an expression denoting an instance or instances when evaluated. It adds a specialization to Constructs::TypedElement.</body>

     </ownedComment>

-    <ownedComment xmi:id="_mZfkNoN9EdqadtFwU5VNog" annotatedElement="_mM1BRYN9EdqadtFwU5VNog">

+    <ownedComment xmi:id="_yE66d4OGEdq6geWPj4xEng" annotatedElement="_x4_-ZYOGEdq6geWPj4xEng">

       <body>ValueSpecification is an abstract metaclass used to identify a value or values in a model. It may reference an instance or it may be an expression denoting an instance or instances when evaluated.</body>

     </ownedComment>

-    <ownedComment xmi:id="_mw4wjIN9EdqadtFwU5VNog" annotatedElement="_mM1BRYN9EdqadtFwU5VNog">

+    <ownedComment xmi:id="_ybH0FIOGEdq6geWPj4xEng" annotatedElement="_x4_-ZYOGEdq6geWPj4xEng">

       <body>ValueSpecification specializes ParameterableElement to specify that a value specification can be exposed as a formal template parameter, and provided as an actual parameter in a binding of a template.</body>

     </ownedComment>

-    <generalization xmi:id="_mM1BR4N9EdqadtFwU5VNog" general="_mM1BPoN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mM1BSIN9EdqadtFwU5VNog" general="_jKxnwGwLEdq7X4sGURiZYA"/>

-    <ownedOperation xmi:id="_mM1BSYN9EdqadtFwU5VNog" name="isComputable" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_mM1BS4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mM1BSoN9EdqadtFwU5VNog" annotatedElement="_mM1BSYN9EdqadtFwU5VNog">

+    <generalization xmi:id="_x4_-Z4OGEdq6geWPj4xEng" general="_x4_-XoOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_x4_-aIOGEdq6geWPj4xEng" general="_jKxnwGwLEdq7X4sGURiZYA"/>

+    <ownedOperation xmi:id="_x4_-aYOGEdq6geWPj4xEng" name="isComputable" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_x4_-a4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x4_-aoOGEdq6geWPj4xEng" annotatedElement="_x4_-aYOGEdq6geWPj4xEng">

         <body>The query isComputable() determines whether a value specification can be computed in a model. This operation cannot be fully defined in OCL. A conforming implementation is expected to deliver true for this operation for all value specifications that it can compute, and to compute all of those for which the operation is true. A conforming implementation is expected to be able to compute the value of all literals.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mM1BS4N9EdqadtFwU5VNog" name="spec" constrainedElement="_mM1BSYN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mZfkN4N9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x4_-a4OGEdq6geWPj4xEng" name="spec" constrainedElement="_x4_-aYOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yE66eIOGEdq6geWPj4xEng" language="OCL">

           <body>result = false</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mM1BTYN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_x4_-bYOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mM1BToN9EdqadtFwU5VNog" name="integerValue" type="_XqvEIGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_mM1BUIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mM1BT4N9EdqadtFwU5VNog" annotatedElement="_mM1BToN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x4_-boOGEdq6geWPj4xEng" name="integerValue" type="_XqvEIGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_x4_-cIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x4_-b4OGEdq6geWPj4xEng" annotatedElement="_x4_-boOGEdq6geWPj4xEng">

         <body>The query integerValue() gives a single Integer value when one can be computed.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mM1BUIN9EdqadtFwU5VNog" name="spec" constrainedElement="_mM1BToN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mZfkOIN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x4_-cIOGEdq6geWPj4xEng" name="spec" constrainedElement="_x4_-boOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yE66eYOGEdq6geWPj4xEng" language="OCL">

           <body>result = Set{}</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mM1BUoN9EdqadtFwU5VNog" type="_XqvEIGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_x4_-coOGEdq6geWPj4xEng" type="_XqvEIGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mM1BU4N9EdqadtFwU5VNog" name="booleanValue" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_mM1BVYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mM1BVIN9EdqadtFwU5VNog" annotatedElement="_mM1BU4N9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x4_-c4OGEdq6geWPj4xEng" name="booleanValue" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_x4_-dYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x4_-dIOGEdq6geWPj4xEng" annotatedElement="_x4_-c4OGEdq6geWPj4xEng">

         <body>The query booleanValue() gives a single Boolean value when one can be computed.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mM1BVYN9EdqadtFwU5VNog" name="spec" constrainedElement="_mM1BU4N9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mZfkOYN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x4_-dYOGEdq6geWPj4xEng" name="spec" constrainedElement="_x4_-c4OGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yFEEYIOGEdq6geWPj4xEng" language="OCL">

           <body>result = Set{}</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mM1BV4N9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_x4_-d4OGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mM1BWIN9EdqadtFwU5VNog" name="stringValue" type="_aAyVgGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_mM1BWoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mM1BWYN9EdqadtFwU5VNog" annotatedElement="_mM1BWIN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x4_-eIOGEdq6geWPj4xEng" name="stringValue" type="_aAyVgGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_x4_-eoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x4_-eYOGEdq6geWPj4xEng" annotatedElement="_x4_-eIOGEdq6geWPj4xEng">

         <body>The query stringValue() gives a single String value when one can be computed.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mM1BWoN9EdqadtFwU5VNog" name="spec" constrainedElement="_mM1BWIN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mZfkOoN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x4_-eoOGEdq6geWPj4xEng" name="spec" constrainedElement="_x4_-eIOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yFEEYYOGEdq6geWPj4xEng" language="OCL">

           <body>result = Set{}</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mM1BXIN9EdqadtFwU5VNog" type="_aAyVgGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_x4_-fIOGEdq6geWPj4xEng" type="_aAyVgGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mM1BXYN9EdqadtFwU5VNog" name="unlimitedValue" type="_dRZxsGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_mM1BX4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mM1BXoN9EdqadtFwU5VNog" annotatedElement="_mM1BXYN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x4_-fYOGEdq6geWPj4xEng" name="unlimitedValue" type="_dRZxsGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_x4_-f4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x4_-foOGEdq6geWPj4xEng" annotatedElement="_x4_-fYOGEdq6geWPj4xEng">

         <body>The query unlimitedValue() gives a single UnlimitedNatural value when one can be computed.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mM1BX4N9EdqadtFwU5VNog" name="spec" constrainedElement="_mM1BXYN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mZfkO4N9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x4_-f4OGEdq6geWPj4xEng" name="spec" constrainedElement="_x4_-fYOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yFEEYoOGEdq6geWPj4xEng" language="OCL">

           <body>result = Set{}</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mM1BYYN9EdqadtFwU5VNog" type="_dRZxsGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_x4_-gYOGEdq6geWPj4xEng" type="_dRZxsGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mM1BYoN9EdqadtFwU5VNog" name="isNull" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_mM1BZIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mM1BY4N9EdqadtFwU5VNog" annotatedElement="_mM1BYoN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x4_-goOGEdq6geWPj4xEng" name="isNull" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_x4_-hIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x4_-g4OGEdq6geWPj4xEng" annotatedElement="_x4_-goOGEdq6geWPj4xEng">

         <body>The query isNull() returns true when it can be computed that the value is null.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mM1BZIN9EdqadtFwU5VNog" name="spec" constrainedElement="_mM1BYoN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mZfkPIN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x4_-hIOGEdq6geWPj4xEng" name="spec" constrainedElement="_x4_-goOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yFEEY4OGEdq6geWPj4xEng" language="OCL">

           <body>result = false</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mM1BZoN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_x4_-hoOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mw4wjoN9EdqadtFwU5VNog" name="isCompatibleWith" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_mwvnBoN9EdqadtFwU5VNog" bodyCondition="_mw4wkIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mw4wj4N9EdqadtFwU5VNog" annotatedElement="_mw4wjoN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_ybH0FoOGEdq6geWPj4xEng" name="isCompatibleWith" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_ybHz_YOGEdq6geWPj4xEng" bodyCondition="_ybH0GIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ybH0F4OGEdq6geWPj4xEng" annotatedElement="_ybH0FoOGEdq6geWPj4xEng">

         <body>The query isCompatibleWith() determines if this parameterable element is compatible with the specified parameterable element. By default parameterable element P is compatible with parameterable element Q if the kind of P is the same or a subtype as the kind of Q. In addition, for ValueSpecification, the type must be conformant with the type of the specified parameterable element.

 

 </body>

       </ownedComment>

-      <ownedRule xmi:id="_mw4wkIN9EdqadtFwU5VNog" name="spec" constrainedElement="_mw4wjoN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mw4wkYN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_ybH0GIOGEdq6geWPj4xEng" name="spec" constrainedElement="_ybH0FoOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_ybH0GYOGEdq6geWPj4xEng" language="OCL">

           <body>result = p->oclIsKindOf(self.oclType) and self.type.conformsTo(p.oclAsType(TypedElement).type)</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mw4wkoN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

-      <ownedParameter xmi:id="_mw4wk4N9EdqadtFwU5VNog" name="p" type="_mwvm-YN9EdqadtFwU5VNog"/>

+      <returnResult xmi:id="_ybH0GoOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <ownedParameter xmi:id="_ybH0G4OGEdq6geWPj4xEng" name="p" type="_ybHz8IOGEdq6geWPj4xEng"/>

     </ownedOperation>

   </ownedMember>

   <ownedMember xmi:type="uml:Class" xmi:id="_M4X2IGveEdq4DLWZOhbdEA" name="Operation">

-    <ownedComment xmi:id="_mOLFAIN9EdqadtFwU5VNog" annotatedElement="_M4X2IGveEdq4DLWZOhbdEA">

+    <ownedComment xmi:id="_x6MRJoOGEdq6geWPj4xEng" annotatedElement="_M4X2IGveEdq4DLWZOhbdEA">

       <body>An operation is owned by a class and may be invoked in the context of objects that are instances of that class. It is a typed element and a multiplicity element.</body>

     </ownedComment>

-    <ownedComment xmi:id="_mXZ5goN9EdqadtFwU5VNog" annotatedElement="_M4X2IGveEdq4DLWZOhbdEA">

+    <ownedComment xmi:id="_yC_AxYOGEdq6geWPj4xEng" annotatedElement="_M4X2IGveEdq4DLWZOhbdEA">

       <body>An expression contains language-specific text strings used to describe a value or values, and an optional specification of the languages.

 

 One predefined language for specifying expressions is OCL. Natural language or programming languages may also be used.

 

 </body>

     </ownedComment>

-    <ownedComment xmi:id="_mfv9N4N9EdqadtFwU5VNog" annotatedElement="_M4X2IGveEdq4DLWZOhbdEA">

+    <ownedComment xmi:id="_yK4Yh4OGEdq6geWPj4xEng" annotatedElement="_M4X2IGveEdq4DLWZOhbdEA">

       <body>An operation is a behavioral feature of a classifier that specifies the name, type, parameters, and constraints for invoking an associated behavior.</body>

     </ownedComment>

-    <ownedComment xmi:id="_mjxhk4N9EdqadtFwU5VNog" annotatedElement="_M4X2IGveEdq4DLWZOhbdEA">

+    <ownedComment xmi:id="_yOma6YOGEdq6geWPj4xEng" annotatedElement="_M4X2IGveEdq4DLWZOhbdEA">

       <body>An operation may invoke both the execution of method behaviors as well as other behavioral responses.</body>

     </ownedComment>

-    <ownedComment xmi:id="_mxChgIN9EdqadtFwU5VNog" annotatedElement="_M4X2IGveEdq4DLWZOhbdEA">

+    <ownedComment xmi:id="_ybRk8IOGEdq6geWPj4xEng" annotatedElement="_M4X2IGveEdq4DLWZOhbdEA">

       <body>Operation specializes TemplateableElement in order to support specification of template operations and bound operations.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mOLFBIN9EdqadtFwU5VNog" name="at_most_one_return" constrainedElement="_M4X2IGveEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_mOLFBYN9EdqadtFwU5VNog" annotatedElement="_mOLFBIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_x6MRKoOGEdq6geWPj4xEng" name="at_most_one_return" constrainedElement="_M4X2IGveEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_x6MRK4OGEdq6geWPj4xEng" annotatedElement="_x6MRKoOGEdq6geWPj4xEng">

         <body>An operation can have at most one return parameter; i.e., an owned parameter with the direction set to 'return'</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mXZ5g4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yC_AxoOGEdq6geWPj4xEng" language="OCL">

         <body>self.ownedParameter->select(par | par.direction = #return)->size() &lt;= 1</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mOLFAYN9EdqadtFwU5VNog" name="only_body_for_query" constrainedElement="_M4X2IGveEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_mOLFAoN9EdqadtFwU5VNog" annotatedElement="_mOLFAYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_x6MRJ4OGEdq6geWPj4xEng" name="only_body_for_query" constrainedElement="_M4X2IGveEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_x6MRKIOGEdq6geWPj4xEng" annotatedElement="_x6MRJ4OGEdq6geWPj4xEng">

         <body>A bodyCondition can only be specified for a query operation.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mXZ5hIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yDIKsIOGEdq6geWPj4xEng" language="OCL">

         <body>bodyCondition->notEmpty() implies isQuery</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mOLFB4N9EdqadtFwU5VNog" general="_mOw674N9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mxChgYN9EdqadtFwU5VNog" general="_mwvm-YN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mxChgoN9EdqadtFwU5VNog" general="_mwvm3oN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mOLFCIN9EdqadtFwU5VNog" name="isQuery" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mOLFCYN9EdqadtFwU5VNog" annotatedElement="_mOLFCIN9EdqadtFwU5VNog">

+    <generalization xmi:id="_x6MRLYOGEdq6geWPj4xEng" general="_x6yHD4OGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_ybRk8YOGEdq6geWPj4xEng" general="_ybHz8IOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_ybRk8oOGEdq6geWPj4xEng" general="_ya-DPoOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_x6MRLoOGEdq6geWPj4xEng" name="isQuery" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_x6MRL4OGEdq6geWPj4xEng" annotatedElement="_x6MRLoOGEdq6geWPj4xEng">

         <body>Specifies whether an execution of the BehavioralFeature leaves the state of the system unchanged (isQuery=true) or whether side effects may occur (isQuery=false).</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mXjqgIN9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yDIKsYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mOLFC4N9EdqadtFwU5VNog" name="isOrdered" type="_UdivYGvsEdqG6fBIPwe-mw" isDerived="true">

-      <eAnnotations xmi:id="_mOLFDIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_mOLFDYN9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_x6MRMYOGEdq6geWPj4xEng" name="isOrdered" type="_UdivYGvsEdqG6fBIPwe-mw" isDerived="true">

+      <eAnnotations xmi:id="_x6MRMoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_x6MRM4OGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mOLFDoN9EdqadtFwU5VNog" annotatedElement="_mOLFC4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x6MRNIOGEdq6geWPj4xEng" annotatedElement="_x6MRMYOGEdq6geWPj4xEng">

         <body>Redefines the corresponding property from Basic to derive this information from the return result for this Operation.</body>

       </ownedComment>

-      <ownedComment xmi:id="_mXjqgYN9EdqadtFwU5VNog" annotatedElement="_mOLFC4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yDIKsoOGEdq6geWPj4xEng" annotatedElement="_x6MRMYOGEdq6geWPj4xEng">

         <body>Specifies whether the return parameter is ordered or not, if present.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mXjqgoN9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yDIKs4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mOLFEIN9EdqadtFwU5VNog" name="isUnique" type="_UdivYGvsEdqG6fBIPwe-mw" isDerived="true">

-      <eAnnotations xmi:id="_mOLFEYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_mOLFEoN9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_x6MRNoOGEdq6geWPj4xEng" name="isUnique" type="_UdivYGvsEdqG6fBIPwe-mw" isDerived="true">

+      <eAnnotations xmi:id="_x6MRN4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_x6MROIOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mOLFE4N9EdqadtFwU5VNog" annotatedElement="_mOLFEIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x6MROYOGEdq6geWPj4xEng" annotatedElement="_x6MRNoOGEdq6geWPj4xEng">

         <body>Redefines the corresponding property from Basic to derive this information from the return result for this Operation.</body>

       </ownedComment>

-      <ownedComment xmi:id="_mXjqg4N9EdqadtFwU5VNog" annotatedElement="_mOLFEIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yDIKtIOGEdq6geWPj4xEng" annotatedElement="_x6MRNoOGEdq6geWPj4xEng">

         <body>Specifies whether the return parameter is unique or not, if present.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mXjqhIN9EdqadtFwU5VNog" value="true"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_yDIKtYOGEdq6geWPj4xEng" value="true"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mOLFFYN9EdqadtFwU5VNog" name="lower" type="_XqvEIGvsEdqG6fBIPwe-mw" isDerived="true">

-      <eAnnotations xmi:id="_mOLFFoN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_mOLFF4N9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_x6VbEIOGEdq6geWPj4xEng" name="lower" type="_XqvEIGvsEdqG6fBIPwe-mw" isDerived="true">

+      <eAnnotations xmi:id="_x6VbEYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_x6VbEoOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mOLFGIN9EdqadtFwU5VNog" annotatedElement="_mOLFFYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x6VbE4OGEdq6geWPj4xEng" annotatedElement="_x6VbEIOGEdq6geWPj4xEng">

         <body>Redefines the corresponding property from Basic to derive this information from the return result for this Operation.</body>

       </ownedComment>

-      <ownedComment xmi:id="_mXtbgIN9EdqadtFwU5VNog" annotatedElement="_mOLFFYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yDR7sIOGEdq6geWPj4xEng" annotatedElement="_x6VbEIOGEdq6geWPj4xEng">

         <body>Specifies the lower multiplicity of the return parameter, if present.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mXtbgYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mXtbgoN9EdqadtFwU5VNog"/>

-      <defaultValue xmi:type="uml:LiteralInteger" xmi:id="_mXtbg4N9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yDR7sYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yDR7soOGEdq6geWPj4xEng"/>

+      <defaultValue xmi:type="uml:LiteralInteger" xmi:id="_yDR7s4OGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mOUO8IN9EdqadtFwU5VNog" name="upper" type="_dRZxsGvsEdqG6fBIPwe-mw" isDerived="true">

-      <eAnnotations xmi:id="_mOUO8YN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_mOUO8oN9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_x6VbF4OGEdq6geWPj4xEng" name="upper" type="_dRZxsGvsEdqG6fBIPwe-mw" isDerived="true">

+      <eAnnotations xmi:id="_x6VbGIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EAttribute" xmi:id="_x6VbGYOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mOUO84N9EdqadtFwU5VNog" annotatedElement="_mOUO8IN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x6VbGoOGEdq6geWPj4xEng" annotatedElement="_x6VbF4OGEdq6geWPj4xEng">

         <body>Redefines the corresponding property from Basic to derive this information from the return result for this Operation.</body>

       </ownedComment>

-      <ownedComment xmi:id="_mXtbhIN9EdqadtFwU5VNog" annotatedElement="_mOUO8IN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yDR7tIOGEdq6geWPj4xEng" annotatedElement="_x6VbF4OGEdq6geWPj4xEng">

         <body>Specifies the upper multiplicity of the return parameter, if present.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mXtbhYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mXtbhoN9EdqadtFwU5VNog"/>

-      <defaultValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mXtbh4N9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yDR7tYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yDR7toOGEdq6geWPj4xEng"/>

+      <defaultValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yDR7t4OGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mOUO94N9EdqadtFwU5VNog" name="class" type="_00owUGvdEdq4DLWZOhbdEA" subsettedProperty="_mMrQOoN9EdqadtFwU5VNog _mPzcsIN9EdqadtFwU5VNog _mL7pWIN9EdqadtFwU5VNog" association="_mQQIpYN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mOUO-IN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mOUO-YN9EdqadtFwU5VNog" referenceName="class_" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_x6VbHoOGEdq6geWPj4xEng" name="class" type="_00owUGvdEdq4DLWZOhbdEA" subsettedProperty="_x42NWoOGEdq6geWPj4xEng _x7re94OGEdq6geWPj4xEng _x4GmeIOGEdq6geWPj4xEng" association="_x8R71YOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_x6VbH4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x6VbIIOGEdq6geWPj4xEng" referenceName="class_" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mOUO-oN9EdqadtFwU5VNog" annotatedElement="_mOUO94N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x6VbIYOGEdq6geWPj4xEng" annotatedElement="_x6VbHoOGEdq6geWPj4xEng">

         <body>The class that owns the operation.</body>

       </ownedComment>

-      <ownedComment xmi:id="_mXtbiIN9EdqadtFwU5VNog" annotatedElement="_mOUO94N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yDR7uIOGEdq6geWPj4xEng" annotatedElement="_x6VbHoOGEdq6geWPj4xEng">

         <body>The class that owns this operation.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mXtbiYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mXtbioN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yDR7uYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yDR7uoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mOUPF4N9EdqadtFwU5VNog" name="precondition" type="_mOBUAIN9EdqadtFwU5VNog" subsettedProperty="_mMYVYoN9EdqadtFwU5VNog" association="_mRJggIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mOUPGIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mOUPGYN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_x6VbPoOGEdq6geWPj4xEng" name="precondition" type="_x6CgIYOGEdq6geWPj4xEng" subsettedProperty="_x4jSfoOGEdq6geWPj4xEng" association="_x9BiyIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_x6VbP4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x6VbQIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mXtbi4N9EdqadtFwU5VNog" annotatedElement="_mOUPF4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yDR7u4OGEdq6geWPj4xEng" annotatedElement="_x6VbPoOGEdq6geWPj4xEng">

         <body>An optional set of Constraints on the state of the system when the Operation is invoked.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mXtbjIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mXtbjYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yDR7vIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yDR7vYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mOd_8IN9EdqadtFwU5VNog" name="postcondition" type="_mOBUAIN9EdqadtFwU5VNog" subsettedProperty="_mMYVYoN9EdqadtFwU5VNog" association="_mRJghYN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mOd_8YN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mOd_8oN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_x6fMEIOGEdq6geWPj4xEng" name="postcondition" type="_x6CgIYOGEdq6geWPj4xEng" subsettedProperty="_x4jSfoOGEdq6geWPj4xEng" association="_x9BizYOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_x6fMEYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x6fMEoOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mX2lcIN9EdqadtFwU5VNog" annotatedElement="_mOd_8IN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yDR7voOGEdq6geWPj4xEng" annotatedElement="_x6fMEIOGEdq6geWPj4xEng">

         <body>An optional set of Constraints specifying the state of the system when the Operation is completed.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mX2lcYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mX2lcoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yDR7v4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yDR7wIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mOUPB4N9EdqadtFwU5VNog" name="redefinedOperation" type="_M4X2IGveEdq4DLWZOhbdEA" subsettedProperty="_mMrQQIN9EdqadtFwU5VNog" association="_mQjqo4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mOUPCIN9EdqadtFwU5VNog" annotatedElement="_mOUPB4N9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_x6VbLoOGEdq6geWPj4xEng" name="redefinedOperation" type="_M4X2IGveEdq4DLWZOhbdEA" subsettedProperty="_x42NYIOGEdq6geWPj4xEng" association="_x8k2wIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x6VbL4OGEdq6geWPj4xEng" annotatedElement="_x6VbLoOGEdq6geWPj4xEng">

         <body>References the Operations that are redefined by this Operation.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mX2lc4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mX2ldIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yDbssIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yDbssYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mOUO_YN9EdqadtFwU5VNog" name="datatype" type="__1ap4HLzEdqziYxiZo0YtA" subsettedProperty="_mMrQOoN9EdqadtFwU5VNog _mPzcsIN9EdqadtFwU5VNog _mL7pWIN9EdqadtFwU5VNog" association="_mQZ5soN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mOUO_oN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mOUO_4N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_x6VbJIOGEdq6geWPj4xEng" name="datatype" type="__1ap4HLzEdqziYxiZo0YtA" subsettedProperty="_x7re94OGEdq6geWPj4xEng _x42NWoOGEdq6geWPj4xEng _x4GmeIOGEdq6geWPj4xEng" association="_x8bF3IOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_x6VbJYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x6VbJoOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mOUPAIN9EdqadtFwU5VNog" annotatedElement="_mOUO_YN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x6VbJ4OGEdq6geWPj4xEng" annotatedElement="_x6VbJIOGEdq6geWPj4xEng">

         <body>The DataType that owns this Operation.</body>

       </ownedComment>

-      <ownedComment xmi:id="_mX2ldYN9EdqadtFwU5VNog" annotatedElement="_mOUO_YN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yDbssoOGEdq6geWPj4xEng" annotatedElement="_x6VbJIOGEdq6geWPj4xEng">

         <body>The DataType that owns this Property.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mX2ldoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mX2ld4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yDbss4OGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yDbstIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mOd_9YN9EdqadtFwU5VNog" name="bodyCondition" type="_mOBUAIN9EdqadtFwU5VNog" subsettedProperty="_mMYVYoN9EdqadtFwU5VNog" association="_mRJgioN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mOd_9oN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mOd_94N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_x6fMFYOGEdq6geWPj4xEng" name="bodyCondition" type="_x6CgIYOGEdq6geWPj4xEng" subsettedProperty="_x4jSfoOGEdq6geWPj4xEng" association="_x9Bi0oOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_x6fMFoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x6fMF4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mX2leIN9EdqadtFwU5VNog" annotatedElement="_mOd_9YN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yDbstYOGEdq6geWPj4xEng" annotatedElement="_x6fMFYOGEdq6geWPj4xEng">

         <body>An optional Constraint on the result values of an invocation of this Operation.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mX2leYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mX2leoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yDbstoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yDbst4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mOUPC4N9EdqadtFwU5VNog" name="type" type="_ynRtoGvtEdqG6fBIPwe-mw" isDerived="true" association="_mQs0noN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mOUPDIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mOUPDYN9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_x6VbMoOGEdq6geWPj4xEng" name="type" type="_ynRtoGvtEdqG6fBIPwe-mw" isDerived="true" association="_x8uAvoOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_x6VbM4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x6VbNIOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mOUPDoN9EdqadtFwU5VNog" annotatedElement="_mOUPC4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x6VbNYOGEdq6geWPj4xEng" annotatedElement="_x6VbMoOGEdq6geWPj4xEng">

         <body>Redefines the corresponding property from Basic to derive this information from the return result for this Operation.</body>

       </ownedComment>

-      <ownedComment xmi:id="_mX2le4N9EdqadtFwU5VNog" annotatedElement="_mOUPC4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yDbsuIOGEdq6geWPj4xEng" annotatedElement="_x6VbMoOGEdq6geWPj4xEng">

         <body>Specifies the return result of the operation, if present.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mX2lfIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mX2lfYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yDbsuYOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yDbsuoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mOUPEYN9EdqadtFwU5VNog" name="ownedParameter" type="_KyaPMGveEdq4DLWZOhbdEA" redefinedProperty="_mOw684N9EdqadtFwU5VNog" association="_mQ_vj4N9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mOUPEoN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mOUPE4N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_x6VbOIOGEdq6geWPj4xEng" name="ownedParameter" type="_KyaPMGveEdq4DLWZOhbdEA" redefinedProperty="_x6yHE4OGEdq6geWPj4xEng" association="_x9BiuoOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_x6VbOYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x6VbOoOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mOUPFIN9EdqadtFwU5VNog" annotatedElement="_mOUPEYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x6VbO4OGEdq6geWPj4xEng" annotatedElement="_x6VbOIOGEdq6geWPj4xEng">

         <body>Specifies the ordered set of formal parameters of this BehavioralFeature.</body>

       </ownedComment>

-      <ownedComment xmi:id="_mYAWcIN9EdqadtFwU5VNog" annotatedElement="_mOUPEYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yDbsu4OGEdq6geWPj4xEng" annotatedElement="_x6VbOIOGEdq6geWPj4xEng">

         <body>Specifies the parameters owned by this Operation.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mYAWcYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mYAWcoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yDbsvIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yDbsvYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mOUPA4N9EdqadtFwU5VNog" name="raisedException" type="_ynRtoGvtEdqG6fBIPwe-mw" redefinedProperty="_mOw6-YN9EdqadtFwU5VNog" association="_mQjqoIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mOUPBIN9EdqadtFwU5VNog" annotatedElement="_mOUPA4N9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_x6VbKoOGEdq6geWPj4xEng" name="raisedException" type="_ynRtoGvtEdqG6fBIPwe-mw" redefinedProperty="_x6yHGYOGEdq6geWPj4xEng" association="_x8bF4IOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x6VbK4OGEdq6geWPj4xEng" annotatedElement="_x6VbKoOGEdq6geWPj4xEng">

         <body>References the Types representing exceptions that may be raised during an invocation of this operation.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mYAWc4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mYAWdIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yDbsvoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yDbsv4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mf5uMIN9EdqadtFwU5VNog" name="interface" type="_8Ugn8GvtEdqG6fBIPwe-mw" subsettedProperty="_mMrQOoN9EdqadtFwU5VNog" association="_mf5uPIN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mf5uMYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mf5uMoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yLBicIOGEdq6geWPj4xEng" name="interface" type="_8Ugn8GvtEdqG6fBIPwe-mw" subsettedProperty="_x42NWoOGEdq6geWPj4xEng" association="_yLBifIOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yLBicYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yLBicoOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mf5uM4N9EdqadtFwU5VNog" annotatedElement="_mf5uMIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yLBic4OGEdq6geWPj4xEng" annotatedElement="_yLBicIOGEdq6geWPj4xEng">

         <body>The Interface that owns this Operation.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mf5uNIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mf5uNYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yLBidIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yLBidYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mxChg4N9EdqadtFwU5VNog" name="templateParameter" type="_mxChh4N9EdqadtFwU5VNog" redefinedProperty="_mwvm_IN9EdqadtFwU5VNog" association="_myFDV4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mxChhIN9EdqadtFwU5VNog" annotatedElement="_mxChg4N9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_ybRk84OGEdq6geWPj4xEng" name="templateParameter" type="_ybRk94OGEdq6geWPj4xEng" redefinedProperty="_ybHz84OGEdq6geWPj4xEng" association="_ycKV3oOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ybRk9IOGEdq6geWPj4xEng" annotatedElement="_ybRk84OGEdq6geWPj4xEng">

         <body>The template parameter that exposes this element as a formal parameter.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mxChhYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mxChhoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ybRk9YOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ybRk9oOGEdq6geWPj4xEng"/>

     </ownedAttribute>

     <ownedOperation xmi:id="_ho5pgFYLEdqrn7iZ0eqieg" name="getLower" visibility="protected" type="_XqvEIGvsEdqG6fBIPwe-mw">

       <returnResult xmi:id="_jukVgFYLEdqrn7iZ0eqieg" type="_XqvEIGvsEdqG6fBIPwe-mw" direction="return"/>

@@ -15167,99 +15167,99 @@
     <ownedOperation xmi:id="_arIAQFYlEdqB6vblk3tuMA" name="setUpper" visibility="protected">

       <ownedParameter xmi:id="_b-4HIFYlEdqB6vblk3tuMA" name="newUpper" visibility="protected" type="_dRZxsGvsEdqG6fBIPwe-mw" effect="read"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mOd_-oN9EdqadtFwU5VNog" name="isOrdered" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_mOd__IN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mOd_-4N9EdqadtFwU5VNog" annotatedElement="_mOd_-oN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x6fMGoOGEdq6geWPj4xEng" name="isOrdered" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_x6fMHIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x6fMG4OGEdq6geWPj4xEng" annotatedElement="_x6fMGoOGEdq6geWPj4xEng">

         <body>If this operation has a return parameter, isOrdered equals the value of isOrdered for that parameter. Otherwise isOrdered is false.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mOd__IN9EdqadtFwU5VNog" name="spec" constrainedElement="_mOd_-oN9EdqadtFwU5VNog _mOLFC4N9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mYAWdYN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x6fMHIOGEdq6geWPj4xEng" name="spec" constrainedElement="_x6fMGoOGEdq6geWPj4xEng _x6MRMYOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yDk2oIOGEdq6geWPj4xEng" language="OCL">

           <body>result = if returnResult()->notEmpty() then returnResult()->any().isOrdered else false endif</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mOd__oN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_x6fMHoOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mOd__4N9EdqadtFwU5VNog" name="isUnique" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_mOeAAYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mOeAAIN9EdqadtFwU5VNog" annotatedElement="_mOd__4N9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x6fMH4OGEdq6geWPj4xEng" name="isUnique" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_x6fMIYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x6fMIIOGEdq6geWPj4xEng" annotatedElement="_x6fMH4OGEdq6geWPj4xEng">

         <body>If this operation has a return parameter, isUnique equals the value of isUnique for that parameter. Otherwise isUnique is true.</body>

       </ownedComment>

-      <ownedComment xmi:id="_mYAWdoN9EdqadtFwU5VNog" annotatedElement="_mOd__4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yDk2oYOGEdq6geWPj4xEng" annotatedElement="_x6fMH4OGEdq6geWPj4xEng">

         <body>If this operation has a return parameter, isUnique equals the value of isUnique for that parameter. Otherwise isUnique is true.

 

 </body>

       </ownedComment>

-      <ownedRule xmi:id="_mOeAAYN9EdqadtFwU5VNog" name="spec" constrainedElement="_mOd__4N9EdqadtFwU5VNog _mOLFEIN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mYAWd4N9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x6fMIYOGEdq6geWPj4xEng" name="spec" constrainedElement="_x6fMH4OGEdq6geWPj4xEng _x6MRNoOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yDk2ooOGEdq6geWPj4xEng" language="OCL">

           <body>result = if returnResult()->notEmpty() then returnResult()->any().isUnique else true endif</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mOeAA4N9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_x6fMI4OGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mOeABIN9EdqadtFwU5VNog" name="lower" type="_XqvEIGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_mOeACIN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mOeABYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EOperation" xmi:id="_mOeABoN9EdqadtFwU5VNog" operationName="lowerBound"/>

+    <ownedOperation xmi:id="_x6fMJIOGEdq6geWPj4xEng" name="lower" type="_XqvEIGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_x6fMKIOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_x6fMJYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EOperation" xmi:id="_x6fMJoOGEdq6geWPj4xEng" operationName="lowerBound"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mOeAB4N9EdqadtFwU5VNog" annotatedElement="_mOeABIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x6fMJ4OGEdq6geWPj4xEng" annotatedElement="_x6fMJIOGEdq6geWPj4xEng">

         <body>If this operation has a return parameter, lower equals the value of lower for that parameter. Otherwise lower is not defined.</body>

       </ownedComment>

-      <ownedComment xmi:id="_mYAWeIN9EdqadtFwU5VNog" annotatedElement="_mOeABIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yDk2o4OGEdq6geWPj4xEng" annotatedElement="_x6fMJIOGEdq6geWPj4xEng">

         <body>If this operation has a return parameter, lower equals the value of lower for that parameter. Otherwise lower is not defined.

 

 </body>

       </ownedComment>

-      <ownedRule xmi:id="_mOeACIN9EdqadtFwU5VNog" name="spec" constrainedElement="_mOeABIN9EdqadtFwU5VNog _mOLFFYN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mYAWeYN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x6fMKIOGEdq6geWPj4xEng" name="spec" constrainedElement="_x6fMJIOGEdq6geWPj4xEng _x6VbEIOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yDk2pIOGEdq6geWPj4xEng" language="OCL">

           <body>result = if returnResult()->notEmpty() then returnResult()->any().lower else Set{} endif</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mOeACoN9EdqadtFwU5VNog" type="_XqvEIGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_x6fMKoOGEdq6geWPj4xEng" type="_XqvEIGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mOeAC4N9EdqadtFwU5VNog" name="upper" type="_dRZxsGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_mOeAD4N9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mOeADIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EOperation" xmi:id="_mOeADYN9EdqadtFwU5VNog" operationName="upperBound"/>

+    <ownedOperation xmi:id="_x6o9EIOGEdq6geWPj4xEng" name="upper" type="_dRZxsGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_x6o9FIOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_x6o9EYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EOperation" xmi:id="_x6o9EoOGEdq6geWPj4xEng" operationName="upperBound"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mOeADoN9EdqadtFwU5VNog" annotatedElement="_mOeAC4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x6o9E4OGEdq6geWPj4xEng" annotatedElement="_x6o9EIOGEdq6geWPj4xEng">

         <body>If this operation has a return parameter, upper equals the value of upper for that parameter. Otherwise upper is not defined.</body>

       </ownedComment>

-      <ownedComment xmi:id="_mYAWeoN9EdqadtFwU5VNog" annotatedElement="_mOeAC4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yDk2pYOGEdq6geWPj4xEng" annotatedElement="_x6o9EIOGEdq6geWPj4xEng">

         <body>If this operation has a return parameter, upper equals the value of upper for that parameter. Otherwise upper is not defined.

 

 </body>

       </ownedComment>

-      <ownedRule xmi:id="_mOeAD4N9EdqadtFwU5VNog" name="spec" constrainedElement="_mOeAC4N9EdqadtFwU5VNog _mOUO8IN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mYAWe4N9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x6o9FIOGEdq6geWPj4xEng" name="spec" constrainedElement="_x6o9EIOGEdq6geWPj4xEng _x6VbF4OGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yDk2poOGEdq6geWPj4xEng" language="OCL">

           <body>result = if returnResult()->notEmpty() then returnResult()->any().upper else Set{} endif</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mOeAEYN9EdqadtFwU5VNog" type="_dRZxsGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_x6o9FoOGEdq6geWPj4xEng" type="_dRZxsGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mOnJ4IN9EdqadtFwU5VNog" name="type" type="_ynRtoGvtEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_mOnJ5IN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mOnJ4YN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EOperation" xmi:id="_mOnJ4oN9EdqadtFwU5VNog" operationName="getType"/>

+    <ownedOperation xmi:id="_x6o9F4OGEdq6geWPj4xEng" name="type" type="_ynRtoGvtEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_x6o9G4OGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_x6o9GIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EOperation" xmi:id="_x6o9GYOGEdq6geWPj4xEng" operationName="getType"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mOnJ44N9EdqadtFwU5VNog" annotatedElement="_mOnJ4IN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x6o9GoOGEdq6geWPj4xEng" annotatedElement="_x6o9F4OGEdq6geWPj4xEng">

         <body>If this operation has a return parameter, type equals the value of type for that parameter. Otherwise type is not defined.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mOnJ5IN9EdqadtFwU5VNog" name="spec" constrainedElement="_mOnJ4IN9EdqadtFwU5VNog _mOUPC4N9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mYJgYIN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x6o9G4OGEdq6geWPj4xEng" name="spec" constrainedElement="_x6o9F4OGEdq6geWPj4xEng _x6VbMoOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yDk2p4OGEdq6geWPj4xEng" language="OCL">

           <body>result = if returnResult()->notEmpty() then returnResult()->any().type else Set{} endif</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mOnJ5oN9EdqadtFwU5VNog" type="_ynRtoGvtEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_x6o9HYOGEdq6geWPj4xEng" type="_ynRtoGvtEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mOnJ54N9EdqadtFwU5VNog" name="isConsistentWith" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" precondition="_mOnJ6YN9EdqadtFwU5VNog" redefinedOperation="_mMrQRoN9EdqadtFwU5VNog" bodyCondition="_mOnJ64N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mOnJ6IN9EdqadtFwU5VNog" annotatedElement="_mOnJ54N9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x6o9HoOGEdq6geWPj4xEng" name="isConsistentWith" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" precondition="_x6o9IIOGEdq6geWPj4xEng" redefinedOperation="_x42NZoOGEdq6geWPj4xEng" bodyCondition="_x6o9IoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x6o9H4OGEdq6geWPj4xEng" annotatedElement="_x6o9HoOGEdq6geWPj4xEng">

         <body>The query isConsistentWith() specifies, for any two Operations in a context in which redefinition is possible, whether redefinition would be consistent in the sense of maintaining type covariance. Other senses of consistency may be required, for example to determine consistency in the sense of contravariance. Users may define alternative queries under names different from 'isConsistentWith()', as for example, users may define a query named 'isContravariantWith()'.</body>

       </ownedComment>

-      <ownedComment xmi:id="_mYJgYYN9EdqadtFwU5VNog" annotatedElement="_mOnJ54N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yDk2qIOGEdq6geWPj4xEng" annotatedElement="_x6o9HoOGEdq6geWPj4xEng">

         <body>The query isConsistentWith() specifies, for any two Operations in a context in which redefinition is possible, whether redefinition would be logically consistent. A redefining operation is consistent with a redefined operation if it has the same number of owned parameters, and the type of each owned parameter conforms to the type of the corresponding redefined parameter. </body>

       </ownedComment>

-      <ownedRule xmi:id="_mOnJ6YN9EdqadtFwU5VNog" constrainedElement="_mOnJ54N9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mYJgYoN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x6o9IIOGEdq6geWPj4xEng" constrainedElement="_x6o9HoOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yDk2qYOGEdq6geWPj4xEng" language="OCL">

           <body>redefinee.isRedefinitionContextValid(self)</body>

         </specification>

       </ownedRule>

-      <ownedRule xmi:id="_mOnJ64N9EdqadtFwU5VNog" name="spec" constrainedElement="_mOnJ54N9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mYJgY4N9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x6o9IoOGEdq6geWPj4xEng" name="spec" constrainedElement="_x6o9HoOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yDk2qoOGEdq6geWPj4xEng" language="OCL">

           <body>result = (redefinee.oclIsKindOf(Operation) and

 let op: Operation = redefinee.oclAsType(Operation) in

 self.ownedParameter.size() = op.ownedParameter.size() and

@@ -15267,64 +15267,64 @@
 )</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mOnJ7YN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

-      <ownedParameter xmi:id="_mOnJ7oN9EdqadtFwU5VNog" name="redefinee" type="_mMrQMYN9EdqadtFwU5VNog"/>

+      <returnResult xmi:id="_x6o9JIOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <ownedParameter xmi:id="_x6o9JYOGEdq6geWPj4xEng" name="redefinee" type="_x42NUYOGEdq6geWPj4xEng"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mOnJ74N9EdqadtFwU5VNog" name="returnResult" type="_KyaPMGveEdq4DLWZOhbdEA" isQuery="true" bodyCondition="_mOnJ8IN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mYJgZIN9EdqadtFwU5VNog" annotatedElement="_mOnJ74N9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x6o9JoOGEdq6geWPj4xEng" name="returnResult" type="_KyaPMGveEdq4DLWZOhbdEA" isQuery="true" bodyCondition="_x6o9J4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yDunoIOGEdq6geWPj4xEng" annotatedElement="_x6o9JoOGEdq6geWPj4xEng">

         <body>The query returnResult() returns the set containing the return parameter of the Operation if one exists, otherwise, it returns an empty set</body>

       </ownedComment>

-      <ownedRule xmi:id="_mOnJ8IN9EdqadtFwU5VNog" name="spec" constrainedElement="_mOnJ74N9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mYJgZYN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x6o9J4OGEdq6geWPj4xEng" name="spec" constrainedElement="_x6o9JoOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yDunoYOGEdq6geWPj4xEng" language="OCL">

           <body>result = ownedParameter->select (par | par.direction = #return)</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mOnJ8oN9EdqadtFwU5VNog" type="_KyaPMGveEdq4DLWZOhbdEA" direction="return">

-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mYJgZoN9EdqadtFwU5VNog" value="-1"/>

-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mYJgZ4N9EdqadtFwU5VNog"/>

+      <returnResult xmi:id="_x6o9KYOGEdq6geWPj4xEng" type="_KyaPMGveEdq4DLWZOhbdEA" direction="return">

+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yDunooOGEdq6geWPj4xEng" value="-1"/>

+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yDuno4OGEdq6geWPj4xEng"/>

       </returnResult>

     </ownedOperation>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mxChh4N9EdqadtFwU5VNog" name="OperationTemplateParameter">

-    <ownedComment xmi:id="_mxChiIN9EdqadtFwU5VNog" annotatedElement="_mxChh4N9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_ybRk94OGEdq6geWPj4xEng" name="OperationTemplateParameter">

+    <ownedComment xmi:id="_ybRk-IOGEdq6geWPj4xEng" annotatedElement="_ybRk94OGEdq6geWPj4xEng">

       <body>OperationTemplateParameter is a template parameter where the parametered element is an Operation.</body>

     </ownedComment>

-    <generalization xmi:id="_mxChiYN9EdqadtFwU5VNog" general="_KxRzgGvuEdqG6fBIPwe-mw"/>

-    <ownedAttribute xmi:id="_mxChioN9EdqadtFwU5VNog" name="parameteredElement" type="_M4X2IGveEdq4DLWZOhbdEA" redefinedProperty="_mwl1m4N9EdqadtFwU5VNog" association="_myFDV4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mxChi4N9EdqadtFwU5VNog" annotatedElement="_mxChioN9EdqadtFwU5VNog">

+    <generalization xmi:id="_ybRk-YOGEdq6geWPj4xEng" general="_KxRzgGvuEdqG6fBIPwe-mw"/>

+    <ownedAttribute xmi:id="_ybRk-oOGEdq6geWPj4xEng" name="parameteredElement" type="_M4X2IGveEdq4DLWZOhbdEA" redefinedProperty="_ya05EYOGEdq6geWPj4xEng" association="_ycKV3oOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ybRk-4OGEdq6geWPj4xEng" annotatedElement="_ybRk-oOGEdq6geWPj4xEng">

         <body>The operation for this template parameter.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mxChjIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mxChjYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ybRk_IOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ybRk_YOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

   <ownedMember xmi:type="uml:Class" xmi:id="_jKxnwGwLEdq7X4sGURiZYA" name="PackageableElement" isAbstract="true">

-    <ownedComment xmi:id="_mMiGaoN9EdqadtFwU5VNog" annotatedElement="_jKxnwGwLEdq7X4sGURiZYA">

+    <ownedComment xmi:id="_x4tDioOGEdq6geWPj4xEng" annotatedElement="_jKxnwGwLEdq7X4sGURiZYA">

       <body>A packageable element indicates a named element that may be owned directly by a package.</body>

     </ownedComment>

-    <ownedComment xmi:id="_mxChjoN9EdqadtFwU5VNog" annotatedElement="_jKxnwGwLEdq7X4sGURiZYA">

+    <ownedComment xmi:id="_ybRk_oOGEdq6geWPj4xEng" annotatedElement="_jKxnwGwLEdq7X4sGURiZYA">

       <body>PackageableElements are extended to enable any such element to serve as a template parameter.</body>

     </ownedComment>

-    <generalization xmi:id="_mMrQMIN9EdqadtFwU5VNog" general="_csVgUGvtEdqG6fBIPwe-mw"/>

-    <generalization xmi:id="_mxLrcIN9EdqadtFwU5VNog" general="_mwvm-YN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mSfkUIN9EdqadtFwU5VNog" name="visibility" type="_AyM_oGwMEdq7X4sGURiZYA" redefinedProperty="_mPqS14N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mSfkUYN9EdqadtFwU5VNog" annotatedElement="_mSfkUIN9EdqadtFwU5VNog">

+    <generalization xmi:id="_x42NUIOGEdq6geWPj4xEng" general="_csVgUGvtEdqG6fBIPwe-mw"/>

+    <generalization xmi:id="_ybau4IOGEdq6geWPj4xEng" general="_ybHz8IOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_x-W_cIOGEdq6geWPj4xEng" name="visibility" type="_AyM_oGwMEdq7X4sGURiZYA" redefinedProperty="_x7re8YOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x-W_cYOGEdq6geWPj4xEng" annotatedElement="_x-W_cIOGEdq6geWPj4xEng">

         <body>Indicates that packageable elements must always have a visibility, i.e., visibility is not optional.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:InstanceValue" xmi:id="_mSfkUoN9EdqadtFwU5VNog" type="_AyM_oGwMEdq7X4sGURiZYA" instance="_mQG-w4N9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:InstanceValue" xmi:id="_x-W_coOGEdq6geWPj4xEng" type="_AyM_oGwMEdq7X4sGURiZYA" instance="_x8IK2IOGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

   <ownedMember xmi:type="uml:Class" xmi:id="_6UV2QGwJEdq7X4sGURiZYA" name="Classifier" isAbstract="true">

-    <ownedComment xmi:id="_mJGXwIN9EdqadtFwU5VNog" annotatedElement="_6UV2QGwJEdq7X4sGURiZYA">

+    <ownedComment xmi:id="_x1bF4IOGEdq6geWPj4xEng" annotatedElement="_6UV2QGwJEdq7X4sGURiZYA">

       <body>A classifier is a type. It can specify a generalization hierarchy by referencing its general classifiers.  A classifier is also a namespace whose members can include features. Classifier is an abstract metaclass.</body>

     </ownedComment>

-    <ownedComment xmi:id="_mgWaP4N9EdqadtFwU5VNog" annotatedElement="_6UV2QGwJEdq7X4sGURiZYA">

+    <ownedComment xmi:id="_yLeOc4OGEdq6geWPj4xEng" annotatedElement="_6UV2QGwJEdq7X4sGURiZYA">

       <body>Classifier is extended with the capability to own collaboration uses. These collaboration uses link a collaboration with the classifier to give a description of the workings of the classifier.</body>

     </ownedComment>

-    <ownedComment xmi:id="_mi4J6IN9EdqadtFwU5VNog" annotatedElement="_6UV2QGwJEdq7X4sGURiZYA">

+    <ownedComment xmi:id="_yN20DIOGEdq6geWPj4xEng" annotatedElement="_6UV2QGwJEdq7X4sGURiZYA">

       <body>Extends a classifier with the capability to own use cases. Although the owning classifier typically represents the subject to which the owned use cases apply, this is not necessarily the case. In principle, the same use case can be applied to multiple subjects, as identified by the subject association role of a UseCase.</body>

     </ownedComment>

-    <ownedComment xmi:id="_mUIjEIN9EdqadtFwU5VNog" annotatedElement="_6UV2QGwJEdq7X4sGURiZYA">

+    <ownedComment xmi:id="_x_20RIOGEdq6geWPj4xEng" annotatedElement="_6UV2QGwJEdq7X4sGURiZYA">

       <body>A classifier is a namespace whose members can include features. Classifier is an abstract metaclass.

 

 A classifier is a type and can own generalizations, thereby making it possible to define generalization relationships to other classifiers. A classifier can specify a generalization hierarchy by referencing its general classifiers.

@@ -15333,183 +15333,183 @@
 

 </body>

     </ownedComment>

-    <ownedComment xmi:id="_mxLrcYN9EdqadtFwU5VNog" annotatedElement="_6UV2QGwJEdq7X4sGURiZYA">

+    <ownedComment xmi:id="_ybau4YOGEdq6geWPj4xEng" annotatedElement="_6UV2QGwJEdq7X4sGURiZYA">

       <body>A classifier can be parameterized, exposed as a formal template parameter, and specified as an actual parameter in a binding of a template.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mJ1-oIN9EdqadtFwU5VNog" name="no_cycles_in_generalization" constrainedElement="_6UV2QGwJEdq7X4sGURiZYA">

-      <ownedComment xmi:id="_mJ1-oYN9EdqadtFwU5VNog" annotatedElement="_mJ1-oIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_x13x0IOGEdq6geWPj4xEng" name="no_cycles_in_generalization" constrainedElement="_6UV2QGwJEdq7X4sGURiZYA">

+      <ownedComment xmi:id="_x2KswIOGEdq6geWPj4xEng" annotatedElement="_x13x0IOGEdq6geWPj4xEng">

         <body>Generalization hierarchies must be directed and acyclical. A classifier can not be both a transitively general and transitively specific classifier of the same classifier.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mJ1-ooN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_x2KswYOGEdq6geWPj4xEng" language="OCL">

         <body>not self.allParents()->includes(self)</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mUIjEYN9EdqadtFwU5VNog" name="generalization_hierarchies" constrainedElement="_6UV2QGwJEdq7X4sGURiZYA">

-      <ownedComment xmi:id="_mUIjEoN9EdqadtFwU5VNog" annotatedElement="_mUIjEYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_x_20RYOGEdq6geWPj4xEng" name="generalization_hierarchies" constrainedElement="_6UV2QGwJEdq7X4sGURiZYA">

+      <ownedComment xmi:id="_x_20RoOGEdq6geWPj4xEng" annotatedElement="_x_20RYOGEdq6geWPj4xEng">

         <body>Generalization hierarchies must be directed and acyclical. A classifier can not be both a transitively general and transitively specific classifier of the same classifier.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mUIjE4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_x_20R4OGEdq6geWPj4xEng" language="OCL">

         <body>not self.allParents()->includes(self)</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mJ_voIN9EdqadtFwU5VNog" name="specialize_type" constrainedElement="_6UV2QGwJEdq7X4sGURiZYA">

-      <ownedComment xmi:id="_mJ_voYN9EdqadtFwU5VNog" annotatedElement="_mJ_voIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_x2UdwIOGEdq6geWPj4xEng" name="specialize_type" constrainedElement="_6UV2QGwJEdq7X4sGURiZYA">

+      <ownedComment xmi:id="_x2UdwYOGEdq6geWPj4xEng" annotatedElement="_x2UdwIOGEdq6geWPj4xEng">

         <body>A classifier may only specialize classifiers of a valid type.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mUIjFIN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_x_20SIOGEdq6geWPj4xEng" language="OCL">

         <body>self.parents()->forAll(c | self.maySpecializeType(c))</body>

       </specification>

     </ownedRule>

-    <ownedRule xmi:id="_mrq5UIN9EdqadtFwU5VNog" name="maps_to_generalization_set" constrainedElement="_6UV2QGwJEdq7X4sGURiZYA">

-      <ownedComment xmi:id="_mrq5UYN9EdqadtFwU5VNog" annotatedElement="_mrq5UIN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_yWzUoIOGEdq6geWPj4xEng" name="maps_to_generalization_set" constrainedElement="_6UV2QGwJEdq7X4sGURiZYA">

+      <ownedComment xmi:id="_yWzUoYOGEdq6geWPj4xEng" annotatedElement="_yWzUoIOGEdq6geWPj4xEng">

         <body>The Classifier that maps to a GeneralizationSet may neither be a specific nor a general Classifier in any of the Generalization relationships defined for that GeneralizationSet. In other words, a power type may not be an instance of itself nor may its instances also be its subclasses.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mrq5UoN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yWzUooOGEdq6geWPj4xEng" language="OCL">

         <body>true</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mUIjFYN9EdqadtFwU5VNog" general="_mMrQMYN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mKSqkYN9EdqadtFwU5VNog" general="_ynRtoGvtEdqG6fBIPwe-mw"/>

-    <generalization xmi:id="_mxLrcoN9EdqadtFwU5VNog" general="_mwvm3oN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mKSqkIN9EdqadtFwU5VNog" general="_ZiwkoGwLEdq7X4sGURiZYA"/>

-    <ownedAttribute xmi:id="_mURtAIN9EdqadtFwU5VNog" name="isAbstract" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mURtAYN9EdqadtFwU5VNog" annotatedElement="_mURtAIN9EdqadtFwU5VNog">

+    <generalization xmi:id="_x__-MIOGEdq6geWPj4xEng" general="_x42NUYOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_x2nYsIOGEdq6geWPj4xEng" general="_ynRtoGvtEdqG6fBIPwe-mw"/>

+    <generalization xmi:id="_ybau4oOGEdq6geWPj4xEng" general="_ya-DPoOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_x2dnsIOGEdq6geWPj4xEng" general="_ZiwkoGwLEdq7X4sGURiZYA"/>

+    <ownedAttribute xmi:id="_x__-MYOGEdq6geWPj4xEng" name="isAbstract" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_x__-MoOGEdq6geWPj4xEng" annotatedElement="_x__-MYOGEdq6geWPj4xEng">

         <body>If true, the Classifier does not provide a complete declaration and can typically not be instantiated. An abstract classifier is intended to be used by other classifiers e.g. as the target of general metarelationships or generalization relationships.

 

 </body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mURtAoN9EdqadtFwU5VNog"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_x__-M4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mURtA4N9EdqadtFwU5VNog" name="generalization" type="_C7AF4GwREdq14q0ETb1t3g" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_maiGAIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mURtBIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mURtBYN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_x__-NIOGEdq6geWPj4xEng" name="generalization" type="_C7AF4GwREdq14q0ETb1t3g" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yGj5MIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_x__-NYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x__-NoOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mURtBoN9EdqadtFwU5VNog" annotatedElement="_mURtA4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x__-N4OGEdq6geWPj4xEng" annotatedElement="_x__-NIOGEdq6geWPj4xEng">

         <body>Specifies the Generalization relationships for this Classifier. These Generalizations navigaten to more general classifiers in the generalization hierarchy.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mURtB4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mURtCIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_x__-OIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_x__-OYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mKmMkIN9EdqadtFwU5VNog" name="feature" type="_mL7pVYN9EdqadtFwU5VNog" isReadOnly="true" isDerived="true" isDerivedUnion="true" subsettedProperty="_mMYVXIN9EdqadtFwU5VNog" association="_mQ2lnoN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mKmMkYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mKmMkoN9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_x26ToIOGEdq6geWPj4xEng" name="feature" type="_x4GmdYOGEdq6geWPj4xEng" isReadOnly="true" isDerived="true" isDerivedUnion="true" subsettedProperty="_x4jSeIOGEdq6geWPj4xEng" association="_x83xuoOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_x26ToYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x26TooOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mKmMk4N9EdqadtFwU5VNog" annotatedElement="_mKmMkIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x26To4OGEdq6geWPj4xEng" annotatedElement="_x26ToIOGEdq6geWPj4xEng">

         <body>Redefines the corresponding association in Abstractions.  Note that there may be members of the Classifier that are of the type Feature but are not included in this association, e.g. inherited features.</body>

       </ownedComment>

-      <ownedComment xmi:id="_mURtCYN9EdqadtFwU5VNog" annotatedElement="_mKmMkIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x__-OoOGEdq6geWPj4xEng" annotatedElement="_x26ToIOGEdq6geWPj4xEng">

         <body>Specifies each feature defined in the classifier.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mURtCoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mURtC4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_x__-O4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_x__-PIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mKmMmoN9EdqadtFwU5VNog" name="inheritedMember" type="_csVgUGvtEdqG6fBIPwe-mw" isReadOnly="true" isDerived="true" subsettedProperty="_mMYVXIN9EdqadtFwU5VNog" association="_mQ_vmoN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mKmMm4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mKmMnIN9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_x26TqoOGEdq6geWPj4xEng" name="inheritedMember" type="_csVgUGvtEdqG6fBIPwe-mw" isReadOnly="true" isDerived="true" subsettedProperty="_x4jSeIOGEdq6geWPj4xEng" association="_x9BixYOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_x26Tq4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x26TrIOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mKmMnYN9EdqadtFwU5VNog" annotatedElement="_mKmMmoN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x26TrYOGEdq6geWPj4xEng" annotatedElement="_x26TqoOGEdq6geWPj4xEng">

         <body>Specifies all elements inherited by this classifier from the general classifiers.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mURtDIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mUbeAIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yAJvMIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yAJvMYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mUbeA4N9EdqadtFwU5VNog" name="redefinedClassifier" type="_6UV2QGwJEdq7X4sGURiZYA" subsettedProperty="_mMrQQIN9EdqadtFwU5VNog" association="_mbIi8IN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mUbeBIN9EdqadtFwU5VNog" annotatedElement="_mUbeA4N9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yAJvNIOGEdq6geWPj4xEng" name="redefinedClassifier" type="_6UV2QGwJEdq7X4sGURiZYA" subsettedProperty="_x42NYIOGEdq6geWPj4xEng" association="_yHJvEIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yAJvNYOGEdq6geWPj4xEng" annotatedElement="_yAJvNIOGEdq6geWPj4xEng">

         <body>References the Classifiers that are redefined by this Classifier.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mUbeBYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mUbeBoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yAJvNoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yAJvN4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mKmMloN9EdqadtFwU5VNog" name="general" type="_6UV2QGwJEdq7X4sGURiZYA" isDerived="true" association="_mQ_vgIN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mUbeB4N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mUbeCIN9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_x26TpoOGEdq6geWPj4xEng" name="general" type="_6UV2QGwJEdq7X4sGURiZYA" isDerived="true" association="_x83xw4OGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_yAJvOIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yAJvOYOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mKmMl4N9EdqadtFwU5VNog" annotatedElement="_mKmMloN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x26Tp4OGEdq6geWPj4xEng" annotatedElement="_x26TpoOGEdq6geWPj4xEng">

         <body>References the general classifier in the Generalization relationship.</body>

       </ownedComment>

-      <ownedComment xmi:id="_mUbeCYN9EdqadtFwU5VNog" annotatedElement="_mKmMloN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yAJvOoOGEdq6geWPj4xEng" annotatedElement="_x26TpoOGEdq6geWPj4xEng">

         <body>Specifies the general Classifiers for this Classifier.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mUbeCoN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mUbeC4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yAJvO4OGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yAJvPIOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mfAWUIN9EdqadtFwU5VNog" name="substitution" type="_me3MZ4N9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog _mfAWVoN9EdqadtFwU5VNog" association="_mfdCQIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mfAWUYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mfAWUoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yKIxroOGEdq6geWPj4xEng" name="substitution" type="_yKIxoIOGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng _yKR7kIOGEdq6geWPj4xEng" association="_yKldmoOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yKIxr4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yKIxsIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mfAWU4N9EdqadtFwU5VNog" annotatedElement="_mfAWUIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yKIxsYOGEdq6geWPj4xEng" annotatedElement="_yKIxroOGEdq6geWPj4xEng">

         <body>References the substitutions that are owned by this Classifier.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mfAWVIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mfAWVYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yKIxsoOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yKIxs4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mKcbkIN9EdqadtFwU5VNog" name="attribute" type="_Jp_1oGveEdq4DLWZOhbdEA" isReadOnly="true" isDerived="true" isDerivedUnion="true" subsettedProperty="_mKmMkIN9EdqadtFwU5VNog" association="_mQQIrYN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mKcbkYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mKcbkoN9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_x2wioIOGEdq6geWPj4xEng" name="attribute" type="_Jp_1oGveEdq4DLWZOhbdEA" isReadOnly="true" isDerived="true" isDerivedUnion="true" subsettedProperty="_x26ToIOGEdq6geWPj4xEng" association="_x8bFxIOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_x2wioYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x2wiooOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mKcbk4N9EdqadtFwU5VNog" annotatedElement="_mKcbkIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x2wio4OGEdq6geWPj4xEng" annotatedElement="_x2wioIOGEdq6geWPj4xEng">

         <body>Refers to all of the Properties that are direct (i.e. not inherited or imported) attributes of the classifier.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mgfkEIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mgfkEYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yLeOdIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yLeOdYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mgzGEIN9EdqadtFwU5VNog" name="representation" type="_mgpVHoN9EdqadtFwU5VNog" subsettedProperty="_mgzGFIN9EdqadtFwU5VNog" association="_mg8QDoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mgzGEYN9EdqadtFwU5VNog" annotatedElement="_mgzGEIN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yL66UIOGEdq6geWPj4xEng" name="representation" type="_yLxwYoOGEdq6geWPj4xEng" subsettedProperty="_yL66VIOGEdq6geWPj4xEng" association="_yMErWoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yL66UYOGEdq6geWPj4xEng" annotatedElement="_yL66UIOGEdq6geWPj4xEng">

         <body>References a collaboration use which indicates the collaboration that represents this classifier.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mgzGEoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mgzGE4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yL66UoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yL66U4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mgzGFIN9EdqadtFwU5VNog" name="collaborationUse" type="_mgpVHoN9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mhGBAIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mgzGFYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mgzGFoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yL66VIOGEdq6geWPj4xEng" name="collaborationUse" type="_yLxwYoOGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yMErX4OGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yL66VYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yL66VoOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mgzGF4N9EdqadtFwU5VNog" annotatedElement="_mgzGFIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yL66V4OGEdq6geWPj4xEng" annotatedElement="_yL66VIOGEdq6geWPj4xEng">

         <body>References the collaboration uses owned by the classifier.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mgzGGIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mgzGGYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yL66WIOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yL66WYOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mi4J6YN9EdqadtFwU5VNog" name="ownedUseCase" type="_mi4JsIN9EdqadtFwU5VNog" subsettedProperty="_mMYVVoN9EdqadtFwU5VNog" association="_mjB6y4N9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mi4J6oN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mi4J64N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yN20DYOGEdq6geWPj4xEng" name="ownedUseCase" type="_yNtqT4OGEdq6geWPj4xEng" subsettedProperty="_x4jScoOGEdq6geWPj4xEng" association="_yOAlG4OGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yN20DoOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yN20D4OGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mi4J7IN9EdqadtFwU5VNog" annotatedElement="_mi4J6YN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yN20EIOGEdq6geWPj4xEng" annotatedElement="_yN20DYOGEdq6geWPj4xEng">

         <body>References the use cases owned by this classifier.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mi4J7YN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mi4J7oN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yN20EYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yN20EoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mi4J74N9EdqadtFwU5VNog" name="useCase" type="_mi4JsIN9EdqadtFwU5VNog" association="_mjLrsIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mi4J8IN9EdqadtFwU5VNog" annotatedElement="_mi4J74N9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yN20E4OGEdq6geWPj4xEng" name="useCase" type="_yNtqT4OGEdq6geWPj4xEng" association="_yOAlIIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yN20FIOGEdq6geWPj4xEng" annotatedElement="_yN20E4OGEdq6geWPj4xEng">

         <body>The set of use cases for which this Classifier is the subject.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mi4J8YN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mi4J8oN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yN20FYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yN20FoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mrq5U4N9EdqadtFwU5VNog" name="powertypeExtent" type="_mrhvZYN9EdqadtFwU5VNog" association="_mr0qVIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mrq5VIN9EdqadtFwU5VNog" annotatedElement="_mrq5U4N9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_yWzUo4OGEdq6geWPj4xEng" name="powertypeExtent" type="_yWpjpYOGEdq6geWPj4xEng" association="_yW8ekIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yWzUpIOGEdq6geWPj4xEng" annotatedElement="_yWzUo4OGEdq6geWPj4xEng">

         <body>Designates the GeneralizationSet of which the associated Classifier is a power type.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mrq5VYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mrq5VoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yWzUpYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yWzUpoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mxVccIN9EdqadtFwU5VNog" name="ownedSignature" type="_9keOQGvdEdq4DLWZOhbdEA" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mx75cYN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mxVccYN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mxVccoN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_ybkf4IOGEdq6geWPj4xEng" name="ownedSignature" type="_9keOQGvdEdq4DLWZOhbdEA" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_ycKVzIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_ybkf4YOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_ybkf4oOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mxVcc4N9EdqadtFwU5VNog" annotatedElement="_mxVccIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_ybkf44OGEdq6geWPj4xEng" annotatedElement="_ybkf4IOGEdq6geWPj4xEng">

         <body>The optional template signature specifying the formal template parameters.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mxVcdIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mxVcdYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ybkf5IOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ybkf5YOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mxVcdoN9EdqadtFwU5VNog" name="templateParameter" type="_mxVcf4N9EdqadtFwU5VNog" redefinedProperty="_mwvm_IN9EdqadtFwU5VNog" association="_myFDUIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mxVcd4N9EdqadtFwU5VNog" annotatedElement="_mxVcdoN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_ybkf5oOGEdq6geWPj4xEng" name="templateParameter" type="_ybkf74OGEdq6geWPj4xEng" redefinedProperty="_ybHz84OGEdq6geWPj4xEng" association="_ycKV14OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ybkf54OGEdq6geWPj4xEng" annotatedElement="_ybkf5oOGEdq6geWPj4xEng">

         <body>The template parameter that exposes this element as a formal parameter.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mxVceIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mxVceYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ybkf6IOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ybkf6YOGEdq6geWPj4xEng"/>

     </ownedAttribute>

     <ownedOperation xmi:id="_AUaeIGwREdq14q0ETb1t3g" name="createGeneralization" type="_C7AF4GwREdq14q0ETb1t3g">

       <returnResult xmi:id="_FEilQGwREdq14q0ETb1t3g" type="_C7AF4GwREdq14q0ETb1t3g" direction="return"/>

@@ -15540,257 +15540,257 @@
       </returnResult>

       <ownedParameter xmi:id="_usha8HFhEdqziYxiZo0YtA" name="name" type="_aAyVgGvsEdqG6fBIPwe-mw" effect="read"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mLMCfYN9EdqadtFwU5VNog" name="general" type="_6UV2QGwJEdq7X4sGURiZYA" isQuery="true" bodyCondition="_mLMCgYN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mLMCfoN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EOperation" xmi:id="_mLMCf4N9EdqadtFwU5VNog" operationName="getGenerals"/>

+    <ownedOperation xmi:id="_x3gwl4OGEdq6geWPj4xEng" name="general" type="_6UV2QGwJEdq7X4sGURiZYA" isQuery="true" bodyCondition="_x3gwm4OGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_x3gwmIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EOperation" xmi:id="_x3gwmYOGEdq6geWPj4xEng" operationName="getGenerals"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mLMCgIN9EdqadtFwU5VNog" annotatedElement="_mLMCfYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x3gwmoOGEdq6geWPj4xEng" annotatedElement="_x3gwl4OGEdq6geWPj4xEng">

         <body>The general classifiers are the classifiers referenced by the generalization relationships.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mLMCgYN9EdqadtFwU5VNog" name="spec" constrainedElement="_mLMCfYN9EdqadtFwU5VNog _mKmMloN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mUbeDIN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x3gwm4OGEdq6geWPj4xEng" name="spec" constrainedElement="_x3gwl4OGEdq6geWPj4xEng _x26TpoOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yAS5IIOGEdq6geWPj4xEng" language="OCL">

           <body>result = self.parents()</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mLMCg4N9EdqadtFwU5VNog" type="_6UV2QGwJEdq7X4sGURiZYA" direction="return">

-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mUbeDYN9EdqadtFwU5VNog" value="-1"/>

-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mUbeDoN9EdqadtFwU5VNog"/>

+      <returnResult xmi:id="_x3gwnYOGEdq6geWPj4xEng" type="_6UV2QGwJEdq7X4sGURiZYA" direction="return">

+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yAS5IYOGEdq6geWPj4xEng" value="-1"/>

+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yAS5IoOGEdq6geWPj4xEng"/>

       </returnResult>

     </ownedOperation>

-    <ownedOperation xmi:id="_mLVzd4N9EdqadtFwU5VNog" name="inheritedMember" type="_csVgUGvtEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_mLVze4N9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mLVzeIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EOperation" xmi:id="_mLVzeYN9EdqadtFwU5VNog" operationName="getInheritedMembers"/>

+    <ownedOperation xmi:id="_x3gwp4OGEdq6geWPj4xEng" name="inheritedMember" type="_csVgUGvtEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_x3gwq4OGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_x3gwqIOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EOperation" xmi:id="_x3gwqYOGEdq6geWPj4xEng" operationName="getInheritedMembers"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mLVzeoN9EdqadtFwU5VNog" annotatedElement="_mLVzd4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x3gwqoOGEdq6geWPj4xEng" annotatedElement="_x3gwp4OGEdq6geWPj4xEng">

         <body>The inheritedMember association is derived by inheriting the inheritable members of the parents.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mLVze4N9EdqadtFwU5VNog" name="spec" constrainedElement="_mLVzd4N9EdqadtFwU5VNog _mKmMmoN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mUkn8IN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x3gwq4OGEdq6geWPj4xEng" name="spec" constrainedElement="_x3gwp4OGEdq6geWPj4xEng _x26TqoOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yAS5I4OGEdq6geWPj4xEng" language="OCL">

           <body>result = self.inherit(self.parents()->collect(p | p.inheritableMembers(self))</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mLVzfYN9EdqadtFwU5VNog" type="_csVgUGvtEdqG6fBIPwe-mw" direction="return">

-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mUkn8YN9EdqadtFwU5VNog" value="-1"/>

-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mUkn8oN9EdqadtFwU5VNog"/>

+      <returnResult xmi:id="_x3gwrYOGEdq6geWPj4xEng" type="_csVgUGvtEdqG6fBIPwe-mw" direction="return">

+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yAS5JIOGEdq6geWPj4xEng" value="-1"/>

+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yAS5JYOGEdq6geWPj4xEng"/>

       </returnResult>

     </ownedOperation>

-    <ownedOperation xmi:id="_mLMCdoN9EdqadtFwU5VNog" name="allFeatures" type="_mL7pVYN9EdqadtFwU5VNog" isQuery="true" bodyCondition="_mLMCeIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mLMCd4N9EdqadtFwU5VNog" annotatedElement="_mLMCdoN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x3gwkIOGEdq6geWPj4xEng" name="allFeatures" type="_x4GmdYOGEdq6geWPj4xEng" isQuery="true" bodyCondition="_x3gwkoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x3gwkYOGEdq6geWPj4xEng" annotatedElement="_x3gwkIOGEdq6geWPj4xEng">

         <body>The query allFeatures() gives all of the features in the namespace of the classifier. In general, through mechanisms such as inheritance, this will be a larger set than feature.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mLMCeIN9EdqadtFwU5VNog" name="spec" constrainedElement="_mLMCdoN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mUkn84N9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x3gwkoOGEdq6geWPj4xEng" name="spec" constrainedElement="_x3gwkIOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yAS5JoOGEdq6geWPj4xEng" language="OCL">

           <body>result = member->select(oclIsKindOf(Feature))</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mLMCeoN9EdqadtFwU5VNog" type="_mL7pVYN9EdqadtFwU5VNog" direction="return">

-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mUkn9IN9EdqadtFwU5VNog" value="-1"/>

-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mUkn9YN9EdqadtFwU5VNog"/>

+      <returnResult xmi:id="_x3gwlIOGEdq6geWPj4xEng" type="_x4GmdYOGEdq6geWPj4xEng" direction="return">

+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yAS5J4OGEdq6geWPj4xEng" value="-1"/>

+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yAS5KIOGEdq6geWPj4xEng"/>

       </returnResult>

     </ownedOperation>

-    <ownedOperation xmi:id="_mLVzcIN9EdqadtFwU5VNog" name="parents" type="_6UV2QGwJEdq7X4sGURiZYA" isQuery="true" bodyCondition="_mLVzcoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mLVzcYN9EdqadtFwU5VNog" annotatedElement="_mLVzcIN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x3gwoIOGEdq6geWPj4xEng" name="parents" type="_6UV2QGwJEdq7X4sGURiZYA" isQuery="true" bodyCondition="_x3gwooOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x3gwoYOGEdq6geWPj4xEng" annotatedElement="_x3gwoIOGEdq6geWPj4xEng">

         <body>The query parents() gives all of the immediate ancestors of a generalized Classifier.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mLVzcoN9EdqadtFwU5VNog" name="spec" constrainedElement="_mLVzcIN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mUkn9oN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x3gwooOGEdq6geWPj4xEng" name="spec" constrainedElement="_x3gwoIOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yAS5KYOGEdq6geWPj4xEng" language="OCL">

           <body>result = generalization.general</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mLVzdIN9EdqadtFwU5VNog" type="_6UV2QGwJEdq7X4sGURiZYA" direction="return">

-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mUkn94N9EdqadtFwU5VNog" value="-1"/>

-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mUkn-IN9EdqadtFwU5VNog"/>

+      <returnResult xmi:id="_x3gwpIOGEdq6geWPj4xEng" type="_6UV2QGwJEdq7X4sGURiZYA" direction="return">

+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yAS5KoOGEdq6geWPj4xEng" value="-1"/>

+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yAS5K4OGEdq6geWPj4xEng"/>

       </returnResult>

     </ownedOperation>

-    <ownedOperation xmi:id="_mLVzh4N9EdqadtFwU5VNog" name="inheritableMembers" type="_csVgUGvtEdqG6fBIPwe-mw" isQuery="true" precondition="_mLVziYN9EdqadtFwU5VNog" postcondition="_mLVziYN9EdqadtFwU5VNog" bodyCondition="_mLVzi4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mLVziIN9EdqadtFwU5VNog" annotatedElement="_mLVzh4N9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x3p6h4OGEdq6geWPj4xEng" name="inheritableMembers" type="_csVgUGvtEdqG6fBIPwe-mw" isQuery="true" precondition="_x3p6iYOGEdq6geWPj4xEng" postcondition="_x3p6iYOGEdq6geWPj4xEng" bodyCondition="_x3p6i4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x3p6iIOGEdq6geWPj4xEng" annotatedElement="_x3p6h4OGEdq6geWPj4xEng">

         <body>The query inheritableMembers() gives all of the members of a classifier that may be inherited in one of its descendants, subject to whatever visibility restrictions apply.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mLVziYN9EdqadtFwU5VNog" constrainedElement="_mLVzh4N9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mUkn-oN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x3p6iYOGEdq6geWPj4xEng" constrainedElement="_x3p6h4OGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yAcqIYOGEdq6geWPj4xEng" language="OCL">

           <body>c.allParents()->includes(self)</body>

         </specification>

       </ownedRule>

-      <ownedRule xmi:id="_mLVzi4N9EdqadtFwU5VNog" name="spec" constrainedElement="_mLVzh4N9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mUkn-4N9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x3p6i4OGEdq6geWPj4xEng" name="spec" constrainedElement="_x3p6h4OGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yAcqIoOGEdq6geWPj4xEng" language="OCL">

           <body>result = member->select(m | c.hasVisibilityOf(m))</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mLVzjYN9EdqadtFwU5VNog" type="_csVgUGvtEdqG6fBIPwe-mw" direction="return">

-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mUkn_IN9EdqadtFwU5VNog" value="-1"/>

-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mUkn_YN9EdqadtFwU5VNog"/>

+      <returnResult xmi:id="_x3p6jYOGEdq6geWPj4xEng" type="_csVgUGvtEdqG6fBIPwe-mw" direction="return">

+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yAcqI4OGEdq6geWPj4xEng" value="-1"/>

+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yAcqJIOGEdq6geWPj4xEng"/>

       </returnResult>

-      <ownedParameter xmi:id="_mLVzkIN9EdqadtFwU5VNog" name="c" type="_6UV2QGwJEdq7X4sGURiZYA" effect="read"/>

+      <ownedParameter xmi:id="_x3p6kIOGEdq6geWPj4xEng" name="c" type="_6UV2QGwJEdq7X4sGURiZYA" effect="read"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mLe9YIN9EdqadtFwU5VNog" name="hasVisibilityOf" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" precondition="_mLe9YoN9EdqadtFwU5VNog" bodyCondition="_mLe9ZIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mLe9YYN9EdqadtFwU5VNog" annotatedElement="_mLe9YIN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x3p6kYOGEdq6geWPj4xEng" name="hasVisibilityOf" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" precondition="_x3p6k4OGEdq6geWPj4xEng" bodyCondition="_x3p6lYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x3p6koOGEdq6geWPj4xEng" annotatedElement="_x3p6kYOGEdq6geWPj4xEng">

         <body>The query hasVisibilityOf() determines whether a named element is visible in the classifier. By default all are visible. It is only called when the argument is something owned by a parent.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mLe9YoN9EdqadtFwU5VNog" constrainedElement="_mLe9YIN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mUuY8IN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x3p6k4OGEdq6geWPj4xEng" constrainedElement="_x3p6kYOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yAcqJYOGEdq6geWPj4xEng" language="OCL">

           <body>self.allParents()->collect(c | c.member)->includes(n)</body>

         </specification>

       </ownedRule>

-      <ownedRule xmi:id="_mLe9ZIN9EdqadtFwU5VNog" name="spec" constrainedElement="_mLe9YIN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mUuY8YN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x3p6lYOGEdq6geWPj4xEng" name="spec" constrainedElement="_x3p6kYOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yAcqJoOGEdq6geWPj4xEng" language="OCL">

           <body>result = if (self.inheritedMember->includes(n)) then (n.visibility &lt;> #private) else true</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mLe9ZoN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

-      <ownedParameter xmi:id="_mLe9Z4N9EdqadtFwU5VNog" name="n" type="_csVgUGvtEdqG6fBIPwe-mw"/>

+      <returnResult xmi:id="_x3p6l4OGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <ownedParameter xmi:id="_x3p6mIOGEdq6geWPj4xEng" name="n" type="_csVgUGvtEdqG6fBIPwe-mw"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mLMCcIN9EdqadtFwU5VNog" name="conformsTo" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_mPqSwIN9EdqadtFwU5VNog" bodyCondition="_mLMCcoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mLMCcYN9EdqadtFwU5VNog" annotatedElement="_mLMCcIN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x3W_kIOGEdq6geWPj4xEng" name="conformsTo" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_x7ht9oOGEdq6geWPj4xEng" bodyCondition="_x3W_koOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x3W_kYOGEdq6geWPj4xEng" annotatedElement="_x3W_kIOGEdq6geWPj4xEng">

         <body>The query conformsTo() gives true for a classifier that defines a type that conforms to another. This is used, for example, in the specification of signature conformance for operations.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mLMCcoN9EdqadtFwU5VNog" name="spec" constrainedElement="_mLMCcIN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mUuY8oN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x3W_koOGEdq6geWPj4xEng" name="spec" constrainedElement="_x3W_kIOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yAcqJ4OGEdq6geWPj4xEng" language="OCL">

           <body>result = (self=other) or (self.allParents()->includes(other))</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mLMCdIN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

-      <ownedParameter xmi:id="_mLMCdYN9EdqadtFwU5VNog" name="other" type="_6UV2QGwJEdq7X4sGURiZYA"/>

+      <returnResult xmi:id="_x3W_lIOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <ownedParameter xmi:id="_x3W_lYOGEdq6geWPj4xEng" name="other" type="_6UV2QGwJEdq7X4sGURiZYA"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mLe9aIN9EdqadtFwU5VNog" name="inherit" type="_csVgUGvtEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_mLe9aoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mLe9aYN9EdqadtFwU5VNog" annotatedElement="_mLe9aIN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x3p6mYOGEdq6geWPj4xEng" name="inherit" type="_csVgUGvtEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_x3p6m4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x3p6moOGEdq6geWPj4xEng" annotatedElement="_x3p6mYOGEdq6geWPj4xEng">

         <body>The inherit operation is overridden to exclude redefined properties.</body>

       </ownedComment>

-      <ownedComment xmi:id="_mUuY84N9EdqadtFwU5VNog" annotatedElement="_mLe9aIN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yAmbIIOGEdq6geWPj4xEng" annotatedElement="_x3p6mYOGEdq6geWPj4xEng">

         <body>The query inherit() defines how to inherit a set of elements. Here the operation is defined to inherit them all. It is intended to be redefined in circumstances where inheritance is affected by redefinition.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mLe9aoN9EdqadtFwU5VNog" name="spec" constrainedElement="_mLe9aIN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mUuY9IN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x3p6m4OGEdq6geWPj4xEng" name="spec" constrainedElement="_x3p6mYOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yAmbIYOGEdq6geWPj4xEng" language="OCL">

           <body>result = inhs</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mLe9bIN9EdqadtFwU5VNog" type="_csVgUGvtEdqG6fBIPwe-mw" direction="return">

-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mUuY94N9EdqadtFwU5VNog" value="-1"/>

-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mUuY-IN9EdqadtFwU5VNog"/>

+      <returnResult xmi:id="_x3p6nYOGEdq6geWPj4xEng" type="_csVgUGvtEdqG6fBIPwe-mw" direction="return">

+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yAmbJIOGEdq6geWPj4xEng" value="-1"/>

+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yAmbJYOGEdq6geWPj4xEng"/>

       </returnResult>

-      <ownedParameter xmi:id="_mLe9b4N9EdqadtFwU5VNog" name="inhs" type="_csVgUGvtEdqG6fBIPwe-mw">

-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mUuY-YN9EdqadtFwU5VNog" value="-1"/>

-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mUuY-oN9EdqadtFwU5VNog"/>

+      <ownedParameter xmi:id="_x3p6oIOGEdq6geWPj4xEng" name="inhs" type="_csVgUGvtEdqG6fBIPwe-mw">

+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yAmbJoOGEdq6geWPj4xEng" value="-1"/>

+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yAmbJ4OGEdq6geWPj4xEng"/>

       </ownedParameter>

     </ownedOperation>

-    <ownedOperation xmi:id="_mLe9coN9EdqadtFwU5VNog" name="maySpecializeType" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_mLe9dIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mLe9c4N9EdqadtFwU5VNog" annotatedElement="_mLe9coN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x3p6o4OGEdq6geWPj4xEng" name="maySpecializeType" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" bodyCondition="_x3p6pYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x3p6pIOGEdq6geWPj4xEng" annotatedElement="_x3p6o4OGEdq6geWPj4xEng">

         <body>The query maySpecializeType() determines whether this classifier may have a generalization relationship to classifiers of the specified type. By default a classifier may specialize classifiers of the same or a more general type. It is intended to be redefined by classifiers that have different specialization constraints.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mLe9dIN9EdqadtFwU5VNog" name="spec" constrainedElement="_mLe9coN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mU4J8IN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x3p6pYOGEdq6geWPj4xEng" name="spec" constrainedElement="_x3p6o4OGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yAmbKIOGEdq6geWPj4xEng" language="OCL">

           <body>result = self.oclIsKindOf(c.oclType)</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mLe9doN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

-      <ownedParameter xmi:id="_mLe9d4N9EdqadtFwU5VNog" name="c" type="_6UV2QGwJEdq7X4sGURiZYA" effect="read"/>

+      <returnResult xmi:id="_x3p6p4OGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <ownedParameter xmi:id="_x3p6qIOGEdq6geWPj4xEng" name="c" type="_6UV2QGwJEdq7X4sGURiZYA" effect="read"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mLVzgIN9EdqadtFwU5VNog" name="allParents" type="_6UV2QGwJEdq7X4sGURiZYA" isQuery="true" bodyCondition="_mLVzgoN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mLVzgYN9EdqadtFwU5VNog" annotatedElement="_mLVzgIN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x3p6gIOGEdq6geWPj4xEng" name="allParents" type="_6UV2QGwJEdq7X4sGURiZYA" isQuery="true" bodyCondition="_x3p6goOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x3p6gYOGEdq6geWPj4xEng" annotatedElement="_x3p6gIOGEdq6geWPj4xEng">

         <body>The query allParents() gives all of the direct and indirect ancestors of a generalized Classifier.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mLVzgoN9EdqadtFwU5VNog" name="spec" constrainedElement="_mLVzgIN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mU4J8YN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x3p6goOGEdq6geWPj4xEng" name="spec" constrainedElement="_x3p6gIOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yAmbKYOGEdq6geWPj4xEng" language="OCL">

           <body>result = self.parents()->union(self.parents()->collect(p | p.allParents())</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mLVzhIN9EdqadtFwU5VNog" type="_6UV2QGwJEdq7X4sGURiZYA" direction="return">

-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mU4J8oN9EdqadtFwU5VNog" value="-1"/>

-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mU4J84N9EdqadtFwU5VNog"/>

+      <returnResult xmi:id="_x3p6hIOGEdq6geWPj4xEng" type="_6UV2QGwJEdq7X4sGURiZYA" direction="return">

+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yAmbKoOGEdq6geWPj4xEng" value="-1"/>

+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yAmbK4OGEdq6geWPj4xEng"/>

       </returnResult>

     </ownedOperation>

-    <ownedOperation xmi:id="_mxVceoN9EdqadtFwU5VNog" name="isTemplate" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_mwvm9IN9EdqadtFwU5VNog" bodyCondition="_mxVcfIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mxVce4N9EdqadtFwU5VNog" annotatedElement="_mxVceoN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_ybkf6oOGEdq6geWPj4xEng" name="isTemplate" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_ya-DVIOGEdq6geWPj4xEng" bodyCondition="_ybkf7IOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ybkf64OGEdq6geWPj4xEng" annotatedElement="_ybkf6oOGEdq6geWPj4xEng">

         <body>The query isTemplate() returns whether this templateable element is actually a template.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mxVcfIN9EdqadtFwU5VNog" name="spec" constrainedElement="_mxVceoN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mxVcfYN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_ybkf7IOGEdq6geWPj4xEng" name="spec" constrainedElement="_ybkf6oOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_ybkf7YOGEdq6geWPj4xEng" language="OCL">

           <body>result = oclAsType(TemplatableElement).isTemplate() or general->exists(g | g.isTemplate())</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mxVcfoN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_ybkf7oOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mxVcf4N9EdqadtFwU5VNog" name="ClassifierTemplateParameter">

-    <ownedComment xmi:id="_mxVcgIN9EdqadtFwU5VNog" annotatedElement="_mxVcf4N9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_ybkf74OGEdq6geWPj4xEng" name="ClassifierTemplateParameter">

+    <ownedComment xmi:id="_ybkf8IOGEdq6geWPj4xEng" annotatedElement="_ybkf74OGEdq6geWPj4xEng">

       <body>ClassifierTemplateParameter is a template parameter where the parametered element is a Classifier in its capacity of being a kind of ParameterableElement.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mxVcgYN9EdqadtFwU5VNog" name="has_constraining_classifier" constrainedElement="_mxVcf4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mxVcgoN9EdqadtFwU5VNog" annotatedElement="_mxVcgYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_ybkf8YOGEdq6geWPj4xEng" name="has_constraining_classifier" constrainedElement="_ybkf74OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ybkf8oOGEdq6geWPj4xEng" annotatedElement="_ybkf8YOGEdq6geWPj4xEng">

         <body>If &quot;allowSubstitutable&quot; is true, then there must be a constrainingClassifier.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mxVcg4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_ybkf84OGEdq6geWPj4xEng" language="OCL">

         <body>allowSubstitutable implies constrainingClassifier->notEmpty()</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mxVchIN9EdqadtFwU5VNog" general="_KxRzgGvuEdqG6fBIPwe-mw"/>

-    <ownedAttribute xmi:id="_mxVchYN9EdqadtFwU5VNog" name="allowSubstitutable" type="_UdivYGvsEdqG6fBIPwe-mw">

-      <ownedComment xmi:id="_mxVchoN9EdqadtFwU5VNog" annotatedElement="_mxVchYN9EdqadtFwU5VNog">

+    <generalization xmi:id="_ybkf9IOGEdq6geWPj4xEng" general="_KxRzgGvuEdqG6fBIPwe-mw"/>

+    <ownedAttribute xmi:id="_ybkf9YOGEdq6geWPj4xEng" name="allowSubstitutable" type="_UdivYGvsEdqG6fBIPwe-mw">

+      <ownedComment xmi:id="_ybkf9oOGEdq6geWPj4xEng" annotatedElement="_ybkf9YOGEdq6geWPj4xEng">

         <body>Constrains the required relationship between an actual parameter and the parameteredElement for this formal parameter.</body>

       </ownedComment>

-      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_mxVch4N9EdqadtFwU5VNog" value="true"/>

+      <defaultValue xmi:type="uml:LiteralBoolean" xmi:id="_ybkf94OGEdq6geWPj4xEng" value="true"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mxVciIN9EdqadtFwU5VNog" name="parameteredElement" type="_6UV2QGwJEdq7X4sGURiZYA" redefinedProperty="_mwl1m4N9EdqadtFwU5VNog" association="_myFDUIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mxVciYN9EdqadtFwU5VNog" annotatedElement="_mxVciIN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_ybkf-IOGEdq6geWPj4xEng" name="parameteredElement" type="_6UV2QGwJEdq7X4sGURiZYA" redefinedProperty="_ya05EYOGEdq6geWPj4xEng" association="_ycKV14OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ybkf-YOGEdq6geWPj4xEng" annotatedElement="_ybkf-IOGEdq6geWPj4xEng">

         <body>The parameterable classifier for this template parameter.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mxVcioN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mxVci4N9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ybkf-oOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ybkf-4OGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mxVcjIN9EdqadtFwU5VNog" name="defaultClassifier" type="_6UV2QGwJEdq7X4sGURiZYA" association="_myFDW4N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mxVcjYN9EdqadtFwU5VNog" annotatedElement="_mxVcjIN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_ybkf_IOGEdq6geWPj4xEng" name="defaultClassifier" type="_6UV2QGwJEdq7X4sGURiZYA" association="_ycUGwoOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ybkf_YOGEdq6geWPj4xEng" annotatedElement="_ybkf_IOGEdq6geWPj4xEng">

         <body>The classifier that is used by default if no argument is provided during template binding. If this property is empty, then there is no default.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mxVcjoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mxVcj4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ybkf_oOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ybkf_4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mxVckIN9EdqadtFwU5VNog" name="constrainingClassifier" type="_6UV2QGwJEdq7X4sGURiZYA" association="_myFDXYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mxVckYN9EdqadtFwU5VNog" annotatedElement="_mxVckIN9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_ybkgAIOGEdq6geWPj4xEng" name="constrainingClassifier" type="_6UV2QGwJEdq7X4sGURiZYA" association="_ycUGxIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ybkgAYOGEdq6geWPj4xEng" annotatedElement="_ybkgAIOGEdq6geWPj4xEng">

         <body>The classifier that constrains the argument that can be used for the parameter. If the allowSubstitutable attribute is true, then any classifier that is compatible with this constraining classifier can be substituted, otherwise it must be either this classifier or one of its subclasses. If this property is empty, there are no constraints on the classifier that can be used as an argument.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mxVckoN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mxVck4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ybkgAoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ybkgA4OGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

   <ownedMember xmi:type="uml:Class" xmi:id="_9keOQGvdEdq4DLWZOhbdEA" name="RedefinableTemplateSignature">

-    <ownedComment xmi:id="_mxVclIN9EdqadtFwU5VNog" annotatedElement="_9keOQGvdEdq4DLWZOhbdEA">

+    <ownedComment xmi:id="_ybkgBIOGEdq6geWPj4xEng" annotatedElement="_9keOQGvdEdq4DLWZOhbdEA">

       <body>RedefinableTemplateSignature specializes both TemplateSignature and RedefinableElement in order to allow the addition of new formal template parameters in the context of a specializing template Classifier.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mxVclYN9EdqadtFwU5VNog" name="inherited_parameters" constrainedElement="_9keOQGvdEdq4DLWZOhbdEA">

-      <ownedComment xmi:id="_mxVcloN9EdqadtFwU5VNog" annotatedElement="_mxVclYN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_ybkgBYOGEdq6geWPj4xEng" name="inherited_parameters" constrainedElement="_9keOQGvdEdq4DLWZOhbdEA">

+      <ownedComment xmi:id="_ybkgBoOGEdq6geWPj4xEng" annotatedElement="_ybkgBYOGEdq6geWPj4xEng">

         <body>The inherited parameters are the parameters of the extended template signature.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mxVcl4N9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_ybkgB4OGEdq6geWPj4xEng" language="OCL">

         <body>if extendedSignature->isEmpty() then Set{} else extendedSignature.parameter endif</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mxVcmIN9EdqadtFwU5VNog" general="_mMrQMYN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mxfNcIN9EdqadtFwU5VNog" general="_mwcEkoN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mxfNcYN9EdqadtFwU5VNog" name="classifier" type="_6UV2QGwJEdq7X4sGURiZYA" subsettedProperty="_mMrQOoN9EdqadtFwU5VNog" association="_mx75cYN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mxfNcoN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mxfNc4N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_ybkgCIOGEdq6geWPj4xEng" general="_x42NUYOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_ybkgCYOGEdq6geWPj4xEng" general="_yarICIOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_ybkgCoOGEdq6geWPj4xEng" name="classifier" type="_6UV2QGwJEdq7X4sGURiZYA" subsettedProperty="_x42NWoOGEdq6geWPj4xEng" association="_ycKVzIOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_ybkgC4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_ybkgDIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mxfNdIN9EdqadtFwU5VNog" annotatedElement="_mxfNcYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_ybkgDYOGEdq6geWPj4xEng" annotatedElement="_ybkgCoOGEdq6geWPj4xEng">

         <body>The classifier that owns this template signature.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mxfNdYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mxfNdoN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ybkgDoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ybkgD4OGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mxfNd4N9EdqadtFwU5VNog" name="extendedSignature" type="_9keOQGvdEdq4DLWZOhbdEA" subsettedProperty="_mMrQQIN9EdqadtFwU5VNog" association="_mx75dIN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mxfNeIN9EdqadtFwU5VNog" annotatedElement="_mxfNd4N9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_ybtp0IOGEdq6geWPj4xEng" name="extendedSignature" type="_9keOQGvdEdq4DLWZOhbdEA" subsettedProperty="_x42NYIOGEdq6geWPj4xEng" association="_ycKVz4OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ybtp0YOGEdq6geWPj4xEng" annotatedElement="_ybtp0IOGEdq6geWPj4xEng">

         <body>The template signature that is extended by this template signature.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mxfNeYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mxfNeoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ybtp0oOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ybtp04OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mxfNe4N9EdqadtFwU5VNog" name="inheritedParameter" type="_KxRzgGvuEdqG6fBIPwe-mw" isReadOnly="true" isDerived="true" subsettedProperty="_mwcEmIN9EdqadtFwU5VNog" association="_mx75eYN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mxfNfIN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mxfNfYN9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_ybtp1IOGEdq6geWPj4xEng" name="inheritedParameter" type="_KxRzgGvuEdqG6fBIPwe-mw" isReadOnly="true" isDerived="true" subsettedProperty="_yarIDoOGEdq6geWPj4xEng" association="_ycKV1IOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_ybtp1YOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_ybtp1oOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mxfNfoN9EdqadtFwU5VNog" annotatedElement="_mxfNe4N9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_ybtp14OGEdq6geWPj4xEng" annotatedElement="_ybtp1IOGEdq6geWPj4xEng">

         <body>The formal template parameters of the extendedSignature.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mxfNf4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mxfNgIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ybtp2IOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ybtp2YOGEdq6geWPj4xEng"/>

     </ownedAttribute>

     <ownedOperation xmi:id="_FvJUYFYLEdqrn7iZ0eqieg" name="getInheritedParameters" visibility="protected" type="_KxRzgGvuEdqG6fBIPwe-mw">

       <returnResult xmi:id="_Jbx-MFYLEdqrn7iZ0eqieg" type="_KxRzgGvuEdqG6fBIPwe-mw" direction="return">

@@ -15798,155 +15798,155 @@
         <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_LQdA0FYLEdqrn7iZ0eqieg"/>

       </returnResult>

     </ownedOperation>

-    <ownedOperation xmi:id="_mxfNgYN9EdqadtFwU5VNog" name="isConsistentWith" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" precondition="_mxfNg4N9EdqadtFwU5VNog" redefinedOperation="_mMrQRoN9EdqadtFwU5VNog" bodyCondition="_mxfNhYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mxfNgoN9EdqadtFwU5VNog" annotatedElement="_mxfNgYN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_ybtp2oOGEdq6geWPj4xEng" name="isConsistentWith" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" precondition="_ybtp3IOGEdq6geWPj4xEng" redefinedOperation="_x42NZoOGEdq6geWPj4xEng" bodyCondition="_ybtp3oOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ybtp24OGEdq6geWPj4xEng" annotatedElement="_ybtp2oOGEdq6geWPj4xEng">

         <body>The query isConsistentWith() specifies, for any two RedefinableTemplateSignatures in a context in which redefinition is possible, whether redefinition would be logically consistent. A redefining template signature is always consistent with a redefined template signature, since redefinition only adds new formal parameters.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mxfNg4N9EdqadtFwU5VNog" constrainedElement="_mxfNgYN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mxfNhIN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_ybtp3IOGEdq6geWPj4xEng" constrainedElement="_ybtp2oOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_ybtp3YOGEdq6geWPj4xEng" language="OCL">

           <body>redefinee.isRedefinitionContextValid(self)</body>

         </specification>

       </ownedRule>

-      <ownedRule xmi:id="_mxfNhYN9EdqadtFwU5VNog" name="spec" constrainedElement="_mxfNgYN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mxfNhoN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_ybtp3oOGEdq6geWPj4xEng" name="spec" constrainedElement="_ybtp2oOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_ybtp34OGEdq6geWPj4xEng" language="OCL">

           <body>result = redefinee.oclIsKindOf(RedefineableTemplateSignature)</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mxfNh4N9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

-      <ownedParameter xmi:id="_mxfNiIN9EdqadtFwU5VNog" name="redefinee" type="_mMrQMYN9EdqadtFwU5VNog"/>

+      <returnResult xmi:id="_ybtp4IOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <ownedParameter xmi:id="_ybtp4YOGEdq6geWPj4xEng" name="redefinee" type="_x42NUYOGEdq6geWPj4xEng"/>

     </ownedOperation>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mgWaOIN9EdqadtFwU5VNog" name="ConnectableElement" isAbstract="true">

-    <ownedComment xmi:id="_mgWaOYN9EdqadtFwU5VNog" annotatedElement="_mgWaOIN9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_yLeObIOGEdq6geWPj4xEng" name="ConnectableElement" isAbstract="true">

+    <ownedComment xmi:id="_yLeObYOGEdq6geWPj4xEng" annotatedElement="_yLeObIOGEdq6geWPj4xEng">

       <body>A ConnectableElement is an abstract metaclass representing a set of instances that play roles of a classifier. Connectable elements may be joined by attached connectors and specify configurations of linked instances to be created within an instance of the containing classifier.</body>

     </ownedComment>

-    <ownedComment xmi:id="_mxfNiYN9EdqadtFwU5VNog" annotatedElement="_mgWaOIN9EdqadtFwU5VNog">

+    <ownedComment xmi:id="_ybtp4oOGEdq6geWPj4xEng" annotatedElement="_yLeObIOGEdq6geWPj4xEng">

       <body>ConnectableElement is the connectable element of a ConnectableElementTemplateParameter.

 

 The ConnectableElements attached as role to each ConnectorEnd owned by a Connector must be roles of the classifier that owned the Connector, or they must be ports of such roles. 

 

 </body>

     </ownedComment>

-    <generalization xmi:id="_mgWaOoN9EdqadtFwU5VNog" general="_mM1BPoN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mxfNioN9EdqadtFwU5VNog" general="_mwvm-YN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mgWaO4N9EdqadtFwU5VNog" name="end" type="_aOgw0GveEdq4DLWZOhbdEA" isOrdered="true" association="_mgpVGYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mgWaPIN9EdqadtFwU5VNog" annotatedElement="_mgWaO4N9EdqadtFwU5VNog">

+    <generalization xmi:id="_yLeOboOGEdq6geWPj4xEng" general="_x4_-XoOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_ybtp44OGEdq6geWPj4xEng" general="_ybHz8IOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_yLeOb4OGEdq6geWPj4xEng" name="end" type="_aOgw0GveEdq4DLWZOhbdEA" isOrdered="true" association="_yLn_iYOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_yLeOcIOGEdq6geWPj4xEng" annotatedElement="_yLeOb4OGEdq6geWPj4xEng">

         <body>Denotes a connector that attaches to this connectable element.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mgWaPYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mgWaPoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yLeOcYOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yLeOcoOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mxfNi4N9EdqadtFwU5VNog" name="templateParameter" type="_mxfNj4N9EdqadtFwU5VNog" redefinedProperty="_mwvm_IN9EdqadtFwU5VNog" association="_myFDWYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mxfNjIN9EdqadtFwU5VNog" annotatedElement="_mxfNi4N9EdqadtFwU5VNog">

+    <ownedAttribute xmi:id="_ybtp5IOGEdq6geWPj4xEng" name="templateParameter" type="_ybtp6IOGEdq6geWPj4xEng" redefinedProperty="_ybHz84OGEdq6geWPj4xEng" association="_ycUGwIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ybtp5YOGEdq6geWPj4xEng" annotatedElement="_ybtp5IOGEdq6geWPj4xEng">

         <body>The ConnectableElementTemplateParameter for this ConnectableElement parameter.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mxfNjYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mxfNjoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ybtp5oOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ybtp54OGEdq6geWPj4xEng"/>

     </ownedAttribute>

   </ownedMember>

-  <ownedMember xmi:type="uml:Class" xmi:id="_mxfNj4N9EdqadtFwU5VNog" name="ConnectableElementTemplateParameter">

-    <ownedComment xmi:id="_mxfNkIN9EdqadtFwU5VNog" annotatedElement="_mxfNj4N9EdqadtFwU5VNog">

+  <ownedMember xmi:type="uml:Class" xmi:id="_ybtp6IOGEdq6geWPj4xEng" name="ConnectableElementTemplateParameter">

+    <ownedComment xmi:id="_ybtp6YOGEdq6geWPj4xEng" annotatedElement="_ybtp6IOGEdq6geWPj4xEng">

       <body>ConnectableElementTemplateParameter is a template parameter where the parametered element is a ConnectableElement.</body>

     </ownedComment>

-    <generalization xmi:id="_mxfNkYN9EdqadtFwU5VNog" general="_KxRzgGvuEdqG6fBIPwe-mw"/>

-    <ownedAttribute xmi:id="_mxfNkoN9EdqadtFwU5VNog" name="parameteredElement" type="_mgWaOIN9EdqadtFwU5VNog" redefinedProperty="_mwl1m4N9EdqadtFwU5VNog" association="_myFDWYN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mxfNk4N9EdqadtFwU5VNog" annotatedElement="_mxfNkoN9EdqadtFwU5VNog">

+    <generalization xmi:id="_ybtp6oOGEdq6geWPj4xEng" general="_KxRzgGvuEdqG6fBIPwe-mw"/>

+    <ownedAttribute xmi:id="_ybtp64OGEdq6geWPj4xEng" name="parameteredElement" type="_yLeObIOGEdq6geWPj4xEng" redefinedProperty="_ya05EYOGEdq6geWPj4xEng" association="_ycUGwIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_ybtp7IOGEdq6geWPj4xEng" annotatedElement="_ybtp64OGEdq6geWPj4xEng">

         <body>The ConnectableElement for this template parameter.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mxfNlIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mxfNlYN9EdqadtFwU5VNog" value="1"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ybtp7YOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ybtp7oOGEdq6geWPj4xEng" value="1"/>

     </ownedAttribute>

   </ownedMember>

   <ownedMember xmi:type="uml:Class" xmi:id="_-cvRAGvzEdq7X4sGURiZYA" name="Package">

-    <ownedComment xmi:id="_mO6r-IN9EdqadtFwU5VNog" annotatedElement="_-cvRAGvzEdq7X4sGURiZYA">

+    <ownedComment xmi:id="_x7FpAIOGEdq6geWPj4xEng" annotatedElement="_-cvRAGvzEdq7X4sGURiZYA">

       <body>A package is a namespace for its members, and may contain other packages. Only packageable elements can be owned members of a package. By virtue of being a namespace, a package can import either individual members of other packages, or all the members of other packages. In addition a package can be merged with other packages.</body>

     </ownedComment>

-    <ownedComment xmi:id="_mVnw_IN9EdqadtFwU5VNog" annotatedElement="_-cvRAGvzEdq7X4sGURiZYA">

+    <ownedComment xmi:id="_yBWCI4OGEdq6geWPj4xEng" annotatedElement="_-cvRAGvzEdq7X4sGURiZYA">

       <body>A package is a namespace for its members, and may contain other packages. Only packageable elements can be owned members of a package. By virtue of being a namespace, a package can import either individual members of other packages, or all the members of other packages.

 

 In addition a package can be merged with other packages.

 

 </body>

     </ownedComment>

-    <ownedComment xmi:id="_mqLrkIN9EdqadtFwU5VNog" annotatedElement="_-cvRAGvzEdq7X4sGURiZYA">

+    <ownedComment xmi:id="_yVUG-YOGEdq6geWPj4xEng" annotatedElement="_-cvRAGvzEdq7X4sGURiZYA">

       <body>A Package can have one or more ProfileApplications to indicate which profiles have been applied. Because a profile is a package, it is possible to apply a profile not only to packages, but also to profiles.</body>

     </ownedComment>

-    <ownedComment xmi:id="_mxoXYIN9EdqadtFwU5VNog" annotatedElement="_-cvRAGvzEdq7X4sGURiZYA">

+    <ownedComment xmi:id="_ybtp74OGEdq6geWPj4xEng" annotatedElement="_-cvRAGvzEdq7X4sGURiZYA">

       <body>Package specializes TemplateableElement and PackageableElement specializes ParameterableElement to specify that a package can be used as a template and a PackageableElement as a template parameter.</body>

     </ownedComment>

-    <ownedRule xmi:id="_mO6r-YN9EdqadtFwU5VNog" name="elements_public_or_private" constrainedElement="_-cvRAGvzEdq7X4sGURiZYA">

-      <ownedComment xmi:id="_mO6r-oN9EdqadtFwU5VNog" annotatedElement="_mO6r-YN9EdqadtFwU5VNog">

+    <ownedRule xmi:id="_x7FpAYOGEdq6geWPj4xEng" name="elements_public_or_private" constrainedElement="_-cvRAGvzEdq7X4sGURiZYA">

+      <ownedComment xmi:id="_x7FpAoOGEdq6geWPj4xEng" annotatedElement="_x7FpAYOGEdq6geWPj4xEng">

         <body>If an element that is owned by a package has visibility, it is public or private.</body>

       </ownedComment>

-      <specification xmi:type="uml:OpaqueExpression" xmi:id="_mVnw_YN9EdqadtFwU5VNog" language="OCL">

+      <specification xmi:type="uml:OpaqueExpression" xmi:id="_yBWCJIOGEdq6geWPj4xEng" language="OCL">

         <body>self.ownedElements->forAll(e | e.visibility->notEmpty() implies e.visbility = #public or e.visibility = #private)</body>

       </specification>

     </ownedRule>

-    <generalization xmi:id="_mPD10IN9EdqadtFwU5VNog" general="_jKxnwGwLEdq7X4sGURiZYA"/>

-    <generalization xmi:id="_mPD10YN9EdqadtFwU5VNog" general="_ZiwkoGwLEdq7X4sGURiZYA"/>

-    <generalization xmi:id="_mxoXYYN9EdqadtFwU5VNog" general="_mwvm3oN9EdqadtFwU5VNog"/>

-    <ownedAttribute xmi:id="_mPD16oN9EdqadtFwU5VNog" name="packageMerge" type="_mPghwIN9EdqadtFwU5VNog" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mQs0oIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mPD164N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mPD17IN9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <generalization xmi:id="_x7FpBIOGEdq6geWPj4xEng" general="_jKxnwGwLEdq7X4sGURiZYA"/>

+    <generalization xmi:id="_x7FpBYOGEdq6geWPj4xEng" general="_ZiwkoGwLEdq7X4sGURiZYA"/>

+    <generalization xmi:id="_yb3a0IOGEdq6geWPj4xEng" general="_ya-DPoOGEdq6geWPj4xEng"/>

+    <ownedAttribute xmi:id="_x7FpHoOGEdq6geWPj4xEng" name="packageMerge" type="_x7ht4IOGEdq6geWPj4xEng" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_x8uAwIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_x7FpH4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x7FpIIOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mPD17YN9EdqadtFwU5VNog" annotatedElement="_mPD16oN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x7FpIYOGEdq6geWPj4xEng" annotatedElement="_x7FpHoOGEdq6geWPj4xEng">

         <body>References the PackageMerges that are owned by this Package.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mVw6wIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mVw6wYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yBfL8IOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yBfL8YOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mPD10oN9EdqadtFwU5VNog" name="packagedElement" type="_jKxnwGwLEdq7X4sGURiZYA" subsettedProperty="_mMYVVoN9EdqadtFwU5VNog" association="_mQs0k4N9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mPD104N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mPD11IN9EdqadtFwU5VNog"/>

+    <ownedAttribute xmi:id="_x7FpBoOGEdq6geWPj4xEng" name="packagedElement" type="_jKxnwGwLEdq7X4sGURiZYA" subsettedProperty="_x4jScoOGEdq6geWPj4xEng" association="_x8uAs4OGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_x7FpB4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x7FpCIOGEdq6geWPj4xEng"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mPD11YN9EdqadtFwU5VNog" annotatedElement="_mPD10oN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x7FpCYOGEdq6geWPj4xEng" annotatedElement="_x7FpBoOGEdq6geWPj4xEng">

         <body>Specifies the packageable elements that are owned by this Package.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mVw6woN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mVw6w4N9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yBfL8oOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yBfL84OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mPD12IN9EdqadtFwU5VNog" name="ownedType" type="_ynRtoGvtEdqG6fBIPwe-mw" isDerived="true" subsettedProperty="_mPD10oN9EdqadtFwU5VNog" association="_mQs0mIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mPD12YN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mPD12oN9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_x7FpDIOGEdq6geWPj4xEng" name="ownedType" type="_ynRtoGvtEdqG6fBIPwe-mw" isDerived="true" subsettedProperty="_x7FpBoOGEdq6geWPj4xEng" association="_x8uAuIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_x7FpDYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x7FpDoOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mPD124N9EdqadtFwU5VNog" annotatedElement="_mPD12IN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x7FpD4OGEdq6geWPj4xEng" annotatedElement="_x7FpDIOGEdq6geWPj4xEng">

         <body>References the packaged elements that are Types.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mVw6xIN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mV6rwIN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yBfL9IOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yBfL9YOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mPD13oN9EdqadtFwU5VNog" name="nestedPackage" type="_-cvRAGvzEdq7X4sGURiZYA" isDerived="true" subsettedProperty="_mPD10oN9EdqadtFwU5VNog" association="_mQs0nIN9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mPD134N9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mPD14IN9EdqadtFwU5VNog" isTransient="true"/>

+    <ownedAttribute xmi:id="_x7FpEoOGEdq6geWPj4xEng" name="nestedPackage" type="_-cvRAGvzEdq7X4sGURiZYA" isDerived="true" subsettedProperty="_x7FpBoOGEdq6geWPj4xEng" association="_x8uAvIOGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_x7FpE4OGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x7FpFIOGEdq6geWPj4xEng" isTransient="true"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mPD14YN9EdqadtFwU5VNog" annotatedElement="_mPD13oN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x7FpFYOGEdq6geWPj4xEng" annotatedElement="_x7FpEoOGEdq6geWPj4xEng">

         <body>References the packaged elements that are Packages.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mV6rwYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mV6rwoN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yBfL9oOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yBfL94OGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mPD15IN9EdqadtFwU5VNog" name="nestingPackage" type="_-cvRAGvzEdq7X4sGURiZYA" subsettedProperty="_mPzcsIN9EdqadtFwU5VNog" association="_mQs0nIN9EdqadtFwU5VNog">

-      <eAnnotations xmi:id="_mPD15YN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mPD15oN9EdqadtFwU5VNog"/>

+    <ownedAttribute xmi:id="_x7FpGIOGEdq6geWPj4xEng" name="nestingPackage" type="_-cvRAGvzEdq7X4sGURiZYA" subsettedProperty="_x7re94OGEdq6geWPj4xEng" association="_x8uAvIOGEdq6geWPj4xEng">

+      <eAnnotations xmi:id="_x7FpGYOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_x7FpGoOGEdq6geWPj4xEng"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mPD154N9EdqadtFwU5VNog" annotatedElement="_mPD15IN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_x7FpG4OGEdq6geWPj4xEng" annotatedElement="_x7FpGIOGEdq6geWPj4xEng">

         <body>References the owning package of a package.</body>

       </ownedComment>

-      <ownedComment xmi:id="_mV6rw4N9EdqadtFwU5VNog" annotatedElement="_mPD15IN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yBo88IOGEdq6geWPj4xEng" annotatedElement="_x7FpGIOGEdq6geWPj4xEng">

         <body>References the Package that owns this Package.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mV6rxIN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mV6rxYN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yBo88YOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yBo88oOGEdq6geWPj4xEng"/>

     </ownedAttribute>

-    <ownedAttribute xmi:id="_mqLrkYN9EdqadtFwU5VNog" name="profileApplication" type="_uY5yQGv5Edq7X4sGURiZYA" subsettedProperty="_mLyfZ4N9EdqadtFwU5VNog" association="_mq7Sd4N9EdqadtFwU5VNog" aggregation="composite">

-      <eAnnotations xmi:id="_mqLrkoN9EdqadtFwU5VNog" source="appliedStereotypes">

-        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_mqLrk4N9EdqadtFwU5VNog" isResolveProxies="false"/>

+    <ownedAttribute xmi:id="_yVdQ0IOGEdq6geWPj4xEng" name="profileApplication" type="_uY5yQGv5Edq7X4sGURiZYA" subsettedProperty="_x381hoOGEdq6geWPj4xEng" association="_yWDtx4OGEdq6geWPj4xEng" aggregation="composite">

+      <eAnnotations xmi:id="_yVdQ0YOGEdq6geWPj4xEng" source="appliedStereotypes">

+        <contents xmi:type="Ecore_2:Ecore__EReference" xmi:id="_yVdQ0oOGEdq6geWPj4xEng" isResolveProxies="false"/>

       </eAnnotations>

-      <ownedComment xmi:id="_mqLrlIN9EdqadtFwU5VNog" annotatedElement="_mqLrkYN9EdqadtFwU5VNog">

+      <ownedComment xmi:id="_yVdQ04OGEdq6geWPj4xEng" annotatedElement="_yVdQ0IOGEdq6geWPj4xEng">

         <body>References the ProfileApplications that indicate which profiles have been applied to the Package.</body>

       </ownedComment>

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mqLrlYN9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mqLrloN9EdqadtFwU5VNog"/>

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yVdQ1IOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yVdQ1YOGEdq6geWPj4xEng"/>

     </ownedAttribute>

     <ownedOperation xmi:id="_sUplEGwFEdq7X4sGURiZYA" name="createNestedPackage" type="_-cvRAGvzEdq7X4sGURiZYA">

       <returnResult xmi:id="_vRvoUGwFEdq7X4sGURiZYA" type="_-cvRAGvzEdq7X4sGURiZYA" direction="return"/>

@@ -16039,140 +16039,140 @@
       <returnResult xmi:id="_SwrbIXFhEdqziYxiZo0YtA" type="_8Ugn8GvtEdqG6fBIPwe-mw" direction="return"/>

       <ownedParameter xmi:id="_SwrbInFhEdqziYxiZo0YtA" name="name" type="_aAyVgGvsEdqG6fBIPwe-mw" effect="read"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mPD18IN9EdqadtFwU5VNog" name="mustBeOwned" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_mL7pUIN9EdqadtFwU5VNog" bodyCondition="_mPD18oN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mPD18YN9EdqadtFwU5VNog" annotatedElement="_mPD18IN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x7Oy8IOGEdq6geWPj4xEng" name="mustBeOwned" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" redefinedOperation="_x4GmcIOGEdq6geWPj4xEng" bodyCondition="_x7Oy8oOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x7Oy8YOGEdq6geWPj4xEng" annotatedElement="_x7Oy8IOGEdq6geWPj4xEng">

         <body>The query mustBeOwned() indicates whether elements of this type must have an owner.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mPD18oN9EdqadtFwU5VNog" name="spec" constrainedElement="_mPD18IN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mV6rxoN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x7Oy8oOGEdq6geWPj4xEng" name="spec" constrainedElement="_x7Oy8IOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yBo884OGEdq6geWPj4xEng" language="OCL">

           <body>result = false</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mPD19IN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <returnResult xmi:id="_x7Oy9IOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

     </ownedOperation>

-    <ownedOperation xmi:id="_mPD19YN9EdqadtFwU5VNog" name="visibleMembers" type="_jKxnwGwLEdq7X4sGURiZYA" isQuery="true" bodyCondition="_mPD194N9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mPD19oN9EdqadtFwU5VNog" annotatedElement="_mPD19YN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x7Oy9YOGEdq6geWPj4xEng" name="visibleMembers" type="_jKxnwGwLEdq7X4sGURiZYA" isQuery="true" bodyCondition="_x7Oy94OGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x7Oy9oOGEdq6geWPj4xEng" annotatedElement="_x7Oy9YOGEdq6geWPj4xEng">

         <body>The query visibleMembers() defines which members of a Package can be accessed outside it.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mPD194N9EdqadtFwU5VNog" name="spec" constrainedElement="_mPD19YN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mV6rx4N9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x7Oy94OGEdq6geWPj4xEng" name="spec" constrainedElement="_x7Oy9YOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yBo89IOGEdq6geWPj4xEng" language="OCL">

           <body>result = member->select( m | self.makesVisible(m))</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mPD1-YN9EdqadtFwU5VNog" type="_jKxnwGwLEdq7X4sGURiZYA" direction="return">

-        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mV6ryIN9EdqadtFwU5VNog" value="-1"/>

-        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mV6ryYN9EdqadtFwU5VNog"/>

+      <returnResult xmi:id="_x7Oy-YOGEdq6geWPj4xEng" type="_jKxnwGwLEdq7X4sGURiZYA" direction="return">

+        <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_yBo89YOGEdq6geWPj4xEng" value="-1"/>

+        <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_yBo89oOGEdq6geWPj4xEng"/>

       </returnResult>

     </ownedOperation>

-    <ownedOperation xmi:id="_mPNm0IN9EdqadtFwU5VNog" name="makesVisible" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" precondition="_mPNm0oN9EdqadtFwU5VNog" bodyCondition="_mPNm1IN9EdqadtFwU5VNog">

-      <ownedComment xmi:id="_mPNm0YN9EdqadtFwU5VNog" annotatedElement="_mPNm0IN9EdqadtFwU5VNog">

+    <ownedOperation xmi:id="_x7Oy_IOGEdq6geWPj4xEng" name="makesVisible" type="_UdivYGvsEdqG6fBIPwe-mw" isQuery="true" precondition="_x7Oy_oOGEdq6geWPj4xEng" bodyCondition="_x7OzAIOGEdq6geWPj4xEng">

+      <ownedComment xmi:id="_x7Oy_YOGEdq6geWPj4xEng" annotatedElement="_x7Oy_IOGEdq6geWPj4xEng">

         <body>The query makesVisible() defines whether a Package makes an element visible outside itself. Elements with no visibility and elements with public visibility are made visible.</body>

       </ownedComment>

-      <ownedRule xmi:id="_mPNm0oN9EdqadtFwU5VNog" constrainedElement="_mPNm0IN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mWEcwIN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x7Oy_oOGEdq6geWPj4xEng" constrainedElement="_x7Oy_IOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yBo894OGEdq6geWPj4xEng" language="OCL">

           <body>self.member->includes(el)</body>

         </specification>

       </ownedRule>

-      <ownedRule xmi:id="_mPNm1IN9EdqadtFwU5VNog" name="spec" constrainedElement="_mPNm0IN9EdqadtFwU5VNog">

-        <specification xmi:type="uml:OpaqueExpression" xmi:id="_mWEcwYN9EdqadtFwU5VNog" language="OCL">

+      <ownedRule xmi:id="_x7OzAIOGEdq6geWPj4xEng" name="spec" constrainedElement="_x7Oy_IOGEdq6geWPj4xEng">

+        <specification xmi:type="uml:OpaqueExpression" xmi:id="_yBo8-IOGEdq6geWPj4xEng" language="OCL">

           <body>result = (ownedMember->includes(el)) or

 (elementImport->select(ei|ei.importedElement = #public)->collect(ei|ei.importedElement)->includes(el)) or

 (packageImport->select(pi|pi.visibility = #public)->collect(pi|pi.importedPackage.member->includes(el))->notEmpty())</body>

         </specification>

       </ownedRule>

-      <returnResult xmi:id="_mPNm1oN9EdqadtFwU5VNog" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

-      <ownedParameter xmi:id="_mPNm14N9EdqadtFwU5VNog" name="el" type="_csVgUGvtEdqG6fBIPwe-mw"/>

+      <returnResult xmi:id="_x7OzAoOGEdq6geWPj4xEng" type="_UdivYGvsEdqG6fBIPwe-mw" direction="return"/>

+      <ownedParameter xmi:id="_x7OzA4OGEdq6geWPj4xEng" name="el" type="_csVgUGvtEdqG6fBIPwe-mw"/>

     </ownedOperation>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mxoXYoN9EdqadtFwU5VNog" name="A_parameter_templateSignature" memberEnd="_mwcEmIN9EdqadtFwU5VNog _mxoXY4N9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mxoXY4N9EdqadtFwU5VNog" type="_mwcEkoN9EdqadtFwU5VNog" association="_mxoXYoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yb3a0YOGEdq6geWPj4xEng" name="A_parameter_templateSignature" memberEnd="_yarIDoOGEdq6geWPj4xEng _yb3a0oOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yb3a0oOGEdq6geWPj4xEng" type="_yarICIOGEdq6geWPj4xEng" association="_yb3a0YOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mxoXZIN9EdqadtFwU5VNog" name="A_ownedParameter_signature" memberEnd="_mwl1lYN9EdqadtFwU5VNog _mwcEnIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mxoXZYN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mxoXZoN9EdqadtFwU5VNog" general="_mxoXYoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yb3a04OGEdq6geWPj4xEng" name="A_ownedParameter_signature" memberEnd="_yarIEoOGEdq6geWPj4xEng _ya05C4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_yb3a1IOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_yb3a1YOGEdq6geWPj4xEng" general="_yb3a0YOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mxoXZ4N9EdqadtFwU5VNog" name="A_boundElement_templateBinding" memberEnd="_mwvmtIN9EdqadtFwU5VNog _mwvm4YN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mxoXaIN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mxoXaYN9EdqadtFwU5VNog" general="_mQ2llIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yb3a1oOGEdq6geWPj4xEng" name="A_boundElement_templateBinding" memberEnd="_ya-DQYOGEdq6geWPj4xEng _ya-DFIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yb3a14OGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_yb3a2IOGEdq6geWPj4xEng" general="_x83xsIOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mxoXaoN9EdqadtFwU5VNog" name="A_formal_templateParameterSubstitution" memberEnd="_mxoXa4N9EdqadtFwU5VNog _mwvmyoN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mxoXa4N9EdqadtFwU5VNog" type="_mwvmxIN9EdqadtFwU5VNog" association="_mxoXaoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yb3a2YOGEdq6geWPj4xEng" name="A_formal_templateParameterSubstitution" memberEnd="_ya-DKoOGEdq6geWPj4xEng _yb3a2oOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_yb3a2oOGEdq6geWPj4xEng" type="_ya-DJIOGEdq6geWPj4xEng" association="_yb3a2YOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mxyIYIN9EdqadtFwU5VNog" name="A_signature_templateBinding" memberEnd="_mwvmuoN9EdqadtFwU5VNog _mxyIYoN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mxyIYYN9EdqadtFwU5VNog" general="_mQ2ll4N9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mxyIYoN9EdqadtFwU5VNog" type="_mwvmq4N9EdqadtFwU5VNog" redefinedProperty="_mQ2lmYN9EdqadtFwU5VNog" association="_mxyIYIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yb3a24OGEdq6geWPj4xEng" name="A_signature_templateBinding" memberEnd="_ya-DGoOGEdq6geWPj4xEng _yb3a3YOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yb3a3IOGEdq6geWPj4xEng" general="_x83xs4OGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_yb3a3YOGEdq6geWPj4xEng" type="_ya-DC4OGEdq6geWPj4xEng" redefinedProperty="_x83xtYOGEdq6geWPj4xEng" association="_yb3a24OGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mxyIY4N9EdqadtFwU5VNog" name="A_parameterSubstitution_templateBinding" memberEnd="_mwvmvoN9EdqadtFwU5VNog _mwvmzoN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mxyIZIN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_yb3a3oOGEdq6geWPj4xEng" name="A_parameterSubstitution_templateBinding" memberEnd="_ya-DLoOGEdq6geWPj4xEng _ya-DHoOGEdq6geWPj4xEng">

+    <generalization xmi:id="_yb3a34OGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mxyIZYN9EdqadtFwU5VNog" name="A_actual_templateParameterSubstitution" memberEnd="_mwvm1IN9EdqadtFwU5VNog _mxyIZoN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mxyIZoN9EdqadtFwU5VNog" type="_mwvmxIN9EdqadtFwU5VNog" association="_mxyIZYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_ycBL0IOGEdq6geWPj4xEng" name="A_actual_templateParameterSubstitution" memberEnd="_ya-DNIOGEdq6geWPj4xEng _ycBL0YOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_ycBL0YOGEdq6geWPj4xEng" type="_ya-DJIOGEdq6geWPj4xEng" association="_ycBL0IOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mxyIZ4N9EdqadtFwU5VNog" name="A_parameteredElement_templateParameter" memberEnd="_mwl1m4N9EdqadtFwU5VNog _mwvm_IN9EdqadtFwU5VNog"/>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mxyIaIN9EdqadtFwU5VNog" name="A_subExpression_owningExpression" memberEnd="_mwvmoIN9EdqadtFwU5VNog _mwvmmoN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mxyIaYN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_ycBL0oOGEdq6geWPj4xEng" name="A_parameteredElement_templateParameter" memberEnd="_ya05EYOGEdq6geWPj4xEng _ybHz84OGEdq6geWPj4xEng"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_ycBL04OGEdq6geWPj4xEng" name="A_subExpression_owningExpression" memberEnd="_ya-DAIOGEdq6geWPj4xEng _ya-C-oOGEdq6geWPj4xEng">

+    <generalization xmi:id="_ycBL1IOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mxyIaoN9EdqadtFwU5VNog" name="A_ownedTemplateSignature_template" memberEnd="_mwcEooN9EdqadtFwU5VNog _mwvm54N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mxyIa4N9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_ycBL1YOGEdq6geWPj4xEng" name="A_ownedTemplateSignature_template" memberEnd="_ya-DR4OGEdq6geWPj4xEng _yarIGIOGEdq6geWPj4xEng">

+    <generalization xmi:id="_ycBL1oOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mx75YIN9EdqadtFwU5VNog" name="A_ownedParameteredElement_owningTemplateParameter" memberEnd="_mwl1n4N9EdqadtFwU5VNog _mwvnAIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mx75YYN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mx75YoN9EdqadtFwU5VNog" general="_mxyIZ4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_ycBL14OGEdq6geWPj4xEng" name="A_ownedParameteredElement_owningTemplateParameter" memberEnd="_ya05FYOGEdq6geWPj4xEng _ybHz94OGEdq6geWPj4xEng">

+    <generalization xmi:id="_ycBL2IOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_ycBL2YOGEdq6geWPj4xEng" general="_ycBL0oOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mx75Y4N9EdqadtFwU5VNog" name="A_default_templateParameter" memberEnd="_mx75ZIN9EdqadtFwU5VNog _mwl1pYN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_mx75ZIN9EdqadtFwU5VNog" type="_KxRzgGvuEdqG6fBIPwe-mw" association="_mx75Y4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_ycBL2oOGEdq6geWPj4xEng" name="A_default_templateParameter" memberEnd="_ya05G4OGEdq6geWPj4xEng _ycBL24OGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_ycBL24OGEdq6geWPj4xEng" type="_KxRzgGvuEdqG6fBIPwe-mw" association="_ycBL2oOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mx75ZYN9EdqadtFwU5VNog" name="A_ownedDefault_templateParameter" memberEnd="_mx75aIN9EdqadtFwU5VNog _mwl1qYN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mx75ZoN9EdqadtFwU5VNog" general="_mx75Y4N9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mx75Z4N9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mx75aIN9EdqadtFwU5VNog" type="_KxRzgGvuEdqG6fBIPwe-mw" association="_mx75ZYN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mx75aYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mx75aoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_ycKVwIOGEdq6geWPj4xEng" name="A_ownedDefault_templateParameter" memberEnd="_ya05H4OGEdq6geWPj4xEng _ycKVw4OGEdq6geWPj4xEng">

+    <generalization xmi:id="_ycKVwYOGEdq6geWPj4xEng" general="_ycBL2oOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_ycKVwoOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_ycKVw4OGEdq6geWPj4xEng" type="_KxRzgGvuEdqG6fBIPwe-mw" association="_ycKVwIOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ycKVxIOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ycKVxYOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mx75a4N9EdqadtFwU5VNog" name="A_ownedActual_templateParameterSubstitution" memberEnd="_mwvm2IN9EdqadtFwU5VNog _mx75boN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mx75bIN9EdqadtFwU5VNog" general="_mxyIZYN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mx75bYN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mx75boN9EdqadtFwU5VNog" type="_mwvmxIN9EdqadtFwU5VNog" association="_mx75a4N9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mx75b4N9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mx75cIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_ycKVxoOGEdq6geWPj4xEng" name="A_ownedActual_templateParameterSubstitution" memberEnd="_ya-DOIOGEdq6geWPj4xEng _ycKVyYOGEdq6geWPj4xEng">

+    <generalization xmi:id="_ycKVx4OGEdq6geWPj4xEng" general="_ycBL0IOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_ycKVyIOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_ycKVyYOGEdq6geWPj4xEng" type="_ya-DJIOGEdq6geWPj4xEng" association="_ycKVxoOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ycKVyoOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ycKVy4OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mx75cYN9EdqadtFwU5VNog" name="A_ownedSignature_classifier" memberEnd="_mxfNcYN9EdqadtFwU5VNog _mxVccIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mx75coN9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <generalization xmi:id="_mx75c4N9EdqadtFwU5VNog" general="_mQ2lmoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_ycKVzIOGEdq6geWPj4xEng" name="A_ownedSignature_classifier" memberEnd="_ybkgCoOGEdq6geWPj4xEng _ybkf4IOGEdq6geWPj4xEng">

+    <generalization xmi:id="_ycKVzYOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <generalization xmi:id="_ycKVzoOGEdq6geWPj4xEng" general="_x83xtoOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mx75dIN9EdqadtFwU5VNog" name="A_extendedSignature_redefinableTemplateSignature" memberEnd="_mxfNd4N9EdqadtFwU5VNog _mx75doN9EdqadtFwU5VNog">

-    <generalization xmi:id="_mx75dYN9EdqadtFwU5VNog" general="_mQ2lnIN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mx75doN9EdqadtFwU5VNog" type="_9keOQGvdEdq4DLWZOhbdEA" association="_mx75dIN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_mx75d4N9EdqadtFwU5VNog" value="-1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_mx75eIN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_ycKVz4OGEdq6geWPj4xEng" name="A_extendedSignature_redefinableTemplateSignature" memberEnd="_ybtp0IOGEdq6geWPj4xEng _ycKV0YOGEdq6geWPj4xEng">

+    <generalization xmi:id="_ycKV0IOGEdq6geWPj4xEng" general="_x83xuIOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_ycKV0YOGEdq6geWPj4xEng" type="_9keOQGvdEdq4DLWZOhbdEA" association="_ycKVz4OGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ycKV0oOGEdq6geWPj4xEng" value="-1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ycKV04OGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_mx75eYN9EdqadtFwU5VNog" name="A_inheritedParameter_redefinableTemplateSignature" memberEnd="_mxfNe4N9EdqadtFwU5VNog _mx75e4N9EdqadtFwU5VNog">

-    <generalization xmi:id="_mx75eoN9EdqadtFwU5VNog" general="_mxoXYoN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_mx75e4N9EdqadtFwU5VNog" type="_9keOQGvdEdq4DLWZOhbdEA" redefinedProperty="_mxoXY4N9EdqadtFwU5VNog" association="_mx75eYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_ycKV1IOGEdq6geWPj4xEng" name="A_inheritedParameter_redefinableTemplateSignature" memberEnd="_ybtp1IOGEdq6geWPj4xEng _ycKV1oOGEdq6geWPj4xEng">

+    <generalization xmi:id="_ycKV1YOGEdq6geWPj4xEng" general="_yb3a0YOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_ycKV1oOGEdq6geWPj4xEng" type="_9keOQGvdEdq4DLWZOhbdEA" redefinedProperty="_yb3a0oOGEdq6geWPj4xEng" association="_ycKV1IOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_myFDUIN9EdqadtFwU5VNog" name="A_templateParameter_parameteredElement" memberEnd="_mxVcdoN9EdqadtFwU5VNog _mxVciIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_myFDUYN9EdqadtFwU5VNog" general="_mxyIZ4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_ycKV14OGEdq6geWPj4xEng" name="A_templateParameter_parameteredElement" memberEnd="_ybkf5oOGEdq6geWPj4xEng _ybkf-IOGEdq6geWPj4xEng">

+    <generalization xmi:id="_ycKV2IOGEdq6geWPj4xEng" general="_ycBL0oOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_myFDUoN9EdqadtFwU5VNog" name="A_nameExpression_namedElement" memberEnd="_mwcEqYN9EdqadtFwU5VNog _myFDVIN9EdqadtFwU5VNog">

-    <generalization xmi:id="_myFDU4N9EdqadtFwU5VNog" general="_mQs0poN9EdqadtFwU5VNog"/>

-    <ownedEnd xmi:id="_myFDVIN9EdqadtFwU5VNog" type="_csVgUGvtEdqG6fBIPwe-mw" association="_myFDUoN9EdqadtFwU5VNog">

-      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_myFDVYN9EdqadtFwU5VNog" value="1"/>

-      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_myFDVoN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_ycKV2YOGEdq6geWPj4xEng" name="A_nameExpression_namedElement" memberEnd="_ya05AIOGEdq6geWPj4xEng _ycKV24OGEdq6geWPj4xEng">

+    <generalization xmi:id="_ycKV2oOGEdq6geWPj4xEng" general="_x8uAxoOGEdq6geWPj4xEng"/>

+    <ownedEnd xmi:id="_ycKV24OGEdq6geWPj4xEng" type="_csVgUGvtEdqG6fBIPwe-mw" association="_ycKV2YOGEdq6geWPj4xEng">

+      <upperValue xmi:type="uml:LiteralUnlimitedNatural" xmi:id="_ycKV3IOGEdq6geWPj4xEng" value="1"/>

+      <lowerValue xmi:type="uml:LiteralInteger" xmi:id="_ycKV3YOGEdq6geWPj4xEng"/>

     </ownedEnd>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_myFDV4N9EdqadtFwU5VNog" name="A_templateParameter_parameteredElement" memberEnd="_mxChg4N9EdqadtFwU5VNog _mxChioN9EdqadtFwU5VNog">

-    <generalization xmi:id="_myFDWIN9EdqadtFwU5VNog" general="_mxyIZ4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_ycKV3oOGEdq6geWPj4xEng" name="A_templateParameter_parameteredElement" memberEnd="_ybRk84OGEdq6geWPj4xEng _ybRk-oOGEdq6geWPj4xEng">

+    <generalization xmi:id="_ycKV34OGEdq6geWPj4xEng" general="_ycBL0oOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_myFDWYN9EdqadtFwU5VNog" name="A_templateParameter_parameteredElement" memberEnd="_mxfNi4N9EdqadtFwU5VNog _mxfNkoN9EdqadtFwU5VNog">

-    <generalization xmi:id="_myFDWoN9EdqadtFwU5VNog" general="_mxyIZ4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_ycUGwIOGEdq6geWPj4xEng" name="A_templateParameter_parameteredElement" memberEnd="_ybtp64OGEdq6geWPj4xEng _ybtp5IOGEdq6geWPj4xEng">

+    <generalization xmi:id="_ycUGwYOGEdq6geWPj4xEng" general="_ycBL0oOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_myFDW4N9EdqadtFwU5VNog" name="A_defaultClassifier_classifierTemplateParameter" memberEnd="_mxVcjIN9EdqadtFwU5VNog _myFDXIN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_myFDXIN9EdqadtFwU5VNog" type="_mxVcf4N9EdqadtFwU5VNog" association="_myFDW4N9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_ycUGwoOGEdq6geWPj4xEng" name="A_defaultClassifier_classifierTemplateParameter" memberEnd="_ycUGw4OGEdq6geWPj4xEng _ybkf_IOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_ycUGw4OGEdq6geWPj4xEng" type="_ybkf74OGEdq6geWPj4xEng" association="_ycUGwoOGEdq6geWPj4xEng"/>

   </ownedMember>

-  <ownedMember xmi:type="uml:Association" xmi:id="_myFDXYN9EdqadtFwU5VNog" name="A_constrainingClassifier_classifierTemplateParameter" memberEnd="_mxVckIN9EdqadtFwU5VNog _myFDXoN9EdqadtFwU5VNog">

-    <ownedEnd xmi:id="_myFDXoN9EdqadtFwU5VNog" type="_mxVcf4N9EdqadtFwU5VNog" association="_myFDXYN9EdqadtFwU5VNog"/>

+  <ownedMember xmi:type="uml:Association" xmi:id="_ycUGxIOGEdq6geWPj4xEng" name="A_constrainingClassifier_classifierTemplateParameter" memberEnd="_ybkgAIOGEdq6geWPj4xEng _ycUGxYOGEdq6geWPj4xEng">

+    <ownedEnd xmi:id="_ycUGxYOGEdq6geWPj4xEng" type="_ybkf74OGEdq6geWPj4xEng" association="_ycUGxIOGEdq6geWPj4xEng"/>

   </ownedMember>

 </uml:Model>

diff --git a/plugins/org.eclipse.uml2.uml/model/UML.uml2 b/plugins/org.eclipse.uml2.uml/model/UML.uml2
index d753792..5051bc9 100644
--- a/plugins/org.eclipse.uml2.uml/model/UML.uml2
+++ b/plugins/org.eclipse.uml2.uml/model/UML.uml2
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>

 <uml:Model xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:Ecore_2="http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2" xmlns:uml="http://www.eclipse.org/uml2/1.0.0/UML" xsi:schemaLocation="http:///Ecore_2_1RgZIMezEdmTJL3rR1ioJg.profile.uml2 pathmap://UML2_PROFILES/Ecore.profile.uml2#_1RgZIcezEdmTJL3rR1ioJg" xmi:id="_o8I_sGvaEdq4DLWZOhbdEA" name="UML" appliedProfile="_0TBYYGvaEdq4DLWZOhbdEA">

   <eAnnotations xmi:id="_1gWuMGvaEdq4DLWZOhbdEA" source="appliedStereotypes">

-    <contents xmi:type="Ecore_2:Ecore__EPackage" xmi:id="_cTQDEIN0EdqACJ0Qw-4SYw" packageName="uml" nsPrefix="uml" nsURI="http://www.eclipse.org/uml2/2.0.0/UML" basePackage="org.eclipse.uml2" prefix="UML"/>

+    <contents xmi:type="Ecore_2:Ecore__EPackage" xmi:id="_SjJ80IOGEdqIB5q5b9IDSQ" packageName="uml" nsPrefix="uml" nsURI="http://www.eclipse.org/uml2/2.0.0/UML" basePackage="org.eclipse.uml2" prefix="UML"/>

   </eAnnotations>

   <packageImport xmi:type="uml:ProfileApplication" xmi:id="_0TBYYGvaEdq4DLWZOhbdEA">

     <eAnnotations xmi:id="_0TBYYWvaEdq4DLWZOhbdEA" source="attributes">

@@ -764,22 +764,22 @@
   </ownedMember>

   <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_UdivYGvsEdqG6fBIPwe-mw" name="Boolean">

     <eAnnotations xmi:id="_KWFGYGzMEdq4d7jt9iWoqg" source="appliedStereotypes">

-      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_cTQDEYN0EdqACJ0Qw-4SYw" instanceClassName="boolean"/>

+      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_SjJ80YOGEdqIB5q5b9IDSQ" instanceClassName="boolean"/>

     </eAnnotations>

   </ownedMember>

   <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_XqvEIGvsEdqG6fBIPwe-mw" name="Integer">

     <eAnnotations xmi:id="_KWFGYmzMEdq4d7jt9iWoqg" source="appliedStereotypes">

-      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_cTQDEoN0EdqACJ0Qw-4SYw" instanceClassName="int"/>

+      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_SjJ80oOGEdqIB5q5b9IDSQ" instanceClassName="int"/>

     </eAnnotations>

   </ownedMember>

   <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_aAyVgGvsEdqG6fBIPwe-mw" name="String">

     <eAnnotations xmi:id="_KWO3YGzMEdq4d7jt9iWoqg" source="appliedStereotypes">

-      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_cTQDE4N0EdqACJ0Qw-4SYw" instanceClassName="java.lang.String"/>

+      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_SjJ804OGEdqIB5q5b9IDSQ" instanceClassName="java.lang.String"/>

     </eAnnotations>

   </ownedMember>

   <ownedMember xmi:type="uml:PrimitiveType" xmi:id="_dRZxsGvsEdqG6fBIPwe-mw" name="UnlimitedNatural">

     <eAnnotations xmi:id="_KWO3YmzMEdq4d7jt9iWoqg" source="appliedStereotypes">

-      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_cTQDFIN0EdqACJ0Qw-4SYw" instanceClassName="int"/>

+      <contents xmi:type="Ecore_2:Ecore__EDataType" xmi:id="_SjJ81IOGEdqIB5q5b9IDSQ" instanceClassName="int"/>

     </eAnnotations>

   </ownedMember>

   <ownedMember xmi:type="uml:Enumeration" xmi:id="_B3q9cGwNEdq7X4sGURiZYA" name="AggregationKind"/>

diff --git a/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/Stereotype.java b/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/Stereotype.java
index 8046e1c..8d26778 100644
--- a/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/Stereotype.java
+++ b/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/Stereotype.java
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005 IBM Corporation and others.
+ * Copyright (c) 2005, 2006 IBM Corporation and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -8,7 +8,7 @@
  * Contributors:
  *   IBM - initial API and implementation
  *
- * $Id: Stereotype.java,v 1.2 2005/12/14 22:34:15 khussey Exp $
+ * $Id: Stereotype.java,v 1.3 2006/01/12 16:55:47 khussey Exp $
  */
 package org.eclipse.uml2.uml;
 
@@ -42,21 +42,31 @@
 		extends org.eclipse.uml2.uml.Class {
 
 	/**
-	 * Returns the value of the '<em><b>Icon</b></em>' reference list.
+	 * Returns the value of the '<em><b>Icon</b></em>' containment reference list.
 	 * The list contents are of type {@link org.eclipse.uml2.uml.Image}.
 	 * <!-- begin-user-doc -->
 	 * <!-- end-user-doc -->
 	 * <!-- begin-model-doc -->
 	 * Stereotype can change the graphical appearance of the extended model element by using attached icons. When this association is not null, it references the location of the icon content to be displayed within diagrams presenting the extended model elements.
 	 * <!-- end-model-doc -->
-	 * @return the value of the '<em>Icon</em>' reference list.
+	 * @return the value of the '<em>Icon</em>' containment reference list.
 	 * @see org.eclipse.uml2.uml.UMLPackage#getStereotype_Icon()
-	 * @model type="org.eclipse.uml2.uml.Image" ordered="false"
+	 * @model type="org.eclipse.uml2.uml.Image" containment="true" ordered="false"
 	 * @generated
 	 */
 	EList getIcons();
 
 	/**
+	 * Creates a {@link org.eclipse.uml2.uml.Image} and appends it to the '<em><b>Icon</b></em>' containment reference list.
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @return The new {@link org.eclipse.uml2.uml.Image}.
+	 * @see #getIcons()
+	 * @generated
+	 */
+	Image createIcon();
+
+	/**
 	 * <!-- begin-user-doc -->
 	 * <!-- end-user-doc -->
 	 * <!-- begin-model-doc -->
diff --git a/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/UMLPackage.java b/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/UMLPackage.java
index 48b1a3a..b4a696f 100644
--- a/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/UMLPackage.java
+++ b/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/UMLPackage.java
@@ -8,7 +8,7 @@
  * Contributors:
  *   IBM - initial API and implementation
  *
- * $Id: UMLPackage.java,v 1.15 2006/01/12 15:53:51 khussey Exp $
+ * $Id: UMLPackage.java,v 1.16 2006/01/12 16:55:46 khussey Exp $
  */
 package org.eclipse.uml2.uml;
 
@@ -17644,7 +17644,7 @@
 	int STEREOTYPE__EXTENSION = CLASS__EXTENSION;
 
 	/**
-	 * The feature id for the '<em><b>Icon</b></em>' reference list.
+	 * The feature id for the '<em><b>Icon</b></em>' containment reference list.
 	 * <!-- begin-user-doc -->
 	 * <!-- end-user-doc -->
 	 * @generated
@@ -59660,10 +59660,10 @@
 	EClass getStereotype();
 
 	/**
-	 * Returns the meta object for the reference list '{@link org.eclipse.uml2.uml.Stereotype#getIcons <em>Icon</em>}'.
+	 * Returns the meta object for the containment reference list '{@link org.eclipse.uml2.uml.Stereotype#getIcons <em>Icon</em>}'.
 	 * <!-- begin-user-doc -->
 	 * <!-- end-user-doc -->
-	 * @return the meta object for the reference list '<em>Icon</em>'.
+	 * @return the meta object for the containment reference list '<em>Icon</em>'.
 	 * @see org.eclipse.uml2.uml.Stereotype#getIcons()
 	 * @see #getStereotype()
 	 * @generated
@@ -68597,7 +68597,7 @@
 		EClass STEREOTYPE = eINSTANCE.getStereotype();
 
 		/**
-		 * The meta object literal for the '<em><b>Icon</b></em>' reference list feature.
+		 * The meta object literal for the '<em><b>Icon</b></em>' containment reference list feature.
 		 * <!-- begin-user-doc -->
 		 * <!-- end-user-doc -->
 		 * @generated
diff --git a/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/internal/impl/StereotypeImpl.java b/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/internal/impl/StereotypeImpl.java
index 5335400..1ffa06b 100644
--- a/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/internal/impl/StereotypeImpl.java
+++ b/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/internal/impl/StereotypeImpl.java
@@ -8,19 +8,24 @@
  * Contributors:
  *   IBM - initial API and implementation
  *
- * $Id: StereotypeImpl.java,v 1.13 2006/01/03 19:50:26 khussey Exp $
+ * $Id: StereotypeImpl.java,v 1.14 2006/01/12 16:55:47 khussey Exp $
  */
 package org.eclipse.uml2.uml.internal.impl;
 
 import java.util.Collection;
 import java.util.Map;
 
+import org.eclipse.emf.common.notify.NotificationChain;
+
 import org.eclipse.emf.common.util.DiagnosticChain;
 
 import org.eclipse.emf.common.util.EList;
 
 import org.eclipse.emf.ecore.EClass;
-import org.eclipse.emf.ecore.util.EObjectResolvingEList;
+import org.eclipse.emf.ecore.InternalEObject;
+
+import org.eclipse.emf.ecore.util.EObjectContainmentEList;
+import org.eclipse.emf.ecore.util.InternalEList;
 
 import org.eclipse.uml2.common.util.CacheAdapter;
 
@@ -34,6 +39,7 @@
 import org.eclipse.uml2.uml.StringExpression;
 import org.eclipse.uml2.uml.TemplateParameter;
 import org.eclipse.uml2.uml.TemplateSignature;
+import org.eclipse.uml2.uml.UMLFactory;
 import org.eclipse.uml2.uml.UMLPackage;
 import org.eclipse.uml2.uml.VisibilityKind;
 
@@ -83,7 +89,7 @@
 		EList icon = (EList) eVirtualGet(UMLPackage.STEREOTYPE__ICON);
 		if (icon == null) {
 			eVirtualSet(UMLPackage.STEREOTYPE__ICON,
-				icon = new EObjectResolvingEList(Image.class, this,
+				icon = new EObjectContainmentEList.Resolving(Image.class, this,
 					UMLPackage.STEREOTYPE__ICON));
 		}
 		return icon;
@@ -94,6 +100,17 @@
 	 * <!-- end-user-doc -->
 	 * @generated
 	 */
+	public Image createIcon() {
+		Image newIcon = UMLFactory.eINSTANCE.createImage();
+		getIcons().add(newIcon);
+		return newIcon;
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
 	public boolean validateNameNotClash(DiagnosticChain diagnostics, Map context) {
 		return StereotypeOperations.validateNameNotClash(this, diagnostics,
 			context);
@@ -192,6 +209,94 @@
 	 * <!-- end-user-doc -->
 	 * @generated
 	 */
+	public NotificationChain eInverseRemove(InternalEObject otherEnd,
+			int featureID, NotificationChain msgs) {
+		switch (featureID) {
+			case UMLPackage.STEREOTYPE__EANNOTATIONS :
+				return ((InternalEList) getEAnnotations()).basicRemove(
+					otherEnd, msgs);
+			case UMLPackage.STEREOTYPE__OWNED_COMMENT :
+				return ((InternalEList) getOwnedComments()).basicRemove(
+					otherEnd, msgs);
+			case UMLPackage.STEREOTYPE__CLIENT_DEPENDENCY :
+				return ((InternalEList) getClientDependencies()).basicRemove(
+					otherEnd, msgs);
+			case UMLPackage.STEREOTYPE__NAME_EXPRESSION :
+				return basicSetNameExpression(null, msgs);
+			case UMLPackage.STEREOTYPE__ELEMENT_IMPORT :
+				return ((InternalEList) getElementImports()).basicRemove(
+					otherEnd, msgs);
+			case UMLPackage.STEREOTYPE__PACKAGE_IMPORT :
+				return ((InternalEList) getPackageImports()).basicRemove(
+					otherEnd, msgs);
+			case UMLPackage.STEREOTYPE__OWNED_RULE :
+				return ((InternalEList) getOwnedRules()).basicRemove(otherEnd,
+					msgs);
+			case UMLPackage.STEREOTYPE__OWNING_TEMPLATE_PARAMETER :
+				return eBasicSetContainer(null,
+					UMLPackage.STEREOTYPE__OWNING_TEMPLATE_PARAMETER, msgs);
+			case UMLPackage.STEREOTYPE__TEMPLATE_PARAMETER :
+				return basicSetTemplateParameter(null, msgs);
+			case UMLPackage.STEREOTYPE__TEMPLATE_BINDING :
+				return ((InternalEList) getTemplateBindings()).basicRemove(
+					otherEnd, msgs);
+			case UMLPackage.STEREOTYPE__OWNED_TEMPLATE_SIGNATURE :
+				return basicSetOwnedTemplateSignature(null, msgs);
+			case UMLPackage.STEREOTYPE__GENERALIZATION :
+				return ((InternalEList) getGeneralizations()).basicRemove(
+					otherEnd, msgs);
+			case UMLPackage.STEREOTYPE__POWERTYPE_EXTENT :
+				return ((InternalEList) getPowertypeExtents()).basicRemove(
+					otherEnd, msgs);
+			case UMLPackage.STEREOTYPE__SUBSTITUTION :
+				return ((InternalEList) getSubstitutions()).basicRemove(
+					otherEnd, msgs);
+			case UMLPackage.STEREOTYPE__COLLABORATION_USE :
+				return ((InternalEList) getCollaborationUses()).basicRemove(
+					otherEnd, msgs);
+			case UMLPackage.STEREOTYPE__OWNED_USE_CASE :
+				return ((InternalEList) getOwnedUseCases()).basicRemove(
+					otherEnd, msgs);
+			case UMLPackage.STEREOTYPE__USE_CASE :
+				return ((InternalEList) getUseCases()).basicRemove(otherEnd,
+					msgs);
+			case UMLPackage.STEREOTYPE__OWNED_SIGNATURE :
+				return basicSetOwnedSignature(null, msgs);
+			case UMLPackage.STEREOTYPE__OWNED_ATTRIBUTE :
+				return ((InternalEList) getOwnedAttributes()).basicRemove(
+					otherEnd, msgs);
+			case UMLPackage.STEREOTYPE__OWNED_CONNECTOR :
+				return ((InternalEList) getOwnedConnectors()).basicRemove(
+					otherEnd, msgs);
+			case UMLPackage.STEREOTYPE__OWNED_BEHAVIOR :
+				return ((InternalEList) getOwnedBehaviors()).basicRemove(
+					otherEnd, msgs);
+			case UMLPackage.STEREOTYPE__INTERFACE_REALIZATION :
+				return ((InternalEList) getInterfaceRealizations())
+					.basicRemove(otherEnd, msgs);
+			case UMLPackage.STEREOTYPE__OWNED_TRIGGER :
+				return ((InternalEList) getOwnedTriggers()).basicRemove(
+					otherEnd, msgs);
+			case UMLPackage.STEREOTYPE__NESTED_CLASSIFIER :
+				return ((InternalEList) getNestedClassifiers()).basicRemove(
+					otherEnd, msgs);
+			case UMLPackage.STEREOTYPE__OWNED_OPERATION :
+				return ((InternalEList) getOwnedOperations()).basicRemove(
+					otherEnd, msgs);
+			case UMLPackage.STEREOTYPE__OWNED_RECEPTION :
+				return ((InternalEList) getOwnedReceptions()).basicRemove(
+					otherEnd, msgs);
+			case UMLPackage.STEREOTYPE__ICON :
+				return ((InternalEList) getIcons()).basicRemove(otherEnd, msgs);
+		}
+		return eDynamicInverseRemove(otherEnd, featureID, msgs);
+	}
+
+	/**
+	 * <!-- begin-user-doc -->
+	 * <!-- end-user-doc -->
+	 * @generated
+	 */
 	public Object eGet(int featureID, boolean resolve, boolean coreType) {
 		switch (featureID) {
 			case UMLPackage.STEREOTYPE__EANNOTATIONS :
diff --git a/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/internal/impl/uml.ecore b/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/internal/impl/uml.ecore
index 536b245..a49e1dc 100644
--- a/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/internal/impl/uml.ecore
+++ b/plugins/org.eclipse.uml2.uml/src/org/eclipse/uml2/uml/internal/impl/uml.ecore
@@ -2647,7 +2647,7 @@
       <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
         <details key="documentation" value="The DataType that owns this Operation.&#xD;&#xA;The DataType that owns this Property."/>
       </eAnnotations>
-      <eAnnotations source="subsets" references="#//RedefinableElement/redefinitionContext #//NamedElement/namespace #//Feature/featuringClassifier"/>
+      <eAnnotations source="subsets" references="#//NamedElement/namespace #//RedefinableElement/redefinitionContext #//Feature/featuringClassifier"/>
     </eStructuralFeatures>
     <eStructuralFeatures xsi:type="ecore:EReference" name="bodyCondition" ordered="false"
         eType="#//Constraint" resolveProxies="false">
@@ -4376,7 +4376,7 @@
     <eOperations name="getAllExtendedMetaclasses" ordered="false" upperBound="-1"
         eType="#//Class"/>
     <eStructuralFeatures xsi:type="ecore:EReference" name="icon" ordered="false" upperBound="-1"
-        eType="#//Image">
+        eType="#//Image" containment="true">
       <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
         <details key="documentation" value="Stereotype can change the graphical appearance of the extended model element by using attached icons. When this association is not null, it references the location of the icon content to be displayed within diagrams presenting the extended model elements."/>
       </eAnnotations>