Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/deprecated-plugins')
-rw-r--r--extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/.classpath7
-rw-r--r--extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/.project34
-rw-r--r--extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/.settings/org.eclipse.jdt.core.prefs8
-rw-r--r--extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/META-INF/MANIFEST.MF23
-rw-r--r--extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/about.html28
-rw-r--r--extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/build.properties12
-rw-r--r--extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/icons/UMLDialogs.gifbin0 -> 582 bytes
-rw-r--r--extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/icons/tool.gifbin0 -> 194 bytes
-rw-r--r--extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/icons/type.gifbin0 -> 324 bytes
-rw-r--r--extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/plugin.properties12
-rw-r--r--extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/plugin.xml62
-rw-r--r--extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/resources/uml.ecore-full.xml29036
-rw-r--r--extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/resources/uml_generic_dialogs_test.xml68
-rw-r--r--extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/resources/uml_generic_sections.xml16076
-rw-r--r--extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/src/org/eclipse/papyrus/properties/tabbed/uml/Activator.java50
15 files changed, 45416 insertions, 0 deletions
diff --git a/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/.classpath b/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/.classpath
new file mode 100644
index 00000000000..2d1a4302f04
--- /dev/null
+++ b/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/.project b/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/.project
new file mode 100644
index 00000000000..1f2061ffb8f
--- /dev/null
+++ b/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/.project
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.papyrus.properties.tabbed.uml</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.api.tools.apiAnalysisBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
+ </natures>
+</projectDescription>
diff --git a/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/.settings/org.eclipse.jdt.core.prefs b/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 00000000000..82d9f5e530e
--- /dev/null
+++ b/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,8 @@
+#Mon Mar 08 15:34:05 CET 2010
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.5
diff --git a/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/META-INF/MANIFEST.MF b/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/META-INF/MANIFEST.MF
new file mode 100644
index 00000000000..5bd1a5449ee
--- /dev/null
+++ b/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/META-INF/MANIFEST.MF
@@ -0,0 +1,23 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %pluginName
+Bundle-Localization: plugin
+Bundle-SymbolicName: org.eclipse.papyrus.properties.tabbed.uml;singleton:=true
+Bundle-Version: 0.8.0.qualifier
+Bundle-Activator: org.eclipse.papyrus.properties.tabbed.uml.Activator
+Bundle-Vendor: %providerName
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime,
+ org.eclipse.ui.views.properties.tabbed,
+ org.eclipse.emf.ecore;bundle-version="2.6.0",
+ org.eclipse.papyrus.properties.runtime;bundle-version="0.8.0",
+ org.eclipse.gmf.runtime.common.core;bundle-version="1.2.0",
+ org.eclipse.gmf.runtime.common.ui.services;bundle-version="1.3.0",
+ org.eclipse.uml2.uml;bundle-version="3.1.0",
+ org.eclipse.emf.edit;bundle-version="2.6.0",
+ org.eclipse.papyrus.properties.tabbed.core;bundle-version="0.8.0",
+ org.eclipse.papyrus.log;bundle-version="0.8.0",
+ org.eclipse.papyrus.properties.view.uml;bundle-version="0.8.0"
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-ActivationPolicy: lazy
+Export-Package: org.eclipse.papyrus.properties.tabbed.uml
diff --git a/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/about.html b/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/about.html
new file mode 100644
index 00000000000..82d49bf5f81
--- /dev/null
+++ b/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/about.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+
+<p>June 5, 2007</p>
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
+being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
+apply to your use of any object code in the Content. Check the Redistributor's license that was
+provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p>
+
+</body>
+</html>
diff --git a/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/build.properties b/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/build.properties
new file mode 100644
index 00000000000..e37fd1321fa
--- /dev/null
+++ b/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/build.properties
@@ -0,0 +1,12 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+ .,\
+ plugin.xml,\
+ resources/,\
+ icons/,\
+ bin/,\
+ plugin.properties,\
+ about.html
+src.includes = about.html,\
+ resources/
diff --git a/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/icons/UMLDialogs.gif b/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/icons/UMLDialogs.gif
new file mode 100644
index 00000000000..c0648993b83
--- /dev/null
+++ b/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/icons/UMLDialogs.gif
Binary files differ
diff --git a/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/icons/tool.gif b/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/icons/tool.gif
new file mode 100644
index 00000000000..9dfa28cb9e3
--- /dev/null
+++ b/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/icons/tool.gif
Binary files differ
diff --git a/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/icons/type.gif b/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/icons/type.gif
new file mode 100644
index 00000000000..7ef81e587bd
--- /dev/null
+++ b/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/icons/type.gif
Binary files differ
diff --git a/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/plugin.properties b/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/plugin.properties
new file mode 100644
index 00000000000..f254f8e3144
--- /dev/null
+++ b/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/plugin.properties
@@ -0,0 +1,12 @@
+#################################################################################
+# Copyright (c) 2010 CEA LIST.
+# 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
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# Remi Schnekenburger (CEA LIST) remi.schnekenburger@cea.fr - initial API and implementation
+##################################################################################
+pluginName=Papyrus Tabbed Properties for UML (Incubation)
+providerName=Eclipse Modeling Project
diff --git a/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/plugin.xml b/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/plugin.xml
new file mode 100644
index 00000000000..d48b4fcbf15
--- /dev/null
+++ b/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/plugin.xml
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+ <extension point="org.eclipse.ui.views.properties.tabbed.propertyContributor">
+ <propertyContributor
+ contributorId="TreeOutlinePage"
+ labelProvider="org.eclipse.papyrus.properties.tabbed.core.provider.EMFObjectLabelProvider"
+ tabDescriptorProvider="org.eclipse.papyrus.properties.tabbed.core.provider.XMLBasedTabDescriptorProvider">
+ <propertyCategory category="org.eclipse.papyrus"/>
+ </propertyContributor>
+ </extension>
+<extension
+ point="org.eclipse.papyrus.properties.runtime.propertyViewProvider">
+ <propertyViewProvider
+ class="org.eclipse.papyrus.properties.tabbed.core.view.XMLPropertyTabViewProvider">
+ <Priority
+ name="Lowest">
+ </Priority>
+ <PropertyViewContribution
+ description="This is the generic view for uml tabbed properties"
+ id="propertyview.uml.sections"
+ icon="icons/tool.gif"
+ name="UML"
+ path="resources/uml_generic_sections.xml">
+ </PropertyViewContribution>
+ </propertyViewProvider>
+</extension>
+<!--
+<extension
+ point="org.eclipse.papyrus.properties.runtime.propertyViewProvider">
+ <propertyViewProvider
+ class="org.eclipse.papyrus.properties.tabbed.core.view.XMLPropertyTabViewProvider">
+ <Priority
+ name="Lowest">
+ </Priority>
+ <PropertyViewContribution
+ description="This is the advanced graphical view for uml tabbed properties"
+ id="propertyview.fulluml.sections"
+ icon="icons/tool.gif"
+ name="Full UML"
+ path="resources/uml.ecore-full.xml">
+ </PropertyViewContribution>
+ </propertyViewProvider>
+</extension>
+-->
+<extension
+ point="org.eclipse.papyrus.properties.runtime.propertyViewProvider">
+ <propertyViewProvider
+ class="org.eclipse.papyrus.properties.runtime.view.XMLPropertyViewProvider">
+ <Priority
+ name="Lowest">
+ </Priority>
+ <PropertyViewContribution
+ description="Test configuration for UML property dialogs"
+ id="propertyview.uml.testdialogs"
+ icon="icons/UMLDialogs.gif"
+ name="UML Dialogs"
+ path="resources/uml_generic_dialogs_test.xml">
+ </PropertyViewContribution>
+ </propertyViewProvider>
+</extension>
+</plugin>
diff --git a/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/resources/uml.ecore-full.xml b/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/resources/uml.ecore-full.xml
new file mode 100644
index 00000000000..caae6e3aad5
--- /dev/null
+++ b/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/resources/uml.ecore-full.xml
@@ -0,0 +1,29036 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<propertyTabView pluginId="org.eclipse.papyrus.properties.tabbed.uml">
+ <tab category="UML" id="umlFullTab" label="UML Full"/>
+ <sectionSet name="sectionSet_Single_Comment">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Comment"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Comment" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Comment"/>
+ <replacedSection id="section_Single_Element"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Comment">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Comment"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_Comment_body"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Comment_annotatedElement"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Comment">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Comment"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Comment" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Comment">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Comment"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_Comment_body"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Comment_annotatedElement"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Element">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Element"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Element" tabId="umlFullTab">
+ <fragment id="fragment_Single_Element">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Element"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Element">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Element"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Element" tabId="umlFullTab">
+ <fragment id="fragment_Multiple_Element">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Element"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Package">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Package"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Package" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Package"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Package">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Package"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Package_nestingPackage"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Package_nestedPackage"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Package_ownedType"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_Package_packageMerge"/>
+ <controller predefinedId="UML_Package_packagedElement"/>
+ <controller predefinedId="UML_Package_profileApplication"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Package">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Package"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Package" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Package">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Package"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Package_nestingPackage"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Package_nestedPackage"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Package_ownedType"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_Package_packageMerge"/>
+ <controller predefinedId="UML_Package_packagedElement"/>
+ <controller predefinedId="UML_Package_profileApplication"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_PackageableElement">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.PackageableElement"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_PackageableElement" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_PackageableElement">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.PackageableElement"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_PackageableElement">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.PackageableElement"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_PackageableElement" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_PackageableElement">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.PackageableElement"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_NamedElement">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.NamedElement"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_NamedElement" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Single_Element"/>
+ </replacedSections>
+ <fragment id="fragment_Single_NamedElement">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.NamedElement"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_NamedElement">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.NamedElement"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_NamedElement" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_NamedElement">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.NamedElement"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Namespace">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Namespace"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Namespace" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Namespace">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Namespace"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Namespace">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Namespace"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Namespace" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Namespace">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Namespace"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ElementImport">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ElementImport"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ElementImport" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ElementImport"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_Relationship"/>
+ <replacedSection id="section_Single_DirectedRelationship"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ElementImport">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ElementImport"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_ElementImport_alias"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ElementImport_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ElementImport_importedElement"/>
+ <controller predefinedId="UML_ElementImport_importingNamespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_DirectedRelationship_source"/>
+ <controller predefinedId="UML_DirectedRelationship_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ElementImport">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ElementImport"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ElementImport" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_Relationship"/>
+ <replacedSection id="section_Multiple_DirectedRelationship"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ElementImport">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ElementImport"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_ElementImport_alias"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ElementImport_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ElementImport_importedElement"/>
+ <controller predefinedId="UML_ElementImport_importingNamespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_DirectedRelationship_source"/>
+ <controller predefinedId="UML_DirectedRelationship_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_DirectedRelationship">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DirectedRelationship"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_DirectedRelationship" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_DirectedRelationship"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_Relationship"/>
+ </replacedSections>
+ <fragment id="fragment_Single_DirectedRelationship">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DirectedRelationship"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_DirectedRelationship_source"/>
+ <controller predefinedId="UML_DirectedRelationship_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_DirectedRelationship">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DirectedRelationship"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_DirectedRelationship" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_Relationship"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_DirectedRelationship">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DirectedRelationship"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_DirectedRelationship_source"/>
+ <controller predefinedId="UML_DirectedRelationship_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Relationship">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Relationship"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Relationship" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Relationship"/>
+ <replacedSection id="section_Single_Element"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Relationship">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Relationship"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Relationship">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Relationship"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Relationship" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Relationship">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Relationship"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_PackageImport">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.PackageImport"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_PackageImport" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_PackageImport"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_Relationship"/>
+ <replacedSection id="section_Single_DirectedRelationship"/>
+ </replacedSections>
+ <fragment id="fragment_Single_PackageImport">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.PackageImport"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_PackageImport_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_PackageImport_importedPackage"/>
+ <controller predefinedId="UML_PackageImport_importingNamespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_DirectedRelationship_source"/>
+ <controller predefinedId="UML_DirectedRelationship_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_PackageImport">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.PackageImport"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_PackageImport" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_Relationship"/>
+ <replacedSection id="section_Multiple_DirectedRelationship"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_PackageImport">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.PackageImport"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_PackageImport_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_PackageImport_importedPackage"/>
+ <controller predefinedId="UML_PackageImport_importingNamespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_DirectedRelationship_source"/>
+ <controller predefinedId="UML_DirectedRelationship_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Constraint">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Constraint"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Constraint" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Constraint"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Constraint">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Constraint"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Constraint_context"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Constraint_specification"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Constraint_constrainedElement"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Constraint">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Constraint"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Constraint" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Constraint">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Constraint"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Constraint_context"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Constraint_specification"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Constraint_constrainedElement"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ValueSpecification">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ValueSpecification"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ValueSpecification" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ValueSpecification"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ValueSpecification">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ValueSpecification"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ValueSpecification">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ValueSpecification"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ValueSpecification" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ValueSpecification">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ValueSpecification"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_TypedElement">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.TypedElement"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_TypedElement" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_TypedElement">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.TypedElement"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_TypedElement">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.TypedElement"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_TypedElement" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_TypedElement">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.TypedElement"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Type">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Type"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Type" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Type">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Type"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Type">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Type"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Type" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Type">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Type"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Association">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Association"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Association" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Association"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_Relationship"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Association">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Association"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Association_isDerived"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Association_endType"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Association_memberEnd"/>
+ <controller predefinedId="UML_Association_navigableOwnedEnd"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Association_ownedEnd"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Association">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Association"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Association" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_Relationship"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Association">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Association"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Association_isDerived"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Association_endType"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Association_memberEnd"/>
+ <controller predefinedId="UML_Association_navigableOwnedEnd"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Association_ownedEnd"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Classifier">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Classifier"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Classifier" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Classifier">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Classifier"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Classifier">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Classifier"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Classifier" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Classifier">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Classifier"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_RedefinableElement">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.RedefinableElement"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_RedefinableElement" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_RedefinableElement">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.RedefinableElement"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_RedefinableElement">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.RedefinableElement"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_RedefinableElement" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_RedefinableElement">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.RedefinableElement"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_TemplateableElement">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.TemplateableElement"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_TemplateableElement" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Single_Element"/>
+ </replacedSections>
+ <fragment id="fragment_Single_TemplateableElement">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.TemplateableElement"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_TemplateableElement">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.TemplateableElement"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_TemplateableElement" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_TemplateableElement">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.TemplateableElement"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_TemplateBinding">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.TemplateBinding"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_TemplateBinding" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_TemplateBinding"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_Relationship"/>
+ <replacedSection id="section_Single_DirectedRelationship"/>
+ </replacedSections>
+ <fragment id="fragment_Single_TemplateBinding">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.TemplateBinding"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_TemplateBinding_boundElement"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_TemplateBinding_signature"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_TemplateBinding_parameterSubstitution"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_DirectedRelationship_source"/>
+ <controller predefinedId="UML_DirectedRelationship_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_TemplateBinding">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.TemplateBinding"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_TemplateBinding" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_Relationship"/>
+ <replacedSection id="section_Multiple_DirectedRelationship"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_TemplateBinding">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.TemplateBinding"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_TemplateBinding_boundElement"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_TemplateBinding_signature"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_TemplateBinding_parameterSubstitution"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_DirectedRelationship_source"/>
+ <controller predefinedId="UML_DirectedRelationship_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_TemplateSignature">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.TemplateSignature"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_TemplateSignature" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_TemplateSignature"/>
+ <replacedSection id="section_Single_Element"/>
+ </replacedSections>
+ <fragment id="fragment_Single_TemplateSignature">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.TemplateSignature"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_TemplateSignature_template"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_TemplateSignature_ownedParameter"/>
+ <controller predefinedId="UML_TemplateSignature_parameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_TemplateSignature">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.TemplateSignature"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_TemplateSignature" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_TemplateSignature">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.TemplateSignature"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_TemplateSignature_template"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_TemplateSignature_ownedParameter"/>
+ <controller predefinedId="UML_TemplateSignature_parameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_TemplateParameter">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.TemplateParameter"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_TemplateParameter" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_TemplateParameter"/>
+ <replacedSection id="section_Single_Element"/>
+ </replacedSections>
+ <fragment id="fragment_Single_TemplateParameter">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.TemplateParameter"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_TemplateParameter_default"/>
+ <controller predefinedId="UML_TemplateParameter_ownedDefault"/>
+ <controller predefinedId="UML_TemplateParameter_ownedParameteredElement"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_TemplateParameter_parameteredElement"/>
+ <controller predefinedId="UML_TemplateParameter_signature"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_TemplateParameter">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.TemplateParameter"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_TemplateParameter" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_TemplateParameter">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.TemplateParameter"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_TemplateParameter_default"/>
+ <controller predefinedId="UML_TemplateParameter_ownedDefault"/>
+ <controller predefinedId="UML_TemplateParameter_ownedParameteredElement"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_TemplateParameter_parameteredElement"/>
+ <controller predefinedId="UML_TemplateParameter_signature"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ParameterableElement">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ParameterableElement"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ParameterableElement" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Single_Element"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ParameterableElement">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ParameterableElement"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ParameterableElement">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ParameterableElement"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ParameterableElement" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ParameterableElement">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ParameterableElement"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_TemplateParameterSubstitution">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.TemplateParameterSubstitution"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_TemplateParameterSubstitution" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_TemplateParameterSubstitution"/>
+ <replacedSection id="section_Single_Element"/>
+ </replacedSections>
+ <fragment id="fragment_Single_TemplateParameterSubstitution">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.TemplateParameterSubstitution"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_TemplateParameterSubstitution_actual"/>
+ <controller predefinedId="UML_TemplateParameterSubstitution_formal"/>
+ <controller predefinedId="UML_TemplateParameterSubstitution_ownedActual"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_TemplateParameterSubstitution_templateBinding"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_TemplateParameterSubstitution">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.TemplateParameterSubstitution"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_TemplateParameterSubstitution" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_TemplateParameterSubstitution">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.TemplateParameterSubstitution"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_TemplateParameterSubstitution_actual"/>
+ <controller predefinedId="UML_TemplateParameterSubstitution_formal"/>
+ <controller predefinedId="UML_TemplateParameterSubstitution_ownedActual"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_TemplateParameterSubstitution_templateBinding"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Generalization">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Generalization"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Generalization" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Generalization"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_Relationship"/>
+ <replacedSection id="section_Single_DirectedRelationship"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Generalization">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Generalization"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_Generalization_isSubstitutable"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Generalization_general"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_Generalization_specific"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Generalization_generalizationSet"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_DirectedRelationship_source"/>
+ <controller predefinedId="UML_DirectedRelationship_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Generalization">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Generalization"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Generalization" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_Relationship"/>
+ <replacedSection id="section_Multiple_DirectedRelationship"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Generalization">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Generalization"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_Generalization_isSubstitutable"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Generalization_general"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_Generalization_specific"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Generalization_generalizationSet"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_DirectedRelationship_source"/>
+ <controller predefinedId="UML_DirectedRelationship_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_GeneralizationSet">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.GeneralizationSet"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_GeneralizationSet" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_GeneralizationSet"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_GeneralizationSet">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.GeneralizationSet"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_GeneralizationSet_isCovering"/>
+ <controller predefinedId="UML_GeneralizationSet_isDisjoint"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_GeneralizationSet_powertype"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_GeneralizationSet_generalization"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_GeneralizationSet">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.GeneralizationSet"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_GeneralizationSet" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_GeneralizationSet">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.GeneralizationSet"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_GeneralizationSet_isCovering"/>
+ <controller predefinedId="UML_GeneralizationSet_isDisjoint"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_GeneralizationSet_powertype"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_GeneralizationSet_generalization"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Feature">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Feature"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Feature" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Feature"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Feature">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Feature"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Feature_isStatic"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Feature_featuringClassifier"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Feature">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Feature"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Feature" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Feature">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Feature"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Feature_isStatic"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Feature_featuringClassifier"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Substitution">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Substitution"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Substitution" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Substitution"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Relationship"/>
+ <replacedSection id="section_Single_DirectedRelationship"/>
+ <replacedSection id="section_Single_Dependency"/>
+ <replacedSection id="section_Single_Abstraction"/>
+ <replacedSection id="section_Single_Realization"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Substitution">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Substitution"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Substitution_contract"/>
+ <controller predefinedId="UML_Abstraction_mapping"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Substitution_substitutingClassifier"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Dependency_client"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_DirectedRelationship_source"/>
+ <controller predefinedId="UML_Dependency_supplier"/>
+ <controller predefinedId="UML_DirectedRelationship_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Substitution">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Substitution"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Substitution" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Relationship"/>
+ <replacedSection id="section_Multiple_DirectedRelationship"/>
+ <replacedSection id="section_Multiple_Dependency"/>
+ <replacedSection id="section_Multiple_Abstraction"/>
+ <replacedSection id="section_Multiple_Realization"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Substitution">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Substitution"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Substitution_contract"/>
+ <controller predefinedId="UML_Abstraction_mapping"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Substitution_substitutingClassifier"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Dependency_client"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_DirectedRelationship_source"/>
+ <controller predefinedId="UML_Dependency_supplier"/>
+ <controller predefinedId="UML_DirectedRelationship_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Realization">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Realization"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Realization" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Realization"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Relationship"/>
+ <replacedSection id="section_Single_DirectedRelationship"/>
+ <replacedSection id="section_Single_Dependency"/>
+ <replacedSection id="section_Single_Abstraction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Realization">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Realization"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Abstraction_mapping"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Dependency_client"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_DirectedRelationship_source"/>
+ <controller predefinedId="UML_Dependency_supplier"/>
+ <controller predefinedId="UML_DirectedRelationship_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Realization">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Realization"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Realization" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Relationship"/>
+ <replacedSection id="section_Multiple_DirectedRelationship"/>
+ <replacedSection id="section_Multiple_Dependency"/>
+ <replacedSection id="section_Multiple_Abstraction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Realization">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Realization"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Abstraction_mapping"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Dependency_client"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_DirectedRelationship_source"/>
+ <controller predefinedId="UML_Dependency_supplier"/>
+ <controller predefinedId="UML_DirectedRelationship_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Abstraction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Abstraction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Abstraction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Abstraction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Relationship"/>
+ <replacedSection id="section_Single_DirectedRelationship"/>
+ <replacedSection id="section_Single_Dependency"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Abstraction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Abstraction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Abstraction_mapping"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Dependency_client"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_DirectedRelationship_source"/>
+ <controller predefinedId="UML_Dependency_supplier"/>
+ <controller predefinedId="UML_DirectedRelationship_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Abstraction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Abstraction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Abstraction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Relationship"/>
+ <replacedSection id="section_Multiple_DirectedRelationship"/>
+ <replacedSection id="section_Multiple_Dependency"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Abstraction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Abstraction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Abstraction_mapping"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Dependency_client"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_DirectedRelationship_source"/>
+ <controller predefinedId="UML_Dependency_supplier"/>
+ <controller predefinedId="UML_DirectedRelationship_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_OpaqueExpression">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.OpaqueExpression"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_OpaqueExpression" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_OpaqueExpression"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ValueSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Single_OpaqueExpression">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.OpaqueExpression"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_OpaqueExpression_body"/>
+ <controller predefinedId="UML_OpaqueExpression_language"/>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_OpaqueExpression_behavior"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_OpaqueExpression_result"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_OpaqueExpression">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.OpaqueExpression"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_OpaqueExpression" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ValueSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_OpaqueExpression">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.OpaqueExpression"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_OpaqueExpression_body"/>
+ <controller predefinedId="UML_OpaqueExpression_language"/>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_OpaqueExpression_behavior"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_OpaqueExpression_result"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Parameter">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Parameter"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Parameter" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Parameter"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_ConnectableElement"/>
+ <replacedSection id="section_Single_MultiplicityElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Parameter">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Parameter"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_Parameter_default"/>
+ <controller predefinedId="UML_MultiplicityElement_lower"/>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <controller predefinedId="UML_MultiplicityElement_upper"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Parameter_isException"/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_Parameter_isStream"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Parameter_direction"/>
+ <controller predefinedId="UML_Parameter_effect"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Parameter_defaultValue"/>
+ <controller predefinedId="UML_MultiplicityElement_lowerValue"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Parameter_operation"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <controller predefinedId="UML_MultiplicityElement_upperValue"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ConnectableElement_end"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Parameter_parameterSet"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Parameter">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Parameter"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Parameter" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_ConnectableElement"/>
+ <replacedSection id="section_Multiple_MultiplicityElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Parameter">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Parameter"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_Parameter_default"/>
+ <controller predefinedId="UML_MultiplicityElement_lower"/>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <controller predefinedId="UML_MultiplicityElement_upper"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Parameter_isException"/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_Parameter_isStream"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Parameter_direction"/>
+ <controller predefinedId="UML_Parameter_effect"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Parameter_defaultValue"/>
+ <controller predefinedId="UML_MultiplicityElement_lowerValue"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Parameter_operation"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <controller predefinedId="UML_MultiplicityElement_upperValue"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ConnectableElement_end"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Parameter_parameterSet"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_MultiplicityElement">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.MultiplicityElement"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_MultiplicityElement" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_MultiplicityElement"/>
+ <replacedSection id="section_Single_Element"/>
+ </replacedSections>
+ <fragment id="fragment_Single_MultiplicityElement">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.MultiplicityElement"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_MultiplicityElement_lower"/>
+ <controller predefinedId="UML_MultiplicityElement_upper"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_MultiplicityElement_lowerValue"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_MultiplicityElement_upperValue"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_MultiplicityElement">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.MultiplicityElement"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_MultiplicityElement" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_MultiplicityElement">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.MultiplicityElement"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_MultiplicityElement_lower"/>
+ <controller predefinedId="UML_MultiplicityElement_upper"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_MultiplicityElement_lowerValue"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_MultiplicityElement_upperValue"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ConnectableElement">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ConnectableElement"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ConnectableElement" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ConnectableElement"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ConnectableElement">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ConnectableElement"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ConnectableElement_end"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ConnectableElement">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ConnectableElement"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ConnectableElement" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ConnectableElement">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ConnectableElement"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ConnectableElement_end"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ConnectorEnd">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ConnectorEnd"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ConnectorEnd" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ConnectorEnd"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_MultiplicityElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ConnectorEnd">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ConnectorEnd"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_MultiplicityElement_lower"/>
+ <controller predefinedId="UML_MultiplicityElement_upper"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ConnectorEnd_definingEnd"/>
+ <controller predefinedId="UML_MultiplicityElement_lowerValue"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ConnectorEnd_partWithPort"/>
+ <controller predefinedId="UML_ConnectorEnd_role"/>
+ <controller predefinedId="UML_MultiplicityElement_upperValue"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ConnectorEnd">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ConnectorEnd"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ConnectorEnd" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_MultiplicityElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ConnectorEnd">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ConnectorEnd"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_MultiplicityElement_lower"/>
+ <controller predefinedId="UML_MultiplicityElement_upper"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ConnectorEnd_definingEnd"/>
+ <controller predefinedId="UML_MultiplicityElement_lowerValue"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ConnectorEnd_partWithPort"/>
+ <controller predefinedId="UML_ConnectorEnd_role"/>
+ <controller predefinedId="UML_MultiplicityElement_upperValue"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Property">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Property"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Property" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Property"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_Feature"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_MultiplicityElement"/>
+ <replacedSection id="section_Single_StructuralFeature"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_ConnectableElement"/>
+ <replacedSection id="section_Single_DeploymentTarget"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Property">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Property"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_Property_default"/>
+ <controller predefinedId="UML_MultiplicityElement_lower"/>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <controller predefinedId="UML_MultiplicityElement_upper"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Property_isComposite"/>
+ <controller predefinedId="UML_Property_isDerived"/>
+ <controller predefinedId="UML_Property_isDerivedUnion"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_StructuralFeature_isReadOnly"/>
+ <controller predefinedId="UML_Feature_isStatic"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Property_aggregation"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Property_association"/>
+ <controller predefinedId="UML_Property_associationEnd"/>
+ <controller predefinedId="UML_Property_class"/>
+ <controller predefinedId="UML_Property_datatype"/>
+ <controller predefinedId="UML_Property_defaultValue"/>
+ <controller predefinedId="UML_MultiplicityElement_lowerValue"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Property_opposite"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_Property_owningAssociation"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <controller predefinedId="UML_MultiplicityElement_upperValue"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_DeploymentTarget_deployedElement"/>
+ <controller predefinedId="UML_DeploymentTarget_deployment"/>
+ <controller predefinedId="UML_ConnectableElement_end"/>
+ <controller predefinedId="UML_Feature_featuringClassifier"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Property_qualifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_Property_redefinedProperty"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_Property_subsettedProperty"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Property">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Property"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Property" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_Feature"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_MultiplicityElement"/>
+ <replacedSection id="section_Multiple_StructuralFeature"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_ConnectableElement"/>
+ <replacedSection id="section_Multiple_DeploymentTarget"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Property">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Property"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_Property_default"/>
+ <controller predefinedId="UML_MultiplicityElement_lower"/>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <controller predefinedId="UML_MultiplicityElement_upper"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Property_isComposite"/>
+ <controller predefinedId="UML_Property_isDerived"/>
+ <controller predefinedId="UML_Property_isDerivedUnion"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_StructuralFeature_isReadOnly"/>
+ <controller predefinedId="UML_Feature_isStatic"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Property_aggregation"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Property_association"/>
+ <controller predefinedId="UML_Property_associationEnd"/>
+ <controller predefinedId="UML_Property_class"/>
+ <controller predefinedId="UML_Property_datatype"/>
+ <controller predefinedId="UML_Property_defaultValue"/>
+ <controller predefinedId="UML_MultiplicityElement_lowerValue"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Property_opposite"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_Property_owningAssociation"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <controller predefinedId="UML_MultiplicityElement_upperValue"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_DeploymentTarget_deployedElement"/>
+ <controller predefinedId="UML_DeploymentTarget_deployment"/>
+ <controller predefinedId="UML_ConnectableElement_end"/>
+ <controller predefinedId="UML_Feature_featuringClassifier"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Property_qualifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_Property_redefinedProperty"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_Property_subsettedProperty"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_DeploymentTarget">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DeploymentTarget"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_DeploymentTarget" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_DeploymentTarget"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_DeploymentTarget">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DeploymentTarget"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_DeploymentTarget_deployedElement"/>
+ <controller predefinedId="UML_DeploymentTarget_deployment"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_DeploymentTarget">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DeploymentTarget"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_DeploymentTarget" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_DeploymentTarget">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DeploymentTarget"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_DeploymentTarget_deployedElement"/>
+ <controller predefinedId="UML_DeploymentTarget_deployment"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Deployment">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Deployment"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Deployment" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Deployment"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Relationship"/>
+ <replacedSection id="section_Single_DirectedRelationship"/>
+ <replacedSection id="section_Single_Dependency"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Deployment">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Deployment"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Deployment_location"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Dependency_client"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Deployment_configuration"/>
+ <controller predefinedId="UML_Deployment_deployedArtifact"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_DirectedRelationship_source"/>
+ <controller predefinedId="UML_Dependency_supplier"/>
+ <controller predefinedId="UML_DirectedRelationship_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Deployment">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Deployment"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Deployment" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Relationship"/>
+ <replacedSection id="section_Multiple_DirectedRelationship"/>
+ <replacedSection id="section_Multiple_Dependency"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Deployment">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Deployment"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Deployment_location"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Dependency_client"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Deployment_configuration"/>
+ <controller predefinedId="UML_Deployment_deployedArtifact"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_DirectedRelationship_source"/>
+ <controller predefinedId="UML_Dependency_supplier"/>
+ <controller predefinedId="UML_DirectedRelationship_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_DeployedArtifact">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DeployedArtifact"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_DeployedArtifact" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_DeployedArtifact"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_DeployedArtifact">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DeployedArtifact"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_DeployedArtifact">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DeployedArtifact"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_DeployedArtifact" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_DeployedArtifact">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DeployedArtifact"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_DeploymentSpecification">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DeploymentSpecification"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_DeploymentSpecification" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_DeploymentSpecification"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_DeployedArtifact"/>
+ <replacedSection id="section_Single_Artifact"/>
+ </replacedSections>
+ <fragment id="fragment_Single_DeploymentSpecification">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DeploymentSpecification"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_DeploymentSpecification_deploymentLocation"/>
+ <controller predefinedId="UML_DeploymentSpecification_executionLocation"/>
+ <controller predefinedId="UML_Artifact_fileName"/>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_DeploymentSpecification_deployment"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_Artifact_manifestation"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Artifact_nestedArtifact"/>
+ <controller predefinedId="UML_Artifact_ownedAttribute"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Artifact_ownedOperation"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_DeploymentSpecification">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DeploymentSpecification"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_DeploymentSpecification" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_DeployedArtifact"/>
+ <replacedSection id="section_Multiple_Artifact"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_DeploymentSpecification">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DeploymentSpecification"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_DeploymentSpecification_deploymentLocation"/>
+ <controller predefinedId="UML_DeploymentSpecification_executionLocation"/>
+ <controller predefinedId="UML_Artifact_fileName"/>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_DeploymentSpecification_deployment"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_Artifact_manifestation"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Artifact_nestedArtifact"/>
+ <controller predefinedId="UML_Artifact_ownedAttribute"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Artifact_ownedOperation"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Artifact">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Artifact"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Artifact" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Artifact"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_DeployedArtifact"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Artifact">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Artifact"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_Artifact_fileName"/>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_Artifact_manifestation"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Artifact_nestedArtifact"/>
+ <controller predefinedId="UML_Artifact_ownedAttribute"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Artifact_ownedOperation"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Artifact">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Artifact"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Artifact" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_DeployedArtifact"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Artifact">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Artifact"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_Artifact_fileName"/>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_Artifact_manifestation"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Artifact_nestedArtifact"/>
+ <controller predefinedId="UML_Artifact_ownedAttribute"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Artifact_ownedOperation"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Manifestation">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Manifestation"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Manifestation" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Manifestation"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Relationship"/>
+ <replacedSection id="section_Single_DirectedRelationship"/>
+ <replacedSection id="section_Single_Dependency"/>
+ <replacedSection id="section_Single_Abstraction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Manifestation">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Manifestation"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Abstraction_mapping"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_Manifestation_utilizedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Dependency_client"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_DirectedRelationship_source"/>
+ <controller predefinedId="UML_Dependency_supplier"/>
+ <controller predefinedId="UML_DirectedRelationship_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Manifestation">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Manifestation"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Manifestation" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Relationship"/>
+ <replacedSection id="section_Multiple_DirectedRelationship"/>
+ <replacedSection id="section_Multiple_Dependency"/>
+ <replacedSection id="section_Multiple_Abstraction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Manifestation">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Manifestation"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Abstraction_mapping"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_Manifestation_utilizedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Dependency_client"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_DirectedRelationship_source"/>
+ <controller predefinedId="UML_Dependency_supplier"/>
+ <controller predefinedId="UML_DirectedRelationship_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Operation">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Operation"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Operation" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Operation"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_Feature"/>
+ <replacedSection id="section_Single_BehavioralFeature"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Operation">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Operation"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_Operation_lower"/>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <controller predefinedId="UML_Operation_upper"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioralFeature_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Operation_isOrdered"/>
+ <controller predefinedId="UML_Operation_isQuery"/>
+ <controller predefinedId="UML_Feature_isStatic"/>
+ <controller predefinedId="UML_Operation_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioralFeature_concurrency"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Operation_bodyCondition"/>
+ <controller predefinedId="UML_Operation_class"/>
+ <controller predefinedId="UML_Operation_datatype"/>
+ <controller predefinedId="UML_Operation_interface"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_Operation_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Feature_featuringClassifier"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_BehavioralFeature_method"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_BehavioralFeature_ownedParameter"/>
+ <controller predefinedId="UML_BehavioralFeature_ownedParameterSet"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_Operation_postcondition"/>
+ <controller predefinedId="UML_Operation_precondition"/>
+ <controller predefinedId="UML_BehavioralFeature_raisedException"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_Operation_redefinedOperation"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Operation">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Operation"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Operation" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_Feature"/>
+ <replacedSection id="section_Multiple_BehavioralFeature"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Operation">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Operation"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_Operation_lower"/>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <controller predefinedId="UML_Operation_upper"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioralFeature_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Operation_isOrdered"/>
+ <controller predefinedId="UML_Operation_isQuery"/>
+ <controller predefinedId="UML_Feature_isStatic"/>
+ <controller predefinedId="UML_Operation_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioralFeature_concurrency"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Operation_bodyCondition"/>
+ <controller predefinedId="UML_Operation_class"/>
+ <controller predefinedId="UML_Operation_datatype"/>
+ <controller predefinedId="UML_Operation_interface"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_Operation_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Feature_featuringClassifier"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_BehavioralFeature_method"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_BehavioralFeature_ownedParameter"/>
+ <controller predefinedId="UML_BehavioralFeature_ownedParameterSet"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_Operation_postcondition"/>
+ <controller predefinedId="UML_Operation_precondition"/>
+ <controller predefinedId="UML_BehavioralFeature_raisedException"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_Operation_redefinedOperation"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_BehavioralFeature">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.BehavioralFeature"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_BehavioralFeature" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_BehavioralFeature"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_Feature"/>
+ </replacedSections>
+ <fragment id="fragment_Single_BehavioralFeature">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.BehavioralFeature"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioralFeature_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Feature_isStatic"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioralFeature_concurrency"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Feature_featuringClassifier"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_BehavioralFeature_method"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_BehavioralFeature_ownedParameter"/>
+ <controller predefinedId="UML_BehavioralFeature_ownedParameterSet"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_BehavioralFeature_raisedException"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_BehavioralFeature">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.BehavioralFeature"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_BehavioralFeature" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_Feature"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_BehavioralFeature">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.BehavioralFeature"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioralFeature_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Feature_isStatic"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioralFeature_concurrency"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Feature_featuringClassifier"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_BehavioralFeature_method"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_BehavioralFeature_ownedParameter"/>
+ <controller predefinedId="UML_BehavioralFeature_ownedParameterSet"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_BehavioralFeature_raisedException"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Behavior">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Behavior"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Behavior" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Behavior"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_StructuredClassifier"/>
+ <replacedSection id="section_Single_EncapsulatedClassifier"/>
+ <replacedSection id="section_Single_BehavioredClassifier"/>
+ <replacedSection id="section_Single_Class"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Behavior">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Behavior"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Behavior_isReentrant"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioredClassifier_classifierBehavior"/>
+ <controller predefinedId="UML_Behavior_context"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_Behavior_specification"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Class_extension"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_BehavioredClassifier_interfaceRealization"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Class_nestedClassifier"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedAttribute"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedBehavior"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedConnector"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Class_ownedOperation"/>
+ <controller predefinedId="UML_Behavior_ownedParameter"/>
+ <controller predefinedId="UML_Behavior_ownedParameterSet"/>
+ <controller predefinedId="UML_EncapsulatedClassifier_ownedPort"/>
+ <controller predefinedId="UML_Class_ownedReception"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedTrigger"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_StructuredClassifier_part"/>
+ <controller predefinedId="UML_Behavior_postcondition"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Behavior_precondition"/>
+ <controller predefinedId="UML_Behavior_redefinedBehavior"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_StructuredClassifier_role"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_Class_superClass"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Behavior">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Behavior"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Behavior" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_StructuredClassifier"/>
+ <replacedSection id="section_Multiple_EncapsulatedClassifier"/>
+ <replacedSection id="section_Multiple_BehavioredClassifier"/>
+ <replacedSection id="section_Multiple_Class"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Behavior">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Behavior"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Behavior_isReentrant"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioredClassifier_classifierBehavior"/>
+ <controller predefinedId="UML_Behavior_context"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_Behavior_specification"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Class_extension"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_BehavioredClassifier_interfaceRealization"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Class_nestedClassifier"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedAttribute"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedBehavior"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedConnector"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Class_ownedOperation"/>
+ <controller predefinedId="UML_Behavior_ownedParameter"/>
+ <controller predefinedId="UML_Behavior_ownedParameterSet"/>
+ <controller predefinedId="UML_EncapsulatedClassifier_ownedPort"/>
+ <controller predefinedId="UML_Class_ownedReception"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedTrigger"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_StructuredClassifier_part"/>
+ <controller predefinedId="UML_Behavior_postcondition"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Behavior_precondition"/>
+ <controller predefinedId="UML_Behavior_redefinedBehavior"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_StructuredClassifier_role"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_Class_superClass"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Class">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Class"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Class" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Class"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_StructuredClassifier"/>
+ <replacedSection id="section_Single_EncapsulatedClassifier"/>
+ <replacedSection id="section_Single_BehavioredClassifier"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Class">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Class"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioredClassifier_classifierBehavior"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Class_extension"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_BehavioredClassifier_interfaceRealization"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Class_nestedClassifier"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedAttribute"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedBehavior"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedConnector"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Class_ownedOperation"/>
+ <controller predefinedId="UML_EncapsulatedClassifier_ownedPort"/>
+ <controller predefinedId="UML_Class_ownedReception"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedTrigger"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_StructuredClassifier_part"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_StructuredClassifier_role"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_Class_superClass"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Class">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Class"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Class" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_StructuredClassifier"/>
+ <replacedSection id="section_Multiple_EncapsulatedClassifier"/>
+ <replacedSection id="section_Multiple_BehavioredClassifier"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Class">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Class"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioredClassifier_classifierBehavior"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Class_extension"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_BehavioredClassifier_interfaceRealization"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Class_nestedClassifier"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedAttribute"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedBehavior"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedConnector"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Class_ownedOperation"/>
+ <controller predefinedId="UML_EncapsulatedClassifier_ownedPort"/>
+ <controller predefinedId="UML_Class_ownedReception"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedTrigger"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_StructuredClassifier_part"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_StructuredClassifier_role"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_Class_superClass"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_BehavioredClassifier">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.BehavioredClassifier"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_BehavioredClassifier" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_BehavioredClassifier"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ </replacedSections>
+ <fragment id="fragment_Single_BehavioredClassifier">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.BehavioredClassifier"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioredClassifier_classifierBehavior"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_BehavioredClassifier_interfaceRealization"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedBehavior"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedTrigger"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_BehavioredClassifier">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.BehavioredClassifier"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_BehavioredClassifier" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_BehavioredClassifier">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.BehavioredClassifier"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioredClassifier_classifierBehavior"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_BehavioredClassifier_interfaceRealization"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedBehavior"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedTrigger"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_InterfaceRealization">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InterfaceRealization"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_InterfaceRealization" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_InterfaceRealization"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Relationship"/>
+ <replacedSection id="section_Single_DirectedRelationship"/>
+ <replacedSection id="section_Single_Dependency"/>
+ <replacedSection id="section_Single_Abstraction"/>
+ <replacedSection id="section_Single_Realization"/>
+ </replacedSections>
+ <fragment id="fragment_Single_InterfaceRealization">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InterfaceRealization"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InterfaceRealization_contract"/>
+ <controller predefinedId="UML_InterfaceRealization_implementingClassifier"/>
+ <controller predefinedId="UML_Abstraction_mapping"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Dependency_client"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_DirectedRelationship_source"/>
+ <controller predefinedId="UML_Dependency_supplier"/>
+ <controller predefinedId="UML_DirectedRelationship_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_InterfaceRealization">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InterfaceRealization"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_InterfaceRealization" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Relationship"/>
+ <replacedSection id="section_Multiple_DirectedRelationship"/>
+ <replacedSection id="section_Multiple_Dependency"/>
+ <replacedSection id="section_Multiple_Abstraction"/>
+ <replacedSection id="section_Multiple_Realization"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_InterfaceRealization">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InterfaceRealization"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InterfaceRealization_contract"/>
+ <controller predefinedId="UML_InterfaceRealization_implementingClassifier"/>
+ <controller predefinedId="UML_Abstraction_mapping"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Dependency_client"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_DirectedRelationship_source"/>
+ <controller predefinedId="UML_Dependency_supplier"/>
+ <controller predefinedId="UML_DirectedRelationship_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Interface">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Interface"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Interface" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Interface"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Interface">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Interface"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Interface_protocol"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Interface_nestedClassifier"/>
+ <controller predefinedId="UML_Interface_ownedAttribute"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Interface_ownedOperation"/>
+ <controller predefinedId="UML_Interface_ownedReception"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_Interface_redefinedInterface"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Interface">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Interface"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Interface" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Interface">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Interface"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Interface_protocol"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Interface_nestedClassifier"/>
+ <controller predefinedId="UML_Interface_ownedAttribute"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Interface_ownedOperation"/>
+ <controller predefinedId="UML_Interface_ownedReception"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_Interface_redefinedInterface"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Reception">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Reception"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Reception" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Reception"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_Feature"/>
+ <replacedSection id="section_Single_BehavioralFeature"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Reception">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Reception"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioralFeature_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Feature_isStatic"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioralFeature_concurrency"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_Reception_signal"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Feature_featuringClassifier"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_BehavioralFeature_method"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_BehavioralFeature_ownedParameter"/>
+ <controller predefinedId="UML_BehavioralFeature_ownedParameterSet"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_BehavioralFeature_raisedException"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Reception">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Reception"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Reception" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_Feature"/>
+ <replacedSection id="section_Multiple_BehavioralFeature"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Reception">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Reception"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioralFeature_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Feature_isStatic"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioralFeature_concurrency"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_Reception_signal"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Feature_featuringClassifier"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_BehavioralFeature_method"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_BehavioralFeature_ownedParameter"/>
+ <controller predefinedId="UML_BehavioralFeature_ownedParameterSet"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_BehavioralFeature_raisedException"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Signal">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Signal"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Signal" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Signal"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Signal">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Signal"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Signal_ownedAttribute"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Signal">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Signal"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Signal" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Signal">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Signal"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Signal_ownedAttribute"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ProtocolStateMachine">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ProtocolStateMachine"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ProtocolStateMachine" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ProtocolStateMachine"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_StructuredClassifier"/>
+ <replacedSection id="section_Single_EncapsulatedClassifier"/>
+ <replacedSection id="section_Single_BehavioredClassifier"/>
+ <replacedSection id="section_Single_Class"/>
+ <replacedSection id="section_Single_Behavior"/>
+ <replacedSection id="section_Single_StateMachine"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ProtocolStateMachine">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ProtocolStateMachine"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Behavior_isReentrant"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioredClassifier_classifierBehavior"/>
+ <controller predefinedId="UML_Behavior_context"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_Behavior_specification"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_ProtocolStateMachine_conformance"/>
+ <controller predefinedId="UML_StateMachine_connectionPoint"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_StateMachine_extendedStateMachine"/>
+ <controller predefinedId="UML_Class_extension"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_BehavioredClassifier_interfaceRealization"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Class_nestedClassifier"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedAttribute"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedBehavior"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedConnector"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Class_ownedOperation"/>
+ <controller predefinedId="UML_Behavior_ownedParameter"/>
+ <controller predefinedId="UML_Behavior_ownedParameterSet"/>
+ <controller predefinedId="UML_EncapsulatedClassifier_ownedPort"/>
+ <controller predefinedId="UML_Class_ownedReception"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedTrigger"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_StructuredClassifier_part"/>
+ <controller predefinedId="UML_Behavior_postcondition"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Behavior_precondition"/>
+ <controller predefinedId="UML_Behavior_redefinedBehavior"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_StateMachine_region"/>
+ <controller predefinedId="UML_StructuredClassifier_role"/>
+ <controller predefinedId="UML_StateMachine_submachineState"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_Class_superClass"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ProtocolStateMachine">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ProtocolStateMachine"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ProtocolStateMachine" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_StructuredClassifier"/>
+ <replacedSection id="section_Multiple_EncapsulatedClassifier"/>
+ <replacedSection id="section_Multiple_BehavioredClassifier"/>
+ <replacedSection id="section_Multiple_Class"/>
+ <replacedSection id="section_Multiple_Behavior"/>
+ <replacedSection id="section_Multiple_StateMachine"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ProtocolStateMachine">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ProtocolStateMachine"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Behavior_isReentrant"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioredClassifier_classifierBehavior"/>
+ <controller predefinedId="UML_Behavior_context"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_Behavior_specification"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_ProtocolStateMachine_conformance"/>
+ <controller predefinedId="UML_StateMachine_connectionPoint"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_StateMachine_extendedStateMachine"/>
+ <controller predefinedId="UML_Class_extension"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_BehavioredClassifier_interfaceRealization"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Class_nestedClassifier"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedAttribute"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedBehavior"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedConnector"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Class_ownedOperation"/>
+ <controller predefinedId="UML_Behavior_ownedParameter"/>
+ <controller predefinedId="UML_Behavior_ownedParameterSet"/>
+ <controller predefinedId="UML_EncapsulatedClassifier_ownedPort"/>
+ <controller predefinedId="UML_Class_ownedReception"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedTrigger"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_StructuredClassifier_part"/>
+ <controller predefinedId="UML_Behavior_postcondition"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Behavior_precondition"/>
+ <controller predefinedId="UML_Behavior_redefinedBehavior"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_StateMachine_region"/>
+ <controller predefinedId="UML_StructuredClassifier_role"/>
+ <controller predefinedId="UML_StateMachine_submachineState"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_Class_superClass"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_StateMachine">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.StateMachine"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_StateMachine" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_StateMachine"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_StructuredClassifier"/>
+ <replacedSection id="section_Single_EncapsulatedClassifier"/>
+ <replacedSection id="section_Single_BehavioredClassifier"/>
+ <replacedSection id="section_Single_Class"/>
+ <replacedSection id="section_Single_Behavior"/>
+ </replacedSections>
+ <fragment id="fragment_Single_StateMachine">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.StateMachine"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Behavior_isReentrant"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioredClassifier_classifierBehavior"/>
+ <controller predefinedId="UML_Behavior_context"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_Behavior_specification"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_StateMachine_connectionPoint"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_StateMachine_extendedStateMachine"/>
+ <controller predefinedId="UML_Class_extension"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_BehavioredClassifier_interfaceRealization"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Class_nestedClassifier"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedAttribute"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedBehavior"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedConnector"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Class_ownedOperation"/>
+ <controller predefinedId="UML_Behavior_ownedParameter"/>
+ <controller predefinedId="UML_Behavior_ownedParameterSet"/>
+ <controller predefinedId="UML_EncapsulatedClassifier_ownedPort"/>
+ <controller predefinedId="UML_Class_ownedReception"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedTrigger"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_StructuredClassifier_part"/>
+ <controller predefinedId="UML_Behavior_postcondition"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Behavior_precondition"/>
+ <controller predefinedId="UML_Behavior_redefinedBehavior"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_StateMachine_region"/>
+ <controller predefinedId="UML_StructuredClassifier_role"/>
+ <controller predefinedId="UML_StateMachine_submachineState"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_Class_superClass"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_StateMachine">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.StateMachine"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_StateMachine" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_StructuredClassifier"/>
+ <replacedSection id="section_Multiple_EncapsulatedClassifier"/>
+ <replacedSection id="section_Multiple_BehavioredClassifier"/>
+ <replacedSection id="section_Multiple_Class"/>
+ <replacedSection id="section_Multiple_Behavior"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_StateMachine">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.StateMachine"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Behavior_isReentrant"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioredClassifier_classifierBehavior"/>
+ <controller predefinedId="UML_Behavior_context"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_Behavior_specification"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_StateMachine_connectionPoint"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_StateMachine_extendedStateMachine"/>
+ <controller predefinedId="UML_Class_extension"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_BehavioredClassifier_interfaceRealization"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Class_nestedClassifier"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedAttribute"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedBehavior"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedConnector"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Class_ownedOperation"/>
+ <controller predefinedId="UML_Behavior_ownedParameter"/>
+ <controller predefinedId="UML_Behavior_ownedParameterSet"/>
+ <controller predefinedId="UML_EncapsulatedClassifier_ownedPort"/>
+ <controller predefinedId="UML_Class_ownedReception"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedTrigger"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_StructuredClassifier_part"/>
+ <controller predefinedId="UML_Behavior_postcondition"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Behavior_precondition"/>
+ <controller predefinedId="UML_Behavior_redefinedBehavior"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_StateMachine_region"/>
+ <controller predefinedId="UML_StructuredClassifier_role"/>
+ <controller predefinedId="UML_StateMachine_submachineState"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_Class_superClass"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Region">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Region"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Region" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Region"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Region">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Region"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Region_extendedRegion"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_Region_state"/>
+ <controller predefinedId="UML_Region_stateMachine"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_Region_subvertex"/>
+ <controller predefinedId="UML_Region_transition"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Region">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Region"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Region" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Region">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Region"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Region_extendedRegion"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_Region_state"/>
+ <controller predefinedId="UML_Region_stateMachine"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_Region_subvertex"/>
+ <controller predefinedId="UML_Region_transition"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Vertex">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Vertex"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Vertex" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Vertex"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Vertex">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Vertex"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Vertex_container"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Vertex_incoming"/>
+ <controller predefinedId="UML_Vertex_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Vertex">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Vertex"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Vertex" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Vertex">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Vertex"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Vertex_container"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Vertex_incoming"/>
+ <controller predefinedId="UML_Vertex_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Transition">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Transition"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Transition" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Transition"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Transition">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Transition"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Transition_kind"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Transition_container"/>
+ <controller predefinedId="UML_Transition_effect"/>
+ <controller predefinedId="UML_Transition_guard"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_Transition_redefinedTransition"/>
+ <controller predefinedId="UML_Transition_source"/>
+ <controller predefinedId="UML_Transition_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_Transition_trigger"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Transition">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Transition"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Transition" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Transition">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Transition"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Transition_kind"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Transition_container"/>
+ <controller predefinedId="UML_Transition_effect"/>
+ <controller predefinedId="UML_Transition_guard"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_Transition_redefinedTransition"/>
+ <controller predefinedId="UML_Transition_source"/>
+ <controller predefinedId="UML_Transition_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_Transition_trigger"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Trigger">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Trigger"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Trigger" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Trigger"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Trigger">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Trigger"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Trigger_event"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Trigger_port"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Trigger">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Trigger"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Trigger" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Trigger">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Trigger"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Trigger_event"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Trigger_port"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Event">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Event"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Event" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Event"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Event">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Event"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Event">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Event"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Event" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Event">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Event"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Port">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Port"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Port" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Port"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_Feature"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_MultiplicityElement"/>
+ <replacedSection id="section_Single_StructuralFeature"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_ConnectableElement"/>
+ <replacedSection id="section_Single_DeploymentTarget"/>
+ <replacedSection id="section_Single_Property"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Port">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Port"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_Property_default"/>
+ <controller predefinedId="UML_MultiplicityElement_lower"/>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <controller predefinedId="UML_MultiplicityElement_upper"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Port_isBehavior"/>
+ <controller predefinedId="UML_Property_isComposite"/>
+ <controller predefinedId="UML_Property_isDerived"/>
+ <controller predefinedId="UML_Property_isDerivedUnion"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_StructuralFeature_isReadOnly"/>
+ <controller predefinedId="UML_Port_isService"/>
+ <controller predefinedId="UML_Feature_isStatic"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Property_aggregation"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Property_association"/>
+ <controller predefinedId="UML_Property_associationEnd"/>
+ <controller predefinedId="UML_Property_class"/>
+ <controller predefinedId="UML_Property_datatype"/>
+ <controller predefinedId="UML_Property_defaultValue"/>
+ <controller predefinedId="UML_MultiplicityElement_lowerValue"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Property_opposite"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_Property_owningAssociation"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Port_protocol"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <controller predefinedId="UML_MultiplicityElement_upperValue"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_DeploymentTarget_deployedElement"/>
+ <controller predefinedId="UML_DeploymentTarget_deployment"/>
+ <controller predefinedId="UML_ConnectableElement_end"/>
+ <controller predefinedId="UML_Feature_featuringClassifier"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Port_provided"/>
+ <controller predefinedId="UML_Property_qualifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_Port_redefinedPort"/>
+ <controller predefinedId="UML_Property_redefinedProperty"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_Port_required"/>
+ <controller predefinedId="UML_Property_subsettedProperty"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Port">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Port"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Port" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_Feature"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_MultiplicityElement"/>
+ <replacedSection id="section_Multiple_StructuralFeature"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_ConnectableElement"/>
+ <replacedSection id="section_Multiple_DeploymentTarget"/>
+ <replacedSection id="section_Multiple_Property"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Port">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Port"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_Property_default"/>
+ <controller predefinedId="UML_MultiplicityElement_lower"/>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <controller predefinedId="UML_MultiplicityElement_upper"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Port_isBehavior"/>
+ <controller predefinedId="UML_Property_isComposite"/>
+ <controller predefinedId="UML_Property_isDerived"/>
+ <controller predefinedId="UML_Property_isDerivedUnion"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_StructuralFeature_isReadOnly"/>
+ <controller predefinedId="UML_Port_isService"/>
+ <controller predefinedId="UML_Feature_isStatic"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Property_aggregation"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Property_association"/>
+ <controller predefinedId="UML_Property_associationEnd"/>
+ <controller predefinedId="UML_Property_class"/>
+ <controller predefinedId="UML_Property_datatype"/>
+ <controller predefinedId="UML_Property_defaultValue"/>
+ <controller predefinedId="UML_MultiplicityElement_lowerValue"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Property_opposite"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_Property_owningAssociation"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Port_protocol"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <controller predefinedId="UML_MultiplicityElement_upperValue"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_DeploymentTarget_deployedElement"/>
+ <controller predefinedId="UML_DeploymentTarget_deployment"/>
+ <controller predefinedId="UML_ConnectableElement_end"/>
+ <controller predefinedId="UML_Feature_featuringClassifier"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Port_provided"/>
+ <controller predefinedId="UML_Property_qualifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_Port_redefinedPort"/>
+ <controller predefinedId="UML_Property_redefinedProperty"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_Port_required"/>
+ <controller predefinedId="UML_Property_subsettedProperty"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_State">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.State"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_State" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_State"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_Vertex"/>
+ </replacedSections>
+ <fragment id="fragment_Single_State">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.State"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_State_isComposite"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_State_isOrthogonal"/>
+ <controller predefinedId="UML_State_isSimple"/>
+ <controller predefinedId="UML_State_isSubmachineState"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Vertex_container"/>
+ <controller predefinedId="UML_State_doActivity"/>
+ <controller predefinedId="UML_State_entry"/>
+ <controller predefinedId="UML_State_exit"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_State_redefinedState"/>
+ <controller predefinedId="UML_State_stateInvariant"/>
+ <controller predefinedId="UML_State_submachine"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_State_connection"/>
+ <controller predefinedId="UML_State_connectionPoint"/>
+ <controller predefinedId="UML_State_deferrableTrigger"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Vertex_incoming"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Vertex_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_State_region"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_State">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.State"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_State" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_Vertex"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_State">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.State"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_State_isComposite"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_State_isOrthogonal"/>
+ <controller predefinedId="UML_State_isSimple"/>
+ <controller predefinedId="UML_State_isSubmachineState"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Vertex_container"/>
+ <controller predefinedId="UML_State_doActivity"/>
+ <controller predefinedId="UML_State_entry"/>
+ <controller predefinedId="UML_State_exit"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_State_redefinedState"/>
+ <controller predefinedId="UML_State_stateInvariant"/>
+ <controller predefinedId="UML_State_submachine"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_State_connection"/>
+ <controller predefinedId="UML_State_connectionPoint"/>
+ <controller predefinedId="UML_State_deferrableTrigger"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Vertex_incoming"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Vertex_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_State_region"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ConnectionPointReference">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ConnectionPointReference"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ConnectionPointReference" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ConnectionPointReference"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Vertex"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ConnectionPointReference">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ConnectionPointReference"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Vertex_container"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ConnectionPointReference_state"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ConnectionPointReference_entry"/>
+ <controller predefinedId="UML_ConnectionPointReference_exit"/>
+ <controller predefinedId="UML_Vertex_incoming"/>
+ <controller predefinedId="UML_Vertex_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ConnectionPointReference">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ConnectionPointReference"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ConnectionPointReference" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Vertex"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ConnectionPointReference">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ConnectionPointReference"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Vertex_container"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ConnectionPointReference_state"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ConnectionPointReference_entry"/>
+ <controller predefinedId="UML_ConnectionPointReference_exit"/>
+ <controller predefinedId="UML_Vertex_incoming"/>
+ <controller predefinedId="UML_Vertex_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Pseudostate">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Pseudostate"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Pseudostate" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Pseudostate"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Vertex"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Pseudostate">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Pseudostate"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Pseudostate_kind"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Vertex_container"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_Pseudostate_state"/>
+ <controller predefinedId="UML_Pseudostate_stateMachine"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Vertex_incoming"/>
+ <controller predefinedId="UML_Vertex_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Pseudostate">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Pseudostate"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Pseudostate" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Vertex"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Pseudostate">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Pseudostate"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Pseudostate_kind"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Vertex_container"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_Pseudostate_state"/>
+ <controller predefinedId="UML_Pseudostate_stateMachine"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Vertex_incoming"/>
+ <controller predefinedId="UML_Vertex_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ProtocolConformance">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ProtocolConformance"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ProtocolConformance" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ProtocolConformance"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_Relationship"/>
+ <replacedSection id="section_Single_DirectedRelationship"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ProtocolConformance">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ProtocolConformance"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_ProtocolConformance_generalMachine"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ProtocolConformance_specificMachine"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_DirectedRelationship_source"/>
+ <controller predefinedId="UML_DirectedRelationship_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ProtocolConformance">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ProtocolConformance"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ProtocolConformance" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_Relationship"/>
+ <replacedSection id="section_Multiple_DirectedRelationship"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ProtocolConformance">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ProtocolConformance"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_ProtocolConformance_generalMachine"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ProtocolConformance_specificMachine"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_DirectedRelationship_source"/>
+ <controller predefinedId="UML_DirectedRelationship_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_EncapsulatedClassifier">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.EncapsulatedClassifier"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_EncapsulatedClassifier" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_EncapsulatedClassifier"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_StructuredClassifier"/>
+ </replacedSections>
+ <fragment id="fragment_Single_EncapsulatedClassifier">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.EncapsulatedClassifier"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedAttribute"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedConnector"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_EncapsulatedClassifier_ownedPort"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_StructuredClassifier_part"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_StructuredClassifier_role"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_EncapsulatedClassifier">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.EncapsulatedClassifier"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_EncapsulatedClassifier" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_StructuredClassifier"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_EncapsulatedClassifier">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.EncapsulatedClassifier"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedAttribute"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedConnector"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_EncapsulatedClassifier_ownedPort"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_StructuredClassifier_part"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_StructuredClassifier_role"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_StructuredClassifier">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.StructuredClassifier"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_StructuredClassifier" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_StructuredClassifier"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ </replacedSections>
+ <fragment id="fragment_Single_StructuredClassifier">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.StructuredClassifier"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedAttribute"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedConnector"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_StructuredClassifier_part"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_StructuredClassifier_role"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_StructuredClassifier">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.StructuredClassifier"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_StructuredClassifier" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_StructuredClassifier">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.StructuredClassifier"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedAttribute"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedConnector"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_StructuredClassifier_part"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_StructuredClassifier_role"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Connector">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Connector"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Connector" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Connector"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_Feature"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Connector">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Connector"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Feature_isStatic"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Connector_kind"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_Connector_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Connector_contract"/>
+ <controller predefinedId="UML_Connector_end"/>
+ <controller predefinedId="UML_Feature_featuringClassifier"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Connector_redefinedConnector"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Connector">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Connector"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Connector" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_Feature"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Connector">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Connector"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Feature_isStatic"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Connector_kind"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_Connector_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Connector_contract"/>
+ <controller predefinedId="UML_Connector_end"/>
+ <controller predefinedId="UML_Feature_featuringClassifier"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Connector_redefinedConnector"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Extension">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Extension"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Extension" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Extension"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_Relationship"/>
+ <replacedSection id="section_Single_Association"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Extension">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Extension"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Association_isDerived"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Extension_isRequired"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Extension_metaclass"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Association_endType"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Association_memberEnd"/>
+ <controller predefinedId="UML_Association_navigableOwnedEnd"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Association_ownedEnd"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Extension">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Extension"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Extension" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_Relationship"/>
+ <replacedSection id="section_Multiple_Association"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Extension">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Extension"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Association_isDerived"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Extension_isRequired"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Extension_metaclass"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Association_endType"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Association_memberEnd"/>
+ <controller predefinedId="UML_Association_navigableOwnedEnd"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Association_ownedEnd"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ExtensionEnd">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ExtensionEnd"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ExtensionEnd" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ExtensionEnd"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_Feature"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_MultiplicityElement"/>
+ <replacedSection id="section_Single_StructuralFeature"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_ConnectableElement"/>
+ <replacedSection id="section_Single_DeploymentTarget"/>
+ <replacedSection id="section_Single_Property"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ExtensionEnd">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ExtensionEnd"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_Property_default"/>
+ <controller predefinedId="UML_MultiplicityElement_lower"/>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <controller predefinedId="UML_MultiplicityElement_upper"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Property_isComposite"/>
+ <controller predefinedId="UML_Property_isDerived"/>
+ <controller predefinedId="UML_Property_isDerivedUnion"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_StructuralFeature_isReadOnly"/>
+ <controller predefinedId="UML_Feature_isStatic"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Property_aggregation"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Property_association"/>
+ <controller predefinedId="UML_Property_associationEnd"/>
+ <controller predefinedId="UML_Property_class"/>
+ <controller predefinedId="UML_Property_datatype"/>
+ <controller predefinedId="UML_Property_defaultValue"/>
+ <controller predefinedId="UML_MultiplicityElement_lowerValue"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Property_opposite"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_Property_owningAssociation"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <controller predefinedId="UML_MultiplicityElement_upperValue"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_DeploymentTarget_deployedElement"/>
+ <controller predefinedId="UML_DeploymentTarget_deployment"/>
+ <controller predefinedId="UML_ConnectableElement_end"/>
+ <controller predefinedId="UML_Feature_featuringClassifier"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Property_qualifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_Property_redefinedProperty"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_Property_subsettedProperty"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ExtensionEnd">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ExtensionEnd"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ExtensionEnd" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_Feature"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_MultiplicityElement"/>
+ <replacedSection id="section_Multiple_StructuralFeature"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_ConnectableElement"/>
+ <replacedSection id="section_Multiple_DeploymentTarget"/>
+ <replacedSection id="section_Multiple_Property"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ExtensionEnd">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ExtensionEnd"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_Property_default"/>
+ <controller predefinedId="UML_MultiplicityElement_lower"/>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <controller predefinedId="UML_MultiplicityElement_upper"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Property_isComposite"/>
+ <controller predefinedId="UML_Property_isDerived"/>
+ <controller predefinedId="UML_Property_isDerivedUnion"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_StructuralFeature_isReadOnly"/>
+ <controller predefinedId="UML_Feature_isStatic"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Property_aggregation"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Property_association"/>
+ <controller predefinedId="UML_Property_associationEnd"/>
+ <controller predefinedId="UML_Property_class"/>
+ <controller predefinedId="UML_Property_datatype"/>
+ <controller predefinedId="UML_Property_defaultValue"/>
+ <controller predefinedId="UML_MultiplicityElement_lowerValue"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Property_opposite"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_Property_owningAssociation"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <controller predefinedId="UML_MultiplicityElement_upperValue"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_DeploymentTarget_deployedElement"/>
+ <controller predefinedId="UML_DeploymentTarget_deployment"/>
+ <controller predefinedId="UML_ConnectableElement_end"/>
+ <controller predefinedId="UML_Feature_featuringClassifier"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Property_qualifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_Property_redefinedProperty"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_Property_subsettedProperty"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Stereotype">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Stereotype"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Stereotype" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Stereotype"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_StructuredClassifier"/>
+ <replacedSection id="section_Single_EncapsulatedClassifier"/>
+ <replacedSection id="section_Single_BehavioredClassifier"/>
+ <replacedSection id="section_Single_Class"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Stereotype">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Stereotype"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioredClassifier_classifierBehavior"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Class_extension"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Stereotype_icon"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_BehavioredClassifier_interfaceRealization"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Class_nestedClassifier"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedAttribute"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedBehavior"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedConnector"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Class_ownedOperation"/>
+ <controller predefinedId="UML_EncapsulatedClassifier_ownedPort"/>
+ <controller predefinedId="UML_Class_ownedReception"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedTrigger"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_StructuredClassifier_part"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_StructuredClassifier_role"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_Class_superClass"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Stereotype">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Stereotype"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Stereotype" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_StructuredClassifier"/>
+ <replacedSection id="section_Multiple_EncapsulatedClassifier"/>
+ <replacedSection id="section_Multiple_BehavioredClassifier"/>
+ <replacedSection id="section_Multiple_Class"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Stereotype">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Stereotype"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioredClassifier_classifierBehavior"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Class_extension"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Stereotype_icon"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_BehavioredClassifier_interfaceRealization"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Class_nestedClassifier"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedAttribute"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedBehavior"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedConnector"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Class_ownedOperation"/>
+ <controller predefinedId="UML_EncapsulatedClassifier_ownedPort"/>
+ <controller predefinedId="UML_Class_ownedReception"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedTrigger"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_StructuredClassifier_part"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_StructuredClassifier_role"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_Class_superClass"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Image">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Image"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Image" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Image"/>
+ <replacedSection id="section_Single_Element"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Image">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Image"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_Image_content"/>
+ <controller predefinedId="UML_Image_format"/>
+ <controller predefinedId="UML_Image_location"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Image">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Image"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Image" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Image">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Image"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_Image_content"/>
+ <controller predefinedId="UML_Image_format"/>
+ <controller predefinedId="UML_Image_location"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Profile">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Profile"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Profile" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Profile"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Package"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Profile">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Profile"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Package_nestingPackage"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Profile_metaclassReference"/>
+ <controller predefinedId="UML_Profile_metamodelReference"/>
+ <controller predefinedId="UML_Package_nestedPackage"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Profile_ownedStereotype"/>
+ <controller predefinedId="UML_Package_ownedType"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_Package_packageMerge"/>
+ <controller predefinedId="UML_Package_packagedElement"/>
+ <controller predefinedId="UML_Package_profileApplication"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Profile">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Profile"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Profile" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Package"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Profile">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Profile"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Package_nestingPackage"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Profile_metaclassReference"/>
+ <controller predefinedId="UML_Profile_metamodelReference"/>
+ <controller predefinedId="UML_Package_nestedPackage"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Profile_ownedStereotype"/>
+ <controller predefinedId="UML_Package_ownedType"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_Package_packageMerge"/>
+ <controller predefinedId="UML_Package_packagedElement"/>
+ <controller predefinedId="UML_Package_profileApplication"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Model">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Model"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Model" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Model"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Package"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Model">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Model"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <controller predefinedId="UML_Model_viewpoint"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Package_nestingPackage"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Package_nestedPackage"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Package_ownedType"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_Package_packageMerge"/>
+ <controller predefinedId="UML_Package_packagedElement"/>
+ <controller predefinedId="UML_Package_profileApplication"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Model">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Model"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Model" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Package"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Model">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Model"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <controller predefinedId="UML_Model_viewpoint"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Package_nestingPackage"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Package_nestedPackage"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Package_ownedType"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_Package_packageMerge"/>
+ <controller predefinedId="UML_Package_packagedElement"/>
+ <controller predefinedId="UML_Package_profileApplication"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ParameterSet">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ParameterSet"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ParameterSet" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ParameterSet"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ParameterSet">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ParameterSet"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ParameterSet_condition"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_ParameterSet_parameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ParameterSet">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ParameterSet"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ParameterSet" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ParameterSet">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ParameterSet"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ParameterSet_condition"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_ParameterSet_parameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_DataType">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DataType"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_DataType" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_DataType"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ </replacedSections>
+ <fragment id="fragment_Single_DataType">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DataType"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_DataType_ownedAttribute"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_DataType_ownedOperation"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_DataType">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DataType"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_DataType" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_DataType">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DataType"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_DataType_ownedAttribute"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_DataType_ownedOperation"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_OperationTemplateParameter">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.OperationTemplateParameter"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_OperationTemplateParameter" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_OperationTemplateParameter"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_TemplateParameter"/>
+ </replacedSections>
+ <fragment id="fragment_Single_OperationTemplateParameter">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.OperationTemplateParameter"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_TemplateParameter_default"/>
+ <controller predefinedId="UML_TemplateParameter_ownedDefault"/>
+ <controller predefinedId="UML_TemplateParameter_ownedParameteredElement"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_TemplateParameter_parameteredElement"/>
+ <controller predefinedId="UML_TemplateParameter_signature"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_OperationTemplateParameter">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.OperationTemplateParameter"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_OperationTemplateParameter" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_TemplateParameter"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_OperationTemplateParameter">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.OperationTemplateParameter"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_TemplateParameter_default"/>
+ <controller predefinedId="UML_TemplateParameter_ownedDefault"/>
+ <controller predefinedId="UML_TemplateParameter_ownedParameteredElement"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_TemplateParameter_parameteredElement"/>
+ <controller predefinedId="UML_TemplateParameter_signature"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_StructuralFeature">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.StructuralFeature"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_StructuralFeature" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_StructuralFeature"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_Feature"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_MultiplicityElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_StructuralFeature">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.StructuralFeature"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_MultiplicityElement_lower"/>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <controller predefinedId="UML_MultiplicityElement_upper"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_StructuralFeature_isReadOnly"/>
+ <controller predefinedId="UML_Feature_isStatic"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_MultiplicityElement_lowerValue"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <controller predefinedId="UML_MultiplicityElement_upperValue"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Feature_featuringClassifier"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_StructuralFeature">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.StructuralFeature"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_StructuralFeature" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_Feature"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_MultiplicityElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_StructuralFeature">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.StructuralFeature"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_MultiplicityElement_lower"/>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <controller predefinedId="UML_MultiplicityElement_upper"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_StructuralFeature_isReadOnly"/>
+ <controller predefinedId="UML_Feature_isStatic"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_MultiplicityElement_lowerValue"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <controller predefinedId="UML_MultiplicityElement_upperValue"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Feature_featuringClassifier"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ConnectableElementTemplateParameter">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ConnectableElementTemplateParameter"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ConnectableElementTemplateParameter" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ConnectableElementTemplateParameter"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_TemplateParameter"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ConnectableElementTemplateParameter">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ConnectableElementTemplateParameter"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_TemplateParameter_default"/>
+ <controller predefinedId="UML_TemplateParameter_ownedDefault"/>
+ <controller predefinedId="UML_TemplateParameter_ownedParameteredElement"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_TemplateParameter_parameteredElement"/>
+ <controller predefinedId="UML_TemplateParameter_signature"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ConnectableElementTemplateParameter">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ConnectableElementTemplateParameter"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ConnectableElementTemplateParameter" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_TemplateParameter"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ConnectableElementTemplateParameter">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ConnectableElementTemplateParameter"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_TemplateParameter_default"/>
+ <controller predefinedId="UML_TemplateParameter_ownedDefault"/>
+ <controller predefinedId="UML_TemplateParameter_ownedParameteredElement"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_TemplateParameter_parameteredElement"/>
+ <controller predefinedId="UML_TemplateParameter_signature"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_CollaborationUse">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CollaborationUse"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_CollaborationUse" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_CollaborationUse"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_CollaborationUse">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CollaborationUse"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_CollaborationUse_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_CollaborationUse_roleBinding"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_CollaborationUse">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CollaborationUse"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_CollaborationUse" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_CollaborationUse">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CollaborationUse"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_CollaborationUse_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_CollaborationUse_roleBinding"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Collaboration">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Collaboration"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Collaboration" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Collaboration"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_BehavioredClassifier"/>
+ <replacedSection id="section_Single_StructuredClassifier"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Collaboration">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Collaboration"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioredClassifier_classifierBehavior"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Collaboration_collaborationRole"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_BehavioredClassifier_interfaceRealization"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedAttribute"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedBehavior"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedConnector"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedTrigger"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_StructuredClassifier_part"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_StructuredClassifier_role"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Collaboration">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Collaboration"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Collaboration" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_BehavioredClassifier"/>
+ <replacedSection id="section_Multiple_StructuredClassifier"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Collaboration">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Collaboration"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioredClassifier_classifierBehavior"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Collaboration_collaborationRole"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_BehavioredClassifier_interfaceRealization"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedAttribute"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedBehavior"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedConnector"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedTrigger"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_StructuredClassifier_part"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_StructuredClassifier_role"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_UseCase">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.UseCase"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_UseCase" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_UseCase"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_BehavioredClassifier"/>
+ </replacedSections>
+ <fragment id="fragment_Single_UseCase">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.UseCase"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioredClassifier_classifierBehavior"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_UseCase_extend"/>
+ <controller predefinedId="UML_UseCase_extensionPoint"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_UseCase_include"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_BehavioredClassifier_interfaceRealization"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedBehavior"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedTrigger"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_UseCase_subject"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_UseCase">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.UseCase"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_UseCase" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_BehavioredClassifier"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_UseCase">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.UseCase"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioredClassifier_classifierBehavior"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_UseCase_extend"/>
+ <controller predefinedId="UML_UseCase_extensionPoint"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_UseCase_include"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_BehavioredClassifier_interfaceRealization"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedBehavior"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedTrigger"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_UseCase_subject"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Include">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Include"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Include" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Include"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Relationship"/>
+ <replacedSection id="section_Single_DirectedRelationship"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Include">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Include"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Include_addition"/>
+ <controller predefinedId="UML_Include_includingCase"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_DirectedRelationship_source"/>
+ <controller predefinedId="UML_DirectedRelationship_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Include">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Include"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Include" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Relationship"/>
+ <replacedSection id="section_Multiple_DirectedRelationship"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Include">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Include"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Include_addition"/>
+ <controller predefinedId="UML_Include_includingCase"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_DirectedRelationship_source"/>
+ <controller predefinedId="UML_DirectedRelationship_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Extend">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Extend"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Extend" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Extend"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Relationship"/>
+ <replacedSection id="section_Single_DirectedRelationship"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Extend">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Extend"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Extend_condition"/>
+ <controller predefinedId="UML_Extend_extendedCase"/>
+ <controller predefinedId="UML_Extend_extension"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Extend_extensionLocation"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_DirectedRelationship_source"/>
+ <controller predefinedId="UML_DirectedRelationship_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Extend">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Extend"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Extend" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Relationship"/>
+ <replacedSection id="section_Multiple_DirectedRelationship"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Extend">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Extend"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Extend_condition"/>
+ <controller predefinedId="UML_Extend_extendedCase"/>
+ <controller predefinedId="UML_Extend_extension"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Extend_extensionLocation"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_DirectedRelationship_source"/>
+ <controller predefinedId="UML_DirectedRelationship_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ExtensionPoint">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ExtensionPoint"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ExtensionPoint" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ExtensionPoint"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ExtensionPoint">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ExtensionPoint"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ExtensionPoint_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ExtensionPoint">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ExtensionPoint"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ExtensionPoint" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ExtensionPoint">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ExtensionPoint"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ExtensionPoint_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_RedefinableTemplateSignature">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.RedefinableTemplateSignature"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_RedefinableTemplateSignature" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_RedefinableTemplateSignature"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_TemplateSignature"/>
+ </replacedSections>
+ <fragment id="fragment_Single_RedefinableTemplateSignature">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.RedefinableTemplateSignature"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableTemplateSignature_classifier"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_TemplateSignature_template"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_RedefinableTemplateSignature_extendedSignature"/>
+ <controller predefinedId="UML_RedefinableTemplateSignature_inheritedParameter"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_TemplateSignature_ownedParameter"/>
+ <controller predefinedId="UML_TemplateSignature_parameter"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_RedefinableTemplateSignature">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.RedefinableTemplateSignature"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_RedefinableTemplateSignature" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_TemplateSignature"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_RedefinableTemplateSignature">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.RedefinableTemplateSignature"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableTemplateSignature_classifier"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_TemplateSignature_template"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_RedefinableTemplateSignature_extendedSignature"/>
+ <controller predefinedId="UML_RedefinableTemplateSignature_inheritedParameter"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_TemplateSignature_ownedParameter"/>
+ <controller predefinedId="UML_TemplateSignature_parameter"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ClassifierTemplateParameter">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ClassifierTemplateParameter"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ClassifierTemplateParameter" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ClassifierTemplateParameter"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_TemplateParameter"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ClassifierTemplateParameter">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ClassifierTemplateParameter"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_ClassifierTemplateParameter_allowSubstitutable"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_TemplateParameter_default"/>
+ <controller predefinedId="UML_TemplateParameter_ownedDefault"/>
+ <controller predefinedId="UML_TemplateParameter_ownedParameteredElement"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_TemplateParameter_parameteredElement"/>
+ <controller predefinedId="UML_TemplateParameter_signature"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ClassifierTemplateParameter_constrainingClassifier"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ClassifierTemplateParameter">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ClassifierTemplateParameter"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ClassifierTemplateParameter" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_TemplateParameter"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ClassifierTemplateParameter">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ClassifierTemplateParameter"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_ClassifierTemplateParameter_allowSubstitutable"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_TemplateParameter_default"/>
+ <controller predefinedId="UML_TemplateParameter_ownedDefault"/>
+ <controller predefinedId="UML_TemplateParameter_ownedParameteredElement"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_TemplateParameter_parameteredElement"/>
+ <controller predefinedId="UML_TemplateParameter_signature"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ClassifierTemplateParameter_constrainingClassifier"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_StringExpression">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.StringExpression"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_StringExpression" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_StringExpression"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ValueSpecification"/>
+ <replacedSection id="section_Single_Expression"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_StringExpression">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.StringExpression"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <controller predefinedId="UML_Expression_symbol"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_StringExpression_owningExpression"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Expression_operand"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_StringExpression_subExpression"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_StringExpression">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.StringExpression"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_StringExpression" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ValueSpecification"/>
+ <replacedSection id="section_Multiple_Expression"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_StringExpression">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.StringExpression"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <controller predefinedId="UML_Expression_symbol"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_StringExpression_owningExpression"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Expression_operand"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_StringExpression_subExpression"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Expression">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Expression"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Expression" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Expression"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ValueSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Expression">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Expression"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <controller predefinedId="UML_Expression_symbol"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Expression_operand"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Expression">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Expression"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Expression" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ValueSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Expression">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Expression"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <controller predefinedId="UML_Expression_symbol"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Expression_operand"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Usage">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Usage"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Usage" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Usage"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Relationship"/>
+ <replacedSection id="section_Single_DirectedRelationship"/>
+ <replacedSection id="section_Single_Dependency"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Usage">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Usage"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Dependency_client"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_DirectedRelationship_source"/>
+ <controller predefinedId="UML_Dependency_supplier"/>
+ <controller predefinedId="UML_DirectedRelationship_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Usage">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Usage"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Usage" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Relationship"/>
+ <replacedSection id="section_Multiple_DirectedRelationship"/>
+ <replacedSection id="section_Multiple_Dependency"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Usage">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Usage"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Dependency_client"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_DirectedRelationship_source"/>
+ <controller predefinedId="UML_Dependency_supplier"/>
+ <controller predefinedId="UML_DirectedRelationship_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_PackageMerge">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.PackageMerge"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_PackageMerge" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_PackageMerge"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_Relationship"/>
+ <replacedSection id="section_Single_DirectedRelationship"/>
+ </replacedSections>
+ <fragment id="fragment_Single_PackageMerge">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.PackageMerge"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_PackageMerge_mergedPackage"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_PackageMerge_receivingPackage"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_DirectedRelationship_source"/>
+ <controller predefinedId="UML_DirectedRelationship_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_PackageMerge">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.PackageMerge"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_PackageMerge" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_Relationship"/>
+ <replacedSection id="section_Multiple_DirectedRelationship"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_PackageMerge">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.PackageMerge"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_PackageMerge_mergedPackage"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_PackageMerge_receivingPackage"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_DirectedRelationship_source"/>
+ <controller predefinedId="UML_DirectedRelationship_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ProfileApplication">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ProfileApplication"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ProfileApplication" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ProfileApplication"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_Relationship"/>
+ <replacedSection id="section_Single_DirectedRelationship"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ProfileApplication">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ProfileApplication"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_ProfileApplication_isStrict"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ProfileApplication_appliedProfile"/>
+ <controller predefinedId="UML_ProfileApplication_applyingPackage"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_DirectedRelationship_source"/>
+ <controller predefinedId="UML_DirectedRelationship_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ProfileApplication">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ProfileApplication"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ProfileApplication" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_Relationship"/>
+ <replacedSection id="section_Multiple_DirectedRelationship"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ProfileApplication">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ProfileApplication"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_ProfileApplication_isStrict"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ProfileApplication_appliedProfile"/>
+ <controller predefinedId="UML_ProfileApplication_applyingPackage"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_DirectedRelationship_source"/>
+ <controller predefinedId="UML_DirectedRelationship_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Enumeration">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Enumeration"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Enumeration" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Enumeration"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_DataType"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Enumeration">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Enumeration"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_DataType_ownedAttribute"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Enumeration_ownedLiteral"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_DataType_ownedOperation"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Enumeration">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Enumeration"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Enumeration" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_DataType"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Enumeration">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Enumeration"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_DataType_ownedAttribute"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Enumeration_ownedLiteral"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_DataType_ownedOperation"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_EnumerationLiteral">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.EnumerationLiteral"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_EnumerationLiteral" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_EnumerationLiteral"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_DeploymentTarget"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_DeployedArtifact"/>
+ <replacedSection id="section_Single_InstanceSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Single_EnumerationLiteral">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.EnumerationLiteral"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_EnumerationLiteral_enumeration"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_InstanceSpecification_specification"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InstanceSpecification_classifier"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_DeploymentTarget_deployedElement"/>
+ <controller predefinedId="UML_DeploymentTarget_deployment"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_InstanceSpecification_slot"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_EnumerationLiteral">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.EnumerationLiteral"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_EnumerationLiteral" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_DeploymentTarget"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_DeployedArtifact"/>
+ <replacedSection id="section_Multiple_InstanceSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_EnumerationLiteral">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.EnumerationLiteral"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_EnumerationLiteral_enumeration"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_InstanceSpecification_specification"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InstanceSpecification_classifier"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_DeploymentTarget_deployedElement"/>
+ <controller predefinedId="UML_DeploymentTarget_deployment"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_InstanceSpecification_slot"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_InstanceSpecification">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InstanceSpecification"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_InstanceSpecification" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_InstanceSpecification"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_DeploymentTarget"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_DeployedArtifact"/>
+ </replacedSections>
+ <fragment id="fragment_Single_InstanceSpecification">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InstanceSpecification"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_InstanceSpecification_specification"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InstanceSpecification_classifier"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_DeploymentTarget_deployedElement"/>
+ <controller predefinedId="UML_DeploymentTarget_deployment"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_InstanceSpecification_slot"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_InstanceSpecification">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InstanceSpecification"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_InstanceSpecification" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_DeploymentTarget"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_DeployedArtifact"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_InstanceSpecification">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InstanceSpecification"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_InstanceSpecification_specification"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InstanceSpecification_classifier"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_DeploymentTarget_deployedElement"/>
+ <controller predefinedId="UML_DeploymentTarget_deployment"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_InstanceSpecification_slot"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Slot">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Slot"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Slot" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Slot"/>
+ <replacedSection id="section_Single_Element"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Slot">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Slot"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_Slot_definingFeature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_Slot_owningInstance"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Slot_value"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Slot">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Slot"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Slot" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Slot">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Slot"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_Slot_definingFeature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_Slot_owningInstance"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Slot_value"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_PrimitiveType">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.PrimitiveType"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_PrimitiveType" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_PrimitiveType"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_DataType"/>
+ </replacedSections>
+ <fragment id="fragment_Single_PrimitiveType">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.PrimitiveType"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_DataType_ownedAttribute"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_DataType_ownedOperation"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_PrimitiveType">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.PrimitiveType"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_PrimitiveType" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_DataType"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_PrimitiveType">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.PrimitiveType"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_DataType_ownedAttribute"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_DataType_ownedOperation"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_LiteralSpecification">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralSpecification"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_LiteralSpecification" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_LiteralSpecification"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ValueSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Single_LiteralSpecification">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralSpecification"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_LiteralSpecification">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralSpecification"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_LiteralSpecification" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ValueSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_LiteralSpecification">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralSpecification"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_LiteralInteger">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralInteger"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_LiteralInteger" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_LiteralInteger"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ValueSpecification"/>
+ <replacedSection id="section_Single_LiteralSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Single_LiteralInteger">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralInteger"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <controller predefinedId="UML_LiteralInteger_value"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_LiteralInteger">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralInteger"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_LiteralInteger" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ValueSpecification"/>
+ <replacedSection id="section_Multiple_LiteralSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_LiteralInteger">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralInteger"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <controller predefinedId="UML_LiteralInteger_value"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_LiteralString">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralString"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_LiteralString" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_LiteralString"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ValueSpecification"/>
+ <replacedSection id="section_Single_LiteralSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Single_LiteralString">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralString"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <controller predefinedId="UML_LiteralString_value"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_LiteralString">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralString"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_LiteralString" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ValueSpecification"/>
+ <replacedSection id="section_Multiple_LiteralSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_LiteralString">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralString"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <controller predefinedId="UML_LiteralString_value"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_LiteralBoolean">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralBoolean"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_LiteralBoolean" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_LiteralBoolean"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ValueSpecification"/>
+ <replacedSection id="section_Single_LiteralSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Single_LiteralBoolean">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralBoolean"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_LiteralBoolean_value"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_LiteralBoolean">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralBoolean"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_LiteralBoolean" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ValueSpecification"/>
+ <replacedSection id="section_Multiple_LiteralSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_LiteralBoolean">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralBoolean"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_LiteralBoolean_value"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_LiteralNull">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralNull"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_LiteralNull" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_LiteralNull"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ValueSpecification"/>
+ <replacedSection id="section_Single_LiteralSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Single_LiteralNull">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralNull"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_LiteralNull">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralNull"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_LiteralNull" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ValueSpecification"/>
+ <replacedSection id="section_Multiple_LiteralSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_LiteralNull">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralNull"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_InstanceValue">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InstanceValue"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_InstanceValue" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_InstanceValue"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ValueSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Single_InstanceValue">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InstanceValue"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InstanceValue_instance"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_InstanceValue">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InstanceValue"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_InstanceValue" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ValueSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_InstanceValue">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InstanceValue"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InstanceValue_instance"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_LiteralUnlimitedNatural">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralUnlimitedNatural"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_LiteralUnlimitedNatural" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_LiteralUnlimitedNatural"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ValueSpecification"/>
+ <replacedSection id="section_Single_LiteralSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Single_LiteralUnlimitedNatural">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralUnlimitedNatural"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <controller predefinedId="UML_LiteralUnlimitedNatural_value"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_LiteralUnlimitedNatural">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralUnlimitedNatural"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_LiteralUnlimitedNatural" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ValueSpecification"/>
+ <replacedSection id="section_Multiple_LiteralSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_LiteralUnlimitedNatural">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralUnlimitedNatural"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <controller predefinedId="UML_LiteralUnlimitedNatural_value"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_OpaqueBehavior">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.OpaqueBehavior"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_OpaqueBehavior" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_OpaqueBehavior"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_StructuredClassifier"/>
+ <replacedSection id="section_Single_EncapsulatedClassifier"/>
+ <replacedSection id="section_Single_BehavioredClassifier"/>
+ <replacedSection id="section_Single_Class"/>
+ <replacedSection id="section_Single_Behavior"/>
+ </replacedSections>
+ <fragment id="fragment_Single_OpaqueBehavior">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.OpaqueBehavior"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_OpaqueBehavior_body"/>
+ <controller predefinedId="UML_OpaqueBehavior_language"/>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Behavior_isReentrant"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioredClassifier_classifierBehavior"/>
+ <controller predefinedId="UML_Behavior_context"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_Behavior_specification"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Class_extension"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_BehavioredClassifier_interfaceRealization"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Class_nestedClassifier"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedAttribute"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedBehavior"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedConnector"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Class_ownedOperation"/>
+ <controller predefinedId="UML_Behavior_ownedParameter"/>
+ <controller predefinedId="UML_Behavior_ownedParameterSet"/>
+ <controller predefinedId="UML_EncapsulatedClassifier_ownedPort"/>
+ <controller predefinedId="UML_Class_ownedReception"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedTrigger"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_StructuredClassifier_part"/>
+ <controller predefinedId="UML_Behavior_postcondition"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Behavior_precondition"/>
+ <controller predefinedId="UML_Behavior_redefinedBehavior"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_StructuredClassifier_role"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_Class_superClass"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_OpaqueBehavior">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.OpaqueBehavior"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_OpaqueBehavior" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_StructuredClassifier"/>
+ <replacedSection id="section_Multiple_EncapsulatedClassifier"/>
+ <replacedSection id="section_Multiple_BehavioredClassifier"/>
+ <replacedSection id="section_Multiple_Class"/>
+ <replacedSection id="section_Multiple_Behavior"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_OpaqueBehavior">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.OpaqueBehavior"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_OpaqueBehavior_body"/>
+ <controller predefinedId="UML_OpaqueBehavior_language"/>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Behavior_isReentrant"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioredClassifier_classifierBehavior"/>
+ <controller predefinedId="UML_Behavior_context"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_Behavior_specification"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Class_extension"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_BehavioredClassifier_interfaceRealization"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Class_nestedClassifier"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedAttribute"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedBehavior"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedConnector"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Class_ownedOperation"/>
+ <controller predefinedId="UML_Behavior_ownedParameter"/>
+ <controller predefinedId="UML_Behavior_ownedParameterSet"/>
+ <controller predefinedId="UML_EncapsulatedClassifier_ownedPort"/>
+ <controller predefinedId="UML_Class_ownedReception"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedTrigger"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_StructuredClassifier_part"/>
+ <controller predefinedId="UML_Behavior_postcondition"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Behavior_precondition"/>
+ <controller predefinedId="UML_Behavior_redefinedBehavior"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_StructuredClassifier_role"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_Class_superClass"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_FunctionBehavior">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.FunctionBehavior"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_FunctionBehavior" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_FunctionBehavior"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_StructuredClassifier"/>
+ <replacedSection id="section_Single_EncapsulatedClassifier"/>
+ <replacedSection id="section_Single_BehavioredClassifier"/>
+ <replacedSection id="section_Single_Class"/>
+ <replacedSection id="section_Single_Behavior"/>
+ <replacedSection id="section_Single_OpaqueBehavior"/>
+ </replacedSections>
+ <fragment id="fragment_Single_FunctionBehavior">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.FunctionBehavior"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_OpaqueBehavior_body"/>
+ <controller predefinedId="UML_OpaqueBehavior_language"/>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Behavior_isReentrant"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioredClassifier_classifierBehavior"/>
+ <controller predefinedId="UML_Behavior_context"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_Behavior_specification"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Class_extension"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_BehavioredClassifier_interfaceRealization"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Class_nestedClassifier"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedAttribute"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedBehavior"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedConnector"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Class_ownedOperation"/>
+ <controller predefinedId="UML_Behavior_ownedParameter"/>
+ <controller predefinedId="UML_Behavior_ownedParameterSet"/>
+ <controller predefinedId="UML_EncapsulatedClassifier_ownedPort"/>
+ <controller predefinedId="UML_Class_ownedReception"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedTrigger"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_StructuredClassifier_part"/>
+ <controller predefinedId="UML_Behavior_postcondition"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Behavior_precondition"/>
+ <controller predefinedId="UML_Behavior_redefinedBehavior"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_StructuredClassifier_role"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_Class_superClass"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_FunctionBehavior">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.FunctionBehavior"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_FunctionBehavior" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_StructuredClassifier"/>
+ <replacedSection id="section_Multiple_EncapsulatedClassifier"/>
+ <replacedSection id="section_Multiple_BehavioredClassifier"/>
+ <replacedSection id="section_Multiple_Class"/>
+ <replacedSection id="section_Multiple_Behavior"/>
+ <replacedSection id="section_Multiple_OpaqueBehavior"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_FunctionBehavior">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.FunctionBehavior"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_OpaqueBehavior_body"/>
+ <controller predefinedId="UML_OpaqueBehavior_language"/>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Behavior_isReentrant"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioredClassifier_classifierBehavior"/>
+ <controller predefinedId="UML_Behavior_context"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_Behavior_specification"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Class_extension"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_BehavioredClassifier_interfaceRealization"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Class_nestedClassifier"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedAttribute"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedBehavior"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedConnector"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Class_ownedOperation"/>
+ <controller predefinedId="UML_Behavior_ownedParameter"/>
+ <controller predefinedId="UML_Behavior_ownedParameterSet"/>
+ <controller predefinedId="UML_EncapsulatedClassifier_ownedPort"/>
+ <controller predefinedId="UML_Class_ownedReception"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedTrigger"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_StructuredClassifier_part"/>
+ <controller predefinedId="UML_Behavior_postcondition"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Behavior_precondition"/>
+ <controller predefinedId="UML_Behavior_redefinedBehavior"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_StructuredClassifier_role"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_Class_superClass"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_OpaqueAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.OpaqueAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_OpaqueAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_OpaqueAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Single_OpaqueAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.OpaqueAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_OpaqueAction_body"/>
+ <controller predefinedId="UML_OpaqueAction_language"/>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_OpaqueAction_inputValue"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_OpaqueAction_outputValue"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_OpaqueAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.OpaqueAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_OpaqueAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_OpaqueAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.OpaqueAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_OpaqueAction_body"/>
+ <controller predefinedId="UML_OpaqueAction_language"/>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_OpaqueAction_inputValue"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_OpaqueAction_outputValue"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Action">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Action"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Action" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Action">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Action"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Action">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Action"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Action" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Action">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Action"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ExecutableNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ExecutableNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ExecutableNode" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ExecutableNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ExecutableNode"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ExecutableNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ExecutableNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ExecutableNode" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ExecutableNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ExecutableNode"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ActivityNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ActivityNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ActivityNode" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ActivityNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ActivityNode"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ActivityNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ActivityNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ActivityNode" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ActivityNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ActivityNode"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_StructuredActivityNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.StructuredActivityNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_StructuredActivityNode" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_StructuredActivityNode"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_ActivityGroup"/>
+ </replacedSections>
+ <fragment id="fragment_Single_StructuredActivityNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.StructuredActivityNode"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_StructuredActivityNode_mustIsolate"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityGroup_inActivity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ActivityGroup_superGroup"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityGroup_containedEdge"/>
+ <controller predefinedId="UML_ActivityGroup_containedNode"/>
+ <controller predefinedId="UML_StructuredActivityNode_edge"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_StructuredActivityNode_node"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_ActivityGroup_subgroup"/>
+ <controller predefinedId="UML_StructuredActivityNode_variable"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_StructuredActivityNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.StructuredActivityNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_StructuredActivityNode" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_ActivityGroup"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_StructuredActivityNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.StructuredActivityNode"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_StructuredActivityNode_mustIsolate"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityGroup_inActivity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ActivityGroup_superGroup"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityGroup_containedEdge"/>
+ <controller predefinedId="UML_ActivityGroup_containedNode"/>
+ <controller predefinedId="UML_StructuredActivityNode_edge"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_StructuredActivityNode_node"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_ActivityGroup_subgroup"/>
+ <controller predefinedId="UML_StructuredActivityNode_variable"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ActivityGroup">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ActivityGroup"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ActivityGroup" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ActivityGroup"/>
+ <replacedSection id="section_Single_Element"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ActivityGroup">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ActivityGroup"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_ActivityGroup_inActivity"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ActivityGroup_superGroup"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityGroup_containedEdge"/>
+ <controller predefinedId="UML_ActivityGroup_containedNode"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_ActivityGroup_subgroup"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ActivityGroup">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ActivityGroup"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ActivityGroup" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ActivityGroup">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ActivityGroup"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_ActivityGroup_inActivity"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ActivityGroup_superGroup"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityGroup_containedEdge"/>
+ <controller predefinedId="UML_ActivityGroup_containedNode"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_ActivityGroup_subgroup"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Activity">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Activity"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Activity" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Activity"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_StructuredClassifier"/>
+ <replacedSection id="section_Single_EncapsulatedClassifier"/>
+ <replacedSection id="section_Single_BehavioredClassifier"/>
+ <replacedSection id="section_Single_Class"/>
+ <replacedSection id="section_Single_Behavior"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Activity">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Activity"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Activity_isReadOnly"/>
+ <controller predefinedId="UML_Behavior_isReentrant"/>
+ <controller predefinedId="UML_Activity_isSingleExecution"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioredClassifier_classifierBehavior"/>
+ <controller predefinedId="UML_Behavior_context"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_Behavior_specification"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Activity_edge"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Class_extension"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Activity_group"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_BehavioredClassifier_interfaceRealization"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Class_nestedClassifier"/>
+ <controller predefinedId="UML_Activity_node"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedAttribute"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedBehavior"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedConnector"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Class_ownedOperation"/>
+ <controller predefinedId="UML_Behavior_ownedParameter"/>
+ <controller predefinedId="UML_Behavior_ownedParameterSet"/>
+ <controller predefinedId="UML_EncapsulatedClassifier_ownedPort"/>
+ <controller predefinedId="UML_Class_ownedReception"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedTrigger"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_StructuredClassifier_part"/>
+ <controller predefinedId="UML_Activity_partition"/>
+ <controller predefinedId="UML_Behavior_postcondition"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Behavior_precondition"/>
+ <controller predefinedId="UML_Behavior_redefinedBehavior"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_StructuredClassifier_role"/>
+ <controller predefinedId="UML_Activity_structuredNode"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_Class_superClass"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <controller predefinedId="UML_Activity_variable"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Activity">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Activity"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Activity" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_StructuredClassifier"/>
+ <replacedSection id="section_Multiple_EncapsulatedClassifier"/>
+ <replacedSection id="section_Multiple_BehavioredClassifier"/>
+ <replacedSection id="section_Multiple_Class"/>
+ <replacedSection id="section_Multiple_Behavior"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Activity">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Activity"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Activity_isReadOnly"/>
+ <controller predefinedId="UML_Behavior_isReentrant"/>
+ <controller predefinedId="UML_Activity_isSingleExecution"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioredClassifier_classifierBehavior"/>
+ <controller predefinedId="UML_Behavior_context"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_Behavior_specification"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Activity_edge"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Class_extension"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Activity_group"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_BehavioredClassifier_interfaceRealization"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Class_nestedClassifier"/>
+ <controller predefinedId="UML_Activity_node"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedAttribute"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedBehavior"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedConnector"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Class_ownedOperation"/>
+ <controller predefinedId="UML_Behavior_ownedParameter"/>
+ <controller predefinedId="UML_Behavior_ownedParameterSet"/>
+ <controller predefinedId="UML_EncapsulatedClassifier_ownedPort"/>
+ <controller predefinedId="UML_Class_ownedReception"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedTrigger"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_StructuredClassifier_part"/>
+ <controller predefinedId="UML_Activity_partition"/>
+ <controller predefinedId="UML_Behavior_postcondition"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Behavior_precondition"/>
+ <controller predefinedId="UML_Behavior_redefinedBehavior"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_StructuredClassifier_role"/>
+ <controller predefinedId="UML_Activity_structuredNode"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_Class_superClass"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <controller predefinedId="UML_Activity_variable"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Variable">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Variable"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Variable" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Variable"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_ConnectableElement"/>
+ <replacedSection id="section_Single_MultiplicityElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Variable">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Variable"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_MultiplicityElement_lower"/>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <controller predefinedId="UML_MultiplicityElement_upper"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Variable_activityScope"/>
+ <controller predefinedId="UML_MultiplicityElement_lowerValue"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Variable_scope"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <controller predefinedId="UML_MultiplicityElement_upperValue"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ConnectableElement_end"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Variable">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Variable"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Variable" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_ConnectableElement"/>
+ <replacedSection id="section_Multiple_MultiplicityElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Variable">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Variable"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_MultiplicityElement_lower"/>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <controller predefinedId="UML_MultiplicityElement_upper"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Variable_activityScope"/>
+ <controller predefinedId="UML_MultiplicityElement_lowerValue"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Variable_scope"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <controller predefinedId="UML_MultiplicityElement_upperValue"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ConnectableElement_end"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ActivityEdge">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ActivityEdge"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ActivityEdge" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ActivityEdge"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ActivityEdge">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ActivityEdge"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityEdge_activity"/>
+ <controller predefinedId="UML_ActivityEdge_guard"/>
+ <controller predefinedId="UML_ActivityEdge_inStructuredNode"/>
+ <controller predefinedId="UML_ActivityEdge_interrupts"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ActivityEdge_source"/>
+ <controller predefinedId="UML_ActivityEdge_target"/>
+ <controller predefinedId="UML_ActivityEdge_weight"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityEdge_inGroup"/>
+ <controller predefinedId="UML_ActivityEdge_inPartition"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_ActivityEdge_redefinedEdge"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ActivityEdge">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ActivityEdge"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ActivityEdge" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ActivityEdge">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ActivityEdge"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityEdge_activity"/>
+ <controller predefinedId="UML_ActivityEdge_guard"/>
+ <controller predefinedId="UML_ActivityEdge_inStructuredNode"/>
+ <controller predefinedId="UML_ActivityEdge_interrupts"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ActivityEdge_source"/>
+ <controller predefinedId="UML_ActivityEdge_target"/>
+ <controller predefinedId="UML_ActivityEdge_weight"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityEdge_inGroup"/>
+ <controller predefinedId="UML_ActivityEdge_inPartition"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_ActivityEdge_redefinedEdge"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ActivityPartition">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ActivityPartition"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ActivityPartition" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ActivityPartition"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ActivityGroup"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ActivityPartition">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ActivityPartition"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityPartition_isDimension"/>
+ <controller predefinedId="UML_ActivityPartition_isExternal"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityGroup_inActivity"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ActivityPartition_represents"/>
+ <controller predefinedId="UML_ActivityGroup_superGroup"/>
+ <controller predefinedId="UML_ActivityPartition_superPartition"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityGroup_containedEdge"/>
+ <controller predefinedId="UML_ActivityGroup_containedNode"/>
+ <controller predefinedId="UML_ActivityPartition_edge"/>
+ <controller predefinedId="UML_ActivityPartition_node"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_ActivityGroup_subgroup"/>
+ <controller predefinedId="UML_ActivityPartition_subpartition"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ActivityPartition">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ActivityPartition"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ActivityPartition" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ActivityGroup"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ActivityPartition">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ActivityPartition"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityPartition_isDimension"/>
+ <controller predefinedId="UML_ActivityPartition_isExternal"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityGroup_inActivity"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ActivityPartition_represents"/>
+ <controller predefinedId="UML_ActivityGroup_superGroup"/>
+ <controller predefinedId="UML_ActivityPartition_superPartition"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityGroup_containedEdge"/>
+ <controller predefinedId="UML_ActivityGroup_containedNode"/>
+ <controller predefinedId="UML_ActivityPartition_edge"/>
+ <controller predefinedId="UML_ActivityPartition_node"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_ActivityGroup_subgroup"/>
+ <controller predefinedId="UML_ActivityPartition_subpartition"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_InterruptibleActivityRegion">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InterruptibleActivityRegion"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_InterruptibleActivityRegion" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_InterruptibleActivityRegion"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_ActivityGroup"/>
+ </replacedSections>
+ <fragment id="fragment_Single_InterruptibleActivityRegion">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InterruptibleActivityRegion"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_ActivityGroup_inActivity"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ActivityGroup_superGroup"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityGroup_containedEdge"/>
+ <controller predefinedId="UML_ActivityGroup_containedNode"/>
+ <controller predefinedId="UML_InterruptibleActivityRegion_interruptingEdge"/>
+ <controller predefinedId="UML_InterruptibleActivityRegion_node"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_ActivityGroup_subgroup"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_InterruptibleActivityRegion">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InterruptibleActivityRegion"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_InterruptibleActivityRegion" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_ActivityGroup"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_InterruptibleActivityRegion">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InterruptibleActivityRegion"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_ActivityGroup_inActivity"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ActivityGroup_superGroup"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityGroup_containedEdge"/>
+ <controller predefinedId="UML_ActivityGroup_containedNode"/>
+ <controller predefinedId="UML_InterruptibleActivityRegion_interruptingEdge"/>
+ <controller predefinedId="UML_InterruptibleActivityRegion_node"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_ActivityGroup_subgroup"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ExceptionHandler">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ExceptionHandler"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ExceptionHandler" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ExceptionHandler"/>
+ <replacedSection id="section_Single_Element"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ExceptionHandler">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ExceptionHandler"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_ExceptionHandler_exceptionInput"/>
+ <controller predefinedId="UML_ExceptionHandler_handlerBody"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ExceptionHandler_protectedNode"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ExceptionHandler_exceptionType"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ExceptionHandler">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ExceptionHandler"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ExceptionHandler" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ExceptionHandler">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ExceptionHandler"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_ExceptionHandler_exceptionInput"/>
+ <controller predefinedId="UML_ExceptionHandler_handlerBody"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ExceptionHandler_protectedNode"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ExceptionHandler_exceptionType"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ObjectNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ObjectNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ObjectNode" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ObjectNode"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ObjectNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ObjectNode"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ObjectNode_isControlType"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ObjectNode_ordering"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ObjectNode_selection"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <controller predefinedId="UML_ObjectNode_upperBound"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ObjectNode_inState"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ObjectNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ObjectNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ObjectNode" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ObjectNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ObjectNode"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ObjectNode_isControlType"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ObjectNode_ordering"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ObjectNode_selection"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <controller predefinedId="UML_ObjectNode_upperBound"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ObjectNode_inState"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_OutputPin">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.OutputPin"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_OutputPin" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_OutputPin"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ObjectNode"/>
+ <replacedSection id="section_Single_MultiplicityElement"/>
+ <replacedSection id="section_Single_Pin"/>
+ </replacedSections>
+ <fragment id="fragment_Single_OutputPin">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.OutputPin"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_MultiplicityElement_lower"/>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <controller predefinedId="UML_MultiplicityElement_upper"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Pin_isControl"/>
+ <controller predefinedId="UML_ObjectNode_isControlType"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ObjectNode_ordering"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_MultiplicityElement_lowerValue"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ObjectNode_selection"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <controller predefinedId="UML_ObjectNode_upperBound"/>
+ <controller predefinedId="UML_MultiplicityElement_upperValue"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ObjectNode_inState"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_OutputPin">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.OutputPin"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_OutputPin" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ObjectNode"/>
+ <replacedSection id="section_Multiple_MultiplicityElement"/>
+ <replacedSection id="section_Multiple_Pin"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_OutputPin">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.OutputPin"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_MultiplicityElement_lower"/>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <controller predefinedId="UML_MultiplicityElement_upper"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Pin_isControl"/>
+ <controller predefinedId="UML_ObjectNode_isControlType"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ObjectNode_ordering"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_MultiplicityElement_lowerValue"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ObjectNode_selection"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <controller predefinedId="UML_ObjectNode_upperBound"/>
+ <controller predefinedId="UML_MultiplicityElement_upperValue"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ObjectNode_inState"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Pin">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Pin"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Pin" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Pin"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ObjectNode"/>
+ <replacedSection id="section_Single_MultiplicityElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Pin">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Pin"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_MultiplicityElement_lower"/>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <controller predefinedId="UML_MultiplicityElement_upper"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Pin_isControl"/>
+ <controller predefinedId="UML_ObjectNode_isControlType"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ObjectNode_ordering"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_MultiplicityElement_lowerValue"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ObjectNode_selection"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <controller predefinedId="UML_ObjectNode_upperBound"/>
+ <controller predefinedId="UML_MultiplicityElement_upperValue"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ObjectNode_inState"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Pin">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Pin"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Pin" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ObjectNode"/>
+ <replacedSection id="section_Multiple_MultiplicityElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Pin">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Pin"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_MultiplicityElement_lower"/>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <controller predefinedId="UML_MultiplicityElement_upper"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Pin_isControl"/>
+ <controller predefinedId="UML_ObjectNode_isControlType"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ObjectNode_ordering"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_MultiplicityElement_lowerValue"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ObjectNode_selection"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <controller predefinedId="UML_ObjectNode_upperBound"/>
+ <controller predefinedId="UML_MultiplicityElement_upperValue"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ObjectNode_inState"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_InputPin">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InputPin"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_InputPin" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_InputPin"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ObjectNode"/>
+ <replacedSection id="section_Single_MultiplicityElement"/>
+ <replacedSection id="section_Single_Pin"/>
+ </replacedSections>
+ <fragment id="fragment_Single_InputPin">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InputPin"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_MultiplicityElement_lower"/>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <controller predefinedId="UML_MultiplicityElement_upper"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Pin_isControl"/>
+ <controller predefinedId="UML_ObjectNode_isControlType"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ObjectNode_ordering"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_MultiplicityElement_lowerValue"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ObjectNode_selection"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <controller predefinedId="UML_ObjectNode_upperBound"/>
+ <controller predefinedId="UML_MultiplicityElement_upperValue"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ObjectNode_inState"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_InputPin">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InputPin"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_InputPin" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ObjectNode"/>
+ <replacedSection id="section_Multiple_MultiplicityElement"/>
+ <replacedSection id="section_Multiple_Pin"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_InputPin">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InputPin"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_MultiplicityElement_lower"/>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <controller predefinedId="UML_MultiplicityElement_upper"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Pin_isControl"/>
+ <controller predefinedId="UML_ObjectNode_isControlType"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ObjectNode_ordering"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_MultiplicityElement_lowerValue"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ObjectNode_selection"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <controller predefinedId="UML_ObjectNode_upperBound"/>
+ <controller predefinedId="UML_MultiplicityElement_upperValue"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ObjectNode_inState"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_CallAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CallAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_CallAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_CallAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_InvocationAction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_CallAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CallAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_CallAction_isSynchronous"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_InvocationAction_onPort"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InvocationAction_argument"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_CallAction_result"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_CallAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CallAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_CallAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_InvocationAction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_CallAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CallAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_CallAction_isSynchronous"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_InvocationAction_onPort"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InvocationAction_argument"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_CallAction_result"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_InvocationAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InvocationAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_InvocationAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_InvocationAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Single_InvocationAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InvocationAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_InvocationAction_onPort"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InvocationAction_argument"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_InvocationAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InvocationAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_InvocationAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_InvocationAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InvocationAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_InvocationAction_onPort"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InvocationAction_argument"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_SendSignalAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.SendSignalAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_SendSignalAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_SendSignalAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_InvocationAction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_SendSignalAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.SendSignalAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_InvocationAction_onPort"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_SendSignalAction_signal"/>
+ <controller predefinedId="UML_SendSignalAction_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InvocationAction_argument"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_SendSignalAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.SendSignalAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_SendSignalAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_InvocationAction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_SendSignalAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.SendSignalAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_InvocationAction_onPort"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_SendSignalAction_signal"/>
+ <controller predefinedId="UML_SendSignalAction_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InvocationAction_argument"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_CallOperationAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CallOperationAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_CallOperationAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_CallOperationAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_InvocationAction"/>
+ <replacedSection id="section_Single_CallAction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_CallOperationAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CallOperationAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_CallAction_isSynchronous"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_InvocationAction_onPort"/>
+ <controller predefinedId="UML_CallOperationAction_operation"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_CallOperationAction_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InvocationAction_argument"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_CallAction_result"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_CallOperationAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CallOperationAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_CallOperationAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_InvocationAction"/>
+ <replacedSection id="section_Multiple_CallAction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_CallOperationAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CallOperationAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_CallAction_isSynchronous"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_InvocationAction_onPort"/>
+ <controller predefinedId="UML_CallOperationAction_operation"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_CallOperationAction_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InvocationAction_argument"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_CallAction_result"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_CallBehaviorAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CallBehaviorAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_CallBehaviorAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_CallBehaviorAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_InvocationAction"/>
+ <replacedSection id="section_Single_CallAction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_CallBehaviorAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CallBehaviorAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_CallAction_isSynchronous"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_CallBehaviorAction_behavior"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_InvocationAction_onPort"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InvocationAction_argument"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_CallAction_result"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_CallBehaviorAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CallBehaviorAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_CallBehaviorAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_InvocationAction"/>
+ <replacedSection id="section_Multiple_CallAction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_CallBehaviorAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CallBehaviorAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_CallAction_isSynchronous"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_CallBehaviorAction_behavior"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_InvocationAction_onPort"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InvocationAction_argument"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_CallAction_result"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_SequenceNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.SequenceNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_SequenceNode" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_SequenceNode"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_ActivityGroup"/>
+ <replacedSection id="section_Single_StructuredActivityNode"/>
+ </replacedSections>
+ <fragment id="fragment_Single_SequenceNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.SequenceNode"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_StructuredActivityNode_mustIsolate"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityGroup_inActivity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ActivityGroup_superGroup"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityGroup_containedEdge"/>
+ <controller predefinedId="UML_ActivityGroup_containedNode"/>
+ <controller predefinedId="UML_StructuredActivityNode_edge"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_SequenceNode_executableNode"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_StructuredActivityNode_node"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_ActivityGroup_subgroup"/>
+ <controller predefinedId="UML_StructuredActivityNode_variable"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_SequenceNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.SequenceNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_SequenceNode" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_ActivityGroup"/>
+ <replacedSection id="section_Multiple_StructuredActivityNode"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_SequenceNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.SequenceNode"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_StructuredActivityNode_mustIsolate"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityGroup_inActivity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ActivityGroup_superGroup"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityGroup_containedEdge"/>
+ <controller predefinedId="UML_ActivityGroup_containedNode"/>
+ <controller predefinedId="UML_StructuredActivityNode_edge"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_SequenceNode_executableNode"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_StructuredActivityNode_node"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_ActivityGroup_subgroup"/>
+ <controller predefinedId="UML_StructuredActivityNode_variable"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ControlNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ControlNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ControlNode" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ControlNode"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ControlNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ControlNode"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ControlNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ControlNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ControlNode" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ControlNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ControlNode"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ControlFlow">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ControlFlow"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ControlFlow" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ControlFlow"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityEdge"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ControlFlow">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ControlFlow"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityEdge_activity"/>
+ <controller predefinedId="UML_ActivityEdge_guard"/>
+ <controller predefinedId="UML_ActivityEdge_inStructuredNode"/>
+ <controller predefinedId="UML_ActivityEdge_interrupts"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ActivityEdge_source"/>
+ <controller predefinedId="UML_ActivityEdge_target"/>
+ <controller predefinedId="UML_ActivityEdge_weight"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityEdge_inGroup"/>
+ <controller predefinedId="UML_ActivityEdge_inPartition"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_ActivityEdge_redefinedEdge"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ControlFlow">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ControlFlow"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ControlFlow" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityEdge"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ControlFlow">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ControlFlow"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityEdge_activity"/>
+ <controller predefinedId="UML_ActivityEdge_guard"/>
+ <controller predefinedId="UML_ActivityEdge_inStructuredNode"/>
+ <controller predefinedId="UML_ActivityEdge_interrupts"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ActivityEdge_source"/>
+ <controller predefinedId="UML_ActivityEdge_target"/>
+ <controller predefinedId="UML_ActivityEdge_weight"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityEdge_inGroup"/>
+ <controller predefinedId="UML_ActivityEdge_inPartition"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_ActivityEdge_redefinedEdge"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_InitialNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InitialNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_InitialNode" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_InitialNode"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ControlNode"/>
+ </replacedSections>
+ <fragment id="fragment_Single_InitialNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InitialNode"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_InitialNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InitialNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_InitialNode" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ControlNode"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_InitialNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InitialNode"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ActivityParameterNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ActivityParameterNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ActivityParameterNode" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ActivityParameterNode"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ObjectNode"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ActivityParameterNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ActivityParameterNode"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ObjectNode_isControlType"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ObjectNode_ordering"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ActivityParameterNode_parameter"/>
+ <controller predefinedId="UML_ObjectNode_selection"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <controller predefinedId="UML_ObjectNode_upperBound"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ObjectNode_inState"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ActivityParameterNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ActivityParameterNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ActivityParameterNode" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ObjectNode"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ActivityParameterNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ActivityParameterNode"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ObjectNode_isControlType"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ObjectNode_ordering"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ActivityParameterNode_parameter"/>
+ <controller predefinedId="UML_ObjectNode_selection"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <controller predefinedId="UML_ObjectNode_upperBound"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ObjectNode_inState"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ValuePin">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ValuePin"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ValuePin" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ValuePin"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ObjectNode"/>
+ <replacedSection id="section_Single_MultiplicityElement"/>
+ <replacedSection id="section_Single_Pin"/>
+ <replacedSection id="section_Single_InputPin"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ValuePin">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ValuePin"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_MultiplicityElement_lower"/>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <controller predefinedId="UML_MultiplicityElement_upper"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Pin_isControl"/>
+ <controller predefinedId="UML_ObjectNode_isControlType"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ObjectNode_ordering"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_MultiplicityElement_lowerValue"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ObjectNode_selection"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <controller predefinedId="UML_ObjectNode_upperBound"/>
+ <controller predefinedId="UML_MultiplicityElement_upperValue"/>
+ <controller predefinedId="UML_ValuePin_value"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ObjectNode_inState"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ValuePin">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ValuePin"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ValuePin" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ObjectNode"/>
+ <replacedSection id="section_Multiple_MultiplicityElement"/>
+ <replacedSection id="section_Multiple_Pin"/>
+ <replacedSection id="section_Multiple_InputPin"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ValuePin">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ValuePin"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_MultiplicityElement_lower"/>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <controller predefinedId="UML_MultiplicityElement_upper"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Pin_isControl"/>
+ <controller predefinedId="UML_ObjectNode_isControlType"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ObjectNode_ordering"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_MultiplicityElement_lowerValue"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ObjectNode_selection"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <controller predefinedId="UML_ObjectNode_upperBound"/>
+ <controller predefinedId="UML_MultiplicityElement_upperValue"/>
+ <controller predefinedId="UML_ValuePin_value"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ObjectNode_inState"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Message">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Message"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Message" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Message"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Message">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Message"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Message_messageKind"/>
+ <controller predefinedId="UML_Message_messageSort"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Message_connector"/>
+ <controller predefinedId="UML_Message_interaction"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_Message_receiveEvent"/>
+ <controller predefinedId="UML_Message_sendEvent"/>
+ <controller predefinedId="UML_Message_signature"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Message_argument"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Message">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Message"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Message" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Message">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Message"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Message_messageKind"/>
+ <controller predefinedId="UML_Message_messageSort"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Message_connector"/>
+ <controller predefinedId="UML_Message_interaction"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_Message_receiveEvent"/>
+ <controller predefinedId="UML_Message_sendEvent"/>
+ <controller predefinedId="UML_Message_signature"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Message_argument"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_MessageEnd">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.MessageEnd"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_MessageEnd" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_MessageEnd"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_MessageEnd">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.MessageEnd"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_MessageEnd_message"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_MessageEnd">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.MessageEnd"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_MessageEnd" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_MessageEnd">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.MessageEnd"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_MessageEnd_message"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Interaction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Interaction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Interaction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Interaction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_StructuredClassifier"/>
+ <replacedSection id="section_Single_EncapsulatedClassifier"/>
+ <replacedSection id="section_Single_BehavioredClassifier"/>
+ <replacedSection id="section_Single_Class"/>
+ <replacedSection id="section_Single_Behavior"/>
+ <replacedSection id="section_Single_InteractionFragment"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Interaction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Interaction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Behavior_isReentrant"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioredClassifier_classifierBehavior"/>
+ <controller predefinedId="UML_Behavior_context"/>
+ <controller predefinedId="UML_InteractionFragment_enclosingInteraction"/>
+ <controller predefinedId="UML_InteractionFragment_enclosingOperand"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_Behavior_specification"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Interaction_action"/>
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_InteractionFragment_covered"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Class_extension"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Interaction_formalGate"/>
+ <controller predefinedId="UML_Interaction_fragment"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_InteractionFragment_generalOrdering"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_BehavioredClassifier_interfaceRealization"/>
+ <controller predefinedId="UML_Interaction_lifeline"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Interaction_message"/>
+ <controller predefinedId="UML_Class_nestedClassifier"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedAttribute"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedBehavior"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedConnector"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Class_ownedOperation"/>
+ <controller predefinedId="UML_Behavior_ownedParameter"/>
+ <controller predefinedId="UML_Behavior_ownedParameterSet"/>
+ <controller predefinedId="UML_EncapsulatedClassifier_ownedPort"/>
+ <controller predefinedId="UML_Class_ownedReception"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedTrigger"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_StructuredClassifier_part"/>
+ <controller predefinedId="UML_Behavior_postcondition"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Behavior_precondition"/>
+ <controller predefinedId="UML_Behavior_redefinedBehavior"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_StructuredClassifier_role"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_Class_superClass"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Interaction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Interaction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Interaction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_StructuredClassifier"/>
+ <replacedSection id="section_Multiple_EncapsulatedClassifier"/>
+ <replacedSection id="section_Multiple_BehavioredClassifier"/>
+ <replacedSection id="section_Multiple_Class"/>
+ <replacedSection id="section_Multiple_Behavior"/>
+ <replacedSection id="section_Multiple_InteractionFragment"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Interaction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Interaction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Behavior_isReentrant"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioredClassifier_classifierBehavior"/>
+ <controller predefinedId="UML_Behavior_context"/>
+ <controller predefinedId="UML_InteractionFragment_enclosingInteraction"/>
+ <controller predefinedId="UML_InteractionFragment_enclosingOperand"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_Behavior_specification"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Interaction_action"/>
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_InteractionFragment_covered"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Class_extension"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Interaction_formalGate"/>
+ <controller predefinedId="UML_Interaction_fragment"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_InteractionFragment_generalOrdering"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_BehavioredClassifier_interfaceRealization"/>
+ <controller predefinedId="UML_Interaction_lifeline"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Interaction_message"/>
+ <controller predefinedId="UML_Class_nestedClassifier"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedAttribute"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedBehavior"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedConnector"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Class_ownedOperation"/>
+ <controller predefinedId="UML_Behavior_ownedParameter"/>
+ <controller predefinedId="UML_Behavior_ownedParameterSet"/>
+ <controller predefinedId="UML_EncapsulatedClassifier_ownedPort"/>
+ <controller predefinedId="UML_Class_ownedReception"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedTrigger"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_StructuredClassifier_part"/>
+ <controller predefinedId="UML_Behavior_postcondition"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Behavior_precondition"/>
+ <controller predefinedId="UML_Behavior_redefinedBehavior"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_StructuredClassifier_role"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_Class_superClass"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_InteractionFragment">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InteractionFragment"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_InteractionFragment" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_InteractionFragment"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_InteractionFragment">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InteractionFragment"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InteractionFragment_enclosingInteraction"/>
+ <controller predefinedId="UML_InteractionFragment_enclosingOperand"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_InteractionFragment_covered"/>
+ <controller predefinedId="UML_InteractionFragment_generalOrdering"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_InteractionFragment">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InteractionFragment"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_InteractionFragment" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_InteractionFragment">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InteractionFragment"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InteractionFragment_enclosingInteraction"/>
+ <controller predefinedId="UML_InteractionFragment_enclosingOperand"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_InteractionFragment_covered"/>
+ <controller predefinedId="UML_InteractionFragment_generalOrdering"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Lifeline">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Lifeline"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Lifeline" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Lifeline"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Lifeline">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Lifeline"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Lifeline_decomposedAs"/>
+ <controller predefinedId="UML_Lifeline_interaction"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_Lifeline_represents"/>
+ <controller predefinedId="UML_Lifeline_selector"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Lifeline_coveredBy"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Lifeline">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Lifeline"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Lifeline" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Lifeline">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Lifeline"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Lifeline_decomposedAs"/>
+ <controller predefinedId="UML_Lifeline_interaction"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_Lifeline_represents"/>
+ <controller predefinedId="UML_Lifeline_selector"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Lifeline_coveredBy"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_PartDecomposition">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.PartDecomposition"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_PartDecomposition" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_PartDecomposition"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_InteractionFragment"/>
+ <replacedSection id="section_Single_InteractionUse"/>
+ </replacedSections>
+ <fragment id="fragment_Single_PartDecomposition">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.PartDecomposition"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InteractionFragment_enclosingInteraction"/>
+ <controller predefinedId="UML_InteractionFragment_enclosingOperand"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_InteractionUse_refersTo"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InteractionUse_actualGate"/>
+ <controller predefinedId="UML_InteractionUse_argument"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_InteractionFragment_covered"/>
+ <controller predefinedId="UML_InteractionFragment_generalOrdering"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_PartDecomposition">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.PartDecomposition"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_PartDecomposition" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_InteractionFragment"/>
+ <replacedSection id="section_Multiple_InteractionUse"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_PartDecomposition">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.PartDecomposition"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InteractionFragment_enclosingInteraction"/>
+ <controller predefinedId="UML_InteractionFragment_enclosingOperand"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_InteractionUse_refersTo"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InteractionUse_actualGate"/>
+ <controller predefinedId="UML_InteractionUse_argument"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_InteractionFragment_covered"/>
+ <controller predefinedId="UML_InteractionFragment_generalOrdering"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_InteractionUse">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InteractionUse"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_InteractionUse" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_InteractionUse"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_InteractionFragment"/>
+ </replacedSections>
+ <fragment id="fragment_Single_InteractionUse">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InteractionUse"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InteractionFragment_enclosingInteraction"/>
+ <controller predefinedId="UML_InteractionFragment_enclosingOperand"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_InteractionUse_refersTo"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InteractionUse_actualGate"/>
+ <controller predefinedId="UML_InteractionUse_argument"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_InteractionFragment_covered"/>
+ <controller predefinedId="UML_InteractionFragment_generalOrdering"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_InteractionUse">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InteractionUse"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_InteractionUse" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_InteractionFragment"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_InteractionUse">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InteractionUse"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InteractionFragment_enclosingInteraction"/>
+ <controller predefinedId="UML_InteractionFragment_enclosingOperand"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_InteractionUse_refersTo"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InteractionUse_actualGate"/>
+ <controller predefinedId="UML_InteractionUse_argument"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_InteractionFragment_covered"/>
+ <controller predefinedId="UML_InteractionFragment_generalOrdering"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Gate">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Gate"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Gate" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Gate"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_MessageEnd"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Gate">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Gate"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_MessageEnd_message"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Gate">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Gate"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Gate" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_MessageEnd"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Gate">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Gate"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_MessageEnd_message"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_GeneralOrdering">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.GeneralOrdering"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_GeneralOrdering" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_GeneralOrdering"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_GeneralOrdering">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.GeneralOrdering"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_GeneralOrdering_after"/>
+ <controller predefinedId="UML_GeneralOrdering_before"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_GeneralOrdering">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.GeneralOrdering"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_GeneralOrdering" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_GeneralOrdering">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.GeneralOrdering"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_GeneralOrdering_after"/>
+ <controller predefinedId="UML_GeneralOrdering_before"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_OccurrenceSpecification">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.OccurrenceSpecification"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_OccurrenceSpecification" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_OccurrenceSpecification"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_InteractionFragment"/>
+ </replacedSections>
+ <fragment id="fragment_Single_OccurrenceSpecification">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.OccurrenceSpecification"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InteractionFragment_enclosingInteraction"/>
+ <controller predefinedId="UML_InteractionFragment_enclosingOperand"/>
+ <controller predefinedId="UML_OccurrenceSpecification_event"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_InteractionFragment_covered"/>
+ <controller predefinedId="UML_InteractionFragment_generalOrdering"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_OccurrenceSpecification_toAfter"/>
+ <controller predefinedId="UML_OccurrenceSpecification_toBefore"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_OccurrenceSpecification">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.OccurrenceSpecification"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_OccurrenceSpecification" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_InteractionFragment"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_OccurrenceSpecification">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.OccurrenceSpecification"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InteractionFragment_enclosingInteraction"/>
+ <controller predefinedId="UML_InteractionFragment_enclosingOperand"/>
+ <controller predefinedId="UML_OccurrenceSpecification_event"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_InteractionFragment_covered"/>
+ <controller predefinedId="UML_InteractionFragment_generalOrdering"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_OccurrenceSpecification_toAfter"/>
+ <controller predefinedId="UML_OccurrenceSpecification_toBefore"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_InteractionOperand">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InteractionOperand"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_InteractionOperand" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_InteractionOperand"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_InteractionFragment"/>
+ </replacedSections>
+ <fragment id="fragment_Single_InteractionOperand">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InteractionOperand"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InteractionFragment_enclosingInteraction"/>
+ <controller predefinedId="UML_InteractionFragment_enclosingOperand"/>
+ <controller predefinedId="UML_InteractionOperand_guard"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_InteractionFragment_covered"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_InteractionOperand_fragment"/>
+ <controller predefinedId="UML_InteractionFragment_generalOrdering"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_InteractionOperand">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InteractionOperand"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_InteractionOperand" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_InteractionFragment"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_InteractionOperand">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InteractionOperand"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InteractionFragment_enclosingInteraction"/>
+ <controller predefinedId="UML_InteractionFragment_enclosingOperand"/>
+ <controller predefinedId="UML_InteractionOperand_guard"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_InteractionFragment_covered"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_InteractionOperand_fragment"/>
+ <controller predefinedId="UML_InteractionFragment_generalOrdering"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_InteractionConstraint">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InteractionConstraint"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_InteractionConstraint" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_InteractionConstraint"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Constraint"/>
+ </replacedSections>
+ <fragment id="fragment_Single_InteractionConstraint">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InteractionConstraint"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Constraint_context"/>
+ <controller predefinedId="UML_InteractionConstraint_maxint"/>
+ <controller predefinedId="UML_InteractionConstraint_minint"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Constraint_specification"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Constraint_constrainedElement"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_InteractionConstraint">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InteractionConstraint"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_InteractionConstraint" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Constraint"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_InteractionConstraint">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InteractionConstraint"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Constraint_context"/>
+ <controller predefinedId="UML_InteractionConstraint_maxint"/>
+ <controller predefinedId="UML_InteractionConstraint_minint"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Constraint_specification"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Constraint_constrainedElement"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ExecutionSpecification">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ExecutionSpecification"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ExecutionSpecification" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ExecutionSpecification"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_InteractionFragment"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ExecutionSpecification">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ExecutionSpecification"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InteractionFragment_enclosingInteraction"/>
+ <controller predefinedId="UML_InteractionFragment_enclosingOperand"/>
+ <controller predefinedId="UML_ExecutionSpecification_finish"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ExecutionSpecification_start"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_InteractionFragment_covered"/>
+ <controller predefinedId="UML_InteractionFragment_generalOrdering"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ExecutionSpecification">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ExecutionSpecification"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ExecutionSpecification" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_InteractionFragment"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ExecutionSpecification">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ExecutionSpecification"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InteractionFragment_enclosingInteraction"/>
+ <controller predefinedId="UML_InteractionFragment_enclosingOperand"/>
+ <controller predefinedId="UML_ExecutionSpecification_finish"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ExecutionSpecification_start"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_InteractionFragment_covered"/>
+ <controller predefinedId="UML_InteractionFragment_generalOrdering"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_StateInvariant">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.StateInvariant"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_StateInvariant" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_StateInvariant"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_InteractionFragment"/>
+ </replacedSections>
+ <fragment id="fragment_Single_StateInvariant">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.StateInvariant"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InteractionFragment_enclosingInteraction"/>
+ <controller predefinedId="UML_InteractionFragment_enclosingOperand"/>
+ <controller predefinedId="UML_StateInvariant_invariant"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_InteractionFragment_covered"/>
+ <controller predefinedId="UML_InteractionFragment_generalOrdering"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_StateInvariant">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.StateInvariant"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_StateInvariant" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_InteractionFragment"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_StateInvariant">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.StateInvariant"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InteractionFragment_enclosingInteraction"/>
+ <controller predefinedId="UML_InteractionFragment_enclosingOperand"/>
+ <controller predefinedId="UML_StateInvariant_invariant"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_InteractionFragment_covered"/>
+ <controller predefinedId="UML_InteractionFragment_generalOrdering"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ActionExecutionSpecification">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ActionExecutionSpecification"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ActionExecutionSpecification" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ActionExecutionSpecification"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_InteractionFragment"/>
+ <replacedSection id="section_Single_ExecutionSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ActionExecutionSpecification">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ActionExecutionSpecification"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActionExecutionSpecification_action"/>
+ <controller predefinedId="UML_InteractionFragment_enclosingInteraction"/>
+ <controller predefinedId="UML_InteractionFragment_enclosingOperand"/>
+ <controller predefinedId="UML_ExecutionSpecification_finish"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ExecutionSpecification_start"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_InteractionFragment_covered"/>
+ <controller predefinedId="UML_InteractionFragment_generalOrdering"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ActionExecutionSpecification">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ActionExecutionSpecification"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ActionExecutionSpecification" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_InteractionFragment"/>
+ <replacedSection id="section_Multiple_ExecutionSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ActionExecutionSpecification">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ActionExecutionSpecification"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActionExecutionSpecification_action"/>
+ <controller predefinedId="UML_InteractionFragment_enclosingInteraction"/>
+ <controller predefinedId="UML_InteractionFragment_enclosingOperand"/>
+ <controller predefinedId="UML_ExecutionSpecification_finish"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ExecutionSpecification_start"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_InteractionFragment_covered"/>
+ <controller predefinedId="UML_InteractionFragment_generalOrdering"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_BehaviorExecutionSpecification">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.BehaviorExecutionSpecification"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_BehaviorExecutionSpecification" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_BehaviorExecutionSpecification"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_InteractionFragment"/>
+ <replacedSection id="section_Single_ExecutionSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Single_BehaviorExecutionSpecification">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.BehaviorExecutionSpecification"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehaviorExecutionSpecification_behavior"/>
+ <controller predefinedId="UML_InteractionFragment_enclosingInteraction"/>
+ <controller predefinedId="UML_InteractionFragment_enclosingOperand"/>
+ <controller predefinedId="UML_ExecutionSpecification_finish"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ExecutionSpecification_start"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_InteractionFragment_covered"/>
+ <controller predefinedId="UML_InteractionFragment_generalOrdering"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_BehaviorExecutionSpecification">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.BehaviorExecutionSpecification"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_BehaviorExecutionSpecification" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_InteractionFragment"/>
+ <replacedSection id="section_Multiple_ExecutionSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_BehaviorExecutionSpecification">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.BehaviorExecutionSpecification"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehaviorExecutionSpecification_behavior"/>
+ <controller predefinedId="UML_InteractionFragment_enclosingInteraction"/>
+ <controller predefinedId="UML_InteractionFragment_enclosingOperand"/>
+ <controller predefinedId="UML_ExecutionSpecification_finish"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ExecutionSpecification_start"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_InteractionFragment_covered"/>
+ <controller predefinedId="UML_InteractionFragment_generalOrdering"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ExecutionEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ExecutionEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ExecutionEvent" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ExecutionEvent"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Event"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ExecutionEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ExecutionEvent"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ExecutionEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ExecutionEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ExecutionEvent" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Event"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ExecutionEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ExecutionEvent"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_CreationEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CreationEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_CreationEvent" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_CreationEvent"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Event"/>
+ </replacedSections>
+ <fragment id="fragment_Single_CreationEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CreationEvent"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_CreationEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CreationEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_CreationEvent" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Event"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_CreationEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CreationEvent"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_DestructionEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DestructionEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_DestructionEvent" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_DestructionEvent"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Event"/>
+ </replacedSections>
+ <fragment id="fragment_Single_DestructionEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DestructionEvent"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_DestructionEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DestructionEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_DestructionEvent" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Event"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_DestructionEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DestructionEvent"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_SendOperationEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.SendOperationEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_SendOperationEvent" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_SendOperationEvent"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Event"/>
+ <replacedSection id="section_Single_MessageEvent"/>
+ </replacedSections>
+ <fragment id="fragment_Single_SendOperationEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.SendOperationEvent"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_SendOperationEvent_operation"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_SendOperationEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.SendOperationEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_SendOperationEvent" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Event"/>
+ <replacedSection id="section_Multiple_MessageEvent"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_SendOperationEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.SendOperationEvent"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_SendOperationEvent_operation"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_MessageEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.MessageEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_MessageEvent" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_MessageEvent"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Event"/>
+ </replacedSections>
+ <fragment id="fragment_Single_MessageEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.MessageEvent"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_MessageEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.MessageEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_MessageEvent" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Event"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_MessageEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.MessageEvent"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_SendSignalEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.SendSignalEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_SendSignalEvent" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_SendSignalEvent"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Event"/>
+ <replacedSection id="section_Single_MessageEvent"/>
+ </replacedSections>
+ <fragment id="fragment_Single_SendSignalEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.SendSignalEvent"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_SendSignalEvent_signal"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_SendSignalEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.SendSignalEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_SendSignalEvent" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Event"/>
+ <replacedSection id="section_Multiple_MessageEvent"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_SendSignalEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.SendSignalEvent"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_SendSignalEvent_signal"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_MessageOccurrenceSpecification">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.MessageOccurrenceSpecification"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_MessageOccurrenceSpecification" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_MessageOccurrenceSpecification"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_InteractionFragment"/>
+ <replacedSection id="section_Single_OccurrenceSpecification"/>
+ <replacedSection id="section_Single_MessageEnd"/>
+ </replacedSections>
+ <fragment id="fragment_Single_MessageOccurrenceSpecification">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.MessageOccurrenceSpecification"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InteractionFragment_enclosingInteraction"/>
+ <controller predefinedId="UML_InteractionFragment_enclosingOperand"/>
+ <controller predefinedId="UML_OccurrenceSpecification_event"/>
+ <controller predefinedId="UML_MessageEnd_message"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_InteractionFragment_covered"/>
+ <controller predefinedId="UML_InteractionFragment_generalOrdering"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_OccurrenceSpecification_toAfter"/>
+ <controller predefinedId="UML_OccurrenceSpecification_toBefore"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_MessageOccurrenceSpecification">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.MessageOccurrenceSpecification"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_MessageOccurrenceSpecification" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_InteractionFragment"/>
+ <replacedSection id="section_Multiple_OccurrenceSpecification"/>
+ <replacedSection id="section_Multiple_MessageEnd"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_MessageOccurrenceSpecification">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.MessageOccurrenceSpecification"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InteractionFragment_enclosingInteraction"/>
+ <controller predefinedId="UML_InteractionFragment_enclosingOperand"/>
+ <controller predefinedId="UML_OccurrenceSpecification_event"/>
+ <controller predefinedId="UML_MessageEnd_message"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_InteractionFragment_covered"/>
+ <controller predefinedId="UML_InteractionFragment_generalOrdering"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_OccurrenceSpecification_toAfter"/>
+ <controller predefinedId="UML_OccurrenceSpecification_toBefore"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ExecutionOccurrenceSpecification">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ExecutionOccurrenceSpecification"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ExecutionOccurrenceSpecification" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ExecutionOccurrenceSpecification"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_InteractionFragment"/>
+ <replacedSection id="section_Single_OccurrenceSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ExecutionOccurrenceSpecification">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ExecutionOccurrenceSpecification"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InteractionFragment_enclosingInteraction"/>
+ <controller predefinedId="UML_InteractionFragment_enclosingOperand"/>
+ <controller predefinedId="UML_OccurrenceSpecification_event"/>
+ <controller predefinedId="UML_ExecutionOccurrenceSpecification_execution"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_InteractionFragment_covered"/>
+ <controller predefinedId="UML_InteractionFragment_generalOrdering"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_OccurrenceSpecification_toAfter"/>
+ <controller predefinedId="UML_OccurrenceSpecification_toBefore"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ExecutionOccurrenceSpecification">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ExecutionOccurrenceSpecification"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ExecutionOccurrenceSpecification" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_InteractionFragment"/>
+ <replacedSection id="section_Multiple_OccurrenceSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ExecutionOccurrenceSpecification">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ExecutionOccurrenceSpecification"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InteractionFragment_enclosingInteraction"/>
+ <controller predefinedId="UML_InteractionFragment_enclosingOperand"/>
+ <controller predefinedId="UML_OccurrenceSpecification_event"/>
+ <controller predefinedId="UML_ExecutionOccurrenceSpecification_execution"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_InteractionFragment_covered"/>
+ <controller predefinedId="UML_InteractionFragment_generalOrdering"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_OccurrenceSpecification_toAfter"/>
+ <controller predefinedId="UML_OccurrenceSpecification_toBefore"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ReceiveOperationEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReceiveOperationEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ReceiveOperationEvent" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ReceiveOperationEvent"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Event"/>
+ <replacedSection id="section_Single_MessageEvent"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ReceiveOperationEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReceiveOperationEvent"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_ReceiveOperationEvent_operation"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ReceiveOperationEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReceiveOperationEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ReceiveOperationEvent" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Event"/>
+ <replacedSection id="section_Multiple_MessageEvent"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ReceiveOperationEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReceiveOperationEvent"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_ReceiveOperationEvent_operation"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ReceiveSignalEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReceiveSignalEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ReceiveSignalEvent" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ReceiveSignalEvent"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Event"/>
+ <replacedSection id="section_Single_MessageEvent"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ReceiveSignalEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReceiveSignalEvent"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ReceiveSignalEvent_signal"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ReceiveSignalEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReceiveSignalEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ReceiveSignalEvent" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Event"/>
+ <replacedSection id="section_Multiple_MessageEvent"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ReceiveSignalEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReceiveSignalEvent"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ReceiveSignalEvent_signal"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Actor">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Actor"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Actor" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Actor"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_BehavioredClassifier"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Actor">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Actor"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioredClassifier_classifierBehavior"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_BehavioredClassifier_interfaceRealization"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedBehavior"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedTrigger"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Actor">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Actor"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Actor" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_BehavioredClassifier"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Actor">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Actor"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioredClassifier_classifierBehavior"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_BehavioredClassifier_interfaceRealization"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedBehavior"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedTrigger"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_CallEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CallEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_CallEvent" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_CallEvent"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Event"/>
+ <replacedSection id="section_Single_MessageEvent"/>
+ </replacedSections>
+ <fragment id="fragment_Single_CallEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CallEvent"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_CallEvent_operation"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_CallEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CallEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_CallEvent" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Event"/>
+ <replacedSection id="section_Multiple_MessageEvent"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_CallEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CallEvent"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_CallEvent_operation"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ChangeEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ChangeEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ChangeEvent" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ChangeEvent"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Event"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ChangeEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ChangeEvent"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ChangeEvent_changeExpression"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ChangeEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ChangeEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ChangeEvent" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Event"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ChangeEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ChangeEvent"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ChangeEvent_changeExpression"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_SignalEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.SignalEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_SignalEvent" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_SignalEvent"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Event"/>
+ <replacedSection id="section_Single_MessageEvent"/>
+ </replacedSections>
+ <fragment id="fragment_Single_SignalEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.SignalEvent"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_SignalEvent_signal"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_SignalEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.SignalEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_SignalEvent" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Event"/>
+ <replacedSection id="section_Multiple_MessageEvent"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_SignalEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.SignalEvent"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_SignalEvent_signal"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_AnyReceiveEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.AnyReceiveEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_AnyReceiveEvent" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_AnyReceiveEvent"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Event"/>
+ <replacedSection id="section_Single_MessageEvent"/>
+ </replacedSections>
+ <fragment id="fragment_Single_AnyReceiveEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.AnyReceiveEvent"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_AnyReceiveEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.AnyReceiveEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_AnyReceiveEvent" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Event"/>
+ <replacedSection id="section_Multiple_MessageEvent"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_AnyReceiveEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.AnyReceiveEvent"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ForkNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ForkNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ForkNode" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ForkNode"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ControlNode"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ForkNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ForkNode"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ForkNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ForkNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ForkNode" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ControlNode"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ForkNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ForkNode"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_FlowFinalNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.FlowFinalNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_FlowFinalNode" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_FlowFinalNode"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ControlNode"/>
+ <replacedSection id="section_Single_FinalNode"/>
+ </replacedSections>
+ <fragment id="fragment_Single_FlowFinalNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.FlowFinalNode"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_FlowFinalNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.FlowFinalNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_FlowFinalNode" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ControlNode"/>
+ <replacedSection id="section_Multiple_FinalNode"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_FlowFinalNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.FlowFinalNode"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_FinalNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.FinalNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_FinalNode" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_FinalNode"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ControlNode"/>
+ </replacedSections>
+ <fragment id="fragment_Single_FinalNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.FinalNode"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_FinalNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.FinalNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_FinalNode" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ControlNode"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_FinalNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.FinalNode"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_CentralBufferNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CentralBufferNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_CentralBufferNode" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_CentralBufferNode"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ObjectNode"/>
+ </replacedSections>
+ <fragment id="fragment_Single_CentralBufferNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CentralBufferNode"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ObjectNode_isControlType"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ObjectNode_ordering"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ObjectNode_selection"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <controller predefinedId="UML_ObjectNode_upperBound"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ObjectNode_inState"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_CentralBufferNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CentralBufferNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_CentralBufferNode" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ObjectNode"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_CentralBufferNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CentralBufferNode"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ObjectNode_isControlType"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ObjectNode_ordering"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ObjectNode_selection"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <controller predefinedId="UML_ObjectNode_upperBound"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ObjectNode_inState"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_MergeNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.MergeNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_MergeNode" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_MergeNode"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ControlNode"/>
+ </replacedSections>
+ <fragment id="fragment_Single_MergeNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.MergeNode"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_MergeNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.MergeNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_MergeNode" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ControlNode"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_MergeNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.MergeNode"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_DecisionNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DecisionNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_DecisionNode" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_DecisionNode"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ControlNode"/>
+ </replacedSections>
+ <fragment id="fragment_Single_DecisionNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DecisionNode"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_DecisionNode_decisionInput"/>
+ <controller predefinedId="UML_DecisionNode_decisionInputFlow"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_DecisionNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DecisionNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_DecisionNode" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ControlNode"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_DecisionNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DecisionNode"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_DecisionNode_decisionInput"/>
+ <controller predefinedId="UML_DecisionNode_decisionInputFlow"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ObjectFlow">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ObjectFlow"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ObjectFlow" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ObjectFlow"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityEdge"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ObjectFlow">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ObjectFlow"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_ObjectFlow_isMulticast"/>
+ <controller predefinedId="UML_ObjectFlow_isMultireceive"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityEdge_activity"/>
+ <controller predefinedId="UML_ActivityEdge_guard"/>
+ <controller predefinedId="UML_ActivityEdge_inStructuredNode"/>
+ <controller predefinedId="UML_ActivityEdge_interrupts"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ObjectFlow_selection"/>
+ <controller predefinedId="UML_ActivityEdge_source"/>
+ <controller predefinedId="UML_ActivityEdge_target"/>
+ <controller predefinedId="UML_ObjectFlow_transformation"/>
+ <controller predefinedId="UML_ActivityEdge_weight"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityEdge_inGroup"/>
+ <controller predefinedId="UML_ActivityEdge_inPartition"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_ActivityEdge_redefinedEdge"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ObjectFlow">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ObjectFlow"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ObjectFlow" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityEdge"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ObjectFlow">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ObjectFlow"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_ObjectFlow_isMulticast"/>
+ <controller predefinedId="UML_ObjectFlow_isMultireceive"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityEdge_activity"/>
+ <controller predefinedId="UML_ActivityEdge_guard"/>
+ <controller predefinedId="UML_ActivityEdge_inStructuredNode"/>
+ <controller predefinedId="UML_ActivityEdge_interrupts"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ObjectFlow_selection"/>
+ <controller predefinedId="UML_ActivityEdge_source"/>
+ <controller predefinedId="UML_ActivityEdge_target"/>
+ <controller predefinedId="UML_ObjectFlow_transformation"/>
+ <controller predefinedId="UML_ActivityEdge_weight"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityEdge_inGroup"/>
+ <controller predefinedId="UML_ActivityEdge_inPartition"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_ActivityEdge_redefinedEdge"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ActivityFinalNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ActivityFinalNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ActivityFinalNode" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ActivityFinalNode"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ControlNode"/>
+ <replacedSection id="section_Single_FinalNode"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ActivityFinalNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ActivityFinalNode"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ActivityFinalNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ActivityFinalNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ActivityFinalNode" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ControlNode"/>
+ <replacedSection id="section_Multiple_FinalNode"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ActivityFinalNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ActivityFinalNode"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ComponentRealization">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ComponentRealization"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ComponentRealization" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ComponentRealization"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Relationship"/>
+ <replacedSection id="section_Single_DirectedRelationship"/>
+ <replacedSection id="section_Single_Dependency"/>
+ <replacedSection id="section_Single_Abstraction"/>
+ <replacedSection id="section_Single_Realization"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ComponentRealization">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ComponentRealization"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ComponentRealization_abstraction"/>
+ <controller predefinedId="UML_Abstraction_mapping"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Dependency_client"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_ComponentRealization_realizingClassifier"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_DirectedRelationship_source"/>
+ <controller predefinedId="UML_Dependency_supplier"/>
+ <controller predefinedId="UML_DirectedRelationship_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ComponentRealization">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ComponentRealization"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ComponentRealization" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Relationship"/>
+ <replacedSection id="section_Multiple_DirectedRelationship"/>
+ <replacedSection id="section_Multiple_Dependency"/>
+ <replacedSection id="section_Multiple_Abstraction"/>
+ <replacedSection id="section_Multiple_Realization"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ComponentRealization">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ComponentRealization"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ComponentRealization_abstraction"/>
+ <controller predefinedId="UML_Abstraction_mapping"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Dependency_client"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_ComponentRealization_realizingClassifier"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_DirectedRelationship_source"/>
+ <controller predefinedId="UML_Dependency_supplier"/>
+ <controller predefinedId="UML_DirectedRelationship_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Component">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Component"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Component" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Component"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_StructuredClassifier"/>
+ <replacedSection id="section_Single_EncapsulatedClassifier"/>
+ <replacedSection id="section_Single_BehavioredClassifier"/>
+ <replacedSection id="section_Single_Class"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Component">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Component"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_Component_isIndirectlyInstantiated"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioredClassifier_classifierBehavior"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Class_extension"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_BehavioredClassifier_interfaceRealization"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Class_nestedClassifier"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedAttribute"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedBehavior"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedConnector"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Class_ownedOperation"/>
+ <controller predefinedId="UML_EncapsulatedClassifier_ownedPort"/>
+ <controller predefinedId="UML_Class_ownedReception"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedTrigger"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_Component_packagedElement"/>
+ <controller predefinedId="UML_StructuredClassifier_part"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Component_provided"/>
+ <controller predefinedId="UML_Component_realization"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_Component_required"/>
+ <controller predefinedId="UML_StructuredClassifier_role"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_Class_superClass"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Component">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Component"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Component" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_StructuredClassifier"/>
+ <replacedSection id="section_Multiple_EncapsulatedClassifier"/>
+ <replacedSection id="section_Multiple_BehavioredClassifier"/>
+ <replacedSection id="section_Multiple_Class"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Component">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Component"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_Component_isIndirectlyInstantiated"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioredClassifier_classifierBehavior"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Class_extension"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_BehavioredClassifier_interfaceRealization"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Class_nestedClassifier"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedAttribute"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedBehavior"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedConnector"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Class_ownedOperation"/>
+ <controller predefinedId="UML_EncapsulatedClassifier_ownedPort"/>
+ <controller predefinedId="UML_Class_ownedReception"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedTrigger"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_Component_packagedElement"/>
+ <controller predefinedId="UML_StructuredClassifier_part"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Component_provided"/>
+ <controller predefinedId="UML_Component_realization"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_Component_required"/>
+ <controller predefinedId="UML_StructuredClassifier_role"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_Class_superClass"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Node">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Node"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Node" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Node"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_StructuredClassifier"/>
+ <replacedSection id="section_Single_EncapsulatedClassifier"/>
+ <replacedSection id="section_Single_BehavioredClassifier"/>
+ <replacedSection id="section_Single_Class"/>
+ <replacedSection id="section_Single_DeploymentTarget"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Node">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Node"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioredClassifier_classifierBehavior"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_DeploymentTarget_deployedElement"/>
+ <controller predefinedId="UML_DeploymentTarget_deployment"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Class_extension"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_BehavioredClassifier_interfaceRealization"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Class_nestedClassifier"/>
+ <controller predefinedId="UML_Node_nestedNode"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedAttribute"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedBehavior"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedConnector"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Class_ownedOperation"/>
+ <controller predefinedId="UML_EncapsulatedClassifier_ownedPort"/>
+ <controller predefinedId="UML_Class_ownedReception"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedTrigger"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_StructuredClassifier_part"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_StructuredClassifier_role"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_Class_superClass"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Node">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Node"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Node" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_StructuredClassifier"/>
+ <replacedSection id="section_Multiple_EncapsulatedClassifier"/>
+ <replacedSection id="section_Multiple_BehavioredClassifier"/>
+ <replacedSection id="section_Multiple_Class"/>
+ <replacedSection id="section_Multiple_DeploymentTarget"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Node">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Node"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioredClassifier_classifierBehavior"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_DeploymentTarget_deployedElement"/>
+ <controller predefinedId="UML_DeploymentTarget_deployment"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Class_extension"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_BehavioredClassifier_interfaceRealization"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Class_nestedClassifier"/>
+ <controller predefinedId="UML_Node_nestedNode"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedAttribute"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedBehavior"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedConnector"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Class_ownedOperation"/>
+ <controller predefinedId="UML_EncapsulatedClassifier_ownedPort"/>
+ <controller predefinedId="UML_Class_ownedReception"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedTrigger"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_StructuredClassifier_part"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_StructuredClassifier_role"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_Class_superClass"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_CommunicationPath">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CommunicationPath"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_CommunicationPath" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_CommunicationPath"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_Relationship"/>
+ <replacedSection id="section_Single_Association"/>
+ </replacedSections>
+ <fragment id="fragment_Single_CommunicationPath">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CommunicationPath"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Association_isDerived"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Association_endType"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Association_memberEnd"/>
+ <controller predefinedId="UML_Association_navigableOwnedEnd"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Association_ownedEnd"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_CommunicationPath">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CommunicationPath"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_CommunicationPath" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_Relationship"/>
+ <replacedSection id="section_Multiple_Association"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_CommunicationPath">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CommunicationPath"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Association_isDerived"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Association_endType"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Association_memberEnd"/>
+ <controller predefinedId="UML_Association_navigableOwnedEnd"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Association_ownedEnd"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Device">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Device"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Device" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Device"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_StructuredClassifier"/>
+ <replacedSection id="section_Single_EncapsulatedClassifier"/>
+ <replacedSection id="section_Single_BehavioredClassifier"/>
+ <replacedSection id="section_Single_Class"/>
+ <replacedSection id="section_Single_DeploymentTarget"/>
+ <replacedSection id="section_Single_Node"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Device">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Device"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioredClassifier_classifierBehavior"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_DeploymentTarget_deployedElement"/>
+ <controller predefinedId="UML_DeploymentTarget_deployment"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Class_extension"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_BehavioredClassifier_interfaceRealization"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Class_nestedClassifier"/>
+ <controller predefinedId="UML_Node_nestedNode"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedAttribute"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedBehavior"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedConnector"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Class_ownedOperation"/>
+ <controller predefinedId="UML_EncapsulatedClassifier_ownedPort"/>
+ <controller predefinedId="UML_Class_ownedReception"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedTrigger"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_StructuredClassifier_part"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_StructuredClassifier_role"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_Class_superClass"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Device">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Device"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Device" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_StructuredClassifier"/>
+ <replacedSection id="section_Multiple_EncapsulatedClassifier"/>
+ <replacedSection id="section_Multiple_BehavioredClassifier"/>
+ <replacedSection id="section_Multiple_Class"/>
+ <replacedSection id="section_Multiple_DeploymentTarget"/>
+ <replacedSection id="section_Multiple_Node"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Device">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Device"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioredClassifier_classifierBehavior"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_DeploymentTarget_deployedElement"/>
+ <controller predefinedId="UML_DeploymentTarget_deployment"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Class_extension"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_BehavioredClassifier_interfaceRealization"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Class_nestedClassifier"/>
+ <controller predefinedId="UML_Node_nestedNode"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedAttribute"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedBehavior"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedConnector"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Class_ownedOperation"/>
+ <controller predefinedId="UML_EncapsulatedClassifier_ownedPort"/>
+ <controller predefinedId="UML_Class_ownedReception"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedTrigger"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_StructuredClassifier_part"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_StructuredClassifier_role"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_Class_superClass"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ExecutionEnvironment">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ExecutionEnvironment"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ExecutionEnvironment" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ExecutionEnvironment"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_StructuredClassifier"/>
+ <replacedSection id="section_Single_EncapsulatedClassifier"/>
+ <replacedSection id="section_Single_BehavioredClassifier"/>
+ <replacedSection id="section_Single_Class"/>
+ <replacedSection id="section_Single_DeploymentTarget"/>
+ <replacedSection id="section_Single_Node"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ExecutionEnvironment">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ExecutionEnvironment"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioredClassifier_classifierBehavior"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_DeploymentTarget_deployedElement"/>
+ <controller predefinedId="UML_DeploymentTarget_deployment"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Class_extension"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_BehavioredClassifier_interfaceRealization"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Class_nestedClassifier"/>
+ <controller predefinedId="UML_Node_nestedNode"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedAttribute"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedBehavior"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedConnector"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Class_ownedOperation"/>
+ <controller predefinedId="UML_EncapsulatedClassifier_ownedPort"/>
+ <controller predefinedId="UML_Class_ownedReception"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedTrigger"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_StructuredClassifier_part"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_StructuredClassifier_role"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_Class_superClass"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ExecutionEnvironment">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ExecutionEnvironment"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ExecutionEnvironment" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_StructuredClassifier"/>
+ <replacedSection id="section_Multiple_EncapsulatedClassifier"/>
+ <replacedSection id="section_Multiple_BehavioredClassifier"/>
+ <replacedSection id="section_Multiple_Class"/>
+ <replacedSection id="section_Multiple_DeploymentTarget"/>
+ <replacedSection id="section_Multiple_Node"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ExecutionEnvironment">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ExecutionEnvironment"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioredClassifier_classifierBehavior"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_DeploymentTarget_deployedElement"/>
+ <controller predefinedId="UML_DeploymentTarget_deployment"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Class_extension"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_BehavioredClassifier_interfaceRealization"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Class_nestedClassifier"/>
+ <controller predefinedId="UML_Node_nestedNode"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedAttribute"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedBehavior"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedConnector"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Class_ownedOperation"/>
+ <controller predefinedId="UML_EncapsulatedClassifier_ownedPort"/>
+ <controller predefinedId="UML_Class_ownedReception"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedTrigger"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_StructuredClassifier_part"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_StructuredClassifier_role"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_Class_superClass"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_CombinedFragment">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CombinedFragment"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_CombinedFragment" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_CombinedFragment"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_InteractionFragment"/>
+ </replacedSections>
+ <fragment id="fragment_Single_CombinedFragment">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CombinedFragment"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_CombinedFragment_interactionOperator"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InteractionFragment_enclosingInteraction"/>
+ <controller predefinedId="UML_InteractionFragment_enclosingOperand"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_CombinedFragment_cfragmentGate"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_InteractionFragment_covered"/>
+ <controller predefinedId="UML_InteractionFragment_generalOrdering"/>
+ <controller predefinedId="UML_CombinedFragment_operand"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_CombinedFragment">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CombinedFragment"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_CombinedFragment" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_InteractionFragment"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_CombinedFragment">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CombinedFragment"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_CombinedFragment_interactionOperator"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InteractionFragment_enclosingInteraction"/>
+ <controller predefinedId="UML_InteractionFragment_enclosingOperand"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_CombinedFragment_cfragmentGate"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_InteractionFragment_covered"/>
+ <controller predefinedId="UML_InteractionFragment_generalOrdering"/>
+ <controller predefinedId="UML_CombinedFragment_operand"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Continuation">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Continuation"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Continuation" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Continuation"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_InteractionFragment"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Continuation">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Continuation"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Continuation_setting"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InteractionFragment_enclosingInteraction"/>
+ <controller predefinedId="UML_InteractionFragment_enclosingOperand"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_InteractionFragment_covered"/>
+ <controller predefinedId="UML_InteractionFragment_generalOrdering"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Continuation">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Continuation"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Continuation" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_InteractionFragment"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Continuation">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Continuation"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Continuation_setting"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InteractionFragment_enclosingInteraction"/>
+ <controller predefinedId="UML_InteractionFragment_enclosingOperand"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_InteractionFragment_covered"/>
+ <controller predefinedId="UML_InteractionFragment_generalOrdering"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ConsiderIgnoreFragment">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ConsiderIgnoreFragment"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ConsiderIgnoreFragment" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ConsiderIgnoreFragment"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_InteractionFragment"/>
+ <replacedSection id="section_Single_CombinedFragment"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ConsiderIgnoreFragment">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ConsiderIgnoreFragment"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_CombinedFragment_interactionOperator"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InteractionFragment_enclosingInteraction"/>
+ <controller predefinedId="UML_InteractionFragment_enclosingOperand"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_CombinedFragment_cfragmentGate"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_InteractionFragment_covered"/>
+ <controller predefinedId="UML_InteractionFragment_generalOrdering"/>
+ <controller predefinedId="UML_ConsiderIgnoreFragment_message"/>
+ <controller predefinedId="UML_CombinedFragment_operand"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ConsiderIgnoreFragment">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ConsiderIgnoreFragment"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ConsiderIgnoreFragment" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_InteractionFragment"/>
+ <replacedSection id="section_Multiple_CombinedFragment"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ConsiderIgnoreFragment">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ConsiderIgnoreFragment"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_CombinedFragment_interactionOperator"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InteractionFragment_enclosingInteraction"/>
+ <controller predefinedId="UML_InteractionFragment_enclosingOperand"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_CombinedFragment_cfragmentGate"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_InteractionFragment_covered"/>
+ <controller predefinedId="UML_InteractionFragment_generalOrdering"/>
+ <controller predefinedId="UML_ConsiderIgnoreFragment_message"/>
+ <controller predefinedId="UML_CombinedFragment_operand"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_CreateObjectAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CreateObjectAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_CreateObjectAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_CreateObjectAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Single_CreateObjectAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CreateObjectAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_CreateObjectAction_classifier"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_CreateObjectAction_result"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_CreateObjectAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CreateObjectAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_CreateObjectAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_CreateObjectAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CreateObjectAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_CreateObjectAction_classifier"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_CreateObjectAction_result"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_DestroyObjectAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DestroyObjectAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_DestroyObjectAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_DestroyObjectAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Single_DestroyObjectAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DestroyObjectAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_DestroyObjectAction_isDestroyLinks"/>
+ <controller predefinedId="UML_DestroyObjectAction_isDestroyOwnedObjects"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_DestroyObjectAction_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_DestroyObjectAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DestroyObjectAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_DestroyObjectAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_DestroyObjectAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DestroyObjectAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_DestroyObjectAction_isDestroyLinks"/>
+ <controller predefinedId="UML_DestroyObjectAction_isDestroyOwnedObjects"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_DestroyObjectAction_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_TestIdentityAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.TestIdentityAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_TestIdentityAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_TestIdentityAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Single_TestIdentityAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.TestIdentityAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_TestIdentityAction_first"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_TestIdentityAction_result"/>
+ <controller predefinedId="UML_TestIdentityAction_second"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_TestIdentityAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.TestIdentityAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_TestIdentityAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_TestIdentityAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.TestIdentityAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_TestIdentityAction_first"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_TestIdentityAction_result"/>
+ <controller predefinedId="UML_TestIdentityAction_second"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ReadSelfAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReadSelfAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ReadSelfAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ReadSelfAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ReadSelfAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReadSelfAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ReadSelfAction_result"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ReadSelfAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReadSelfAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ReadSelfAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ReadSelfAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReadSelfAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ReadSelfAction_result"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_StructuralFeatureAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.StructuralFeatureAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_StructuralFeatureAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_StructuralFeatureAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Single_StructuralFeatureAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.StructuralFeatureAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_StructuralFeatureAction_object"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_StructuralFeatureAction_structuralFeature"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_StructuralFeatureAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.StructuralFeatureAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_StructuralFeatureAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_StructuralFeatureAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.StructuralFeatureAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_StructuralFeatureAction_object"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_StructuralFeatureAction_structuralFeature"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ReadStructuralFeatureAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReadStructuralFeatureAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ReadStructuralFeatureAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ReadStructuralFeatureAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_StructuralFeatureAction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ReadStructuralFeatureAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReadStructuralFeatureAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_StructuralFeatureAction_object"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ReadStructuralFeatureAction_result"/>
+ <controller predefinedId="UML_StructuralFeatureAction_structuralFeature"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ReadStructuralFeatureAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReadStructuralFeatureAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ReadStructuralFeatureAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_StructuralFeatureAction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ReadStructuralFeatureAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReadStructuralFeatureAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_StructuralFeatureAction_object"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ReadStructuralFeatureAction_result"/>
+ <controller predefinedId="UML_StructuralFeatureAction_structuralFeature"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_WriteStructuralFeatureAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.WriteStructuralFeatureAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_WriteStructuralFeatureAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_WriteStructuralFeatureAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_StructuralFeatureAction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_WriteStructuralFeatureAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.WriteStructuralFeatureAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_StructuralFeatureAction_object"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_WriteStructuralFeatureAction_result"/>
+ <controller predefinedId="UML_StructuralFeatureAction_structuralFeature"/>
+ <controller predefinedId="UML_WriteStructuralFeatureAction_value"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_WriteStructuralFeatureAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.WriteStructuralFeatureAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_WriteStructuralFeatureAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_StructuralFeatureAction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_WriteStructuralFeatureAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.WriteStructuralFeatureAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_StructuralFeatureAction_object"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_WriteStructuralFeatureAction_result"/>
+ <controller predefinedId="UML_StructuralFeatureAction_structuralFeature"/>
+ <controller predefinedId="UML_WriteStructuralFeatureAction_value"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ClearStructuralFeatureAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ClearStructuralFeatureAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ClearStructuralFeatureAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ClearStructuralFeatureAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_StructuralFeatureAction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ClearStructuralFeatureAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ClearStructuralFeatureAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_StructuralFeatureAction_object"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ClearStructuralFeatureAction_result"/>
+ <controller predefinedId="UML_StructuralFeatureAction_structuralFeature"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ClearStructuralFeatureAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ClearStructuralFeatureAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ClearStructuralFeatureAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_StructuralFeatureAction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ClearStructuralFeatureAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ClearStructuralFeatureAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_StructuralFeatureAction_object"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ClearStructuralFeatureAction_result"/>
+ <controller predefinedId="UML_StructuralFeatureAction_structuralFeature"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_RemoveStructuralFeatureValueAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.RemoveStructuralFeatureValueAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_RemoveStructuralFeatureValueAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_RemoveStructuralFeatureValueAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_StructuralFeatureAction"/>
+ <replacedSection id="section_Single_WriteStructuralFeatureAction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_RemoveStructuralFeatureValueAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.RemoveStructuralFeatureValueAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_RemoveStructuralFeatureValueAction_isRemoveDuplicates"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_StructuralFeatureAction_object"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_RemoveStructuralFeatureValueAction_removeAt"/>
+ <controller predefinedId="UML_WriteStructuralFeatureAction_result"/>
+ <controller predefinedId="UML_StructuralFeatureAction_structuralFeature"/>
+ <controller predefinedId="UML_WriteStructuralFeatureAction_value"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_RemoveStructuralFeatureValueAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.RemoveStructuralFeatureValueAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_RemoveStructuralFeatureValueAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_StructuralFeatureAction"/>
+ <replacedSection id="section_Multiple_WriteStructuralFeatureAction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_RemoveStructuralFeatureValueAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.RemoveStructuralFeatureValueAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_RemoveStructuralFeatureValueAction_isRemoveDuplicates"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_StructuralFeatureAction_object"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_RemoveStructuralFeatureValueAction_removeAt"/>
+ <controller predefinedId="UML_WriteStructuralFeatureAction_result"/>
+ <controller predefinedId="UML_StructuralFeatureAction_structuralFeature"/>
+ <controller predefinedId="UML_WriteStructuralFeatureAction_value"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_AddStructuralFeatureValueAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.AddStructuralFeatureValueAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_AddStructuralFeatureValueAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_AddStructuralFeatureValueAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_StructuralFeatureAction"/>
+ <replacedSection id="section_Single_WriteStructuralFeatureAction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_AddStructuralFeatureValueAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.AddStructuralFeatureValueAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_AddStructuralFeatureValueAction_isReplaceAll"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_AddStructuralFeatureValueAction_insertAt"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_StructuralFeatureAction_object"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_WriteStructuralFeatureAction_result"/>
+ <controller predefinedId="UML_StructuralFeatureAction_structuralFeature"/>
+ <controller predefinedId="UML_WriteStructuralFeatureAction_value"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_AddStructuralFeatureValueAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.AddStructuralFeatureValueAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_AddStructuralFeatureValueAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_StructuralFeatureAction"/>
+ <replacedSection id="section_Multiple_WriteStructuralFeatureAction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_AddStructuralFeatureValueAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.AddStructuralFeatureValueAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_AddStructuralFeatureValueAction_isReplaceAll"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_AddStructuralFeatureValueAction_insertAt"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_StructuralFeatureAction_object"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_WriteStructuralFeatureAction_result"/>
+ <controller predefinedId="UML_StructuralFeatureAction_structuralFeature"/>
+ <controller predefinedId="UML_WriteStructuralFeatureAction_value"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_LinkAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.LinkAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_LinkAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_LinkAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Single_LinkAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.LinkAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_LinkAction_endData"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_LinkAction_inputValue"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_LinkAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.LinkAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_LinkAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_LinkAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.LinkAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_LinkAction_endData"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_LinkAction_inputValue"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_LinkEndData">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.LinkEndData"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_LinkEndData" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_LinkEndData"/>
+ <replacedSection id="section_Single_Element"/>
+ </replacedSections>
+ <fragment id="fragment_Single_LinkEndData">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.LinkEndData"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_LinkEndData_end"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_LinkEndData_value"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_LinkEndData_qualifier"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_LinkEndData">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.LinkEndData"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_LinkEndData" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_LinkEndData">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.LinkEndData"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_LinkEndData_end"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_LinkEndData_value"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_LinkEndData_qualifier"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_QualifierValue">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.QualifierValue"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_QualifierValue" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_QualifierValue"/>
+ <replacedSection id="section_Single_Element"/>
+ </replacedSections>
+ <fragment id="fragment_Single_QualifierValue">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.QualifierValue"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_QualifierValue_qualifier"/>
+ <controller predefinedId="UML_QualifierValue_value"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_QualifierValue">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.QualifierValue"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_QualifierValue" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_QualifierValue">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.QualifierValue"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_QualifierValue_qualifier"/>
+ <controller predefinedId="UML_QualifierValue_value"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ReadLinkAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReadLinkAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ReadLinkAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ReadLinkAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_LinkAction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ReadLinkAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReadLinkAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ReadLinkAction_result"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_LinkAction_endData"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_LinkAction_inputValue"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ReadLinkAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReadLinkAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ReadLinkAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_LinkAction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ReadLinkAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReadLinkAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ReadLinkAction_result"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_LinkAction_endData"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_LinkAction_inputValue"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_LinkEndCreationData">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.LinkEndCreationData"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_LinkEndCreationData" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_LinkEndCreationData"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_LinkEndData"/>
+ </replacedSections>
+ <fragment id="fragment_Single_LinkEndCreationData">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.LinkEndCreationData"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_LinkEndCreationData_isReplaceAll"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_LinkEndData_end"/>
+ <controller predefinedId="UML_LinkEndCreationData_insertAt"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_LinkEndData_value"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_LinkEndData_qualifier"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_LinkEndCreationData">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.LinkEndCreationData"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_LinkEndCreationData" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_LinkEndData"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_LinkEndCreationData">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.LinkEndCreationData"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_LinkEndCreationData_isReplaceAll"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_LinkEndData_end"/>
+ <controller predefinedId="UML_LinkEndCreationData_insertAt"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_LinkEndData_value"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_LinkEndData_qualifier"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_CreateLinkAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CreateLinkAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_CreateLinkAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_CreateLinkAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_LinkAction"/>
+ <replacedSection id="section_Single_WriteLinkAction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_CreateLinkAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CreateLinkAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_LinkAction_endData"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_LinkAction_inputValue"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_CreateLinkAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CreateLinkAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_CreateLinkAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_LinkAction"/>
+ <replacedSection id="section_Multiple_WriteLinkAction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_CreateLinkAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CreateLinkAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_LinkAction_endData"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_LinkAction_inputValue"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_WriteLinkAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.WriteLinkAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_WriteLinkAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_WriteLinkAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_LinkAction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_WriteLinkAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.WriteLinkAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_LinkAction_endData"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_LinkAction_inputValue"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_WriteLinkAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.WriteLinkAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_WriteLinkAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_LinkAction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_WriteLinkAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.WriteLinkAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_LinkAction_endData"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_LinkAction_inputValue"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_DestroyLinkAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DestroyLinkAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_DestroyLinkAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_DestroyLinkAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_LinkAction"/>
+ <replacedSection id="section_Single_WriteLinkAction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_DestroyLinkAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DestroyLinkAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_LinkAction_endData"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_LinkAction_inputValue"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_DestroyLinkAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DestroyLinkAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_DestroyLinkAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_LinkAction"/>
+ <replacedSection id="section_Multiple_WriteLinkAction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_DestroyLinkAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DestroyLinkAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_LinkAction_endData"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_LinkAction_inputValue"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_LinkEndDestructionData">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.LinkEndDestructionData"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_LinkEndDestructionData" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_LinkEndDestructionData"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_LinkEndData"/>
+ </replacedSections>
+ <fragment id="fragment_Single_LinkEndDestructionData">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.LinkEndDestructionData"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_LinkEndDestructionData_isDestroyDuplicates"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_LinkEndDestructionData_destroyAt"/>
+ <controller predefinedId="UML_LinkEndData_end"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_LinkEndData_value"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_LinkEndData_qualifier"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_LinkEndDestructionData">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.LinkEndDestructionData"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_LinkEndDestructionData" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_LinkEndData"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_LinkEndDestructionData">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.LinkEndDestructionData"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_LinkEndDestructionData_isDestroyDuplicates"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_LinkEndDestructionData_destroyAt"/>
+ <controller predefinedId="UML_LinkEndData_end"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_LinkEndData_value"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_LinkEndData_qualifier"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ClearAssociationAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ClearAssociationAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ClearAssociationAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ClearAssociationAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ClearAssociationAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ClearAssociationAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ClearAssociationAction_association"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_ClearAssociationAction_object"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ClearAssociationAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ClearAssociationAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ClearAssociationAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ClearAssociationAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ClearAssociationAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ClearAssociationAction_association"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_ClearAssociationAction_object"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_BroadcastSignalAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.BroadcastSignalAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_BroadcastSignalAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_BroadcastSignalAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_InvocationAction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_BroadcastSignalAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.BroadcastSignalAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_InvocationAction_onPort"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_BroadcastSignalAction_signal"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InvocationAction_argument"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_BroadcastSignalAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.BroadcastSignalAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_BroadcastSignalAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_InvocationAction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_BroadcastSignalAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.BroadcastSignalAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_InvocationAction_onPort"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_BroadcastSignalAction_signal"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InvocationAction_argument"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_SendObjectAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.SendObjectAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_SendObjectAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_SendObjectAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_InvocationAction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_SendObjectAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.SendObjectAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_InvocationAction_onPort"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_SendObjectAction_request"/>
+ <controller predefinedId="UML_SendObjectAction_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InvocationAction_argument"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_SendObjectAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.SendObjectAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_SendObjectAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_InvocationAction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_SendObjectAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.SendObjectAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_InvocationAction_onPort"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_SendObjectAction_request"/>
+ <controller predefinedId="UML_SendObjectAction_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InvocationAction_argument"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ValueSpecificationAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ValueSpecificationAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ValueSpecificationAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ValueSpecificationAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ValueSpecificationAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ValueSpecificationAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ValueSpecificationAction_result"/>
+ <controller predefinedId="UML_ValueSpecificationAction_value"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ValueSpecificationAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ValueSpecificationAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ValueSpecificationAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ValueSpecificationAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ValueSpecificationAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ValueSpecificationAction_result"/>
+ <controller predefinedId="UML_ValueSpecificationAction_value"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_TimeExpression">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.TimeExpression"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_TimeExpression" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_TimeExpression"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ValueSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Single_TimeExpression">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.TimeExpression"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_TimeExpression_expr"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_TimeExpression_observation"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_TimeExpression">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.TimeExpression"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_TimeExpression" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ValueSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_TimeExpression">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.TimeExpression"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_TimeExpression_expr"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_TimeExpression_observation"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Observation">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Observation"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Observation" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Observation"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Observation">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Observation"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Observation">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Observation"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Observation" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Observation">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Observation"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Duration">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Duration"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Duration" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Duration"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ValueSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Duration">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Duration"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Duration_expr"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Duration_observation"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Duration">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Duration"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Duration" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ValueSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Duration">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Duration"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Duration_expr"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Duration_observation"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_DurationInterval">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DurationInterval"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_DurationInterval" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_DurationInterval"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ValueSpecification"/>
+ <replacedSection id="section_Single_Interval"/>
+ </replacedSections>
+ <fragment id="fragment_Single_DurationInterval">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DurationInterval"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Interval_max"/>
+ <controller predefinedId="UML_Interval_min"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_DurationInterval">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DurationInterval"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_DurationInterval" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ValueSpecification"/>
+ <replacedSection id="section_Multiple_Interval"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_DurationInterval">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DurationInterval"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Interval_max"/>
+ <controller predefinedId="UML_Interval_min"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Interval">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Interval"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Interval" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Interval"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ValueSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Interval">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Interval"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Interval_max"/>
+ <controller predefinedId="UML_Interval_min"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Interval">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Interval"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Interval" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ValueSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Interval">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Interval"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Interval_max"/>
+ <controller predefinedId="UML_Interval_min"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_TimeConstraint">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.TimeConstraint"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_TimeConstraint" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_TimeConstraint"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Constraint"/>
+ <replacedSection id="section_Single_IntervalConstraint"/>
+ </replacedSections>
+ <fragment id="fragment_Single_TimeConstraint">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.TimeConstraint"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_TimeConstraint_firstEvent"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Constraint_context"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Constraint_specification"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Constraint_constrainedElement"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_TimeConstraint">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.TimeConstraint"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_TimeConstraint" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Constraint"/>
+ <replacedSection id="section_Multiple_IntervalConstraint"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_TimeConstraint">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.TimeConstraint"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_TimeConstraint_firstEvent"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Constraint_context"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Constraint_specification"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Constraint_constrainedElement"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_IntervalConstraint">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.IntervalConstraint"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_IntervalConstraint" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_IntervalConstraint"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Constraint"/>
+ </replacedSections>
+ <fragment id="fragment_Single_IntervalConstraint">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.IntervalConstraint"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Constraint_context"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Constraint_specification"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Constraint_constrainedElement"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_IntervalConstraint">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.IntervalConstraint"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_IntervalConstraint" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Constraint"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_IntervalConstraint">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.IntervalConstraint"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Constraint_context"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Constraint_specification"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Constraint_constrainedElement"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_TimeInterval">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.TimeInterval"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_TimeInterval" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_TimeInterval"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ValueSpecification"/>
+ <replacedSection id="section_Single_Interval"/>
+ </replacedSections>
+ <fragment id="fragment_Single_TimeInterval">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.TimeInterval"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Interval_max"/>
+ <controller predefinedId="UML_Interval_min"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_TimeInterval">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.TimeInterval"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_TimeInterval" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ValueSpecification"/>
+ <replacedSection id="section_Multiple_Interval"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_TimeInterval">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.TimeInterval"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Interval_max"/>
+ <controller predefinedId="UML_Interval_min"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_DurationConstraint">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DurationConstraint"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_DurationConstraint" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_DurationConstraint"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Constraint"/>
+ <replacedSection id="section_Single_IntervalConstraint"/>
+ </replacedSections>
+ <fragment id="fragment_Single_DurationConstraint">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DurationConstraint"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_DurationConstraint_firstEvent"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Constraint_context"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Constraint_specification"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Constraint_constrainedElement"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_DurationConstraint">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DurationConstraint"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_DurationConstraint" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Constraint"/>
+ <replacedSection id="section_Multiple_IntervalConstraint"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_DurationConstraint">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DurationConstraint"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_DurationConstraint_firstEvent"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Constraint_context"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Constraint_specification"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Constraint_constrainedElement"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_TimeObservation">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.TimeObservation"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_TimeObservation" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_TimeObservation"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Observation"/>
+ </replacedSections>
+ <fragment id="fragment_Single_TimeObservation">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.TimeObservation"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_TimeObservation_firstEvent"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_TimeObservation_event"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_TimeObservation">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.TimeObservation"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_TimeObservation" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Observation"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_TimeObservation">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.TimeObservation"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_TimeObservation_firstEvent"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_TimeObservation_event"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_DurationObservation">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DurationObservation"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_DurationObservation" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_DurationObservation"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Observation"/>
+ </replacedSections>
+ <fragment id="fragment_Single_DurationObservation">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DurationObservation"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_DurationObservation_firstEvent"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_DurationObservation_event"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_DurationObservation">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DurationObservation"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_DurationObservation" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Observation"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_DurationObservation">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DurationObservation"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_DurationObservation_firstEvent"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_DurationObservation_event"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_FinalState">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.FinalState"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_FinalState" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_FinalState"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_Vertex"/>
+ <replacedSection id="section_Single_State"/>
+ </replacedSections>
+ <fragment id="fragment_Single_FinalState">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.FinalState"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_State_isComposite"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_State_isOrthogonal"/>
+ <controller predefinedId="UML_State_isSimple"/>
+ <controller predefinedId="UML_State_isSubmachineState"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Vertex_container"/>
+ <controller predefinedId="UML_State_doActivity"/>
+ <controller predefinedId="UML_State_entry"/>
+ <controller predefinedId="UML_State_exit"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_State_redefinedState"/>
+ <controller predefinedId="UML_State_stateInvariant"/>
+ <controller predefinedId="UML_State_submachine"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_State_connection"/>
+ <controller predefinedId="UML_State_connectionPoint"/>
+ <controller predefinedId="UML_State_deferrableTrigger"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Vertex_incoming"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Vertex_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_State_region"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_FinalState">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.FinalState"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_FinalState" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_Vertex"/>
+ <replacedSection id="section_Multiple_State"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_FinalState">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.FinalState"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_State_isComposite"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_State_isOrthogonal"/>
+ <controller predefinedId="UML_State_isSimple"/>
+ <controller predefinedId="UML_State_isSubmachineState"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Vertex_container"/>
+ <controller predefinedId="UML_State_doActivity"/>
+ <controller predefinedId="UML_State_entry"/>
+ <controller predefinedId="UML_State_exit"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_State_redefinedState"/>
+ <controller predefinedId="UML_State_stateInvariant"/>
+ <controller predefinedId="UML_State_submachine"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_State_connection"/>
+ <controller predefinedId="UML_State_connectionPoint"/>
+ <controller predefinedId="UML_State_deferrableTrigger"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Vertex_incoming"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Vertex_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_State_region"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_TimeEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.TimeEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_TimeEvent" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_TimeEvent"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Event"/>
+ </replacedSections>
+ <fragment id="fragment_Single_TimeEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.TimeEvent"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_TimeEvent_isRelative"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_TimeEvent_when"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_TimeEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.TimeEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_TimeEvent" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Event"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_TimeEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.TimeEvent"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_TimeEvent_isRelative"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <controller predefinedId="UML_TimeEvent_when"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_VariableAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.VariableAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_VariableAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_VariableAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Single_VariableAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.VariableAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_VariableAction_variable"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_VariableAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.VariableAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_VariableAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_VariableAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.VariableAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_VariableAction_variable"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ReadVariableAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReadVariableAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ReadVariableAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ReadVariableAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_VariableAction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ReadVariableAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReadVariableAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ReadVariableAction_result"/>
+ <controller predefinedId="UML_VariableAction_variable"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ReadVariableAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReadVariableAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ReadVariableAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_VariableAction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ReadVariableAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReadVariableAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ReadVariableAction_result"/>
+ <controller predefinedId="UML_VariableAction_variable"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_WriteVariableAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.WriteVariableAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_WriteVariableAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_WriteVariableAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_VariableAction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_WriteVariableAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.WriteVariableAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_WriteVariableAction_value"/>
+ <controller predefinedId="UML_VariableAction_variable"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_WriteVariableAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.WriteVariableAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_WriteVariableAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_VariableAction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_WriteVariableAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.WriteVariableAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_WriteVariableAction_value"/>
+ <controller predefinedId="UML_VariableAction_variable"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ClearVariableAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ClearVariableAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ClearVariableAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ClearVariableAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_VariableAction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ClearVariableAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ClearVariableAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_VariableAction_variable"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ClearVariableAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ClearVariableAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ClearVariableAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_VariableAction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ClearVariableAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ClearVariableAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_VariableAction_variable"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_AddVariableValueAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.AddVariableValueAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_AddVariableValueAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_AddVariableValueAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_VariableAction"/>
+ <replacedSection id="section_Single_WriteVariableAction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_AddVariableValueAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.AddVariableValueAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_AddVariableValueAction_isReplaceAll"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_AddVariableValueAction_insertAt"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_WriteVariableAction_value"/>
+ <controller predefinedId="UML_VariableAction_variable"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_AddVariableValueAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.AddVariableValueAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_AddVariableValueAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_VariableAction"/>
+ <replacedSection id="section_Multiple_WriteVariableAction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_AddVariableValueAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.AddVariableValueAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_AddVariableValueAction_isReplaceAll"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_AddVariableValueAction_insertAt"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_WriteVariableAction_value"/>
+ <controller predefinedId="UML_VariableAction_variable"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_RemoveVariableValueAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.RemoveVariableValueAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_RemoveVariableValueAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_RemoveVariableValueAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_VariableAction"/>
+ <replacedSection id="section_Single_WriteVariableAction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_RemoveVariableValueAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.RemoveVariableValueAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_RemoveVariableValueAction_isRemoveDuplicates"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_RemoveVariableValueAction_removeAt"/>
+ <controller predefinedId="UML_WriteVariableAction_value"/>
+ <controller predefinedId="UML_VariableAction_variable"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_RemoveVariableValueAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.RemoveVariableValueAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_RemoveVariableValueAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_VariableAction"/>
+ <replacedSection id="section_Multiple_WriteVariableAction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_RemoveVariableValueAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.RemoveVariableValueAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_RemoveVariableValueAction_isRemoveDuplicates"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_RemoveVariableValueAction_removeAt"/>
+ <controller predefinedId="UML_WriteVariableAction_value"/>
+ <controller predefinedId="UML_VariableAction_variable"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_RaiseExceptionAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.RaiseExceptionAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_RaiseExceptionAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_RaiseExceptionAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Single_RaiseExceptionAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.RaiseExceptionAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_RaiseExceptionAction_exception"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_RaiseExceptionAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.RaiseExceptionAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_RaiseExceptionAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_RaiseExceptionAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.RaiseExceptionAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_RaiseExceptionAction_exception"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ActionInputPin">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ActionInputPin"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ActionInputPin" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ActionInputPin"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ObjectNode"/>
+ <replacedSection id="section_Single_MultiplicityElement"/>
+ <replacedSection id="section_Single_Pin"/>
+ <replacedSection id="section_Single_InputPin"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ActionInputPin">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ActionInputPin"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_MultiplicityElement_lower"/>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <controller predefinedId="UML_MultiplicityElement_upper"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Pin_isControl"/>
+ <controller predefinedId="UML_ObjectNode_isControlType"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ObjectNode_ordering"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ActionInputPin_fromAction"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_MultiplicityElement_lowerValue"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ObjectNode_selection"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <controller predefinedId="UML_ObjectNode_upperBound"/>
+ <controller predefinedId="UML_MultiplicityElement_upperValue"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ObjectNode_inState"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ActionInputPin">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ActionInputPin"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ActionInputPin" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ObjectNode"/>
+ <replacedSection id="section_Multiple_MultiplicityElement"/>
+ <replacedSection id="section_Multiple_Pin"/>
+ <replacedSection id="section_Multiple_InputPin"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ActionInputPin">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ActionInputPin"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_MultiplicityElement_lower"/>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <controller predefinedId="UML_MultiplicityElement_upper"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Pin_isControl"/>
+ <controller predefinedId="UML_ObjectNode_isControlType"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ObjectNode_ordering"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ActionInputPin_fromAction"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_MultiplicityElement_lowerValue"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ObjectNode_selection"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <controller predefinedId="UML_ObjectNode_upperBound"/>
+ <controller predefinedId="UML_MultiplicityElement_upperValue"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ObjectNode_inState"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_InformationItem">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InformationItem"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_InformationItem" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_InformationItem"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ </replacedSections>
+ <fragment id="fragment_Single_InformationItem">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InformationItem"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_InformationItem_represented"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_InformationItem">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InformationItem"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_InformationItem" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_InformationItem">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InformationItem"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_InformationItem_represented"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_InformationFlow">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InformationFlow"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_InformationFlow" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_InformationFlow"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Relationship"/>
+ <replacedSection id="section_Single_DirectedRelationship"/>
+ </replacedSections>
+ <fragment id="fragment_Single_InformationFlow">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InformationFlow"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_InformationFlow_conveyed"/>
+ <controller predefinedId="UML_InformationFlow_informationSource"/>
+ <controller predefinedId="UML_InformationFlow_informationTarget"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_InformationFlow_realization"/>
+ <controller predefinedId="UML_InformationFlow_realizingActivityEdge"/>
+ <controller predefinedId="UML_InformationFlow_realizingConnector"/>
+ <controller predefinedId="UML_InformationFlow_realizingMessage"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_DirectedRelationship_source"/>
+ <controller predefinedId="UML_DirectedRelationship_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_InformationFlow">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InformationFlow"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_InformationFlow" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Relationship"/>
+ <replacedSection id="section_Multiple_DirectedRelationship"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_InformationFlow">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InformationFlow"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_InformationFlow_conveyed"/>
+ <controller predefinedId="UML_InformationFlow_informationSource"/>
+ <controller predefinedId="UML_InformationFlow_informationTarget"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_InformationFlow_realization"/>
+ <controller predefinedId="UML_InformationFlow_realizingActivityEdge"/>
+ <controller predefinedId="UML_InformationFlow_realizingConnector"/>
+ <controller predefinedId="UML_InformationFlow_realizingMessage"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_DirectedRelationship_source"/>
+ <controller predefinedId="UML_DirectedRelationship_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ReadExtentAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReadExtentAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ReadExtentAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ReadExtentAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ReadExtentAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReadExtentAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ReadExtentAction_classifier"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ReadExtentAction_result"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ReadExtentAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReadExtentAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ReadExtentAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ReadExtentAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReadExtentAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ReadExtentAction_classifier"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ReadExtentAction_result"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ReclassifyObjectAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReclassifyObjectAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ReclassifyObjectAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ReclassifyObjectAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ReclassifyObjectAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReclassifyObjectAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_ReclassifyObjectAction_isReplaceAll"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_ReclassifyObjectAction_object"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ReclassifyObjectAction_newClassifier"/>
+ <controller predefinedId="UML_ReclassifyObjectAction_oldClassifier"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ReclassifyObjectAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReclassifyObjectAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ReclassifyObjectAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ReclassifyObjectAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReclassifyObjectAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_ReclassifyObjectAction_isReplaceAll"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_ReclassifyObjectAction_object"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ReclassifyObjectAction_newClassifier"/>
+ <controller predefinedId="UML_ReclassifyObjectAction_oldClassifier"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ReadIsClassifiedObjectAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReadIsClassifiedObjectAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ReadIsClassifiedObjectAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ReadIsClassifiedObjectAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ReadIsClassifiedObjectAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReadIsClassifiedObjectAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ReadIsClassifiedObjectAction_isDirect"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ReadIsClassifiedObjectAction_classifier"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_ReadIsClassifiedObjectAction_object"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ReadIsClassifiedObjectAction_result"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ReadIsClassifiedObjectAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReadIsClassifiedObjectAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ReadIsClassifiedObjectAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ReadIsClassifiedObjectAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReadIsClassifiedObjectAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ReadIsClassifiedObjectAction_isDirect"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ReadIsClassifiedObjectAction_classifier"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_ReadIsClassifiedObjectAction_object"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ReadIsClassifiedObjectAction_result"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_StartClassifierBehaviorAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.StartClassifierBehaviorAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_StartClassifierBehaviorAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_StartClassifierBehaviorAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Single_StartClassifierBehaviorAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.StartClassifierBehaviorAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_StartClassifierBehaviorAction_object"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_StartClassifierBehaviorAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.StartClassifierBehaviorAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_StartClassifierBehaviorAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_StartClassifierBehaviorAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.StartClassifierBehaviorAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_StartClassifierBehaviorAction_object"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ReadLinkObjectEndAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReadLinkObjectEndAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ReadLinkObjectEndAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ReadLinkObjectEndAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ReadLinkObjectEndAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReadLinkObjectEndAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ReadLinkObjectEndAction_end"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_ReadLinkObjectEndAction_object"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ReadLinkObjectEndAction_result"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ReadLinkObjectEndAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReadLinkObjectEndAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ReadLinkObjectEndAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ReadLinkObjectEndAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReadLinkObjectEndAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ReadLinkObjectEndAction_end"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_ReadLinkObjectEndAction_object"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ReadLinkObjectEndAction_result"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ReadLinkObjectEndQualifierAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReadLinkObjectEndQualifierAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ReadLinkObjectEndQualifierAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ReadLinkObjectEndQualifierAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ReadLinkObjectEndQualifierAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReadLinkObjectEndQualifierAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_ReadLinkObjectEndQualifierAction_object"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ReadLinkObjectEndQualifierAction_qualifier"/>
+ <controller predefinedId="UML_ReadLinkObjectEndQualifierAction_result"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ReadLinkObjectEndQualifierAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReadLinkObjectEndQualifierAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ReadLinkObjectEndQualifierAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ReadLinkObjectEndQualifierAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReadLinkObjectEndQualifierAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_ReadLinkObjectEndQualifierAction_object"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ReadLinkObjectEndQualifierAction_qualifier"/>
+ <controller predefinedId="UML_ReadLinkObjectEndQualifierAction_result"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_CreateLinkObjectAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CreateLinkObjectAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_CreateLinkObjectAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_CreateLinkObjectAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_LinkAction"/>
+ <replacedSection id="section_Single_WriteLinkAction"/>
+ <replacedSection id="section_Single_CreateLinkAction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_CreateLinkObjectAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CreateLinkObjectAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_CreateLinkObjectAction_result"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_LinkAction_endData"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_LinkAction_inputValue"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_CreateLinkObjectAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CreateLinkObjectAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_CreateLinkObjectAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_LinkAction"/>
+ <replacedSection id="section_Multiple_WriteLinkAction"/>
+ <replacedSection id="section_Multiple_CreateLinkAction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_CreateLinkObjectAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CreateLinkObjectAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_CreateLinkObjectAction_result"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_LinkAction_endData"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_LinkAction_inputValue"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_AcceptEventAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.AcceptEventAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_AcceptEventAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_AcceptEventAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Single_AcceptEventAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.AcceptEventAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_AcceptEventAction_isUnmarshall"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_AcceptEventAction_result"/>
+ <controller predefinedId="UML_AcceptEventAction_trigger"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_AcceptEventAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.AcceptEventAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_AcceptEventAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_AcceptEventAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.AcceptEventAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_AcceptEventAction_isUnmarshall"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_AcceptEventAction_result"/>
+ <controller predefinedId="UML_AcceptEventAction_trigger"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_AcceptCallAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.AcceptCallAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_AcceptCallAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_AcceptCallAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_AcceptEventAction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_AcceptCallAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.AcceptCallAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_AcceptEventAction_isUnmarshall"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_AcceptCallAction_returnInformation"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_AcceptEventAction_result"/>
+ <controller predefinedId="UML_AcceptEventAction_trigger"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_AcceptCallAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.AcceptCallAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_AcceptCallAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_AcceptEventAction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_AcceptCallAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.AcceptCallAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_AcceptEventAction_isUnmarshall"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_AcceptCallAction_returnInformation"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_AcceptEventAction_result"/>
+ <controller predefinedId="UML_AcceptEventAction_trigger"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ReplyAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReplyAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ReplyAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ReplyAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ReplyAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReplyAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ReplyAction_replyToCall"/>
+ <controller predefinedId="UML_ReplyAction_returnInformation"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_ReplyAction_replyValue"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ReplyAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReplyAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ReplyAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ReplyAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReplyAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ReplyAction_replyToCall"/>
+ <controller predefinedId="UML_ReplyAction_returnInformation"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_ReplyAction_replyValue"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_UnmarshallAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.UnmarshallAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_UnmarshallAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_UnmarshallAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Single_UnmarshallAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.UnmarshallAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_UnmarshallAction_object"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_UnmarshallAction_unmarshallType"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_UnmarshallAction_result"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_UnmarshallAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.UnmarshallAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_UnmarshallAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_UnmarshallAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.UnmarshallAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_UnmarshallAction_object"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_UnmarshallAction_unmarshallType"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_UnmarshallAction_result"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ReduceAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReduceAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ReduceAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ReduceAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ReduceAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReduceAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_ReduceAction_isOrdered"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ReduceAction_collection"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ReduceAction_reducer"/>
+ <controller predefinedId="UML_ReduceAction_result"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ReduceAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReduceAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ReduceAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ReduceAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReduceAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_ReduceAction_isOrdered"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ReduceAction_collection"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ReduceAction_reducer"/>
+ <controller predefinedId="UML_ReduceAction_result"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_StartObjectBehaviorAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.StartObjectBehaviorAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_StartObjectBehaviorAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_StartObjectBehaviorAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_InvocationAction"/>
+ <replacedSection id="section_Single_CallAction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_StartObjectBehaviorAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.StartObjectBehaviorAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_CallAction_isSynchronous"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_StartObjectBehaviorAction_object"/>
+ <controller predefinedId="UML_InvocationAction_onPort"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InvocationAction_argument"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_CallAction_result"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_StartObjectBehaviorAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.StartObjectBehaviorAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_StartObjectBehaviorAction" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_InvocationAction"/>
+ <replacedSection id="section_Multiple_CallAction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_StartObjectBehaviorAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.StartObjectBehaviorAction"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_CallAction_isSynchronous"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_StartObjectBehaviorAction_object"/>
+ <controller predefinedId="UML_InvocationAction_onPort"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_InvocationAction_argument"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_CallAction_result"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_JoinNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.JoinNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_JoinNode" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_JoinNode"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ControlNode"/>
+ </replacedSections>
+ <fragment id="fragment_Single_JoinNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.JoinNode"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_JoinNode_isCombineDuplicate"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_JoinNode_joinSpec"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_JoinNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.JoinNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_JoinNode" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ControlNode"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_JoinNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.JoinNode"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_JoinNode_isCombineDuplicate"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_JoinNode_joinSpec"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_DataStoreNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DataStoreNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_DataStoreNode" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_DataStoreNode"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ObjectNode"/>
+ <replacedSection id="section_Single_CentralBufferNode"/>
+ </replacedSections>
+ <fragment id="fragment_Single_DataStoreNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DataStoreNode"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ObjectNode_isControlType"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ObjectNode_ordering"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ObjectNode_selection"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <controller predefinedId="UML_ObjectNode_upperBound"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ObjectNode_inState"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_DataStoreNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DataStoreNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_DataStoreNode" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ObjectNode"/>
+ <replacedSection id="section_Multiple_CentralBufferNode"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_DataStoreNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DataStoreNode"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ObjectNode_isControlType"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ObjectNode_ordering"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ObjectNode_selection"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <controller predefinedId="UML_ObjectNode_upperBound"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ObjectNode_inState"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ConditionalNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ConditionalNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ConditionalNode" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ConditionalNode"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_ActivityGroup"/>
+ <replacedSection id="section_Single_StructuredActivityNode"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ConditionalNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ConditionalNode"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ConditionalNode_isAssured"/>
+ <controller predefinedId="UML_ConditionalNode_isDeterminate"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_StructuredActivityNode_mustIsolate"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityGroup_inActivity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ActivityGroup_superGroup"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ConditionalNode_clause"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityGroup_containedEdge"/>
+ <controller predefinedId="UML_ActivityGroup_containedNode"/>
+ <controller predefinedId="UML_StructuredActivityNode_edge"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_StructuredActivityNode_node"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_ConditionalNode_result"/>
+ <controller predefinedId="UML_ActivityGroup_subgroup"/>
+ <controller predefinedId="UML_StructuredActivityNode_variable"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ConditionalNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ConditionalNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ConditionalNode" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_ActivityGroup"/>
+ <replacedSection id="section_Multiple_StructuredActivityNode"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ConditionalNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ConditionalNode"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ConditionalNode_isAssured"/>
+ <controller predefinedId="UML_ConditionalNode_isDeterminate"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_StructuredActivityNode_mustIsolate"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityGroup_inActivity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ActivityGroup_superGroup"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ConditionalNode_clause"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityGroup_containedEdge"/>
+ <controller predefinedId="UML_ActivityGroup_containedNode"/>
+ <controller predefinedId="UML_StructuredActivityNode_edge"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_StructuredActivityNode_node"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_ConditionalNode_result"/>
+ <controller predefinedId="UML_ActivityGroup_subgroup"/>
+ <controller predefinedId="UML_StructuredActivityNode_variable"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Clause">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Clause"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Clause" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Clause"/>
+ <replacedSection id="section_Single_Element"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Clause">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Clause"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_Clause_decider"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Clause_body"/>
+ <controller predefinedId="UML_Clause_bodyOutput"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Clause_predecessorClause"/>
+ <controller predefinedId="UML_Clause_successorClause"/>
+ <controller predefinedId="UML_Clause_test"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Clause">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Clause"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Clause" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Clause">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Clause"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_Clause_decider"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Clause_body"/>
+ <controller predefinedId="UML_Clause_bodyOutput"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Clause_predecessorClause"/>
+ <controller predefinedId="UML_Clause_successorClause"/>
+ <controller predefinedId="UML_Clause_test"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_LoopNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.LoopNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_LoopNode" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_LoopNode"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_ActivityGroup"/>
+ <replacedSection id="section_Single_StructuredActivityNode"/>
+ </replacedSections>
+ <fragment id="fragment_Single_LoopNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.LoopNode"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_LoopNode_isTestedFirst"/>
+ <controller predefinedId="UML_StructuredActivityNode_mustIsolate"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_LoopNode_decider"/>
+ <controller predefinedId="UML_ActivityGroup_inActivity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ActivityGroup_superGroup"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_LoopNode_bodyOutput"/>
+ <controller predefinedId="UML_LoopNode_bodyPart"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityGroup_containedEdge"/>
+ <controller predefinedId="UML_ActivityGroup_containedNode"/>
+ <controller predefinedId="UML_StructuredActivityNode_edge"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_LoopNode_loopVariable"/>
+ <controller predefinedId="UML_LoopNode_loopVariableInput"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_StructuredActivityNode_node"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_LoopNode_result"/>
+ <controller predefinedId="UML_LoopNode_setupPart"/>
+ <controller predefinedId="UML_ActivityGroup_subgroup"/>
+ <controller predefinedId="UML_LoopNode_test"/>
+ <controller predefinedId="UML_StructuredActivityNode_variable"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_LoopNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.LoopNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_LoopNode" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_ActivityGroup"/>
+ <replacedSection id="section_Multiple_StructuredActivityNode"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_LoopNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.LoopNode"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_LoopNode_isTestedFirst"/>
+ <controller predefinedId="UML_StructuredActivityNode_mustIsolate"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_LoopNode_decider"/>
+ <controller predefinedId="UML_ActivityGroup_inActivity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ActivityGroup_superGroup"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_LoopNode_bodyOutput"/>
+ <controller predefinedId="UML_LoopNode_bodyPart"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityGroup_containedEdge"/>
+ <controller predefinedId="UML_ActivityGroup_containedNode"/>
+ <controller predefinedId="UML_StructuredActivityNode_edge"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_LoopNode_loopVariable"/>
+ <controller predefinedId="UML_LoopNode_loopVariableInput"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_StructuredActivityNode_node"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_LoopNode_result"/>
+ <controller predefinedId="UML_LoopNode_setupPart"/>
+ <controller predefinedId="UML_ActivityGroup_subgroup"/>
+ <controller predefinedId="UML_LoopNode_test"/>
+ <controller predefinedId="UML_StructuredActivityNode_variable"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ExpansionNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ExpansionNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ExpansionNode" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ExpansionNode"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ObjectNode"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ExpansionNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ExpansionNode"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ObjectNode_isControlType"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ObjectNode_ordering"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ExpansionNode_regionAsInput"/>
+ <controller predefinedId="UML_ExpansionNode_regionAsOutput"/>
+ <controller predefinedId="UML_ObjectNode_selection"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <controller predefinedId="UML_ObjectNode_upperBound"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ObjectNode_inState"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ExpansionNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ExpansionNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ExpansionNode" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ObjectNode"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ExpansionNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ExpansionNode"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ObjectNode_isControlType"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ObjectNode_ordering"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ExpansionNode_regionAsInput"/>
+ <controller predefinedId="UML_ExpansionNode_regionAsOutput"/>
+ <controller predefinedId="UML_ObjectNode_selection"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <controller predefinedId="UML_ObjectNode_upperBound"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ObjectNode_inState"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ExpansionRegion">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ExpansionRegion"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ExpansionRegion" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ExpansionRegion"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_ActivityGroup"/>
+ <replacedSection id="section_Single_StructuredActivityNode"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ExpansionRegion">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ExpansionRegion"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_StructuredActivityNode_mustIsolate"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ExpansionRegion_mode"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityGroup_inActivity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ActivityGroup_superGroup"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityGroup_containedEdge"/>
+ <controller predefinedId="UML_ActivityGroup_containedNode"/>
+ <controller predefinedId="UML_StructuredActivityNode_edge"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_ExpansionRegion_inputElement"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_StructuredActivityNode_node"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_ExpansionRegion_outputElement"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_ActivityGroup_subgroup"/>
+ <controller predefinedId="UML_StructuredActivityNode_variable"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ExpansionRegion">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ExpansionRegion"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ExpansionRegion" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_ActivityGroup"/>
+ <replacedSection id="section_Multiple_StructuredActivityNode"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ExpansionRegion">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ExpansionRegion"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_StructuredActivityNode_mustIsolate"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ExpansionRegion_mode"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_ActivityNode_activity"/>
+ <controller predefinedId="UML_Action_context"/>
+ <controller predefinedId="UML_ActivityGroup_inActivity"/>
+ <controller predefinedId="UML_ActivityNode_inStructuredNode"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ActivityGroup_superGroup"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_ActivityGroup_containedEdge"/>
+ <controller predefinedId="UML_ActivityGroup_containedNode"/>
+ <controller predefinedId="UML_StructuredActivityNode_edge"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_ExecutableNode_handler"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_ActivityNode_inGroup"/>
+ <controller predefinedId="UML_ActivityNode_inInterruptibleRegion"/>
+ <controller predefinedId="UML_ActivityNode_inPartition"/>
+ <controller predefinedId="UML_ActivityNode_incoming"/>
+ <controller predefinedId="UML_Action_input"/>
+ <controller predefinedId="UML_ExpansionRegion_inputElement"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_StructuredActivityNode_node"/>
+ <controller predefinedId="UML_ActivityNode_outgoing"/>
+ <controller predefinedId="UML_Action_output"/>
+ <controller predefinedId="UML_ExpansionRegion_outputElement"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_ActivityNode_redefinedNode"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_ActivityGroup_subgroup"/>
+ <controller predefinedId="UML_StructuredActivityNode_variable"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ProtocolTransition">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ProtocolTransition"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ProtocolTransition" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ProtocolTransition"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_Transition"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ProtocolTransition">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ProtocolTransition"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Transition_kind"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Transition_container"/>
+ <controller predefinedId="UML_Transition_effect"/>
+ <controller predefinedId="UML_Transition_guard"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ProtocolTransition_postCondition"/>
+ <controller predefinedId="UML_ProtocolTransition_preCondition"/>
+ <controller predefinedId="UML_Transition_redefinedTransition"/>
+ <controller predefinedId="UML_Transition_source"/>
+ <controller predefinedId="UML_Transition_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_ProtocolTransition_referred"/>
+ <controller predefinedId="UML_Transition_trigger"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ProtocolTransition">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ProtocolTransition"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ProtocolTransition" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_Transition"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ProtocolTransition">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ProtocolTransition"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Transition_kind"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Transition_container"/>
+ <controller predefinedId="UML_Transition_effect"/>
+ <controller predefinedId="UML_Transition_guard"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ProtocolTransition_postCondition"/>
+ <controller predefinedId="UML_ProtocolTransition_preCondition"/>
+ <controller predefinedId="UML_Transition_redefinedTransition"/>
+ <controller predefinedId="UML_Transition_source"/>
+ <controller predefinedId="UML_Transition_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_ProtocolTransition_referred"/>
+ <controller predefinedId="UML_Transition_trigger"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_AssociationClass">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.AssociationClass"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_AssociationClass" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_AssociationClass"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_StructuredClassifier"/>
+ <replacedSection id="section_Single_EncapsulatedClassifier"/>
+ <replacedSection id="section_Single_BehavioredClassifier"/>
+ <replacedSection id="section_Single_Class"/>
+ <replacedSection id="section_Single_Relationship"/>
+ <replacedSection id="section_Single_Association"/>
+ </replacedSections>
+ <fragment id="fragment_Single_AssociationClass">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.AssociationClass"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_Association_isDerived"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioredClassifier_classifierBehavior"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Association_endType"/>
+ <controller predefinedId="UML_Class_extension"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_BehavioredClassifier_interfaceRealization"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Association_memberEnd"/>
+ <controller predefinedId="UML_Association_navigableOwnedEnd"/>
+ <controller predefinedId="UML_Class_nestedClassifier"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedAttribute"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedBehavior"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedConnector"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Association_ownedEnd"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Class_ownedOperation"/>
+ <controller predefinedId="UML_EncapsulatedClassifier_ownedPort"/>
+ <controller predefinedId="UML_Class_ownedReception"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedTrigger"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_StructuredClassifier_part"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_StructuredClassifier_role"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_Class_superClass"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_AssociationClass">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.AssociationClass"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_AssociationClass" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_StructuredClassifier"/>
+ <replacedSection id="section_Multiple_EncapsulatedClassifier"/>
+ <replacedSection id="section_Multiple_BehavioredClassifier"/>
+ <replacedSection id="section_Multiple_Class"/>
+ <replacedSection id="section_Multiple_Relationship"/>
+ <replacedSection id="section_Multiple_Association"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_AssociationClass">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.AssociationClass"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_Association_isDerived"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_BehavioredClassifier_classifierBehavior"/>
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_TemplateableElement_ownedTemplateSignature"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_Type_package"/>
+ <controller predefinedId="UML_Classifier_representation"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Classifier_attribute"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Classifier_collaborationUse"/>
+ <controller predefinedId="UML_Namespace_elementImport"/>
+ <controller predefinedId="UML_Association_endType"/>
+ <controller predefinedId="UML_Class_extension"/>
+ <controller predefinedId="UML_Classifier_feature"/>
+ <controller predefinedId="UML_Classifier_general"/>
+ <controller predefinedId="UML_Classifier_generalization"/>
+ <controller predefinedId="UML_Namespace_importedMember"/>
+ <controller predefinedId="UML_Classifier_inheritedMember"/>
+ <controller predefinedId="UML_BehavioredClassifier_interfaceRealization"/>
+ <controller predefinedId="UML_Namespace_member"/>
+ <controller predefinedId="UML_Association_memberEnd"/>
+ <controller predefinedId="UML_Association_navigableOwnedEnd"/>
+ <controller predefinedId="UML_Class_nestedClassifier"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedAttribute"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedBehavior"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_StructuredClassifier_ownedConnector"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Association_ownedEnd"/>
+ <controller predefinedId="UML_Namespace_ownedMember"/>
+ <controller predefinedId="UML_Class_ownedOperation"/>
+ <controller predefinedId="UML_EncapsulatedClassifier_ownedPort"/>
+ <controller predefinedId="UML_Class_ownedReception"/>
+ <controller predefinedId="UML_Namespace_ownedRule"/>
+ <controller predefinedId="UML_BehavioredClassifier_ownedTrigger"/>
+ <controller predefinedId="UML_Classifier_ownedUseCase"/>
+ <controller predefinedId="UML_Namespace_packageImport"/>
+ <controller predefinedId="UML_StructuredClassifier_part"/>
+ <controller predefinedId="UML_Classifier_powertypeExtent"/>
+ <controller predefinedId="UML_Classifier_redefinedClassifier"/>
+ <controller predefinedId="UML_RedefinableElement_redefinedElement"/>
+ <controller predefinedId="UML_RedefinableElement_redefinitionContext"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_StructuredClassifier_role"/>
+ <controller predefinedId="UML_Classifier_substitution"/>
+ <controller predefinedId="UML_Class_superClass"/>
+ <controller predefinedId="UML_TemplateableElement_templateBinding"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Dependency">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Dependency"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Dependency" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Dependency"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Relationship"/>
+ <replacedSection id="section_Single_DirectedRelationship"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Dependency">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Dependency"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Dependency_client"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_DirectedRelationship_source"/>
+ <controller predefinedId="UML_Dependency_supplier"/>
+ <controller predefinedId="UML_DirectedRelationship_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Dependency">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Dependency"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Dependency" tabId="umlFullTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Relationship"/>
+ <replacedSection id="section_Multiple_DirectedRelationship"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Dependency">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Dependency"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_qualifiedName"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_nameExpression"/>
+ <controller predefinedId="UML_NamedElement_namespace"/>
+ <controller predefinedId="UML_Element_owner"/>
+ <controller predefinedId="UML_ParameterableElement_owningTemplateParameter"/>
+ <controller predefinedId="UML_ParameterableElement_templateParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container label="">
+ <controller predefinedId="UML_Dependency_client"/>
+ <controller predefinedId="UML_NamedElement_clientDependency"/>
+ <controller predefinedId="UML_Element_ownedComment"/>
+ <controller predefinedId="UML_Element_ownedElement"/>
+ <controller predefinedId="UML_Relationship_relatedElement"/>
+ <controller predefinedId="UML_DirectedRelationship_source"/>
+ <controller predefinedId="UML_Dependency_supplier"/>
+ <controller predefinedId="UML_DirectedRelationship_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+</propertyTabView> \ No newline at end of file
diff --git a/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/resources/uml_generic_dialogs_test.xml b/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/resources/uml_generic_dialogs_test.xml
new file mode 100644
index 00000000000..c009a5582d9
--- /dev/null
+++ b/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/resources/uml_generic_dialogs_test.xml
@@ -0,0 +1,68 @@
+<!-- Generic dialogs for UML elements -->
+<dialogs pluginId="org.eclipse.papyrus.properties.tabbed.uml">
+ <dialog id="dialog_single_Operation"><!-- Dialog for single NameElement -->
+ <context enablesFor="1">
+ <elementClass
+ name="org.eclipse.uml2.uml.Operation">
+ </elementClass>
+ </context>
+ <title>
+ <string value="Edit Element"/>
+ </title>
+ <message>
+ <emfMessageBinding message="Edit Operation {0}">
+ <feature name="name"/>
+ </emfMessageBinding>
+ </message>
+ <content>
+ <fragment predefinedId="fragment_single_NamedElement"/>
+ </content>
+ </dialog>
+ <dialog id="dialog_single_Classifier"><!-- Dialog for single Classifier -->
+ <context enablesFor="1">
+ <elementClass
+ name="org.eclipse.uml2.uml.Classifier">
+ </elementClass>
+ <replacedDialogs>
+ <replacedDialog id= "dialog_single_NamedElement"/>
+ </replacedDialogs>
+ </context>
+ <title>
+ <string value="Edit Element"/>
+ </title>
+ <message>
+ <emfMessageBinding message="Edit properties of element {0}">
+ <feature name="name"/>
+ </emfMessageBinding>
+ </message>
+ <content>
+ <fragment predefinedId="fragment_single_NamedElement"/>
+ <fragment predefinedId="fragment_single_Classifier"/>
+ </content>
+ </dialog>
+ <dialog id="dialog_single_Classifier_EClass"><!-- Dialog for single Classifier stereotype EClass -->
+ <context enablesFor="1">
+ <elementClass
+ name="org.eclipse.uml2.uml.Classifier">
+ </elementClass>
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="Ecore::EClass"/>
+ </appliedStereotypes>
+ <replacedDialogs>
+ <replacedDialog id= "dialog_single_Classifier"/>
+ </replacedDialogs>
+ </context>
+ <title>
+ <string value="Edit Element"/>
+ </title>
+ <message>
+ <emfMessageBinding message="Edit properties of element {0}">
+ <feature name="name"/>
+ </emfMessageBinding>
+ </message>
+ <content>
+ <fragment predefinedId="fragment_single_NamedElement"/>
+ <fragment predefinedId="fragment_single_Class_Eclass"/>
+ </content>
+ </dialog>
+</dialogs>
diff --git a/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/resources/uml_generic_sections.xml b/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/resources/uml_generic_sections.xml
new file mode 100644
index 00000000000..df13f606542
--- /dev/null
+++ b/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/resources/uml_generic_sections.xml
@@ -0,0 +1,16076 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<propertyTabView pluginId="org.eclipse.papyrus.properties.tabbed.uml">
+ <tab category="UML" id="basicTab" label="UML"/>
+ <sectionSet name="sectionSet_Single_Package">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Package"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Package" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Package"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Package">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Package"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Package_packageMerge"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Package">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Package"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Package" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Package">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Package"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_PackageableElement">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.PackageableElement"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_PackageableElement" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_PackageableElement">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.PackageableElement"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_PackageableElement">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.PackageableElement"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_PackageableElement" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_PackageableElement">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.PackageableElement"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_NamedElement">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.NamedElement"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_NamedElement" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Single_Element"/>
+ </replacedSections>
+ <fragment id="fragment_Single_NamedElement">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.NamedElement"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_NamedElement">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.NamedElement"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_NamedElement" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_NamedElement">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.NamedElement"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Namespace">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Namespace"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Namespace" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Namespace">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Namespace"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Namespace">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Namespace"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Namespace" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Namespace">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Namespace"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ElementImport">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ElementImport"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ElementImport" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ElementImport"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_Relationship"/>
+ <replacedSection id="section_Single_DirectedRelationship"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ElementImport">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ElementImport"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_ElementImport_alias"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ElementImport_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ElementImport">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ElementImport"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ElementImport" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_Relationship"/>
+ <replacedSection id="section_Multiple_DirectedRelationship"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ElementImport">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ElementImport"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_ElementImport_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_PackageImport">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.PackageImport"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_PackageImport" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_PackageImport"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_Relationship"/>
+ <replacedSection id="section_Single_DirectedRelationship"/>
+ </replacedSections>
+ <fragment id="fragment_Single_PackageImport">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.PackageImport"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_PackageImport_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_PackageImport">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.PackageImport"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_PackageImport" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_Relationship"/>
+ <replacedSection id="section_Multiple_DirectedRelationship"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_PackageImport">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.PackageImport"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_PackageImport_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Constraint">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Constraint"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Constraint" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Constraint"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Constraint">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Constraint"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Constraint_context"/>
+ <controller predefinedId="UML_Constraint_specification"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Constraint_constrainedElement"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Constraint">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Constraint"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Constraint" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Constraint">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Constraint"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ValueSpecification">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ValueSpecification"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ValueSpecification" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ValueSpecification"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ValueSpecification">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ValueSpecification"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ValueSpecification">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ValueSpecification"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ValueSpecification" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ValueSpecification">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ValueSpecification"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_TypedElement">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.TypedElement"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_TypedElement" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_TypedElement">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.TypedElement"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_TypedElement">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.TypedElement"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_TypedElement" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_TypedElement">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.TypedElement"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Type">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Type"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Type" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Type">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Type"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Type">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Type"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Type" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Type">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Type"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Association">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Association"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Association" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Single_Element"/>
+ </replacedSections>
+ <fragment id="fragment_Single_NamedElement">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.NamedElement"/>
+ </context>
+ <content>
+ <container label="">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ <subFeatureSection adapterId="Semantic" id="associationEndSection" maxColumn="2" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Association"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_Relationship"/>
+ </replacedSections>
+ <subFeatureDescriptor featureName="memberEnd"/>
+ <subFeatureDescriptorContainer label="member ends" type="expandableContainer"/>
+ <fragment id="fragment_single_MemberEnd">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Property"/>
+ </context>
+ <content>
+ <groupContainer label="">
+ <layout kind="Grid" numColumns="1" sameWidth="false"/>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller id="emftBindingReferenceController">
+ <feature handlerID="Reference" name="type"/>
+ <binding message="{0} - ({1})">
+ <feature name="name"/>
+ <feature name="qualifiedName"/>
+ </binding>
+ <editor id="org.eclipse.papyrus.properties.runtime.simpleReferencePropertyEditor" label="Type:" labelPosition="16384">
+ <icon path="/icons/type.gif" pluginID="org.eclipse.papyrus.properties.tabbed.uml"/>
+ </editor>
+ </controller>
+ <controller id="emftStructuralFeatureController">
+ <feature handlerID="AssociationEndOwner" name="type"/>
+ <editor id="org.eclipse.papyrus.properties.runtime.comboPropertyEditor" label="Owner:" labelPosition="16384"/>
+ </controller>
+ <controller id="emftStructuralFeatureController">
+ <feature handlerID="AssociationEndNavigation" name="type"/>
+ <editor id="org.eclipse.papyrus.properties.runtime.radioBoxPropertyEditor" label="Navigable:" labelPosition="16384"/>
+ </controller>
+ <controller predefinedId="UML_Property_aggregation"/>
+ <controller predefinedId="UML_Property_owner"/>
+ <controller id="emftStructuralFeatureController">
+ <feature handlerID="Multiplicity">
+ <availableValue value="0..1"/>
+ <availableValue value="1..1"/>
+ <availableValue value="0..*"/>
+ <availableValue value="1..*"/>
+ </feature>
+ <editor id="org.eclipse.papyrus.properties.runtime.uml.multiplicityPropertyEditor" label="Multiplicity:" labelPosition="16384"/>
+ </controller>
+ </groupContainer>
+ </content>
+ </fragment>
+ </subFeatureSection>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Association">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Association"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Association" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_Relationship"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Association">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Association"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Association_isDerived"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Classifier">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Classifier"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Classifier" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Classifier">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Classifier"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Classifier">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Classifier"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Classifier" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Classifier">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Classifier"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_RedefinableElement">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.RedefinableElement"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_RedefinableElement" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_RedefinableElement">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.RedefinableElement"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_RedefinableElement">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.RedefinableElement"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_RedefinableElement" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_RedefinableElement">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.RedefinableElement"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_TemplateParameter">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.TemplateParameter"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_TemplateParameter" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_TemplateParameter"/>
+ <replacedSection id="section_Single_Element"/>
+ </replacedSections>
+ <fragment id="fragment_Single_TemplateParameter">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.TemplateParameter"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_TemplateParameter_default"/>
+ <controller predefinedId="UML_TemplateParameter_ownedDefault"/>
+ <controller predefinedId="UML_TemplateParameter_ownedParameteredElement"/>
+ <controller predefinedId="UML_TemplateParameter_parameteredElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Generalization">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Generalization"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Generalization" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Generalization"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_Relationship"/>
+ <replacedSection id="section_Single_DirectedRelationship"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Generalization">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Generalization"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Generalization_isSubstitutable"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Generalization">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Generalization"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Generalization" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_Relationship"/>
+ <replacedSection id="section_Multiple_DirectedRelationship"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Generalization">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Generalization"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Generalization_isSubstitutable"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_GeneralizationSet">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.GeneralizationSet"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_GeneralizationSet" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_GeneralizationSet"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_GeneralizationSet">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.GeneralizationSet"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_GeneralizationSet_isCovering"/>
+ <controller predefinedId="UML_GeneralizationSet_isDisjoint"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_GeneralizationSet_powertype"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_GeneralizationSet">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.GeneralizationSet"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_GeneralizationSet" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_GeneralizationSet">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.GeneralizationSet"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_GeneralizationSet_isCovering"/>
+ <controller predefinedId="UML_GeneralizationSet_isDisjoint"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Feature">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Feature"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Feature" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Feature"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Feature">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Feature"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Feature_isStatic"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Feature">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Feature"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Feature" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Feature">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Feature"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Feature_isStatic"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Substitution">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Substitution"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Substitution" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Substitution"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Relationship"/>
+ <replacedSection id="section_Single_DirectedRelationship"/>
+ <replacedSection id="section_Single_Dependency"/>
+ <replacedSection id="section_Single_Abstraction"/>
+ <replacedSection id="section_Single_Realization"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Substitution">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Substitution"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Abstraction_mapping"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Substitution">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Substitution"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Substitution" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Relationship"/>
+ <replacedSection id="section_Multiple_DirectedRelationship"/>
+ <replacedSection id="section_Multiple_Dependency"/>
+ <replacedSection id="section_Multiple_Abstraction"/>
+ <replacedSection id="section_Multiple_Realization"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Substitution">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Substitution"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Realization">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Realization"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Realization" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Realization"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Relationship"/>
+ <replacedSection id="section_Single_DirectedRelationship"/>
+ <replacedSection id="section_Single_Dependency"/>
+ <replacedSection id="section_Single_Abstraction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Realization">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Realization"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Abstraction_mapping"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Realization">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Realization"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Realization" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Relationship"/>
+ <replacedSection id="section_Multiple_DirectedRelationship"/>
+ <replacedSection id="section_Multiple_Dependency"/>
+ <replacedSection id="section_Multiple_Abstraction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Realization">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Realization"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Abstraction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Abstraction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Abstraction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Abstraction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Relationship"/>
+ <replacedSection id="section_Single_DirectedRelationship"/>
+ <replacedSection id="section_Single_Dependency"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Abstraction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Abstraction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Abstraction_mapping"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Abstraction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Abstraction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Abstraction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Relationship"/>
+ <replacedSection id="section_Multiple_DirectedRelationship"/>
+ <replacedSection id="section_Multiple_Dependency"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Abstraction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Abstraction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_OpaqueExpression">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.OpaqueExpression"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_OpaqueExpression" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_OpaqueExpression"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ValueSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Single_OpaqueExpression">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.OpaqueExpression"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_OpaqueExpression_body"/>
+ <controller predefinedId="UML_OpaqueExpression_language"/>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_OpaqueExpression_behavior"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_OpaqueExpression">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.OpaqueExpression"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_OpaqueExpression" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ValueSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_OpaqueExpression">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.OpaqueExpression"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Parameter">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Parameter"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Parameter" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Parameter"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_ConnectableElement"/>
+ <replacedSection id="section_Single_MultiplicityElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Parameter">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Parameter"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Parameter_isException"/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_Parameter_isStream"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Parameter_direction"/>
+ <controller predefinedId="UML_Parameter_effect"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Parameter_defaultValue"/>
+ <controller id="emftStructuralFeatureController">
+ <feature handlerID="Multiplicity">
+ <availableValue value="0..1"/>
+ <availableValue value="1..1"/>
+ <availableValue value="0..*"/>
+ <availableValue value="1..*"/>
+ </feature>
+ <editor id="org.eclipse.papyrus.properties.runtime.uml.multiplicityPropertyEditor" label="Multiplicity:" labelPosition="16384"/>
+ </controller>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Parameter">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Parameter"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Parameter" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_ConnectableElement"/>
+ <replacedSection id="section_Multiple_MultiplicityElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Parameter">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Parameter"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Parameter_isException"/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_Parameter_isStream"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Parameter_direction"/>
+ <controller predefinedId="UML_Parameter_effect"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_MultiplicityElement">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.MultiplicityElement"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_MultiplicityElement" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_MultiplicityElement"/>
+ <replacedSection id="section_Single_Element"/>
+ </replacedSections>
+ <fragment id="fragment_Single_MultiplicityElement">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.MultiplicityElement"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller id="emftStructuralFeatureController">
+ <feature handlerID="Multiplicity">
+ <availableValue value="0..1"/>
+ <availableValue value="1..1"/>
+ <availableValue value="0..*"/>
+ <availableValue value="1..*"/>
+ </feature>
+ <editor id="org.eclipse.papyrus.properties.runtime.uml.multiplicityPropertyEditor" label="Multiplicity:" labelPosition="16384"/>
+ </controller>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_MultiplicityElement">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.MultiplicityElement"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_MultiplicityElement" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_MultiplicityElement">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.MultiplicityElement"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ConnectableElement">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ConnectableElement"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ConnectableElement" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ConnectableElement"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ConnectableElement">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ConnectableElement"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ConnectableElement">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ConnectableElement"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ConnectableElement" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ConnectableElement">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ConnectableElement"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ConnectorEnd">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ConnectorEnd"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ConnectorEnd" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ConnectorEnd"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_MultiplicityElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ConnectorEnd">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ConnectorEnd"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller id="emftStructuralFeatureController">
+ <feature handlerID="Multiplicity">
+ <availableValue value="0..1"/>
+ <availableValue value="1..1"/>
+ <availableValue value="0..*"/>
+ <availableValue value="1..*"/>
+ </feature>
+ <editor id="org.eclipse.papyrus.properties.runtime.uml.multiplicityPropertyEditor" label="Multiplicity:" labelPosition="16384"/>
+ </controller>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ConnectorEnd">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ConnectorEnd"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ConnectorEnd" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_MultiplicityElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ConnectorEnd">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ConnectorEnd"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Property">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Property"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Property" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Property"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_Feature"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_MultiplicityElement"/>
+ <replacedSection id="section_Single_StructuralFeature"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_ConnectableElement"/>
+ <replacedSection id="section_Single_DeploymentTarget"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Property">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Property"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Property_isDerived"/>
+ <controller predefinedId="UML_Property_isDerivedUnion"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_StructuralFeature_isReadOnly"/>
+ <controller predefinedId="UML_Feature_isStatic"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Property_aggregation"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Property_defaultValue"/>
+ <controller id="emftStructuralFeatureController">
+ <feature handlerID="Multiplicity">
+ <availableValue value="0..1"/>
+ <availableValue value="1..1"/>
+ <availableValue value="0..*"/>
+ <availableValue value="1..*"/>
+ </feature>
+ <editor id="org.eclipse.papyrus.properties.runtime.uml.multiplicityPropertyEditor" label="Multiplicity:" labelPosition="16384"/>
+ </controller>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Property_subsettedProperty"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Property">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Property"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Property" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_Feature"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_MultiplicityElement"/>
+ <replacedSection id="section_Multiple_StructuralFeature"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_ConnectableElement"/>
+ <replacedSection id="section_Multiple_DeploymentTarget"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Property">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Property"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Property_isDerived"/>
+ <controller predefinedId="UML_Property_isDerivedUnion"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_StructuralFeature_isReadOnly"/>
+ <controller predefinedId="UML_Feature_isStatic"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Property_aggregation"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_DeploymentTarget">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DeploymentTarget"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_DeploymentTarget" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_DeploymentTarget"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_DeploymentTarget">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DeploymentTarget"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_DeploymentTarget">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DeploymentTarget"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_DeploymentTarget" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_DeploymentTarget">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DeploymentTarget"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Deployment">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Deployment"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Deployment" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Deployment"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Relationship"/>
+ <replacedSection id="section_Single_DirectedRelationship"/>
+ <replacedSection id="section_Single_Dependency"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Deployment">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Deployment"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Deployment_configuration"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Deployment">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Deployment"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Deployment" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Relationship"/>
+ <replacedSection id="section_Multiple_DirectedRelationship"/>
+ <replacedSection id="section_Multiple_Dependency"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Deployment">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Deployment"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_DeployedArtifact">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DeployedArtifact"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_DeployedArtifact" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_DeployedArtifact"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_DeployedArtifact">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DeployedArtifact"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_DeployedArtifact">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DeployedArtifact"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_DeployedArtifact" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_DeployedArtifact">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DeployedArtifact"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_DeploymentSpecification">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DeploymentSpecification"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_DeploymentSpecification" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_DeploymentSpecification"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_DeployedArtifact"/>
+ <replacedSection id="section_Single_Artifact"/>
+ </replacedSections>
+ <fragment id="fragment_Single_DeploymentSpecification">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DeploymentSpecification"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_DeploymentSpecification_deploymentLocation"/>
+ <controller predefinedId="UML_DeploymentSpecification_executionLocation"/>
+ <controller predefinedId="UML_Artifact_fileName"/>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Artifact_manifestation"/>
+ <controller predefinedId="UML_Artifact_ownedAttribute"/>
+ <controller predefinedId="UML_Artifact_ownedOperation"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_DeploymentSpecification">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DeploymentSpecification"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_DeploymentSpecification" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_DeployedArtifact"/>
+ <replacedSection id="section_Multiple_Artifact"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_DeploymentSpecification">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DeploymentSpecification"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Artifact">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Artifact"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Artifact" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Artifact"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_DeployedArtifact"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Artifact">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Artifact"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Artifact_fileName"/>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Artifact_manifestation"/>
+ <controller predefinedId="UML_Artifact_ownedAttribute"/>
+ <controller predefinedId="UML_Artifact_ownedOperation"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Artifact">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Artifact"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Artifact" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_DeployedArtifact"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Artifact">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Artifact"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Manifestation">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Manifestation"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Manifestation" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Manifestation"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Relationship"/>
+ <replacedSection id="section_Single_DirectedRelationship"/>
+ <replacedSection id="section_Single_Dependency"/>
+ <replacedSection id="section_Single_Abstraction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Manifestation">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Manifestation"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Abstraction_mapping"/>
+ <controller predefinedId="UML_Manifestation_utilizedElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Manifestation">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Manifestation"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Manifestation" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Relationship"/>
+ <replacedSection id="section_Multiple_DirectedRelationship"/>
+ <replacedSection id="section_Multiple_Dependency"/>
+ <replacedSection id="section_Multiple_Abstraction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Manifestation">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Manifestation"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Operation">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Operation"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Operation" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Operation"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_Feature"/>
+ <replacedSection id="section_Single_BehavioralFeature"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Operation">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Operation"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_BehavioralFeature_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Operation_isQuery"/>
+ <controller predefinedId="UML_Feature_isStatic"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_BehavioralFeature_concurrency"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_BehavioralFeature_method"/>
+ <controller predefinedId="UML_BehavioralFeature_ownedParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Operation">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Operation"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Operation" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_Feature"/>
+ <replacedSection id="section_Multiple_BehavioralFeature"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Operation">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Operation"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_BehavioralFeature_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Operation_isQuery"/>
+ <controller predefinedId="UML_Feature_isStatic"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_BehavioralFeature_concurrency"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_BehavioralFeature">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.BehavioralFeature"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_BehavioralFeature" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_BehavioralFeature"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_Feature"/>
+ </replacedSections>
+ <fragment id="fragment_Single_BehavioralFeature">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.BehavioralFeature"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_BehavioralFeature_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Feature_isStatic"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_BehavioralFeature_concurrency"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_BehavioralFeature_method"/>
+ <controller predefinedId="UML_BehavioralFeature_ownedParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_BehavioralFeature">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.BehavioralFeature"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_BehavioralFeature" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_Feature"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_BehavioralFeature">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.BehavioralFeature"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_BehavioralFeature_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Feature_isStatic"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_BehavioralFeature_concurrency"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Behavior">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Behavior"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Behavior" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Behavior"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_StructuredClassifier"/>
+ <replacedSection id="section_Single_EncapsulatedClassifier"/>
+ <replacedSection id="section_Single_BehavioredClassifier"/>
+ <replacedSection id="section_Single_Class"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Behavior">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Behavior"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Behavior_isReentrant"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Behavior_specification"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Behavior">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Behavior"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Behavior" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_StructuredClassifier"/>
+ <replacedSection id="section_Multiple_EncapsulatedClassifier"/>
+ <replacedSection id="section_Multiple_BehavioredClassifier"/>
+ <replacedSection id="section_Multiple_Class"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Behavior">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Behavior"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Behavior_isReentrant"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Class">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Class"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Class" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Class"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_StructuredClassifier"/>
+ <replacedSection id="section_Single_EncapsulatedClassifier"/>
+ <replacedSection id="section_Single_BehavioredClassifier"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Class">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Class"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Class">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Class"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Class" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_StructuredClassifier"/>
+ <replacedSection id="section_Multiple_EncapsulatedClassifier"/>
+ <replacedSection id="section_Multiple_BehavioredClassifier"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Class">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Class"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_BehavioredClassifier">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.BehavioredClassifier"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_BehavioredClassifier" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_BehavioredClassifier"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ </replacedSections>
+ <fragment id="fragment_Single_BehavioredClassifier">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.BehavioredClassifier"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_BehavioredClassifier">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.BehavioredClassifier"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_BehavioredClassifier" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_BehavioredClassifier">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.BehavioredClassifier"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_InterfaceRealization">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InterfaceRealization"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_InterfaceRealization" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_InterfaceRealization"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Relationship"/>
+ <replacedSection id="section_Single_DirectedRelationship"/>
+ <replacedSection id="section_Single_Dependency"/>
+ <replacedSection id="section_Single_Abstraction"/>
+ <replacedSection id="section_Single_Realization"/>
+ </replacedSections>
+ <fragment id="fragment_Single_InterfaceRealization">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InterfaceRealization"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Abstraction_mapping"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_InterfaceRealization">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InterfaceRealization"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_InterfaceRealization" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Relationship"/>
+ <replacedSection id="section_Multiple_DirectedRelationship"/>
+ <replacedSection id="section_Multiple_Dependency"/>
+ <replacedSection id="section_Multiple_Abstraction"/>
+ <replacedSection id="section_Multiple_Realization"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_InterfaceRealization">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InterfaceRealization"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Interface">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Interface"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Interface" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Interface"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Interface">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Interface"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Interface_protocol"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Interface">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Interface"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Interface" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Interface">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Interface"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Reception">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Reception"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Reception" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Reception"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_Feature"/>
+ <replacedSection id="section_Single_BehavioralFeature"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Reception">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Reception"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_BehavioralFeature_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Feature_isStatic"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_BehavioralFeature_concurrency"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Reception_signal"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_BehavioralFeature_method"/>
+ <controller predefinedId="UML_BehavioralFeature_ownedParameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Reception">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Reception"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Reception" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_Feature"/>
+ <replacedSection id="section_Multiple_BehavioralFeature"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Reception">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Reception"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_BehavioralFeature_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Feature_isStatic"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_BehavioralFeature_concurrency"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Signal">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Signal"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Signal" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Signal"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Signal">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Signal"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Signal">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Signal"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Signal" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Signal">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Signal"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ProtocolStateMachine">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ProtocolStateMachine"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ProtocolStateMachine" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ProtocolStateMachine"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_StructuredClassifier"/>
+ <replacedSection id="section_Single_EncapsulatedClassifier"/>
+ <replacedSection id="section_Single_BehavioredClassifier"/>
+ <replacedSection id="section_Single_Class"/>
+ <replacedSection id="section_Single_Behavior"/>
+ <replacedSection id="section_Single_StateMachine"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ProtocolStateMachine">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ProtocolStateMachine"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Behavior_isReentrant"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Behavior_specification"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ProtocolStateMachine">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ProtocolStateMachine"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ProtocolStateMachine" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_StructuredClassifier"/>
+ <replacedSection id="section_Multiple_EncapsulatedClassifier"/>
+ <replacedSection id="section_Multiple_BehavioredClassifier"/>
+ <replacedSection id="section_Multiple_Class"/>
+ <replacedSection id="section_Multiple_Behavior"/>
+ <replacedSection id="section_Multiple_StateMachine"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ProtocolStateMachine">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ProtocolStateMachine"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Behavior_isReentrant"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_StateMachine">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.StateMachine"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_StateMachine" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_StateMachine"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_StructuredClassifier"/>
+ <replacedSection id="section_Single_EncapsulatedClassifier"/>
+ <replacedSection id="section_Single_BehavioredClassifier"/>
+ <replacedSection id="section_Single_Class"/>
+ <replacedSection id="section_Single_Behavior"/>
+ </replacedSections>
+ <fragment id="fragment_Single_StateMachine">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.StateMachine"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Behavior_isReentrant"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Behavior_specification"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_StateMachine">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.StateMachine"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_StateMachine" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_StructuredClassifier"/>
+ <replacedSection id="section_Multiple_EncapsulatedClassifier"/>
+ <replacedSection id="section_Multiple_BehavioredClassifier"/>
+ <replacedSection id="section_Multiple_Class"/>
+ <replacedSection id="section_Multiple_Behavior"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_StateMachine">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.StateMachine"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Behavior_isReentrant"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Region">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Region"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Region" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Region"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Region">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Region"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Region">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Region"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Region" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Region">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Region"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Vertex">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Vertex"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Vertex" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Vertex"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Vertex">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Vertex"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Vertex">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Vertex"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Vertex" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Vertex">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Vertex"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Transition">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Transition"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Transition" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Transition"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Transition">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Transition"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Transition_kind"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Transition_effect"/>
+ <controller predefinedId="UML_Transition_guard"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Transition_trigger"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Transition">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Transition"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Transition" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Transition">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Transition"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Transition_kind"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Trigger">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Trigger"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Trigger" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Trigger"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Trigger">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Trigger"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Trigger_event"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Trigger">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Trigger"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Trigger" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Trigger">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Trigger"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Event">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Event"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Event" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Event"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Event">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Event"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Event">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Event"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Event" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Event">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Event"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Port">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Port"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Port" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Port"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_Feature"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_MultiplicityElement"/>
+ <replacedSection id="section_Single_StructuralFeature"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_ConnectableElement"/>
+ <replacedSection id="section_Single_DeploymentTarget"/>
+ <replacedSection id="section_Single_Property"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Port">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Port"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Port_isBehavior"/>
+ <controller predefinedId="UML_Property_isDerived"/>
+ <controller predefinedId="UML_Property_isDerivedUnion"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_Port_isService"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Property_defaultValue"/>
+ <controller id="emftStructuralFeatureController">
+ <feature handlerID="Multiplicity">
+ <availableValue value="0..1"/>
+ <availableValue value="1..1"/>
+ <availableValue value="0..*"/>
+ <availableValue value="1..*"/>
+ </feature>
+ <editor id="org.eclipse.papyrus.properties.runtime.uml.multiplicityPropertyEditor" label="Multiplicity:" labelPosition="16384"/>
+ </controller>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Port_provided"/>
+ <controller predefinedId="UML_Port_required"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Property_subsettedProperty"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Port">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Port"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Port" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_Feature"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_MultiplicityElement"/>
+ <replacedSection id="section_Multiple_StructuralFeature"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_ConnectableElement"/>
+ <replacedSection id="section_Multiple_DeploymentTarget"/>
+ <replacedSection id="section_Multiple_Property"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Port">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Port"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Port_isBehavior"/>
+ <controller predefinedId="UML_Property_isDerived"/>
+ <controller predefinedId="UML_Property_isDerivedUnion"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_StructuralFeature_isReadOnly"/>
+ <controller predefinedId="UML_Port_isService"/>
+ <controller predefinedId="UML_Feature_isStatic"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Property_aggregation"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_State">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.State"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_State" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_State"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_Vertex"/>
+ </replacedSections>
+ <fragment id="fragment_Single_State">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.State"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_State_doActivity"/>
+ <controller predefinedId="UML_State_entry"/>
+ <controller predefinedId="UML_State_exit"/>
+ <controller predefinedId="UML_State_stateInvariant"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_State_deferrableTrigger"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_State">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.State"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_State" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_Vertex"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_State">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.State"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ConnectionPointReference">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ConnectionPointReference"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ConnectionPointReference" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ConnectionPointReference"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Vertex"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ConnectionPointReference">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ConnectionPointReference"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ConnectionPointReference">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ConnectionPointReference"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ConnectionPointReference" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Vertex"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ConnectionPointReference">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ConnectionPointReference"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Pseudostate">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Pseudostate"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Pseudostate" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Pseudostate"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Vertex"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Pseudostate">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Pseudostate"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Pseudostate_kind"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Pseudostate">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Pseudostate"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Pseudostate" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Vertex"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Pseudostate">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Pseudostate"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Pseudostate_kind"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_EncapsulatedClassifier">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.EncapsulatedClassifier"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_EncapsulatedClassifier" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_EncapsulatedClassifier"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_StructuredClassifier"/>
+ </replacedSections>
+ <fragment id="fragment_Single_EncapsulatedClassifier">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.EncapsulatedClassifier"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_EncapsulatedClassifier">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.EncapsulatedClassifier"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_EncapsulatedClassifier" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_StructuredClassifier"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_EncapsulatedClassifier">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.EncapsulatedClassifier"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_StructuredClassifier">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.StructuredClassifier"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_StructuredClassifier" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_StructuredClassifier"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ </replacedSections>
+ <fragment id="fragment_Single_StructuredClassifier">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.StructuredClassifier"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_StructuredClassifier">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.StructuredClassifier"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_StructuredClassifier" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_StructuredClassifier">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.StructuredClassifier"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Connector">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Connector"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Connector" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Connector"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_Feature"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Connector">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Connector"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Feature_isStatic"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Connector_kind"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Connector_type"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Connector">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Connector"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Connector" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_Feature"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Connector">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Connector"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Feature_isStatic"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Connector_kind"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Extension">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Extension"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Extension" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Extension"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_Relationship"/>
+ <replacedSection id="section_Single_Association"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Extension">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Extension"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Association_isDerived"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Association_memberEnd"/>
+ <controller predefinedId="UML_Association_navigableOwnedEnd"/>
+ <controller predefinedId="UML_Association_ownedEnd"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Extension">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Extension"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Extension" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_Relationship"/>
+ <replacedSection id="section_Multiple_Association"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Extension">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Extension"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Association_isDerived"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ExtensionEnd">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ExtensionEnd"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ExtensionEnd" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ExtensionEnd"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_Feature"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_MultiplicityElement"/>
+ <replacedSection id="section_Single_StructuralFeature"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_ConnectableElement"/>
+ <replacedSection id="section_Single_DeploymentTarget"/>
+ <replacedSection id="section_Single_Property"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ExtensionEnd">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ExtensionEnd"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Property_isDerived"/>
+ <controller predefinedId="UML_Property_isDerivedUnion"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_StructuralFeature_isReadOnly"/>
+ <controller predefinedId="UML_Feature_isStatic"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Property_aggregation"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Property_defaultValue"/>
+ <controller id="emftStructuralFeatureController">
+ <feature handlerID="Multiplicity">
+ <availableValue value="0..1"/>
+ <availableValue value="1..1"/>
+ <availableValue value="0..*"/>
+ <availableValue value="1..*"/>
+ </feature>
+ <editor id="org.eclipse.papyrus.properties.runtime.uml.multiplicityPropertyEditor" label="Multiplicity:" labelPosition="16384"/>
+ </controller>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Property_subsettedProperty"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ExtensionEnd">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ExtensionEnd"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ExtensionEnd" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_Feature"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_MultiplicityElement"/>
+ <replacedSection id="section_Multiple_StructuralFeature"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_ConnectableElement"/>
+ <replacedSection id="section_Multiple_DeploymentTarget"/>
+ <replacedSection id="section_Multiple_Property"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ExtensionEnd">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ExtensionEnd"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Property_isDerived"/>
+ <controller predefinedId="UML_Property_isDerivedUnion"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_StructuralFeature_isReadOnly"/>
+ <controller predefinedId="UML_Feature_isStatic"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Property_aggregation"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Stereotype">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Stereotype"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Stereotype" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Stereotype"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_StructuredClassifier"/>
+ <replacedSection id="section_Single_EncapsulatedClassifier"/>
+ <replacedSection id="section_Single_BehavioredClassifier"/>
+ <replacedSection id="section_Single_Class"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Stereotype">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Stereotype"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Stereotype_icon"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Stereotype">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Stereotype"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Stereotype" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_StructuredClassifier"/>
+ <replacedSection id="section_Multiple_EncapsulatedClassifier"/>
+ <replacedSection id="section_Multiple_BehavioredClassifier"/>
+ <replacedSection id="section_Multiple_Class"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Stereotype">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Stereotype"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <!-- <sectionSet name="sectionSet_Single_Image">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Image"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Image" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Image"/>
+ <replacedSection id="section_Single_Element"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Image">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Image"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Image_content"/>
+ <controller predefinedId="UML_Image_format"/>
+ <controller predefinedId="UML_Image_location"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>-->
+ <sectionSet name="sectionSet_Single_Profile">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Profile"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Profile" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Profile"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Package"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Profile">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Profile"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Package_packageMerge"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Profile">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Profile"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Profile" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Package"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Profile">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Profile"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Model">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Model"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Model" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Model"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Package"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Model">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Model"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Package_packageMerge"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Model">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Model"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Model" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Package"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Model">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Model"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ParameterSet">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ParameterSet"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ParameterSet" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ParameterSet"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ParameterSet">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ParameterSet"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ParameterSet_condition"/>
+ <controller predefinedId="UML_ParameterSet_parameter"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ParameterSet">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ParameterSet"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ParameterSet" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ParameterSet">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ParameterSet"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_DataType">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DataType"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_DataType" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_DataType"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ </replacedSections>
+ <fragment id="fragment_Single_DataType">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DataType"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_DataType">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DataType"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_DataType" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_DataType">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DataType"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_OperationTemplateParameter">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.OperationTemplateParameter"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_OperationTemplateParameter" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_OperationTemplateParameter"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_TemplateParameter"/>
+ </replacedSections>
+ <fragment id="fragment_Single_OperationTemplateParameter">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.OperationTemplateParameter"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_TemplateParameter_default"/>
+ <controller predefinedId="UML_TemplateParameter_ownedDefault"/>
+ <controller predefinedId="UML_TemplateParameter_ownedParameteredElement"/>
+ <controller predefinedId="UML_TemplateParameter_parameteredElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_StructuralFeature">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.StructuralFeature"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_StructuralFeature" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_StructuralFeature"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_Feature"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_MultiplicityElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_StructuralFeature">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.StructuralFeature"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_StructuralFeature_isReadOnly"/>
+ <controller predefinedId="UML_Feature_isStatic"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller id="emftStructuralFeatureController">
+ <feature handlerID="Multiplicity">
+ <availableValue value="0..1"/>
+ <availableValue value="1..1"/>
+ <availableValue value="0..*"/>
+ <availableValue value="1..*"/>
+ </feature>
+ <editor id="org.eclipse.papyrus.properties.runtime.uml.multiplicityPropertyEditor" label="Multiplicity:" labelPosition="16384"/>
+ </controller>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_StructuralFeature">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.StructuralFeature"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_StructuralFeature" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_Feature"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_MultiplicityElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_StructuralFeature">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.StructuralFeature"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_StructuralFeature_isReadOnly"/>
+ <controller predefinedId="UML_Feature_isStatic"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ConnectableElementTemplateParameter">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ConnectableElementTemplateParameter"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ConnectableElementTemplateParameter" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ConnectableElementTemplateParameter"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_TemplateParameter"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ConnectableElementTemplateParameter">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ConnectableElementTemplateParameter"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_TemplateParameter_default"/>
+ <controller predefinedId="UML_TemplateParameter_ownedDefault"/>
+ <controller predefinedId="UML_TemplateParameter_ownedParameteredElement"/>
+ <controller predefinedId="UML_TemplateParameter_parameteredElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_CollaborationUse">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CollaborationUse"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_CollaborationUse" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_CollaborationUse"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_CollaborationUse">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CollaborationUse"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_CollaborationUse_type"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_CollaborationUse_roleBinding"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_CollaborationUse">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CollaborationUse"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_CollaborationUse" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_CollaborationUse">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CollaborationUse"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Collaboration">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Collaboration"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Collaboration" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Collaboration"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_BehavioredClassifier"/>
+ <replacedSection id="section_Single_StructuredClassifier"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Collaboration">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Collaboration"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Collaboration_collaborationRole"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Collaboration">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Collaboration"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Collaboration" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_BehavioredClassifier"/>
+ <replacedSection id="section_Multiple_StructuredClassifier"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Collaboration">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Collaboration"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_UseCase">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.UseCase"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_UseCase" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_UseCase"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_BehavioredClassifier"/>
+ </replacedSections>
+ <fragment id="fragment_Single_UseCase">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.UseCase"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_UseCase">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.UseCase"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_UseCase" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_BehavioredClassifier"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_UseCase">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.UseCase"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Include">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Include"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Include" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Include"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Relationship"/>
+ <replacedSection id="section_Single_DirectedRelationship"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Include">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Include"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Include">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Include"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Include" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Relationship"/>
+ <replacedSection id="section_Multiple_DirectedRelationship"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Include">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Include"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Extend">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Extend"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Extend" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Extend"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Relationship"/>
+ <replacedSection id="section_Single_DirectedRelationship"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Extend">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Extend"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Extend">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Extend"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Extend" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Relationship"/>
+ <replacedSection id="section_Multiple_DirectedRelationship"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Extend">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Extend"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ExtensionPoint">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ExtensionPoint"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ExtensionPoint" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ExtensionPoint"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ExtensionPoint">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ExtensionPoint"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ExtensionPoint">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ExtensionPoint"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ExtensionPoint" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ExtensionPoint">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ExtensionPoint"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_RedefinableTemplateSignature">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.RedefinableTemplateSignature"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_RedefinableTemplateSignature" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_RedefinableTemplateSignature"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_TemplateSignature"/>
+ </replacedSections>
+ <fragment id="fragment_Single_RedefinableTemplateSignature">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.RedefinableTemplateSignature"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_RedefinableTemplateSignature">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.RedefinableTemplateSignature"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_RedefinableTemplateSignature" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_TemplateSignature"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_RedefinableTemplateSignature">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.RedefinableTemplateSignature"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ClassifierTemplateParameter">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ClassifierTemplateParameter"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ClassifierTemplateParameter" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ClassifierTemplateParameter"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_TemplateParameter"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ClassifierTemplateParameter">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ClassifierTemplateParameter"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_ClassifierTemplateParameter_allowSubstitutable"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_TemplateParameter_default"/>
+ <controller predefinedId="UML_TemplateParameter_ownedDefault"/>
+ <controller predefinedId="UML_TemplateParameter_ownedParameteredElement"/>
+ <controller predefinedId="UML_TemplateParameter_parameteredElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ClassifierTemplateParameter">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ClassifierTemplateParameter"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ClassifierTemplateParameter" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_TemplateParameter"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ClassifierTemplateParameter">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ClassifierTemplateParameter"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_ClassifierTemplateParameter_allowSubstitutable"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_StringExpression">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.StringExpression"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_StringExpression" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_StringExpression"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ValueSpecification"/>
+ <replacedSection id="section_Single_Expression"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_StringExpression">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.StringExpression"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_Expression_symbol"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Expression_operand"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_StringExpression">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.StringExpression"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_StringExpression" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ValueSpecification"/>
+ <replacedSection id="section_Multiple_Expression"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_StringExpression">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.StringExpression"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Expression">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Expression"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Expression" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Expression"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ValueSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Expression">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Expression"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_Expression_symbol"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Expression_operand"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Expression">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Expression"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Expression" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ValueSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Expression">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Expression"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Usage">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Usage"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Usage" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Usage"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Relationship"/>
+ <replacedSection id="section_Single_DirectedRelationship"/>
+ <replacedSection id="section_Single_Dependency"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Usage">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Usage"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Usage">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Usage"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Usage" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Relationship"/>
+ <replacedSection id="section_Multiple_DirectedRelationship"/>
+ <replacedSection id="section_Multiple_Dependency"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Usage">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Usage"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ProfileApplication">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ProfileApplication"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ProfileApplication" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ProfileApplication"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_Relationship"/>
+ <replacedSection id="section_Single_DirectedRelationship"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ProfileApplication">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ProfileApplication"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_ProfileApplication_isStrict"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ProfileApplication">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ProfileApplication"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ProfileApplication" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_Relationship"/>
+ <replacedSection id="section_Multiple_DirectedRelationship"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ProfileApplication">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ProfileApplication"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_ProfileApplication_isStrict"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Enumeration">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Enumeration"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Enumeration" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Enumeration"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_DataType"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Enumeration">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Enumeration"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Enumeration_ownedLiteral"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Enumeration">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Enumeration"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Enumeration" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_DataType"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Enumeration">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Enumeration"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_EnumerationLiteral">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.EnumerationLiteral"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_EnumerationLiteral" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_EnumerationLiteral"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_DeploymentTarget"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_DeployedArtifact"/>
+ <replacedSection id="section_Single_InstanceSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Single_EnumerationLiteral">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.EnumerationLiteral"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_InstanceSpecification_classifier"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_EnumerationLiteral">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.EnumerationLiteral"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_EnumerationLiteral" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_DeploymentTarget"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_DeployedArtifact"/>
+ <replacedSection id="section_Multiple_InstanceSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_EnumerationLiteral">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.EnumerationLiteral"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_InstanceSpecification">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InstanceSpecification"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_InstanceSpecification" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_InstanceSpecification"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_DeploymentTarget"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_DeployedArtifact"/>
+ </replacedSections>
+ <fragment id="fragment_Single_InstanceSpecification">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InstanceSpecification"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_InstanceSpecification_classifier"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_InstanceSpecification">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InstanceSpecification"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_InstanceSpecification" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_DeploymentTarget"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_DeployedArtifact"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_InstanceSpecification">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InstanceSpecification"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Slot">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Slot"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Slot" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Slot"/>
+ <replacedSection id="section_Single_Element"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Slot">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Slot"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Slot_definingFeature"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Slot_value"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_PrimitiveType">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.PrimitiveType"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_PrimitiveType" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_PrimitiveType"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_DataType"/>
+ </replacedSections>
+ <fragment id="fragment_Single_PrimitiveType">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.PrimitiveType"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_PrimitiveType">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.PrimitiveType"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_PrimitiveType" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_DataType"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_PrimitiveType">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.PrimitiveType"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_LiteralSpecification">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralSpecification"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_LiteralSpecification" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_LiteralSpecification"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ValueSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Single_LiteralSpecification">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralSpecification"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_LiteralSpecification">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralSpecification"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_LiteralSpecification" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ValueSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_LiteralSpecification">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralSpecification"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_LiteralInteger">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralInteger"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_LiteralInteger" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_LiteralInteger"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ValueSpecification"/>
+ <replacedSection id="section_Single_LiteralSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Single_LiteralInteger">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralInteger"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_LiteralInteger_value"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_LiteralInteger">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralInteger"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_LiteralInteger" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ValueSpecification"/>
+ <replacedSection id="section_Multiple_LiteralSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_LiteralInteger">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralInteger"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_LiteralString">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralString"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_LiteralString" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_LiteralString"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ValueSpecification"/>
+ <replacedSection id="section_Single_LiteralSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Single_LiteralString">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralString"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_LiteralString_value"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_LiteralString">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralString"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_LiteralString" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ValueSpecification"/>
+ <replacedSection id="section_Multiple_LiteralSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_LiteralString">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralString"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_LiteralBoolean">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralBoolean"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_LiteralBoolean" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_LiteralBoolean"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ValueSpecification"/>
+ <replacedSection id="section_Single_LiteralSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Single_LiteralBoolean">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralBoolean"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_LiteralBoolean_value"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_LiteralBoolean">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralBoolean"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_LiteralBoolean" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ValueSpecification"/>
+ <replacedSection id="section_Multiple_LiteralSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_LiteralBoolean">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralBoolean"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_LiteralBoolean_value"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_LiteralNull">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralNull"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_LiteralNull" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_LiteralNull"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ValueSpecification"/>
+ <replacedSection id="section_Single_LiteralSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Single_LiteralNull">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralNull"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_LiteralNull">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralNull"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_LiteralNull" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ValueSpecification"/>
+ <replacedSection id="section_Multiple_LiteralSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_LiteralNull">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralNull"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_InstanceValue">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InstanceValue"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_InstanceValue" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_InstanceValue"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ValueSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Single_InstanceValue">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InstanceValue"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_InstanceValue_instance"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_InstanceValue">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InstanceValue"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_InstanceValue" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ValueSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_InstanceValue">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InstanceValue"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_LiteralUnlimitedNatural">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralUnlimitedNatural"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_LiteralUnlimitedNatural" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_LiteralUnlimitedNatural"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ValueSpecification"/>
+ <replacedSection id="section_Single_LiteralSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Single_LiteralUnlimitedNatural">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralUnlimitedNatural"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_LiteralUnlimitedNatural_value"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_LiteralUnlimitedNatural">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralUnlimitedNatural"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_LiteralUnlimitedNatural" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ValueSpecification"/>
+ <replacedSection id="section_Multiple_LiteralSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_LiteralUnlimitedNatural">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.LiteralUnlimitedNatural"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_OpaqueBehavior">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.OpaqueBehavior"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_OpaqueBehavior" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_OpaqueBehavior"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_StructuredClassifier"/>
+ <replacedSection id="section_Single_EncapsulatedClassifier"/>
+ <replacedSection id="section_Single_BehavioredClassifier"/>
+ <replacedSection id="section_Single_Class"/>
+ <replacedSection id="section_Single_Behavior"/>
+ </replacedSections>
+ <fragment id="fragment_Single_OpaqueBehavior">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.OpaqueBehavior"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_OpaqueBehavior_body"/>
+ <controller predefinedId="UML_OpaqueBehavior_language"/>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Behavior_isReentrant"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Behavior_specification"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_OpaqueBehavior">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.OpaqueBehavior"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_OpaqueBehavior" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_StructuredClassifier"/>
+ <replacedSection id="section_Multiple_EncapsulatedClassifier"/>
+ <replacedSection id="section_Multiple_BehavioredClassifier"/>
+ <replacedSection id="section_Multiple_Class"/>
+ <replacedSection id="section_Multiple_Behavior"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_OpaqueBehavior">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.OpaqueBehavior"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Behavior_isReentrant"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_FunctionBehavior">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.FunctionBehavior"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_FunctionBehavior" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_FunctionBehavior"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_StructuredClassifier"/>
+ <replacedSection id="section_Single_EncapsulatedClassifier"/>
+ <replacedSection id="section_Single_BehavioredClassifier"/>
+ <replacedSection id="section_Single_Class"/>
+ <replacedSection id="section_Single_Behavior"/>
+ <replacedSection id="section_Single_OpaqueBehavior"/>
+ </replacedSections>
+ <fragment id="fragment_Single_FunctionBehavior">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.FunctionBehavior"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_OpaqueBehavior_body"/>
+ <controller predefinedId="UML_OpaqueBehavior_language"/>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Behavior_isReentrant"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Behavior_specification"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_FunctionBehavior">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.FunctionBehavior"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_FunctionBehavior" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_StructuredClassifier"/>
+ <replacedSection id="section_Multiple_EncapsulatedClassifier"/>
+ <replacedSection id="section_Multiple_BehavioredClassifier"/>
+ <replacedSection id="section_Multiple_Class"/>
+ <replacedSection id="section_Multiple_Behavior"/>
+ <replacedSection id="section_Multiple_OpaqueBehavior"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_FunctionBehavior">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.FunctionBehavior"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Behavior_isReentrant"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_OpaqueAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.OpaqueAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_OpaqueAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_OpaqueAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Single_OpaqueAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.OpaqueAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_OpaqueAction_body"/>
+ <controller predefinedId="UML_OpaqueAction_language"/>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_OpaqueAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.OpaqueAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_OpaqueAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_OpaqueAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.OpaqueAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Action">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Action"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Action" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Action">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Action"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Action">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Action"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Action" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Action">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Action"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ExecutableNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ExecutableNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ExecutableNode" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ExecutableNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ExecutableNode"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ExecutableNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ExecutableNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ExecutableNode" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ExecutableNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ExecutableNode"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ActivityNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ActivityNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ActivityNode" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ActivityNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ActivityNode"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ActivityNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ActivityNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ActivityNode" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ActivityNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ActivityNode"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_StructuredActivityNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.StructuredActivityNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_StructuredActivityNode" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_StructuredActivityNode"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_ActivityGroup"/>
+ </replacedSections>
+ <fragment id="fragment_Single_StructuredActivityNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.StructuredActivityNode"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_StructuredActivityNode_mustIsolate"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_StructuredActivityNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.StructuredActivityNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_StructuredActivityNode" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_ActivityGroup"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_StructuredActivityNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.StructuredActivityNode"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_StructuredActivityNode_mustIsolate"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Activity">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Activity"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Activity" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Activity"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_StructuredClassifier"/>
+ <replacedSection id="section_Single_EncapsulatedClassifier"/>
+ <replacedSection id="section_Single_BehavioredClassifier"/>
+ <replacedSection id="section_Single_Class"/>
+ <replacedSection id="section_Single_Behavior"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Activity">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Activity"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Activity_isReadOnly"/>
+ <controller predefinedId="UML_Behavior_isReentrant"/>
+ <controller predefinedId="UML_Activity_isSingleExecution"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Behavior_specification"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <controller predefinedId="UML_Activity_variable"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Activity">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Activity"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Activity" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_StructuredClassifier"/>
+ <replacedSection id="section_Multiple_EncapsulatedClassifier"/>
+ <replacedSection id="section_Multiple_BehavioredClassifier"/>
+ <replacedSection id="section_Multiple_Class"/>
+ <replacedSection id="section_Multiple_Behavior"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Activity">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Activity"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Activity_isReadOnly"/>
+ <controller predefinedId="UML_Behavior_isReentrant"/>
+ <controller predefinedId="UML_Activity_isSingleExecution"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Variable">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Variable"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Variable" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Variable"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_ConnectableElement"/>
+ <replacedSection id="section_Single_MultiplicityElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Variable">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Variable"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller id="emftStructuralFeatureController">
+ <feature handlerID="Multiplicity">
+ <availableValue value="0..1"/>
+ <availableValue value="1..1"/>
+ <availableValue value="0..*"/>
+ <availableValue value="1..*"/>
+ </feature>
+ <editor id="org.eclipse.papyrus.properties.runtime.uml.multiplicityPropertyEditor" label="Multiplicity:" labelPosition="16384"/>
+ </controller>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Variable">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Variable"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Variable" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_ConnectableElement"/>
+ <replacedSection id="section_Multiple_MultiplicityElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Variable">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Variable"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ActivityEdge">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ActivityEdge"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ActivityEdge" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ActivityEdge"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ActivityEdge">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ActivityEdge"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ActivityEdge_guard"/>
+ <controller predefinedId="UML_ActivityEdge_weight"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ActivityEdge">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ActivityEdge"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ActivityEdge" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ActivityEdge">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ActivityEdge"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ActivityPartition">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ActivityPartition"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ActivityPartition" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ActivityPartition"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ActivityGroup"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ActivityPartition">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ActivityPartition"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ActivityPartition_isDimension"/>
+ <controller predefinedId="UML_ActivityPartition_isExternal"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ActivityPartition_represents"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ActivityPartition">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ActivityPartition"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ActivityPartition" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ActivityGroup"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ActivityPartition">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ActivityPartition"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_ActivityPartition_isDimension"/>
+ <controller predefinedId="UML_ActivityPartition_isExternal"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_InterruptibleActivityRegion">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InterruptibleActivityRegion"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_InterruptibleActivityRegion" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_InterruptibleActivityRegion"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_ActivityGroup"/>
+ </replacedSections>
+ <fragment id="fragment_Single_InterruptibleActivityRegion">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InterruptibleActivityRegion"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_InterruptibleActivityRegion_interruptingEdge"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ExceptionHandler">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ExceptionHandler"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ExceptionHandler" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ExceptionHandler"/>
+ <replacedSection id="section_Single_Element"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ExceptionHandler">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ExceptionHandler"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_ExceptionHandler_exceptionInput"/>
+ <controller predefinedId="UML_ExceptionHandler_handlerBody"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ExceptionHandler_exceptionType"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ObjectNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ObjectNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ObjectNode" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ObjectNode"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ObjectNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ObjectNode"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ObjectNode_isControlType"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ObjectNode_ordering"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ObjectNode_selection"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <controller predefinedId="UML_ObjectNode_upperBound"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ObjectNode_inState"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ObjectNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ObjectNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ObjectNode" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ObjectNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ObjectNode"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_ObjectNode_isControlType"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ObjectNode_ordering"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_OutputPin">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.OutputPin"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_OutputPin" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_OutputPin"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ObjectNode"/>
+ <replacedSection id="section_Single_MultiplicityElement"/>
+ <replacedSection id="section_Single_Pin"/>
+ </replacedSections>
+ <fragment id="fragment_Single_OutputPin">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.OutputPin"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Pin_isControl"/>
+ <controller predefinedId="UML_ObjectNode_isControlType"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ObjectNode_ordering"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller id="emftStructuralFeatureController">
+ <feature handlerID="Multiplicity">
+ <availableValue value="0..1"/>
+ <availableValue value="1..1"/>
+ <availableValue value="0..*"/>
+ <availableValue value="1..*"/>
+ </feature>
+ <editor id="org.eclipse.papyrus.properties.runtime.uml.multiplicityPropertyEditor" label="Multiplicity:" labelPosition="16384"/>
+ </controller>
+ <controller predefinedId="UML_ObjectNode_selection"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <controller predefinedId="UML_ObjectNode_upperBound"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ObjectNode_inState"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_OutputPin">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.OutputPin"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_OutputPin" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ObjectNode"/>
+ <replacedSection id="section_Multiple_MultiplicityElement"/>
+ <replacedSection id="section_Multiple_Pin"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_OutputPin">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.OutputPin"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Pin_isControl"/>
+ <controller predefinedId="UML_ObjectNode_isControlType"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ObjectNode_ordering"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Pin">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Pin"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Pin" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Pin"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ObjectNode"/>
+ <replacedSection id="section_Single_MultiplicityElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Pin">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Pin"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Pin_isControl"/>
+ <controller predefinedId="UML_ObjectNode_isControlType"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ObjectNode_ordering"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller id="emftStructuralFeatureController">
+ <feature handlerID="Multiplicity">
+ <availableValue value="0..1"/>
+ <availableValue value="1..1"/>
+ <availableValue value="0..*"/>
+ <availableValue value="1..*"/>
+ </feature>
+ <editor id="org.eclipse.papyrus.properties.runtime.uml.multiplicityPropertyEditor" label="Multiplicity:" labelPosition="16384"/>
+ </controller>
+ <controller predefinedId="UML_ObjectNode_selection"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <controller predefinedId="UML_ObjectNode_upperBound"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ObjectNode_inState"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Pin">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Pin"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Pin" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ObjectNode"/>
+ <replacedSection id="section_Multiple_MultiplicityElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Pin">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Pin"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Pin_isControl"/>
+ <controller predefinedId="UML_ObjectNode_isControlType"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ObjectNode_ordering"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_InputPin">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InputPin"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_InputPin" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_InputPin"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ObjectNode"/>
+ <replacedSection id="section_Single_MultiplicityElement"/>
+ <replacedSection id="section_Single_Pin"/>
+ </replacedSections>
+ <fragment id="fragment_Single_InputPin">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InputPin"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Pin_isControl"/>
+ <controller predefinedId="UML_ObjectNode_isControlType"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ObjectNode_ordering"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller id="emftStructuralFeatureController">
+ <feature handlerID="Multiplicity">
+ <availableValue value="0..1"/>
+ <availableValue value="1..1"/>
+ <availableValue value="0..*"/>
+ <availableValue value="1..*"/>
+ </feature>
+ <editor id="org.eclipse.papyrus.properties.runtime.uml.multiplicityPropertyEditor" label="Multiplicity:" labelPosition="16384"/>
+ </controller>
+ <controller predefinedId="UML_ObjectNode_selection"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <controller predefinedId="UML_ObjectNode_upperBound"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ObjectNode_inState"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_InputPin">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InputPin"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_InputPin" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ObjectNode"/>
+ <replacedSection id="section_Multiple_MultiplicityElement"/>
+ <replacedSection id="section_Multiple_Pin"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_InputPin">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InputPin"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Pin_isControl"/>
+ <controller predefinedId="UML_ObjectNode_isControlType"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ObjectNode_ordering"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_CallAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CallAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_CallAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_CallAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_InvocationAction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_CallAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CallAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_CallAction_isSynchronous"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_InvocationAction_onPort"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_InvocationAction_argument"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_CallAction_result"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_CallAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CallAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_CallAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_InvocationAction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_CallAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CallAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_CallAction_isSynchronous"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_InvocationAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InvocationAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_InvocationAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_InvocationAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Single_InvocationAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InvocationAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_InvocationAction_onPort"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_InvocationAction_argument"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_InvocationAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InvocationAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_InvocationAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_InvocationAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InvocationAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_SendSignalAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.SendSignalAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_SendSignalAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_SendSignalAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_InvocationAction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_SendSignalAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.SendSignalAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_InvocationAction_onPort"/>
+ <controller predefinedId="UML_SendSignalAction_signal"/>
+ <controller predefinedId="UML_SendSignalAction_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_InvocationAction_argument"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_SendSignalAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.SendSignalAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_SendSignalAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_InvocationAction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_SendSignalAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.SendSignalAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_CallOperationAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CallOperationAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_CallOperationAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_CallOperationAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_InvocationAction"/>
+ <replacedSection id="section_Single_CallAction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_CallOperationAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CallOperationAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_CallAction_isSynchronous"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_InvocationAction_onPort"/>
+ <controller predefinedId="UML_CallOperationAction_operation"/>
+ <controller predefinedId="UML_CallOperationAction_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_InvocationAction_argument"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_CallAction_result"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_CallOperationAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CallOperationAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_CallOperationAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_InvocationAction"/>
+ <replacedSection id="section_Multiple_CallAction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_CallOperationAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CallOperationAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_CallAction_isSynchronous"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_CallBehaviorAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CallBehaviorAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_CallBehaviorAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_CallBehaviorAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_InvocationAction"/>
+ <replacedSection id="section_Single_CallAction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_CallBehaviorAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CallBehaviorAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_CallAction_isSynchronous"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_CallBehaviorAction_behavior"/>
+ <controller predefinedId="UML_InvocationAction_onPort"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_InvocationAction_argument"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_CallAction_result"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_CallBehaviorAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CallBehaviorAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_CallBehaviorAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_InvocationAction"/>
+ <replacedSection id="section_Multiple_CallAction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_CallBehaviorAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CallBehaviorAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_CallAction_isSynchronous"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_SequenceNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.SequenceNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_SequenceNode" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_SequenceNode"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_ActivityGroup"/>
+ <replacedSection id="section_Single_StructuredActivityNode"/>
+ </replacedSections>
+ <fragment id="fragment_Single_SequenceNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.SequenceNode"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_StructuredActivityNode_mustIsolate"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_SequenceNode_executableNode"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_SequenceNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.SequenceNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_SequenceNode" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_ActivityGroup"/>
+ <replacedSection id="section_Multiple_StructuredActivityNode"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_SequenceNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.SequenceNode"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_StructuredActivityNode_mustIsolate"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ControlNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ControlNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ControlNode" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ControlNode"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ControlNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ControlNode"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ControlNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ControlNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ControlNode" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ControlNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ControlNode"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ControlFlow">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ControlFlow"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ControlFlow" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ControlFlow"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityEdge"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ControlFlow">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ControlFlow"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ActivityEdge_guard"/>
+ <controller predefinedId="UML_ActivityEdge_weight"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ControlFlow">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ControlFlow"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ControlFlow" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityEdge"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ControlFlow">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ControlFlow"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_InitialNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InitialNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_InitialNode" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_InitialNode"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ControlNode"/>
+ </replacedSections>
+ <fragment id="fragment_Single_InitialNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InitialNode"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_InitialNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InitialNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_InitialNode" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ControlNode"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_InitialNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InitialNode"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ActivityParameterNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ActivityParameterNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ActivityParameterNode" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ActivityParameterNode"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ObjectNode"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ActivityParameterNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ActivityParameterNode"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ObjectNode_isControlType"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ObjectNode_ordering"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ActivityParameterNode_parameter"/>
+ <controller predefinedId="UML_ObjectNode_selection"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <controller predefinedId="UML_ObjectNode_upperBound"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ObjectNode_inState"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ActivityParameterNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ActivityParameterNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ActivityParameterNode" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ObjectNode"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ActivityParameterNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ActivityParameterNode"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_ObjectNode_isControlType"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ObjectNode_ordering"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ValuePin">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ValuePin"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ValuePin" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ValuePin"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ObjectNode"/>
+ <replacedSection id="section_Single_MultiplicityElement"/>
+ <replacedSection id="section_Single_Pin"/>
+ <replacedSection id="section_Single_InputPin"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ValuePin">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ValuePin"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Pin_isControl"/>
+ <controller predefinedId="UML_ObjectNode_isControlType"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ObjectNode_ordering"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller id="emftStructuralFeatureController">
+ <feature handlerID="Multiplicity">
+ <availableValue value="0..1"/>
+ <availableValue value="1..1"/>
+ <availableValue value="0..*"/>
+ <availableValue value="1..*"/>
+ </feature>
+ <editor id="org.eclipse.papyrus.properties.runtime.uml.multiplicityPropertyEditor" label="Multiplicity:" labelPosition="16384"/>
+ </controller>
+ <controller predefinedId="UML_ObjectNode_selection"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <controller predefinedId="UML_ObjectNode_upperBound"/>
+ <controller predefinedId="UML_ValuePin_value"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ObjectNode_inState"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ValuePin">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ValuePin"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ValuePin" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ObjectNode"/>
+ <replacedSection id="section_Multiple_MultiplicityElement"/>
+ <replacedSection id="section_Multiple_Pin"/>
+ <replacedSection id="section_Multiple_InputPin"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ValuePin">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ValuePin"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Pin_isControl"/>
+ <controller predefinedId="UML_ObjectNode_isControlType"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ObjectNode_ordering"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Message">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Message"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Message" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Message"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Message">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Message"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Message_messageSort"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Message_argument"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Message">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Message"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Message" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Message">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Message"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Message_messageSort"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_MessageEnd">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.MessageEnd"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_MessageEnd" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_MessageEnd"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_MessageEnd">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.MessageEnd"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_MessageEnd">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.MessageEnd"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_MessageEnd" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_MessageEnd">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.MessageEnd"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Interaction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Interaction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Interaction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Interaction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_StructuredClassifier"/>
+ <replacedSection id="section_Single_EncapsulatedClassifier"/>
+ <replacedSection id="section_Single_BehavioredClassifier"/>
+ <replacedSection id="section_Single_Class"/>
+ <replacedSection id="section_Single_Behavior"/>
+ <replacedSection id="section_Single_InteractionFragment"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Interaction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Interaction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Behavior_isReentrant"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Behavior_specification"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Interaction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Interaction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Interaction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_StructuredClassifier"/>
+ <replacedSection id="section_Multiple_EncapsulatedClassifier"/>
+ <replacedSection id="section_Multiple_BehavioredClassifier"/>
+ <replacedSection id="section_Multiple_Class"/>
+ <replacedSection id="section_Multiple_Behavior"/>
+ <replacedSection id="section_Multiple_InteractionFragment"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Interaction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Interaction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_Behavior_isReentrant"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_InteractionFragment">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InteractionFragment"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_InteractionFragment" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_InteractionFragment"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_InteractionFragment">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InteractionFragment"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_InteractionFragment">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InteractionFragment"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_InteractionFragment" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_InteractionFragment">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InteractionFragment"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Lifeline">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Lifeline"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Lifeline" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Lifeline"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Lifeline">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Lifeline"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Lifeline_decomposedAs"/>
+ <controller predefinedId="UML_Lifeline_represents"/>
+ <controller predefinedId="UML_Lifeline_selector"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Lifeline">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Lifeline"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Lifeline" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Lifeline">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Lifeline"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_PartDecomposition">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.PartDecomposition"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_PartDecomposition" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_PartDecomposition"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_InteractionFragment"/>
+ <replacedSection id="section_Single_InteractionUse"/>
+ </replacedSections>
+ <fragment id="fragment_Single_PartDecomposition">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.PartDecomposition"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_PartDecomposition">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.PartDecomposition"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_PartDecomposition" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_InteractionFragment"/>
+ <replacedSection id="section_Multiple_InteractionUse"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_PartDecomposition">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.PartDecomposition"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_InteractionUse">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InteractionUse"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_InteractionUse" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_InteractionUse"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_InteractionFragment"/>
+ </replacedSections>
+ <fragment id="fragment_Single_InteractionUse">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InteractionUse"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_InteractionUse">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InteractionUse"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_InteractionUse" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_InteractionFragment"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_InteractionUse">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InteractionUse"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Gate">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Gate"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Gate" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Gate"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_MessageEnd"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Gate">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Gate"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Gate">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Gate"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Gate" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_MessageEnd"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Gate">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Gate"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_GeneralOrdering">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.GeneralOrdering"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_GeneralOrdering" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_GeneralOrdering"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_GeneralOrdering">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.GeneralOrdering"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_GeneralOrdering">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.GeneralOrdering"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_GeneralOrdering" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_GeneralOrdering">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.GeneralOrdering"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_OccurrenceSpecification">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.OccurrenceSpecification"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_OccurrenceSpecification" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_OccurrenceSpecification"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_InteractionFragment"/>
+ </replacedSections>
+ <fragment id="fragment_Single_OccurrenceSpecification">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.OccurrenceSpecification"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_OccurrenceSpecification">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.OccurrenceSpecification"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_OccurrenceSpecification" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_InteractionFragment"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_OccurrenceSpecification">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.OccurrenceSpecification"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_InteractionOperand">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InteractionOperand"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_InteractionOperand" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_InteractionOperand"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_InteractionFragment"/>
+ </replacedSections>
+ <fragment id="fragment_Single_InteractionOperand">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InteractionOperand"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_InteractionOperand_guard"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_InteractionOperand_fragment"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_InteractionOperand">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InteractionOperand"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_InteractionOperand" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_InteractionFragment"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_InteractionOperand">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InteractionOperand"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_InteractionConstraint">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InteractionConstraint"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_InteractionConstraint" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_InteractionConstraint"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Constraint"/>
+ </replacedSections>
+ <fragment id="fragment_Single_InteractionConstraint">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InteractionConstraint"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Constraint_context"/>
+ <controller predefinedId="UML_InteractionConstraint_maxint"/>
+ <controller predefinedId="UML_InteractionConstraint_minint"/>
+ <controller predefinedId="UML_Constraint_specification"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Constraint_constrainedElement"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_InteractionConstraint">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InteractionConstraint"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_InteractionConstraint" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Constraint"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_InteractionConstraint">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InteractionConstraint"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ExecutionSpecification">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ExecutionSpecification"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ExecutionSpecification" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ExecutionSpecification"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_InteractionFragment"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ExecutionSpecification">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ExecutionSpecification"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ExecutionSpecification_finish"/>
+ <controller predefinedId="UML_ExecutionSpecification_start"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ExecutionSpecification">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ExecutionSpecification"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ExecutionSpecification" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_InteractionFragment"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ExecutionSpecification">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ExecutionSpecification"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_StateInvariant">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.StateInvariant"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_StateInvariant" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_StateInvariant"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_InteractionFragment"/>
+ </replacedSections>
+ <fragment id="fragment_Single_StateInvariant">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.StateInvariant"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_StateInvariant_invariant"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_StateInvariant">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.StateInvariant"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_StateInvariant" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_InteractionFragment"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_StateInvariant">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.StateInvariant"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ActionExecutionSpecification">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ActionExecutionSpecification"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ActionExecutionSpecification" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ActionExecutionSpecification"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_InteractionFragment"/>
+ <replacedSection id="section_Single_ExecutionSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ActionExecutionSpecification">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ActionExecutionSpecification"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ActionExecutionSpecification_action"/>
+ <controller predefinedId="UML_ExecutionSpecification_finish"/>
+ <controller predefinedId="UML_ExecutionSpecification_start"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ActionExecutionSpecification">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ActionExecutionSpecification"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ActionExecutionSpecification" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_InteractionFragment"/>
+ <replacedSection id="section_Multiple_ExecutionSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ActionExecutionSpecification">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ActionExecutionSpecification"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_BehaviorExecutionSpecification">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.BehaviorExecutionSpecification"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_BehaviorExecutionSpecification" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_BehaviorExecutionSpecification"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_InteractionFragment"/>
+ <replacedSection id="section_Single_ExecutionSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Single_BehaviorExecutionSpecification">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.BehaviorExecutionSpecification"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_BehaviorExecutionSpecification_behavior"/>
+ <controller predefinedId="UML_ExecutionSpecification_finish"/>
+ <controller predefinedId="UML_ExecutionSpecification_start"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_BehaviorExecutionSpecification">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.BehaviorExecutionSpecification"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_BehaviorExecutionSpecification" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_InteractionFragment"/>
+ <replacedSection id="section_Multiple_ExecutionSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_BehaviorExecutionSpecification">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.BehaviorExecutionSpecification"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ExecutionEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ExecutionEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ExecutionEvent" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ExecutionEvent"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Event"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ExecutionEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ExecutionEvent"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ExecutionEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ExecutionEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ExecutionEvent" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Event"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ExecutionEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ExecutionEvent"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_CreationEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CreationEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_CreationEvent" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_CreationEvent"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Event"/>
+ </replacedSections>
+ <fragment id="fragment_Single_CreationEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CreationEvent"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_CreationEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CreationEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_CreationEvent" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Event"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_CreationEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CreationEvent"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_DestructionEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DestructionEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_DestructionEvent" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_DestructionEvent"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Event"/>
+ </replacedSections>
+ <fragment id="fragment_Single_DestructionEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DestructionEvent"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_DestructionEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DestructionEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_DestructionEvent" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Event"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_DestructionEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DestructionEvent"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_SendOperationEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.SendOperationEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_SendOperationEvent" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_SendOperationEvent"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Event"/>
+ <replacedSection id="section_Single_MessageEvent"/>
+ </replacedSections>
+ <fragment id="fragment_Single_SendOperationEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.SendOperationEvent"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_SendOperationEvent_operation"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_SendOperationEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.SendOperationEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_SendOperationEvent" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Event"/>
+ <replacedSection id="section_Multiple_MessageEvent"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_SendOperationEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.SendOperationEvent"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_MessageEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.MessageEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_MessageEvent" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_MessageEvent"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Event"/>
+ </replacedSections>
+ <fragment id="fragment_Single_MessageEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.MessageEvent"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_MessageEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.MessageEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_MessageEvent" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Event"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_MessageEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.MessageEvent"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_SendSignalEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.SendSignalEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_SendSignalEvent" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_SendSignalEvent"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Event"/>
+ <replacedSection id="section_Single_MessageEvent"/>
+ </replacedSections>
+ <fragment id="fragment_Single_SendSignalEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.SendSignalEvent"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_SendSignalEvent_signal"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_SendSignalEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.SendSignalEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_SendSignalEvent" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Event"/>
+ <replacedSection id="section_Multiple_MessageEvent"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_SendSignalEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.SendSignalEvent"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_MessageOccurrenceSpecification">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.MessageOccurrenceSpecification"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_MessageOccurrenceSpecification" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_MessageOccurrenceSpecification"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_InteractionFragment"/>
+ <replacedSection id="section_Single_OccurrenceSpecification"/>
+ <replacedSection id="section_Single_MessageEnd"/>
+ </replacedSections>
+ <fragment id="fragment_Single_MessageOccurrenceSpecification">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.MessageOccurrenceSpecification"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_MessageOccurrenceSpecification">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.MessageOccurrenceSpecification"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_MessageOccurrenceSpecification" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_InteractionFragment"/>
+ <replacedSection id="section_Multiple_OccurrenceSpecification"/>
+ <replacedSection id="section_Multiple_MessageEnd"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_MessageOccurrenceSpecification">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.MessageOccurrenceSpecification"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ExecutionOccurrenceSpecification">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ExecutionOccurrenceSpecification"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ExecutionOccurrenceSpecification" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ExecutionOccurrenceSpecification"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_InteractionFragment"/>
+ <replacedSection id="section_Single_OccurrenceSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ExecutionOccurrenceSpecification">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ExecutionOccurrenceSpecification"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ExecutionOccurrenceSpecification_execution"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ExecutionOccurrenceSpecification">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ExecutionOccurrenceSpecification"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ExecutionOccurrenceSpecification" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_InteractionFragment"/>
+ <replacedSection id="section_Multiple_OccurrenceSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ExecutionOccurrenceSpecification">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ExecutionOccurrenceSpecification"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ReceiveOperationEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReceiveOperationEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ReceiveOperationEvent" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ReceiveOperationEvent"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Event"/>
+ <replacedSection id="section_Single_MessageEvent"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ReceiveOperationEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReceiveOperationEvent"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ReceiveOperationEvent_operation"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ReceiveOperationEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReceiveOperationEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ReceiveOperationEvent" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Event"/>
+ <replacedSection id="section_Multiple_MessageEvent"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ReceiveOperationEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReceiveOperationEvent"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ReceiveSignalEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReceiveSignalEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ReceiveSignalEvent" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ReceiveSignalEvent"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Event"/>
+ <replacedSection id="section_Single_MessageEvent"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ReceiveSignalEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReceiveSignalEvent"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ReceiveSignalEvent_signal"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ReceiveSignalEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReceiveSignalEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ReceiveSignalEvent" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Event"/>
+ <replacedSection id="section_Multiple_MessageEvent"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ReceiveSignalEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReceiveSignalEvent"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Actor">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Actor"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Actor" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Actor"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_BehavioredClassifier"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Actor">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Actor"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Actor">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Actor"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Actor" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_BehavioredClassifier"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Actor">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Actor"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_CallEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CallEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_CallEvent" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_CallEvent"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Event"/>
+ <replacedSection id="section_Single_MessageEvent"/>
+ </replacedSections>
+ <fragment id="fragment_Single_CallEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CallEvent"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_CallEvent_operation"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_CallEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CallEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_CallEvent" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Event"/>
+ <replacedSection id="section_Multiple_MessageEvent"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_CallEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CallEvent"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ChangeEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ChangeEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ChangeEvent" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ChangeEvent"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Event"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ChangeEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ChangeEvent"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ChangeEvent_changeExpression"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ChangeEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ChangeEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ChangeEvent" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Event"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ChangeEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ChangeEvent"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_SignalEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.SignalEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_SignalEvent" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_SignalEvent"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Event"/>
+ <replacedSection id="section_Single_MessageEvent"/>
+ </replacedSections>
+ <fragment id="fragment_Single_SignalEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.SignalEvent"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_SignalEvent_signal"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_SignalEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.SignalEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_SignalEvent" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Event"/>
+ <replacedSection id="section_Multiple_MessageEvent"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_SignalEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.SignalEvent"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_AnyReceiveEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.AnyReceiveEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_AnyReceiveEvent" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_AnyReceiveEvent"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Event"/>
+ <replacedSection id="section_Single_MessageEvent"/>
+ </replacedSections>
+ <fragment id="fragment_Single_AnyReceiveEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.AnyReceiveEvent"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_AnyReceiveEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.AnyReceiveEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_AnyReceiveEvent" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Event"/>
+ <replacedSection id="section_Multiple_MessageEvent"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_AnyReceiveEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.AnyReceiveEvent"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ForkNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ForkNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ForkNode" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ForkNode"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ControlNode"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ForkNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ForkNode"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ForkNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ForkNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ForkNode" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ControlNode"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ForkNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ForkNode"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_FlowFinalNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.FlowFinalNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_FlowFinalNode" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_FlowFinalNode"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ControlNode"/>
+ <replacedSection id="section_Single_FinalNode"/>
+ </replacedSections>
+ <fragment id="fragment_Single_FlowFinalNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.FlowFinalNode"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_FlowFinalNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.FlowFinalNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_FlowFinalNode" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ControlNode"/>
+ <replacedSection id="section_Multiple_FinalNode"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_FlowFinalNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.FlowFinalNode"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_FinalNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.FinalNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_FinalNode" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_FinalNode"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ControlNode"/>
+ </replacedSections>
+ <fragment id="fragment_Single_FinalNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.FinalNode"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_FinalNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.FinalNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_FinalNode" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ControlNode"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_FinalNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.FinalNode"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_CentralBufferNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CentralBufferNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_CentralBufferNode" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_CentralBufferNode"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ObjectNode"/>
+ </replacedSections>
+ <fragment id="fragment_Single_CentralBufferNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CentralBufferNode"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ObjectNode_isControlType"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ObjectNode_ordering"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ObjectNode_selection"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <controller predefinedId="UML_ObjectNode_upperBound"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ObjectNode_inState"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_CentralBufferNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CentralBufferNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_CentralBufferNode" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ObjectNode"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_CentralBufferNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CentralBufferNode"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_ObjectNode_isControlType"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ObjectNode_ordering"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_MergeNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.MergeNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_MergeNode" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_MergeNode"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ControlNode"/>
+ </replacedSections>
+ <fragment id="fragment_Single_MergeNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.MergeNode"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_MergeNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.MergeNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_MergeNode" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ControlNode"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_MergeNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.MergeNode"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_DecisionNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DecisionNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_DecisionNode" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_DecisionNode"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ControlNode"/>
+ </replacedSections>
+ <fragment id="fragment_Single_DecisionNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DecisionNode"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_DecisionNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DecisionNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_DecisionNode" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ControlNode"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_DecisionNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DecisionNode"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ObjectFlow">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ObjectFlow"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ObjectFlow" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ObjectFlow"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityEdge"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ObjectFlow">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ObjectFlow"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_ObjectFlow_isMulticast"/>
+ <controller predefinedId="UML_ObjectFlow_isMultireceive"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ActivityEdge_guard"/>
+ <controller predefinedId="UML_ActivityEdge_weight"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ObjectFlow">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ObjectFlow"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ObjectFlow" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityEdge"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ObjectFlow">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ObjectFlow"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_ObjectFlow_isMulticast"/>
+ <controller predefinedId="UML_ObjectFlow_isMultireceive"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ActivityFinalNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ActivityFinalNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ActivityFinalNode" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ActivityFinalNode"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ControlNode"/>
+ <replacedSection id="section_Single_FinalNode"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ActivityFinalNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ActivityFinalNode"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ActivityFinalNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ActivityFinalNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ActivityFinalNode" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ControlNode"/>
+ <replacedSection id="section_Multiple_FinalNode"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ActivityFinalNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ActivityFinalNode"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ComponentRealization">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ComponentRealization"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ComponentRealization" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ComponentRealization"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Relationship"/>
+ <replacedSection id="section_Single_DirectedRelationship"/>
+ <replacedSection id="section_Single_Dependency"/>
+ <replacedSection id="section_Single_Abstraction"/>
+ <replacedSection id="section_Single_Realization"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ComponentRealization">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ComponentRealization"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Abstraction_mapping"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ComponentRealization">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ComponentRealization"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ComponentRealization" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Relationship"/>
+ <replacedSection id="section_Multiple_DirectedRelationship"/>
+ <replacedSection id="section_Multiple_Dependency"/>
+ <replacedSection id="section_Multiple_Abstraction"/>
+ <replacedSection id="section_Multiple_Realization"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ComponentRealization">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ComponentRealization"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Component">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Component"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Component" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Component"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_StructuredClassifier"/>
+ <replacedSection id="section_Single_EncapsulatedClassifier"/>
+ <replacedSection id="section_Single_BehavioredClassifier"/>
+ <replacedSection id="section_Single_Class"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Component">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Component"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_Component_isIndirectlyInstantiated"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Component_provided"/>
+ <controller predefinedId="UML_Component_required"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Component">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Component"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Component" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_StructuredClassifier"/>
+ <replacedSection id="section_Multiple_EncapsulatedClassifier"/>
+ <replacedSection id="section_Multiple_BehavioredClassifier"/>
+ <replacedSection id="section_Multiple_Class"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Component">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Component"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_Component_isIndirectlyInstantiated"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Node">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Node"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Node" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Node"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_StructuredClassifier"/>
+ <replacedSection id="section_Single_EncapsulatedClassifier"/>
+ <replacedSection id="section_Single_BehavioredClassifier"/>
+ <replacedSection id="section_Single_Class"/>
+ <replacedSection id="section_Single_DeploymentTarget"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Node">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Node"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Node">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Node"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Node" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_StructuredClassifier"/>
+ <replacedSection id="section_Multiple_EncapsulatedClassifier"/>
+ <replacedSection id="section_Multiple_BehavioredClassifier"/>
+ <replacedSection id="section_Multiple_Class"/>
+ <replacedSection id="section_Multiple_DeploymentTarget"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Node">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Node"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_CommunicationPath">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CommunicationPath"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_CommunicationPath" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_CommunicationPath"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_Relationship"/>
+ <replacedSection id="section_Single_Association"/>
+ </replacedSections>
+ <fragment id="fragment_Single_CommunicationPath">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CommunicationPath"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Association_isDerived"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Association_memberEnd"/>
+ <controller predefinedId="UML_Association_navigableOwnedEnd"/>
+ <controller predefinedId="UML_Association_ownedEnd"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_CommunicationPath">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CommunicationPath"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_CommunicationPath" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_Relationship"/>
+ <replacedSection id="section_Multiple_Association"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_CommunicationPath">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CommunicationPath"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Association_isDerived"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Device">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Device"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Device" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Device"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_StructuredClassifier"/>
+ <replacedSection id="section_Single_EncapsulatedClassifier"/>
+ <replacedSection id="section_Single_BehavioredClassifier"/>
+ <replacedSection id="section_Single_Class"/>
+ <replacedSection id="section_Single_DeploymentTarget"/>
+ <replacedSection id="section_Single_Node"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Device">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Device"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Device">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Device"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Device" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_StructuredClassifier"/>
+ <replacedSection id="section_Multiple_EncapsulatedClassifier"/>
+ <replacedSection id="section_Multiple_BehavioredClassifier"/>
+ <replacedSection id="section_Multiple_Class"/>
+ <replacedSection id="section_Multiple_DeploymentTarget"/>
+ <replacedSection id="section_Multiple_Node"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Device">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Device"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ExecutionEnvironment">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ExecutionEnvironment"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ExecutionEnvironment" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ExecutionEnvironment"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_StructuredClassifier"/>
+ <replacedSection id="section_Single_EncapsulatedClassifier"/>
+ <replacedSection id="section_Single_BehavioredClassifier"/>
+ <replacedSection id="section_Single_Class"/>
+ <replacedSection id="section_Single_DeploymentTarget"/>
+ <replacedSection id="section_Single_Node"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ExecutionEnvironment">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ExecutionEnvironment"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ExecutionEnvironment">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ExecutionEnvironment"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ExecutionEnvironment" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_StructuredClassifier"/>
+ <replacedSection id="section_Multiple_EncapsulatedClassifier"/>
+ <replacedSection id="section_Multiple_BehavioredClassifier"/>
+ <replacedSection id="section_Multiple_Class"/>
+ <replacedSection id="section_Multiple_DeploymentTarget"/>
+ <replacedSection id="section_Multiple_Node"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ExecutionEnvironment">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ExecutionEnvironment"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_CombinedFragment">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CombinedFragment"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_CombinedFragment" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_CombinedFragment"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_InteractionFragment"/>
+ </replacedSections>
+ <fragment id="fragment_Single_CombinedFragment">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CombinedFragment"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_CombinedFragment_interactionOperator"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_CombinedFragment">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CombinedFragment"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_CombinedFragment" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_InteractionFragment"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_CombinedFragment">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CombinedFragment"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_CombinedFragment_interactionOperator"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Continuation">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Continuation"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Continuation" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Continuation"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_InteractionFragment"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Continuation">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Continuation"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Continuation_setting"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Continuation">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Continuation"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Continuation" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_InteractionFragment"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Continuation">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Continuation"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Continuation_setting"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ConsiderIgnoreFragment">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ConsiderIgnoreFragment"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ConsiderIgnoreFragment" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ConsiderIgnoreFragment"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_InteractionFragment"/>
+ <replacedSection id="section_Single_CombinedFragment"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ConsiderIgnoreFragment">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ConsiderIgnoreFragment"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_CombinedFragment_interactionOperator"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ConsiderIgnoreFragment">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ConsiderIgnoreFragment"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ConsiderIgnoreFragment" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_InteractionFragment"/>
+ <replacedSection id="section_Multiple_CombinedFragment"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ConsiderIgnoreFragment">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ConsiderIgnoreFragment"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_CombinedFragment_interactionOperator"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_CreateObjectAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CreateObjectAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_CreateObjectAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_CreateObjectAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Single_CreateObjectAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CreateObjectAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_CreateObjectAction_classifier"/>
+ <controller predefinedId="UML_CreateObjectAction_result"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_CreateObjectAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CreateObjectAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_CreateObjectAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_CreateObjectAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CreateObjectAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_DestroyObjectAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DestroyObjectAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_DestroyObjectAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_DestroyObjectAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Single_DestroyObjectAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DestroyObjectAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_DestroyObjectAction_isDestroyLinks"/>
+ <controller predefinedId="UML_DestroyObjectAction_isDestroyOwnedObjects"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_DestroyObjectAction_target"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_DestroyObjectAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DestroyObjectAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_DestroyObjectAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_DestroyObjectAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DestroyObjectAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_DestroyObjectAction_isDestroyLinks"/>
+ <controller predefinedId="UML_DestroyObjectAction_isDestroyOwnedObjects"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_TestIdentityAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.TestIdentityAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_TestIdentityAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_TestIdentityAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Single_TestIdentityAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.TestIdentityAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_TestIdentityAction_first"/>
+ <controller predefinedId="UML_TestIdentityAction_result"/>
+ <controller predefinedId="UML_TestIdentityAction_second"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_TestIdentityAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.TestIdentityAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_TestIdentityAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_TestIdentityAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.TestIdentityAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ReadSelfAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReadSelfAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ReadSelfAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ReadSelfAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ReadSelfAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReadSelfAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ReadSelfAction_result"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ReadSelfAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReadSelfAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ReadSelfAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ReadSelfAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReadSelfAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_StructuralFeatureAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.StructuralFeatureAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_StructuralFeatureAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_StructuralFeatureAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Single_StructuralFeatureAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.StructuralFeatureAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_StructuralFeatureAction_object"/>
+ <controller predefinedId="UML_StructuralFeatureAction_structuralFeature"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_StructuralFeatureAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.StructuralFeatureAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_StructuralFeatureAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_StructuralFeatureAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.StructuralFeatureAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ReadStructuralFeatureAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReadStructuralFeatureAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ReadStructuralFeatureAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ReadStructuralFeatureAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_StructuralFeatureAction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ReadStructuralFeatureAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReadStructuralFeatureAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_StructuralFeatureAction_object"/>
+ <controller predefinedId="UML_ReadStructuralFeatureAction_result"/>
+ <controller predefinedId="UML_StructuralFeatureAction_structuralFeature"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ReadStructuralFeatureAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReadStructuralFeatureAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ReadStructuralFeatureAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_StructuralFeatureAction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ReadStructuralFeatureAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReadStructuralFeatureAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_WriteStructuralFeatureAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.WriteStructuralFeatureAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_WriteStructuralFeatureAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_WriteStructuralFeatureAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_StructuralFeatureAction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_WriteStructuralFeatureAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.WriteStructuralFeatureAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_StructuralFeatureAction_object"/>
+ <controller predefinedId="UML_WriteStructuralFeatureAction_result"/>
+ <controller predefinedId="UML_StructuralFeatureAction_structuralFeature"/>
+ <controller predefinedId="UML_WriteStructuralFeatureAction_value"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_WriteStructuralFeatureAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.WriteStructuralFeatureAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_WriteStructuralFeatureAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_StructuralFeatureAction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_WriteStructuralFeatureAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.WriteStructuralFeatureAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ClearStructuralFeatureAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ClearStructuralFeatureAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ClearStructuralFeatureAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ClearStructuralFeatureAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_StructuralFeatureAction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ClearStructuralFeatureAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ClearStructuralFeatureAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_StructuralFeatureAction_object"/>
+ <controller predefinedId="UML_ClearStructuralFeatureAction_result"/>
+ <controller predefinedId="UML_StructuralFeatureAction_structuralFeature"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ClearStructuralFeatureAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ClearStructuralFeatureAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ClearStructuralFeatureAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_StructuralFeatureAction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ClearStructuralFeatureAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ClearStructuralFeatureAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_RemoveStructuralFeatureValueAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.RemoveStructuralFeatureValueAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_RemoveStructuralFeatureValueAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_RemoveStructuralFeatureValueAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_StructuralFeatureAction"/>
+ <replacedSection id="section_Single_WriteStructuralFeatureAction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_RemoveStructuralFeatureValueAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.RemoveStructuralFeatureValueAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_RemoveStructuralFeatureValueAction_isRemoveDuplicates"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_StructuralFeatureAction_object"/>
+ <controller predefinedId="UML_RemoveStructuralFeatureValueAction_removeAt"/>
+ <controller predefinedId="UML_WriteStructuralFeatureAction_result"/>
+ <controller predefinedId="UML_StructuralFeatureAction_structuralFeature"/>
+ <controller predefinedId="UML_WriteStructuralFeatureAction_value"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_RemoveStructuralFeatureValueAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.RemoveStructuralFeatureValueAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_RemoveStructuralFeatureValueAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_StructuralFeatureAction"/>
+ <replacedSection id="section_Multiple_WriteStructuralFeatureAction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_RemoveStructuralFeatureValueAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.RemoveStructuralFeatureValueAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_RemoveStructuralFeatureValueAction_isRemoveDuplicates"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_AddStructuralFeatureValueAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.AddStructuralFeatureValueAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_AddStructuralFeatureValueAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_AddStructuralFeatureValueAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_StructuralFeatureAction"/>
+ <replacedSection id="section_Single_WriteStructuralFeatureAction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_AddStructuralFeatureValueAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.AddStructuralFeatureValueAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_AddStructuralFeatureValueAction_isReplaceAll"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_AddStructuralFeatureValueAction_insertAt"/>
+ <controller predefinedId="UML_StructuralFeatureAction_object"/>
+ <controller predefinedId="UML_WriteStructuralFeatureAction_result"/>
+ <controller predefinedId="UML_StructuralFeatureAction_structuralFeature"/>
+ <controller predefinedId="UML_WriteStructuralFeatureAction_value"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_AddStructuralFeatureValueAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.AddStructuralFeatureValueAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_AddStructuralFeatureValueAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_StructuralFeatureAction"/>
+ <replacedSection id="section_Multiple_WriteStructuralFeatureAction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_AddStructuralFeatureValueAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.AddStructuralFeatureValueAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_AddStructuralFeatureValueAction_isReplaceAll"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_LinkAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.LinkAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_LinkAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_LinkAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Single_LinkAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.LinkAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_LinkAction_endData"/>
+ <controller predefinedId="UML_LinkAction_inputValue"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_LinkAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.LinkAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_LinkAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_LinkAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.LinkAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_LinkEndData">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.LinkEndData"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_LinkEndData" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_LinkEndData"/>
+ <replacedSection id="section_Single_Element"/>
+ </replacedSections>
+ <fragment id="fragment_Single_LinkEndData">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.LinkEndData"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_LinkEndData_end"/>
+ <controller predefinedId="UML_LinkEndData_value"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_LinkEndData_qualifier"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_QualifierValue">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.QualifierValue"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_QualifierValue" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_QualifierValue"/>
+ <replacedSection id="section_Single_Element"/>
+ </replacedSections>
+ <fragment id="fragment_Single_QualifierValue">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.QualifierValue"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_QualifierValue_qualifier"/>
+ <controller predefinedId="UML_QualifierValue_value"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ReadLinkAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReadLinkAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ReadLinkAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ReadLinkAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_LinkAction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ReadLinkAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReadLinkAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ReadLinkAction_result"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_LinkAction_endData"/>
+ <controller predefinedId="UML_LinkAction_inputValue"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ReadLinkAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReadLinkAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ReadLinkAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_LinkAction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ReadLinkAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReadLinkAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_LinkEndCreationData">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.LinkEndCreationData"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_LinkEndCreationData" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_LinkEndCreationData"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_LinkEndData"/>
+ </replacedSections>
+ <fragment id="fragment_Single_LinkEndCreationData">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.LinkEndCreationData"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_LinkEndCreationData_isReplaceAll"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_LinkEndData_end"/>
+ <controller predefinedId="UML_LinkEndCreationData_insertAt"/>
+ <controller predefinedId="UML_LinkEndData_value"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_LinkEndData_qualifier"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_LinkEndCreationData">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.LinkEndCreationData"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_LinkEndCreationData" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_LinkEndData"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_LinkEndCreationData">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.LinkEndCreationData"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_LinkEndCreationData_isReplaceAll"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_CreateLinkAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CreateLinkAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_CreateLinkAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_CreateLinkAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_LinkAction"/>
+ <replacedSection id="section_Single_WriteLinkAction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_CreateLinkAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CreateLinkAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_LinkAction_endData"/>
+ <controller predefinedId="UML_LinkAction_inputValue"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_CreateLinkAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CreateLinkAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_CreateLinkAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_LinkAction"/>
+ <replacedSection id="section_Multiple_WriteLinkAction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_CreateLinkAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CreateLinkAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_WriteLinkAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.WriteLinkAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_WriteLinkAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_WriteLinkAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_LinkAction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_WriteLinkAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.WriteLinkAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_LinkAction_endData"/>
+ <controller predefinedId="UML_LinkAction_inputValue"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_WriteLinkAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.WriteLinkAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_WriteLinkAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_LinkAction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_WriteLinkAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.WriteLinkAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_DestroyLinkAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DestroyLinkAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_DestroyLinkAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_DestroyLinkAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_LinkAction"/>
+ <replacedSection id="section_Single_WriteLinkAction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_DestroyLinkAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DestroyLinkAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_LinkAction_endData"/>
+ <controller predefinedId="UML_LinkAction_inputValue"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_DestroyLinkAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DestroyLinkAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_DestroyLinkAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_LinkAction"/>
+ <replacedSection id="section_Multiple_WriteLinkAction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_DestroyLinkAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DestroyLinkAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_LinkEndDestructionData">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.LinkEndDestructionData"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_LinkEndDestructionData" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_LinkEndDestructionData"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_LinkEndData"/>
+ </replacedSections>
+ <fragment id="fragment_Single_LinkEndDestructionData">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.LinkEndDestructionData"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_LinkEndDestructionData_isDestroyDuplicates"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_LinkEndDestructionData_destroyAt"/>
+ <controller predefinedId="UML_LinkEndData_end"/>
+ <controller predefinedId="UML_LinkEndData_value"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_LinkEndData_qualifier"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_LinkEndDestructionData">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.LinkEndDestructionData"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_LinkEndDestructionData" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_LinkEndData"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_LinkEndDestructionData">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.LinkEndDestructionData"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_LinkEndDestructionData_isDestroyDuplicates"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ClearAssociationAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ClearAssociationAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ClearAssociationAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ClearAssociationAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ClearAssociationAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ClearAssociationAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ClearAssociationAction_association"/>
+ <controller predefinedId="UML_ClearAssociationAction_object"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ClearAssociationAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ClearAssociationAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ClearAssociationAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ClearAssociationAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ClearAssociationAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_BroadcastSignalAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.BroadcastSignalAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_BroadcastSignalAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_BroadcastSignalAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_InvocationAction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_BroadcastSignalAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.BroadcastSignalAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_InvocationAction_onPort"/>
+ <controller predefinedId="UML_BroadcastSignalAction_signal"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_InvocationAction_argument"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_BroadcastSignalAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.BroadcastSignalAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_BroadcastSignalAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_InvocationAction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_BroadcastSignalAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.BroadcastSignalAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_SendObjectAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.SendObjectAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_SendObjectAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_SendObjectAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_InvocationAction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_SendObjectAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.SendObjectAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_InvocationAction_onPort"/>
+ <controller predefinedId="UML_SendObjectAction_request"/>
+ <controller predefinedId="UML_SendObjectAction_target"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_SendObjectAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.SendObjectAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_SendObjectAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_InvocationAction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_SendObjectAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.SendObjectAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ValueSpecificationAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ValueSpecificationAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ValueSpecificationAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ValueSpecificationAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ValueSpecificationAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ValueSpecificationAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ValueSpecificationAction_result"/>
+ <controller predefinedId="UML_ValueSpecificationAction_value"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ValueSpecificationAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ValueSpecificationAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ValueSpecificationAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ValueSpecificationAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ValueSpecificationAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_TimeExpression">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.TimeExpression"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_TimeExpression" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_TimeExpression"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ValueSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Single_TimeExpression">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.TimeExpression"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_TimeExpression_expr"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_TimeExpression_observation"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_TimeExpression">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.TimeExpression"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_TimeExpression" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ValueSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_TimeExpression">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.TimeExpression"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Observation">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Observation"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Observation" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Observation"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Observation">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Observation"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Observation">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Observation"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Observation" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Observation">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Observation"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Duration">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Duration"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Duration" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Duration"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ValueSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Duration">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Duration"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Duration_expr"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Duration_observation"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Duration">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Duration"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Duration" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ValueSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Duration">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Duration"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_DurationInterval">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DurationInterval"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_DurationInterval" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_DurationInterval"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ValueSpecification"/>
+ <replacedSection id="section_Single_Interval"/>
+ </replacedSections>
+ <fragment id="fragment_Single_DurationInterval">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DurationInterval"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Interval_max"/>
+ <controller predefinedId="UML_Interval_min"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_DurationInterval">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DurationInterval"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_DurationInterval" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ValueSpecification"/>
+ <replacedSection id="section_Multiple_Interval"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_DurationInterval">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DurationInterval"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Interval">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Interval"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Interval" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Interval"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ValueSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Interval">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Interval"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Interval_max"/>
+ <controller predefinedId="UML_Interval_min"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Interval">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Interval"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Interval" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ValueSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Interval">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Interval"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_TimeConstraint">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.TimeConstraint"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_TimeConstraint" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_TimeConstraint"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Constraint"/>
+ <replacedSection id="section_Single_IntervalConstraint"/>
+ </replacedSections>
+ <fragment id="fragment_Single_TimeConstraint">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.TimeConstraint"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_TimeConstraint_firstEvent"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Constraint_context"/>
+ <controller predefinedId="UML_Constraint_specification"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Constraint_constrainedElement"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_TimeConstraint">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.TimeConstraint"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_TimeConstraint" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Constraint"/>
+ <replacedSection id="section_Multiple_IntervalConstraint"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_TimeConstraint">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.TimeConstraint"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_TimeConstraint_firstEvent"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_IntervalConstraint">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.IntervalConstraint"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_IntervalConstraint" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_IntervalConstraint"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Constraint"/>
+ </replacedSections>
+ <fragment id="fragment_Single_IntervalConstraint">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.IntervalConstraint"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Constraint_context"/>
+ <controller predefinedId="UML_Constraint_specification"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Constraint_constrainedElement"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_IntervalConstraint">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.IntervalConstraint"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_IntervalConstraint" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Constraint"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_IntervalConstraint">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.IntervalConstraint"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_TimeInterval">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.TimeInterval"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_TimeInterval" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_TimeInterval"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ValueSpecification"/>
+ <replacedSection id="section_Single_Interval"/>
+ </replacedSections>
+ <fragment id="fragment_Single_TimeInterval">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.TimeInterval"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Interval_max"/>
+ <controller predefinedId="UML_Interval_min"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_TimeInterval">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.TimeInterval"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_TimeInterval" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ValueSpecification"/>
+ <replacedSection id="section_Multiple_Interval"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_TimeInterval">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.TimeInterval"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_DurationConstraint">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DurationConstraint"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_DurationConstraint" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_DurationConstraint"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Constraint"/>
+ <replacedSection id="section_Single_IntervalConstraint"/>
+ </replacedSections>
+ <fragment id="fragment_Single_DurationConstraint">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DurationConstraint"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_DurationConstraint_firstEvent"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Constraint_context"/>
+ <controller predefinedId="UML_Constraint_specification"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Constraint_constrainedElement"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_DurationConstraint">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DurationConstraint"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_DurationConstraint" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Constraint"/>
+ <replacedSection id="section_Multiple_IntervalConstraint"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_DurationConstraint">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DurationConstraint"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_DurationConstraint_firstEvent"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_TimeObservation">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.TimeObservation"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_TimeObservation" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_TimeObservation"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Observation"/>
+ </replacedSections>
+ <fragment id="fragment_Single_TimeObservation">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.TimeObservation"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_TimeObservation_firstEvent"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_TimeObservation_event"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_TimeObservation">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.TimeObservation"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_TimeObservation" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Observation"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_TimeObservation">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.TimeObservation"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_TimeObservation_firstEvent"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_DurationObservation">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DurationObservation"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_DurationObservation" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_DurationObservation"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Observation"/>
+ </replacedSections>
+ <fragment id="fragment_Single_DurationObservation">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DurationObservation"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_DurationObservation_firstEvent"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_DurationObservation_event"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_DurationObservation">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DurationObservation"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_DurationObservation" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Observation"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_DurationObservation">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DurationObservation"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_DurationObservation_firstEvent"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_FinalState">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.FinalState"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_FinalState" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_FinalState"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_Vertex"/>
+ <replacedSection id="section_Single_State"/>
+ </replacedSections>
+ <fragment id="fragment_Single_FinalState">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.FinalState"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_State_doActivity"/>
+ <controller predefinedId="UML_State_entry"/>
+ <controller predefinedId="UML_State_exit"/>
+ <controller predefinedId="UML_State_stateInvariant"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_State_deferrableTrigger"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_FinalState">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.FinalState"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_FinalState" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_Vertex"/>
+ <replacedSection id="section_Multiple_State"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_FinalState">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.FinalState"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_TimeEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.TimeEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_TimeEvent" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_TimeEvent"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Event"/>
+ </replacedSections>
+ <fragment id="fragment_Single_TimeEvent">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.TimeEvent"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_TimeEvent_isRelative"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_TimeEvent_when"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_TimeEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.TimeEvent"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_TimeEvent" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Event"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_TimeEvent">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.TimeEvent"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_TimeEvent_isRelative"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_VariableAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.VariableAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_VariableAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_VariableAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Single_VariableAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.VariableAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_VariableAction_variable"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_VariableAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.VariableAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_VariableAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_VariableAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.VariableAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ReadVariableAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReadVariableAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ReadVariableAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ReadVariableAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_VariableAction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ReadVariableAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReadVariableAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ReadVariableAction_result"/>
+ <controller predefinedId="UML_VariableAction_variable"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ReadVariableAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReadVariableAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ReadVariableAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_VariableAction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ReadVariableAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReadVariableAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_WriteVariableAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.WriteVariableAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_WriteVariableAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_WriteVariableAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_VariableAction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_WriteVariableAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.WriteVariableAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_WriteVariableAction_value"/>
+ <controller predefinedId="UML_VariableAction_variable"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_WriteVariableAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.WriteVariableAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_WriteVariableAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_VariableAction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_WriteVariableAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.WriteVariableAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ClearVariableAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ClearVariableAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ClearVariableAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ClearVariableAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_VariableAction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ClearVariableAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ClearVariableAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_VariableAction_variable"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ClearVariableAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ClearVariableAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ClearVariableAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_VariableAction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ClearVariableAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ClearVariableAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_AddVariableValueAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.AddVariableValueAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_AddVariableValueAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_AddVariableValueAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_VariableAction"/>
+ <replacedSection id="section_Single_WriteVariableAction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_AddVariableValueAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.AddVariableValueAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_AddVariableValueAction_isReplaceAll"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_AddVariableValueAction_insertAt"/>
+ <controller predefinedId="UML_WriteVariableAction_value"/>
+ <controller predefinedId="UML_VariableAction_variable"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_AddVariableValueAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.AddVariableValueAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_AddVariableValueAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_VariableAction"/>
+ <replacedSection id="section_Multiple_WriteVariableAction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_AddVariableValueAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.AddVariableValueAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_AddVariableValueAction_isReplaceAll"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_RemoveVariableValueAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.RemoveVariableValueAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_RemoveVariableValueAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_RemoveVariableValueAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_VariableAction"/>
+ <replacedSection id="section_Single_WriteVariableAction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_RemoveVariableValueAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.RemoveVariableValueAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_RemoveVariableValueAction_isRemoveDuplicates"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RemoveVariableValueAction_removeAt"/>
+ <controller predefinedId="UML_WriteVariableAction_value"/>
+ <controller predefinedId="UML_VariableAction_variable"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_RemoveVariableValueAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.RemoveVariableValueAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_RemoveVariableValueAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_VariableAction"/>
+ <replacedSection id="section_Multiple_WriteVariableAction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_RemoveVariableValueAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.RemoveVariableValueAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_RemoveVariableValueAction_isRemoveDuplicates"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_RaiseExceptionAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.RaiseExceptionAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_RaiseExceptionAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_RaiseExceptionAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Single_RaiseExceptionAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.RaiseExceptionAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RaiseExceptionAction_exception"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_RaiseExceptionAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.RaiseExceptionAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_RaiseExceptionAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_RaiseExceptionAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.RaiseExceptionAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ActionInputPin">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ActionInputPin"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ActionInputPin" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ActionInputPin"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ObjectNode"/>
+ <replacedSection id="section_Single_MultiplicityElement"/>
+ <replacedSection id="section_Single_Pin"/>
+ <replacedSection id="section_Single_InputPin"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ActionInputPin">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ActionInputPin"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Pin_isControl"/>
+ <controller predefinedId="UML_ObjectNode_isControlType"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ObjectNode_ordering"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller id="emftStructuralFeatureController">
+ <feature handlerID="Multiplicity">
+ <availableValue value="0..1"/>
+ <availableValue value="1..1"/>
+ <availableValue value="0..*"/>
+ <availableValue value="1..*"/>
+ </feature>
+ <editor id="org.eclipse.papyrus.properties.runtime.uml.multiplicityPropertyEditor" label="Multiplicity:" labelPosition="16384"/>
+ </controller>
+ <controller predefinedId="UML_ObjectNode_selection"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <controller predefinedId="UML_ObjectNode_upperBound"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ObjectNode_inState"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ActionInputPin">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ActionInputPin"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ActionInputPin" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ObjectNode"/>
+ <replacedSection id="section_Multiple_MultiplicityElement"/>
+ <replacedSection id="section_Multiple_Pin"/>
+ <replacedSection id="section_Multiple_InputPin"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ActionInputPin">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ActionInputPin"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Pin_isControl"/>
+ <controller predefinedId="UML_ObjectNode_isControlType"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered"/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ObjectNode_ordering"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_InformationItem">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InformationItem"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_InformationItem" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_InformationItem"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ </replacedSections>
+ <fragment id="fragment_Single_InformationItem">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InformationItem"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_InformationItem_represented"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_InformationItem">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InformationItem"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_InformationItem" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_InformationItem">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InformationItem"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_InformationFlow">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InformationFlow"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_InformationFlow" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_InformationFlow"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Relationship"/>
+ <replacedSection id="section_Single_DirectedRelationship"/>
+ </replacedSections>
+ <fragment id="fragment_Single_InformationFlow">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.InformationFlow"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_InformationFlow_conveyed"/>
+ <controller predefinedId="UML_InformationFlow_realization"/>
+ <controller predefinedId="UML_InformationFlow_realizingActivityEdge"/>
+ <controller predefinedId="UML_InformationFlow_realizingConnector"/>
+ <controller predefinedId="UML_InformationFlow_realizingMessage"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_InformationFlow">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InformationFlow"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_InformationFlow" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Relationship"/>
+ <replacedSection id="section_Multiple_DirectedRelationship"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_InformationFlow">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.InformationFlow"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ReadExtentAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReadExtentAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ReadExtentAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ReadExtentAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ReadExtentAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReadExtentAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ReadExtentAction_classifier"/>
+ <controller predefinedId="UML_ReadExtentAction_result"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ReadExtentAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReadExtentAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ReadExtentAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ReadExtentAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReadExtentAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ReclassifyObjectAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReclassifyObjectAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ReclassifyObjectAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ReclassifyObjectAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ReclassifyObjectAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReclassifyObjectAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_ReclassifyObjectAction_isReplaceAll"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ReclassifyObjectAction_object"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ReclassifyObjectAction_newClassifier"/>
+ <controller predefinedId="UML_ReclassifyObjectAction_oldClassifier"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ReclassifyObjectAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReclassifyObjectAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ReclassifyObjectAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ReclassifyObjectAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReclassifyObjectAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_ReclassifyObjectAction_isReplaceAll"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ReadIsClassifiedObjectAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReadIsClassifiedObjectAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ReadIsClassifiedObjectAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ReadIsClassifiedObjectAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ReadIsClassifiedObjectAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReadIsClassifiedObjectAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ReadIsClassifiedObjectAction_isDirect"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ReadIsClassifiedObjectAction_classifier"/>
+ <controller predefinedId="UML_ReadIsClassifiedObjectAction_object"/>
+ <controller predefinedId="UML_ReadIsClassifiedObjectAction_result"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ReadIsClassifiedObjectAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReadIsClassifiedObjectAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ReadIsClassifiedObjectAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ReadIsClassifiedObjectAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReadIsClassifiedObjectAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_ReadIsClassifiedObjectAction_isDirect"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_StartClassifierBehaviorAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.StartClassifierBehaviorAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_StartClassifierBehaviorAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_StartClassifierBehaviorAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Single_StartClassifierBehaviorAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.StartClassifierBehaviorAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_StartClassifierBehaviorAction_object"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_StartClassifierBehaviorAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.StartClassifierBehaviorAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_StartClassifierBehaviorAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_StartClassifierBehaviorAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.StartClassifierBehaviorAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ReadLinkObjectEndAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReadLinkObjectEndAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ReadLinkObjectEndAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ReadLinkObjectEndAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ReadLinkObjectEndAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReadLinkObjectEndAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ReadLinkObjectEndAction_end"/>
+ <controller predefinedId="UML_ReadLinkObjectEndAction_object"/>
+ <controller predefinedId="UML_ReadLinkObjectEndAction_result"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ReadLinkObjectEndAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReadLinkObjectEndAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ReadLinkObjectEndAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ReadLinkObjectEndAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReadLinkObjectEndAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ReadLinkObjectEndQualifierAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReadLinkObjectEndQualifierAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ReadLinkObjectEndQualifierAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ReadLinkObjectEndQualifierAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ReadLinkObjectEndQualifierAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReadLinkObjectEndQualifierAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ReadLinkObjectEndQualifierAction_object"/>
+ <controller predefinedId="UML_ReadLinkObjectEndQualifierAction_qualifier"/>
+ <controller predefinedId="UML_ReadLinkObjectEndQualifierAction_result"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ReadLinkObjectEndQualifierAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReadLinkObjectEndQualifierAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ReadLinkObjectEndQualifierAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ReadLinkObjectEndQualifierAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReadLinkObjectEndQualifierAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_CreateLinkObjectAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CreateLinkObjectAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_CreateLinkObjectAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_CreateLinkObjectAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_LinkAction"/>
+ <replacedSection id="section_Single_WriteLinkAction"/>
+ <replacedSection id="section_Single_CreateLinkAction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_CreateLinkObjectAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.CreateLinkObjectAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_CreateLinkObjectAction_result"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_LinkAction_endData"/>
+ <controller predefinedId="UML_LinkAction_inputValue"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_CreateLinkObjectAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CreateLinkObjectAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_CreateLinkObjectAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_LinkAction"/>
+ <replacedSection id="section_Multiple_WriteLinkAction"/>
+ <replacedSection id="section_Multiple_CreateLinkAction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_CreateLinkObjectAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.CreateLinkObjectAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_AcceptEventAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.AcceptEventAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_AcceptEventAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_AcceptEventAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Single_AcceptEventAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.AcceptEventAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_AcceptEventAction_isUnmarshall"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_AcceptEventAction_result"/>
+ <controller predefinedId="UML_AcceptEventAction_trigger"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_AcceptEventAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.AcceptEventAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_AcceptEventAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_AcceptEventAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.AcceptEventAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_AcceptEventAction_isUnmarshall"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_AcceptCallAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.AcceptCallAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_AcceptCallAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_AcceptCallAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_AcceptEventAction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_AcceptCallAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.AcceptCallAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_AcceptEventAction_isUnmarshall"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_AcceptCallAction_returnInformation"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_AcceptEventAction_result"/>
+ <controller predefinedId="UML_AcceptEventAction_trigger"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_AcceptCallAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.AcceptCallAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_AcceptCallAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_AcceptEventAction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_AcceptCallAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.AcceptCallAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_AcceptEventAction_isUnmarshall"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ReplyAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReplyAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ReplyAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ReplyAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ReplyAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReplyAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ReplyAction_replyToCall"/>
+ <controller predefinedId="UML_ReplyAction_returnInformation"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ReplyAction_replyValue"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ReplyAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReplyAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ReplyAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ReplyAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReplyAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_UnmarshallAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.UnmarshallAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_UnmarshallAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_UnmarshallAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Single_UnmarshallAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.UnmarshallAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_UnmarshallAction_object"/>
+ <controller predefinedId="UML_UnmarshallAction_unmarshallType"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_UnmarshallAction_result"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_UnmarshallAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.UnmarshallAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_UnmarshallAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_UnmarshallAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.UnmarshallAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ReduceAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReduceAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ReduceAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ReduceAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ReduceAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ReduceAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_ReduceAction_isOrdered"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ReduceAction_collection"/>
+ <controller predefinedId="UML_ReduceAction_reducer"/>
+ <controller predefinedId="UML_ReduceAction_result"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ReduceAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReduceAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ReduceAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ReduceAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ReduceAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_ReduceAction_isOrdered"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_StartObjectBehaviorAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.StartObjectBehaviorAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_StartObjectBehaviorAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_StartObjectBehaviorAction"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_InvocationAction"/>
+ <replacedSection id="section_Single_CallAction"/>
+ </replacedSections>
+ <fragment id="fragment_Single_StartObjectBehaviorAction">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.StartObjectBehaviorAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_CallAction_isSynchronous"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_StartObjectBehaviorAction_object"/>
+ <controller predefinedId="UML_InvocationAction_onPort"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_InvocationAction_argument"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_CallAction_result"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_StartObjectBehaviorAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.StartObjectBehaviorAction"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_StartObjectBehaviorAction" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_InvocationAction"/>
+ <replacedSection id="section_Multiple_CallAction"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_StartObjectBehaviorAction">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.StartObjectBehaviorAction"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_CallAction_isSynchronous"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_JoinNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.JoinNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_JoinNode" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_JoinNode"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ControlNode"/>
+ </replacedSections>
+ <fragment id="fragment_Single_JoinNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.JoinNode"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_JoinNode_isCombineDuplicate"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_JoinNode_joinSpec"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_JoinNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.JoinNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_JoinNode" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ControlNode"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_JoinNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.JoinNode"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_JoinNode_isCombineDuplicate"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_DataStoreNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DataStoreNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_DataStoreNode" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_DataStoreNode"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ObjectNode"/>
+ <replacedSection id="section_Single_CentralBufferNode"/>
+ </replacedSections>
+ <fragment id="fragment_Single_DataStoreNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.DataStoreNode"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ObjectNode_isControlType"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ObjectNode_ordering"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ObjectNode_selection"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <controller predefinedId="UML_ObjectNode_upperBound"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ObjectNode_inState"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_DataStoreNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DataStoreNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_DataStoreNode" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ObjectNode"/>
+ <replacedSection id="section_Multiple_CentralBufferNode"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_DataStoreNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.DataStoreNode"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_ObjectNode_isControlType"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ObjectNode_ordering"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ConditionalNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ConditionalNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ConditionalNode" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ConditionalNode"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_ActivityGroup"/>
+ <replacedSection id="section_Single_StructuredActivityNode"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ConditionalNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ConditionalNode"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ConditionalNode_isAssured"/>
+ <controller predefinedId="UML_ConditionalNode_isDeterminate"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_StructuredActivityNode_mustIsolate"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ConditionalNode_clause"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ConditionalNode_result"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ConditionalNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ConditionalNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ConditionalNode" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_ActivityGroup"/>
+ <replacedSection id="section_Multiple_StructuredActivityNode"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ConditionalNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ConditionalNode"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_ConditionalNode_isAssured"/>
+ <controller predefinedId="UML_ConditionalNode_isDeterminate"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_StructuredActivityNode_mustIsolate"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Clause">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Clause"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Clause" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Clause"/>
+ <replacedSection id="section_Single_Element"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Clause">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Clause"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Clause_decider"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Clause_body"/>
+ <controller predefinedId="UML_Clause_bodyOutput"/>
+ <controller predefinedId="UML_Clause_predecessorClause"/>
+ <controller predefinedId="UML_Clause_successorClause"/>
+ <controller predefinedId="UML_Clause_test"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_LoopNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.LoopNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_LoopNode" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_LoopNode"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_ActivityGroup"/>
+ <replacedSection id="section_Single_StructuredActivityNode"/>
+ </replacedSections>
+ <fragment id="fragment_Single_LoopNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.LoopNode"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_LoopNode_isTestedFirst"/>
+ <controller predefinedId="UML_StructuredActivityNode_mustIsolate"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_LoopNode_decider"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_LoopNode_bodyOutput"/>
+ <controller predefinedId="UML_LoopNode_bodyPart"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_LoopNode_loopVariable"/>
+ <controller predefinedId="UML_LoopNode_loopVariableInput"/>
+ <controller predefinedId="UML_LoopNode_result"/>
+ <controller predefinedId="UML_LoopNode_setupPart"/>
+ <controller predefinedId="UML_LoopNode_test"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_LoopNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.LoopNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_LoopNode" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_ActivityGroup"/>
+ <replacedSection id="section_Multiple_StructuredActivityNode"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_LoopNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.LoopNode"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_LoopNode_isTestedFirst"/>
+ <controller predefinedId="UML_StructuredActivityNode_mustIsolate"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ExpansionNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ExpansionNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ExpansionNode" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ExpansionNode"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_TypedElement"/>
+ <replacedSection id="section_Single_ObjectNode"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ExpansionNode">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ExpansionNode"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ObjectNode_isControlType"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ObjectNode_ordering"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ExpansionNode_regionAsInput"/>
+ <controller predefinedId="UML_ExpansionNode_regionAsOutput"/>
+ <controller predefinedId="UML_ObjectNode_selection"/>
+ <controller predefinedId="UML_TypedElement_type"/>
+ <controller predefinedId="UML_ObjectNode_upperBound"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ObjectNode_inState"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ExpansionNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ExpansionNode"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ExpansionNode" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_TypedElement"/>
+ <replacedSection id="section_Multiple_ObjectNode"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ExpansionNode">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ExpansionNode"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_ObjectNode_isControlType"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ObjectNode_ordering"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ExpansionRegion">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ExpansionRegion"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ExpansionRegion" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ExpansionRegion"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ActivityNode"/>
+ <replacedSection id="section_Single_ExecutableNode"/>
+ <replacedSection id="section_Single_Action"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_ActivityGroup"/>
+ <replacedSection id="section_Single_StructuredActivityNode"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ExpansionRegion">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ExpansionRegion"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_StructuredActivityNode_mustIsolate"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ExpansionRegion_mode"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ExpansionRegion_inputElement"/>
+ <controller predefinedId="UML_Action_localPostcondition"/>
+ <controller predefinedId="UML_Action_localPrecondition"/>
+ <controller predefinedId="UML_ExpansionRegion_outputElement"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ExpansionRegion">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ExpansionRegion"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ExpansionRegion" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ActivityNode"/>
+ <replacedSection id="section_Multiple_ExecutableNode"/>
+ <replacedSection id="section_Multiple_Action"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_ActivityGroup"/>
+ <replacedSection id="section_Multiple_StructuredActivityNode"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ExpansionRegion">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ExpansionRegion"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <controller predefinedId="UML_StructuredActivityNode_mustIsolate"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ExpansionRegion_mode"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ProtocolTransition">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ProtocolTransition"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ProtocolTransition" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ProtocolTransition"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_Transition"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ProtocolTransition">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.ProtocolTransition"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Transition_kind"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Transition_effect"/>
+ <controller predefinedId="UML_Transition_guard"/>
+ <controller predefinedId="UML_ProtocolTransition_postCondition"/>
+ <controller predefinedId="UML_ProtocolTransition_preCondition"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Transition_trigger"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ProtocolTransition">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ProtocolTransition"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ProtocolTransition" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_Transition"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ProtocolTransition">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.ProtocolTransition"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Transition_kind"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_AssociationClass">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.AssociationClass"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_AssociationClass" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_AssociationClass"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_Namespace"/>
+ <replacedSection id="section_Single_RedefinableElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Type"/>
+ <replacedSection id="section_Single_TemplateableElement"/>
+ <replacedSection id="section_Single_Classifier"/>
+ <replacedSection id="section_Single_StructuredClassifier"/>
+ <replacedSection id="section_Single_EncapsulatedClassifier"/>
+ <replacedSection id="section_Single_BehavioredClassifier"/>
+ <replacedSection id="section_Single_Class"/>
+ <replacedSection id="section_Single_Relationship"/>
+ <replacedSection id="section_Single_Association"/>
+ </replacedSections>
+ <fragment id="fragment_Single_AssociationClass">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.AssociationClass"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_Association_isDerived"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Association_memberEnd"/>
+ <controller predefinedId="UML_Association_navigableOwnedEnd"/>
+ <controller predefinedId="UML_Association_ownedEnd"/>
+ <controller predefinedId="UML_Classifier_useCase"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_AssociationClass">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.AssociationClass"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_AssociationClass" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_Namespace"/>
+ <replacedSection id="section_Multiple_RedefinableElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Type"/>
+ <replacedSection id="section_Multiple_TemplateableElement"/>
+ <replacedSection id="section_Multiple_Classifier"/>
+ <replacedSection id="section_Multiple_StructuredClassifier"/>
+ <replacedSection id="section_Multiple_EncapsulatedClassifier"/>
+ <replacedSection id="section_Multiple_BehavioredClassifier"/>
+ <replacedSection id="section_Multiple_Class"/>
+ <replacedSection id="section_Multiple_Relationship"/>
+ <replacedSection id="section_Multiple_Association"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_AssociationClass">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.AssociationClass"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract"/>
+ <controller predefinedId="UML_Class_isActive"/>
+ <controller predefinedId="UML_Association_isDerived"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Dependency">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Dependency"/>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Dependency" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Dependency"/>
+ <replacedSection id="section_Single_Element"/>
+ <replacedSection id="section_Single_NamedElement"/>
+ <replacedSection id="section_Single_ParameterableElement"/>
+ <replacedSection id="section_Single_PackageableElement"/>
+ <replacedSection id="section_Single_Relationship"/>
+ <replacedSection id="section_Single_DirectedRelationship"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Dependency">
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Dependency"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Dependency">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Dependency"/>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Dependency" tabId="basicTab">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Element"/>
+ <replacedSection id="section_Multiple_NamedElement"/>
+ <replacedSection id="section_Multiple_ParameterableElement"/>
+ <replacedSection id="section_Multiple_PackageableElement"/>
+ <replacedSection id="section_Multiple_Relationship"/>
+ <replacedSection id="section_Multiple_DirectedRelationship"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Dependency">
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.Dependency"/>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+</propertyTabView> \ No newline at end of file
diff --git a/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/src/org/eclipse/papyrus/properties/tabbed/uml/Activator.java b/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/src/org/eclipse/papyrus/properties/tabbed/uml/Activator.java
new file mode 100644
index 00000000000..5f1faaed8fc
--- /dev/null
+++ b/extraplugins/deprecated-plugins/uml.deprecated/org.eclipse.papyrus.properties.tabbed.uml/src/org/eclipse/papyrus/properties/tabbed/uml/Activator.java
@@ -0,0 +1,50 @@
+package org.eclipse.papyrus.properties.tabbed.uml;
+
+import org.eclipse.ui.plugin.AbstractUIPlugin;
+import org.osgi.framework.BundleContext;
+
+/**
+ * The activator class controls the plug-in life cycle
+ */
+public class Activator extends AbstractUIPlugin {
+
+ /** plugin ID */
+ public static final String PLUGIN_ID = "org.eclipse.papyrus.properties.tabbed.uml"; //$NON-NLS-1$
+
+ /** shared instance */
+ private static Activator plugin;
+
+ /**
+ * The constructor
+ */
+ public Activator() {
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ public void start(BundleContext context) throws Exception {
+ super.start(context);
+ plugin = this;
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ public void stop(BundleContext context) throws Exception {
+ plugin = null;
+ super.stop(context);
+ }
+
+ /**
+ * Returns the shared instance
+ *
+ * @return the shared instance
+ */
+ public static Activator getDefault() {
+ return plugin;
+ }
+
+}

Back to the top