Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/deprecated-plugins')
-rw-r--r--extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/.classpath7
-rw-r--r--extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/.project34
-rw-r--r--extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/.settings/org.eclipse.jdt.core.prefs8
-rw-r--r--extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/META-INF/MANIFEST.MF17
-rw-r--r--extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/about.html28
-rw-r--r--extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/build.properties9
-rw-r--r--extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/icons/UMLDialogs.gifbin0 -> 582 bytes
-rw-r--r--extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/icons/tool.gifbin0 -> 194 bytes
-rw-r--r--extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/icons/type.gifbin0 -> 324 bytes
-rw-r--r--extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/plugin.properties12
-rw-r--r--extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/plugin.xml28
-rw-r--r--extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/resources/sysml_generic_dialogs.xml22
-rw-r--r--extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/resources/sysml_generic_sections.xml2202
-rw-r--r--extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/resources/sysml_predefined_fragments.xml67
-rw-r--r--extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/src/org/eclipse/papyrus/properties/tabbed/sysml/Activator.java52
15 files changed, 2486 insertions, 0 deletions
diff --git a/extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/.classpath b/extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/.classpath
new file mode 100644
index 00000000000..2d1a4302f04
--- /dev/null
+++ b/extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/.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/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/.project b/extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/.project
new file mode 100644
index 00000000000..f533dcbc913
--- /dev/null
+++ b/extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/.project
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.papyrus.properties.tabbed.sysml</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/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/.settings/org.eclipse.jdt.core.prefs b/extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 00000000000..0c40a557115
--- /dev/null
+++ b/extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,8 @@
+#Mon May 03 16:20:15 CEST 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/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/META-INF/MANIFEST.MF b/extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/META-INF/MANIFEST.MF
new file mode 100644
index 00000000000..d555e62aac9
--- /dev/null
+++ b/extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/META-INF/MANIFEST.MF
@@ -0,0 +1,17 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %pluginName
+Bundle-SymbolicName: org.eclipse.papyrus.properties.tabbed.sysml;singleton:=true
+Bundle-Version: 0.8.0.qualifier
+Bundle-Activator: org.eclipse.papyrus.properties.tabbed.sysml.Activator
+Bundle-Vendor: %providerName
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime,
+ org.eclipse.papyrus.sysml;bundle-version="0.8.0",
+ org.eclipse.papyrus.sysml.edit;bundle-version="0.8.0",
+ org.eclipse.ui.views;bundle-version="3.5.0",
+ org.eclipse.papyrus.diagram.common;bundle-version="0.8.0",
+ org.eclipse.papyrus.properties.tabbed.core;bundle-version="0.8.0",
+ org.eclipse.papyrus.properties.runtime;bundle-version="0.8.0"
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-ActivationPolicy: lazy
diff --git a/extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/about.html b/extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/about.html
new file mode 100644
index 00000000000..82d49bf5f81
--- /dev/null
+++ b/extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/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/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/build.properties b/extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/build.properties
new file mode 100644
index 00000000000..e8abaf04fdd
--- /dev/null
+++ b/extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/build.properties
@@ -0,0 +1,9 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+ .,\
+ icons/,\
+ plugin.properties,\
+ resources/,\
+ plugin.xml,\
+ about.html
diff --git a/extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/icons/UMLDialogs.gif b/extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/icons/UMLDialogs.gif
new file mode 100644
index 00000000000..c0648993b83
--- /dev/null
+++ b/extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/icons/UMLDialogs.gif
Binary files differ
diff --git a/extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/icons/tool.gif b/extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/icons/tool.gif
new file mode 100644
index 00000000000..9dfa28cb9e3
--- /dev/null
+++ b/extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/icons/tool.gif
Binary files differ
diff --git a/extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/icons/type.gif b/extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/icons/type.gif
new file mode 100644
index 00000000000..7ef81e587bd
--- /dev/null
+++ b/extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/icons/type.gif
Binary files differ
diff --git a/extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/plugin.properties b/extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/plugin.properties
new file mode 100644
index 00000000000..fecae5ed1af
--- /dev/null
+++ b/extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/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 SysML (Incubation)
+providerName=Eclipse Modeling Project
diff --git a/extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/plugin.xml b/extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/plugin.xml
new file mode 100644
index 00000000000..1cd802acbdd
--- /dev/null
+++ b/extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/plugin.xml
@@ -0,0 +1,28 @@
+<?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 sysml tabbed properties"
+ id="propertyview.sysml.basic"
+ icon="icons/tool.gif"
+ name="SysML"
+ path="resources/sysml_generic_sections.xml">
+ </PropertyViewContribution>
+ </propertyViewProvider>
+</extension>
+</plugin>
diff --git a/extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/resources/sysml_generic_dialogs.xml b/extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/resources/sysml_generic_dialogs.xml
new file mode 100644
index 00000000000..f38bda9ddfe
--- /dev/null
+++ b/extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/resources/sysml_generic_dialogs.xml
@@ -0,0 +1,22 @@
+<!-- Generic dialogs for UML elements -->
+<dialogs>
+ <dialog id="dialog_single_NamedElement"><!-- Dialog for single NameElement -->
+ <context enablesFor="1">
+ <elementClass
+ name="org.eclipse.uml2.uml.NamedElement">
+ </elementClass>
+ </context>
+ <title>
+ <string value="Edit Element"/>
+ </title>
+ <message>
+ <emfMessageBinding message="Edit properties of element {0}">
+ <feature name="name"/>
+ </emfMessageBinding>
+ </message>
+ <content>
+ <view predefinedId="view_single_NamedElement"/>
+ <view predefinedId="view_single_Classifier"/>
+ </content>
+ </dialog>
+</dialogs>
diff --git a/extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/resources/sysml_generic_sections.xml b/extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/resources/sysml_generic_sections.xml
new file mode 100644
index 00000000000..7dcf8e04792
--- /dev/null
+++ b/extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/resources/sysml_generic_sections.xml
@@ -0,0 +1,2202 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<propertyTabView pluginId="org.eclipse.papyrus.properties.tabbed.sysml">
+ <tab category="SysML" id="basicTabSysML" label="SysML"/>
+ <sectionSet name="sectionSet_Single_Conform">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::ModelElements::Conform"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Conform" tabId="basicTabSysML">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Conform"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Conform">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::ModelElements::Conform"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name" tooltip="The name of the NamedElement."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Dependency_client" tooltip="The element(s) dependent on the supplier element(s). In some cases (such as a Trace Abstraction) the assignment of direction (that is, the designation of the client element) is at the discretion of the modeler, and is a stipulation."/>
+ <controller predefinedId="UML_Dependency_supplier" tooltip="The element(s) independent of the client element(s), in the same respect and the same dependency relationship. In some directed dependency relationships (such as Refinement Abstractions), a common convention in the domain of class-based OO software is to put the more abstract element in this role. Despite this convention, users of UML may stipulate a sense of dependency suitable for their domain, which makes a more abstract element dependent on that which is more specific."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Conform">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::ModelElements::Conform"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Conform" tabId="basicTabSysML">
+ <fragment id="fragment_Multiple_Conform">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::ModelElements::Conform"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_View">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::ModelElements::View"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Single_View" tabId="basicTabSysML">
+ <replacedSections>
+ <replacedSection id="section_Multiple_View"/>
+ </replacedSections>
+ <fragment id="fragment_Single_View">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::ModelElements::View"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name" tooltip="The name of the NamedElement."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="SysML_View_viewPoint"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_View">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::ModelElements::View"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_View" tabId="basicTabSysML">
+ <fragment id="fragment_Multiple_View">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::ModelElements::View"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ViewPoint">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::ModelElements::ViewPoint"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ViewPoint" tabId="basicTabSysML">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ViewPoint"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ViewPoint">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::ModelElements::ViewPoint"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="SysML_ViewPoint_concerns"/>
+ <controller predefinedId="SysML_ViewPoint_languages"/>
+ <controller predefinedId="SysML_ViewPoint_methods"/>
+ <controller predefinedId="UML_NamedElement_name" tooltip="The name of the NamedElement."/>
+ <controller predefinedId="SysML_ViewPoint_purpose"/>
+ <controller predefinedId="SysML_ViewPoint_stakeHolders"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract" tooltip="If true, the Classifier does not provide a complete declaration and can typically not be instantiated. An abstract classifier is intended to be used by other classifiers e.g. as the target of general metarelationships or generalization relationships."/>
+ <controller predefinedId="UML_Class_isActive" tooltip="Determines whether an object specified by this class is active or not. If true, then the owning class is referred to as an active class. If false, then such a class is referred to as a passive class."/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf" tooltip="Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ViewPoint">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::ModelElements::ViewPoint"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ViewPoint" tabId="basicTabSysML">
+ <fragment id="fragment_Multiple_ViewPoint">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::ModelElements::ViewPoint"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract" tooltip="If true, the Classifier does not provide a complete declaration and can typically not be instantiated. An abstract classifier is intended to be used by other classifiers e.g. as the target of general metarelationships or generalization relationships."/>
+ <controller predefinedId="UML_Class_isActive" tooltip="Determines whether an object specified by this class is active or not. If true, then the owning class is referred to as an active class. If false, then such a class is referred to as a passive class."/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf" tooltip="Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Block">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Blocks::Block"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Block" tabId="basicTabSysML">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Block"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Block">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Blocks::Block"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name" tooltip="The name of the NamedElement."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract" tooltip="If true, the Classifier does not provide a complete declaration and can typically not be instantiated. An abstract classifier is intended to be used by other classifiers e.g. as the target of general metarelationships or generalization relationships."/>
+ <controller predefinedId="UML_Class_isActive" tooltip="Determines whether an object specified by this class is active or not. If true, then the owning class is referred to as an active class. If false, then such a class is referred to as a passive class."/>
+ <controller predefinedId="SysML_Block_isEncapsulated"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf" tooltip="Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Block">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Blocks::Block"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Block" tabId="basicTabSysML">
+ <fragment id="fragment_Multiple_Block">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Blocks::Block"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract" tooltip="If true, the Classifier does not provide a complete declaration and can typically not be instantiated. An abstract classifier is intended to be used by other classifiers e.g. as the target of general metarelationships or generalization relationships."/>
+ <controller predefinedId="UML_Class_isActive" tooltip="Determines whether an object specified by this class is active or not. If true, then the owning class is referred to as an active class. If false, then such a class is referred to as a passive class."/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf" tooltip="Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_DistributedProperty">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Blocks::DistributedProperty"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Single_DistributedProperty" tabId="basicTabSysML">
+ <replacedSections>
+ <replacedSection id="section_Multiple_DistributedProperty"/>
+ </replacedSections>
+ <fragment id="fragment_Single_DistributedProperty">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Blocks::DistributedProperty"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name" tooltip="The name of the NamedElement."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Property_isComposite" tooltip="If isComposite is true, the object containing the attribute is a container for the object or value contained in the attribute.This is a derived value, indicating whether the aggregation of the Property is composite or not."/>
+ <controller predefinedId="UML_Property_isDerived" tooltip="If isDerived is true, the value of the attribute is derived from information elsewhere.Specifies whether the Property is derived, i.e., whether its value or values can be computed from other information."/>
+ <controller predefinedId="UML_Property_isDerivedUnion" tooltip="Specifies whether the property is derived as the union of all of the properties that are constrained to subset it."/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf" tooltip="Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement."/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered" tooltip="For a multivalued multiplicity, this attribute specifies whether the values in an instantiation of this element are sequentially ordered."/>
+ <controller predefinedId="UML_StructuralFeature_isReadOnly" tooltip="States whether the feature's value may be modified by a client."/>
+ <controller predefinedId="UML_Feature_isStatic" tooltip="Specifies whether this feature characterizes individual instances classified by the classifier (false) or the classifier itself (true)."/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique" tooltip="For a multivalued multiplicity, this attributes specifies whether the values in an instantiation of this element are unique."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Property_aggregation" tooltip="Specifies the kind of aggregation that applies to the Property."/>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_DistributedProperty">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Blocks::DistributedProperty"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_DistributedProperty" tabId="basicTabSysML">
+ <fragment id="fragment_Multiple_DistributedProperty">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Blocks::DistributedProperty"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Property_isComposite" tooltip="If isComposite is true, the object containing the attribute is a container for the object or value contained in the attribute.This is a derived value, indicating whether the aggregation of the Property is composite or not."/>
+ <controller predefinedId="UML_Property_isDerived" tooltip="If isDerived is true, the value of the attribute is derived from information elsewhere.Specifies whether the Property is derived, i.e., whether its value or values can be computed from other information."/>
+ <controller predefinedId="UML_Property_isDerivedUnion" tooltip="Specifies whether the property is derived as the union of all of the properties that are constrained to subset it."/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf" tooltip="Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement."/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered" tooltip="For a multivalued multiplicity, this attribute specifies whether the values in an instantiation of this element are sequentially ordered."/>
+ <controller predefinedId="UML_StructuralFeature_isReadOnly" tooltip="States whether the feature's value may be modified by a client."/>
+ <controller predefinedId="UML_Feature_isStatic" tooltip="Specifies whether this feature characterizes individual instances classified by the classifier (false) or the classifier itself (true)."/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique" tooltip="For a multivalued multiplicity, this attributes specifies whether the values in an instantiation of this element are unique."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Property_aggregation" tooltip="Specifies the kind of aggregation that applies to the Property."/>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Dimension">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Blocks::Dimension"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Dimension" tabId="basicTabSysML">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Dimension"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Dimension">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Blocks::Dimension"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name" tooltip="The name of the NamedElement."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Dimension">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Blocks::Dimension"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Dimension" tabId="basicTabSysML">
+ <fragment id="fragment_Multiple_Dimension">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Blocks::Dimension"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Unit">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Blocks::Unit"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Unit" tabId="basicTabSysML">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Unit"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Unit">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Blocks::Unit"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name" tooltip="The name of the NamedElement."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="SysML_Unit_dimension"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Unit">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Blocks::Unit"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Unit" tabId="basicTabSysML">
+ <fragment id="fragment_Multiple_Unit">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Blocks::Unit"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ValueType">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Blocks::ValueType"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ValueType" tabId="basicTabSysML">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ValueType"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ValueType">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Blocks::ValueType"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name" tooltip="The name of the NamedElement."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract" tooltip="If true, the Classifier does not provide a complete declaration and can typically not be instantiated. An abstract classifier is intended to be used by other classifiers e.g. as the target of general metarelationships or generalization relationships."/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf" tooltip="Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="SysML_ValueType_dimension"/>
+ <controller predefinedId="SysML_ValueType_unit"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ValueType">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Blocks::ValueType"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ValueType" tabId="basicTabSysML">
+ <fragment id="fragment_Multiple_ValueType">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Blocks::ValueType"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract" tooltip="If true, the Classifier does not provide a complete declaration and can typically not be instantiated. An abstract classifier is intended to be used by other classifiers e.g. as the target of general metarelationships or generalization relationships."/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf" tooltip="Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_NestedConnectorEnd">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Blocks::NestedConnectorEnd"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Single_NestedConnectorEnd" tabId="basicTabSysML">
+ <replacedSections>
+ <replacedSection id="section_Multiple_NestedConnectorEnd"/>
+ </replacedSections>
+ <fragment id="fragment_Single_NestedConnectorEnd">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Blocks::NestedConnectorEnd"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered" tooltip="For a multivalued multiplicity, this attribute specifies whether the values in an instantiation of this element are sequentially ordered."/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique" tooltip="For a multivalued multiplicity, this attributes specifies whether the values in an instantiation of this element are unique."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="SysML_NestedConnectorEnd_propertyPath"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_NestedConnectorEnd">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Blocks::NestedConnectorEnd"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_NestedConnectorEnd" tabId="basicTabSysML">
+ <fragment id="fragment_Multiple_NestedConnectorEnd">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Blocks::NestedConnectorEnd"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered" tooltip="For a multivalued multiplicity, this attribute specifies whether the values in an instantiation of this element are sequentially ordered."/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique" tooltip="For a multivalued multiplicity, this attributes specifies whether the values in an instantiation of this element are unique."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ParticipantProperty">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Blocks::ParticipantProperty"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ParticipantProperty" tabId="basicTabSysML">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ParticipantProperty"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ParticipantProperty">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Blocks::ParticipantProperty"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name" tooltip="The name of the NamedElement."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Property_isComposite" tooltip="If isComposite is true, the object containing the attribute is a container for the object or value contained in the attribute.This is a derived value, indicating whether the aggregation of the Property is composite or not."/>
+ <controller predefinedId="UML_Property_isDerived" tooltip="If isDerived is true, the value of the attribute is derived from information elsewhere.Specifies whether the Property is derived, i.e., whether its value or values can be computed from other information."/>
+ <controller predefinedId="UML_Property_isDerivedUnion" tooltip="Specifies whether the property is derived as the union of all of the properties that are constrained to subset it."/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf" tooltip="Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement."/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered" tooltip="For a multivalued multiplicity, this attribute specifies whether the values in an instantiation of this element are sequentially ordered."/>
+ <controller predefinedId="UML_StructuralFeature_isReadOnly" tooltip="States whether the feature's value may be modified by a client."/>
+ <controller predefinedId="UML_Feature_isStatic" tooltip="Specifies whether this feature characterizes individual instances classified by the classifier (false) or the classifier itself (true)."/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique" tooltip="For a multivalued multiplicity, this attributes specifies whether the values in an instantiation of this element are unique."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Property_aggregation" tooltip="Specifies the kind of aggregation that applies to the Property."/>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="SysML_ParticipantProperty_end"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ParticipantProperty">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Blocks::ParticipantProperty"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ParticipantProperty" tabId="basicTabSysML">
+ <fragment id="fragment_Multiple_ParticipantProperty">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Blocks::ParticipantProperty"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Property_isComposite" tooltip="If isComposite is true, the object containing the attribute is a container for the object or value contained in the attribute.This is a derived value, indicating whether the aggregation of the Property is composite or not."/>
+ <controller predefinedId="UML_Property_isDerived" tooltip="If isDerived is true, the value of the attribute is derived from information elsewhere.Specifies whether the Property is derived, i.e., whether its value or values can be computed from other information."/>
+ <controller predefinedId="UML_Property_isDerivedUnion" tooltip="Specifies whether the property is derived as the union of all of the properties that are constrained to subset it."/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf" tooltip="Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement."/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered" tooltip="For a multivalued multiplicity, this attribute specifies whether the values in an instantiation of this element are sequentially ordered."/>
+ <controller predefinedId="UML_StructuralFeature_isReadOnly" tooltip="States whether the feature's value may be modified by a client."/>
+ <controller predefinedId="UML_Feature_isStatic" tooltip="Specifies whether this feature characterizes individual instances classified by the classifier (false) or the classifier itself (true)."/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique" tooltip="For a multivalued multiplicity, this attributes specifies whether the values in an instantiation of this element are unique."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Property_aggregation" tooltip="Specifies the kind of aggregation that applies to the Property."/>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ConnectorProperty">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Blocks::ConnectorProperty"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ConnectorProperty" tabId="basicTabSysML">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ConnectorProperty"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ConnectorProperty">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Blocks::ConnectorProperty"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name" tooltip="The name of the NamedElement."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Property_isComposite" tooltip="If isComposite is true, the object containing the attribute is a container for the object or value contained in the attribute.This is a derived value, indicating whether the aggregation of the Property is composite or not."/>
+ <controller predefinedId="UML_Property_isDerived" tooltip="If isDerived is true, the value of the attribute is derived from information elsewhere.Specifies whether the Property is derived, i.e., whether its value or values can be computed from other information."/>
+ <controller predefinedId="UML_Property_isDerivedUnion" tooltip="Specifies whether the property is derived as the union of all of the properties that are constrained to subset it."/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf" tooltip="Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement."/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered" tooltip="For a multivalued multiplicity, this attribute specifies whether the values in an instantiation of this element are sequentially ordered."/>
+ <controller predefinedId="UML_StructuralFeature_isReadOnly" tooltip="States whether the feature's value may be modified by a client."/>
+ <controller predefinedId="UML_Feature_isStatic" tooltip="Specifies whether this feature characterizes individual instances classified by the classifier (false) or the classifier itself (true)."/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique" tooltip="For a multivalued multiplicity, this attributes specifies whether the values in an instantiation of this element are unique."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Property_aggregation" tooltip="Specifies the kind of aggregation that applies to the Property."/>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="SysML_ConnectorProperty_connector"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ConnectorProperty">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Blocks::ConnectorProperty"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ConnectorProperty" tabId="basicTabSysML">
+ <fragment id="fragment_Multiple_ConnectorProperty">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Blocks::ConnectorProperty"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Property_isComposite" tooltip="If isComposite is true, the object containing the attribute is a container for the object or value contained in the attribute.This is a derived value, indicating whether the aggregation of the Property is composite or not."/>
+ <controller predefinedId="UML_Property_isDerived" tooltip="If isDerived is true, the value of the attribute is derived from information elsewhere.Specifies whether the Property is derived, i.e., whether its value or values can be computed from other information."/>
+ <controller predefinedId="UML_Property_isDerivedUnion" tooltip="Specifies whether the property is derived as the union of all of the properties that are constrained to subset it."/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf" tooltip="Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement."/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered" tooltip="For a multivalued multiplicity, this attribute specifies whether the values in an instantiation of this element are sequentially ordered."/>
+ <controller predefinedId="UML_StructuralFeature_isReadOnly" tooltip="States whether the feature's value may be modified by a client."/>
+ <controller predefinedId="UML_Feature_isStatic" tooltip="Specifies whether this feature characterizes individual instances classified by the classifier (false) or the classifier itself (true)."/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique" tooltip="For a multivalued multiplicity, this attributes specifies whether the values in an instantiation of this element are unique."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Property_aggregation" tooltip="Specifies the kind of aggregation that applies to the Property."/>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_BindingConnector">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Blocks::BindingConnector"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Single_BindingConnector" tabId="basicTabSysML">
+ <replacedSections>
+ <replacedSection id="section_Multiple_BindingConnector"/>
+ </replacedSections>
+ <fragment id="fragment_Single_BindingConnector">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Blocks::BindingConnector"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name" tooltip="The name of the NamedElement."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf" tooltip="Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement."/>
+ <controller predefinedId="UML_Feature_isStatic" tooltip="Specifies whether this feature characterizes individual instances classified by the classifier (false) or the classifier itself (true)."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Connector_kind" tooltip="Indicates the kind of connector."/>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_BindingConnector">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Blocks::BindingConnector"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_BindingConnector" tabId="basicTabSysML">
+ <fragment id="fragment_Multiple_BindingConnector">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Blocks::BindingConnector"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf" tooltip="Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement."/>
+ <controller predefinedId="UML_Feature_isStatic" tooltip="Specifies whether this feature characterizes individual instances classified by the classifier (false) or the classifier itself (true)."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Connector_kind" tooltip="Indicates the kind of connector."/>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_PropertySpecificType">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Blocks::PropertySpecificType"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Single_PropertySpecificType" tabId="basicTabSysML">
+ <replacedSections>
+ <replacedSection id="section_Multiple_PropertySpecificType"/>
+ </replacedSections>
+ <fragment id="fragment_Single_PropertySpecificType">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Blocks::PropertySpecificType"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name" tooltip="The name of the NamedElement."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract" tooltip="If true, the Classifier does not provide a complete declaration and can typically not be instantiated. An abstract classifier is intended to be used by other classifiers e.g. as the target of general metarelationships or generalization relationships."/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf" tooltip="Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_PropertySpecificType">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Blocks::PropertySpecificType"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_PropertySpecificType" tabId="basicTabSysML">
+ <fragment id="fragment_Multiple_PropertySpecificType">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Blocks::PropertySpecificType"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract" tooltip="If true, the Classifier does not provide a complete declaration and can typically not be instantiated. An abstract classifier is intended to be used by other classifiers e.g. as the target of general metarelationships or generalization relationships."/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf" tooltip="Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_FlowPort">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::PortAndFlows::FlowPort"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Single_FlowPort" tabId="basicTabSysML">
+ <replacedSections>
+ <replacedSection id="section_Multiple_FlowPort"/>
+ </replacedSections>
+ <fragment id="fragment_Single_FlowPort">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::PortAndFlows::FlowPort"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name" tooltip="The name of the NamedElement."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="SysML_FlowPort_isAtomic"/>
+ <controller predefinedId="UML_Port_isBehavior" tooltip="Specifies whether requests arriving at this port are sent to the classifier behavior of this classifier. Such ports are referred to as behavior port. Any invocation of a behavioral feature targeted at a behavior port will be handled by the instance of the owning classifier itself, rather than by any instances that this classifier may contain."/>
+ <controller predefinedId="UML_Property_isComposite" tooltip="If isComposite is true, the object containing the attribute is a container for the object or value contained in the attribute.This is a derived value, indicating whether the aggregation of the Property is composite or not."/>
+ <controller predefinedId="SysML_FlowPort_isConjugated"/>
+ <controller predefinedId="UML_Property_isDerived" tooltip="If isDerived is true, the value of the attribute is derived from information elsewhere.Specifies whether the Property is derived, i.e., whether its value or values can be computed from other information."/>
+ <controller predefinedId="UML_Property_isDerivedUnion" tooltip="Specifies whether the property is derived as the union of all of the properties that are constrained to subset it."/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf" tooltip="Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement."/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered" tooltip="For a multivalued multiplicity, this attribute specifies whether the values in an instantiation of this element are sequentially ordered."/>
+ <controller predefinedId="UML_StructuralFeature_isReadOnly" tooltip="States whether the feature's value may be modified by a client."/>
+ <controller predefinedId="UML_Port_isService" tooltip="If true indicates that this port is used to provide the published functionality of a classifier; if false, this port is used to implement the classifier but is not part of the essential externally-visible functionality of the classifier and can, therefore, be altered or deleted along with the internal implementation of the classifier and other properties that are considered part of its implementation."/>
+ <controller predefinedId="UML_Feature_isStatic" tooltip="Specifies whether this feature characterizes individual instances classified by the classifier (false) or the classifier itself (true)."/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique" tooltip="For a multivalued multiplicity, this attributes specifies whether the values in an instantiation of this element are unique."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Property_aggregation" tooltip="Specifies the kind of aggregation that applies to the Property."/>
+ <controller predefinedId="SysML_FlowPort_direction"/>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_FlowPort">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::PortAndFlows::FlowPort"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_FlowPort" tabId="basicTabSysML">
+ <fragment id="fragment_Multiple_FlowPort">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::PortAndFlows::FlowPort"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Port_isBehavior" tooltip="Specifies whether requests arriving at this port are sent to the classifier behavior of this classifier. Such ports are referred to as behavior port. Any invocation of a behavioral feature targeted at a behavior port will be handled by the instance of the owning classifier itself, rather than by any instances that this classifier may contain."/>
+ <controller predefinedId="UML_Property_isComposite" tooltip="If isComposite is true, the object containing the attribute is a container for the object or value contained in the attribute.This is a derived value, indicating whether the aggregation of the Property is composite or not."/>
+ <controller predefinedId="UML_Property_isDerived" tooltip="If isDerived is true, the value of the attribute is derived from information elsewhere.Specifies whether the Property is derived, i.e., whether its value or values can be computed from other information."/>
+ <controller predefinedId="UML_Property_isDerivedUnion" tooltip="Specifies whether the property is derived as the union of all of the properties that are constrained to subset it."/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf" tooltip="Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement."/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered" tooltip="For a multivalued multiplicity, this attribute specifies whether the values in an instantiation of this element are sequentially ordered."/>
+ <controller predefinedId="UML_StructuralFeature_isReadOnly" tooltip="States whether the feature's value may be modified by a client."/>
+ <controller predefinedId="UML_Port_isService" tooltip="If true indicates that this port is used to provide the published functionality of a classifier; if false, this port is used to implement the classifier but is not part of the essential externally-visible functionality of the classifier and can, therefore, be altered or deleted along with the internal implementation of the classifier and other properties that are considered part of its implementation."/>
+ <controller predefinedId="UML_Feature_isStatic" tooltip="Specifies whether this feature characterizes individual instances classified by the classifier (false) or the classifier itself (true)."/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique" tooltip="For a multivalued multiplicity, this attributes specifies whether the values in an instantiation of this element are unique."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Property_aggregation" tooltip="Specifies the kind of aggregation that applies to the Property."/>
+ <controller predefinedId="SysML_FlowPort_direction"/>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_FlowProperty">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::PortAndFlows::FlowProperty"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Single_FlowProperty" tabId="basicTabSysML">
+ <replacedSections>
+ <replacedSection id="section_Multiple_FlowProperty"/>
+ </replacedSections>
+ <fragment id="fragment_Single_FlowProperty">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::PortAndFlows::FlowProperty"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name" tooltip="The name of the NamedElement."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Property_isComposite" tooltip="If isComposite is true, the object containing the attribute is a container for the object or value contained in the attribute.This is a derived value, indicating whether the aggregation of the Property is composite or not."/>
+ <controller predefinedId="UML_Property_isDerived" tooltip="If isDerived is true, the value of the attribute is derived from information elsewhere.Specifies whether the Property is derived, i.e., whether its value or values can be computed from other information."/>
+ <controller predefinedId="UML_Property_isDerivedUnion" tooltip="Specifies whether the property is derived as the union of all of the properties that are constrained to subset it."/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf" tooltip="Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement."/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered" tooltip="For a multivalued multiplicity, this attribute specifies whether the values in an instantiation of this element are sequentially ordered."/>
+ <controller predefinedId="UML_StructuralFeature_isReadOnly" tooltip="States whether the feature's value may be modified by a client."/>
+ <controller predefinedId="UML_Feature_isStatic" tooltip="Specifies whether this feature characterizes individual instances classified by the classifier (false) or the classifier itself (true)."/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique" tooltip="For a multivalued multiplicity, this attributes specifies whether the values in an instantiation of this element are unique."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Property_aggregation" tooltip="Specifies the kind of aggregation that applies to the Property."/>
+ <controller predefinedId="SysML_FlowProperty_direction"/>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_FlowProperty">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::PortAndFlows::FlowProperty"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_FlowProperty" tabId="basicTabSysML">
+ <fragment id="fragment_Multiple_FlowProperty">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::PortAndFlows::FlowProperty"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Property_isComposite" tooltip="If isComposite is true, the object containing the attribute is a container for the object or value contained in the attribute.This is a derived value, indicating whether the aggregation of the Property is composite or not."/>
+ <controller predefinedId="UML_Property_isDerived" tooltip="If isDerived is true, the value of the attribute is derived from information elsewhere.Specifies whether the Property is derived, i.e., whether its value or values can be computed from other information."/>
+ <controller predefinedId="UML_Property_isDerivedUnion" tooltip="Specifies whether the property is derived as the union of all of the properties that are constrained to subset it."/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf" tooltip="Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement."/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered" tooltip="For a multivalued multiplicity, this attribute specifies whether the values in an instantiation of this element are sequentially ordered."/>
+ <controller predefinedId="UML_StructuralFeature_isReadOnly" tooltip="States whether the feature's value may be modified by a client."/>
+ <controller predefinedId="UML_Feature_isStatic" tooltip="Specifies whether this feature characterizes individual instances classified by the classifier (false) or the classifier itself (true)."/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique" tooltip="For a multivalued multiplicity, this attributes specifies whether the values in an instantiation of this element are unique."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Property_aggregation" tooltip="Specifies the kind of aggregation that applies to the Property."/>
+ <controller predefinedId="SysML_FlowProperty_direction"/>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_FlowSpecification">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::PortAndFlows::FlowSpecification"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Single_FlowSpecification" tabId="basicTabSysML">
+ <replacedSections>
+ <replacedSection id="section_Multiple_FlowSpecification"/>
+ </replacedSections>
+ <fragment id="fragment_Single_FlowSpecification">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::PortAndFlows::FlowSpecification"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name" tooltip="The name of the NamedElement."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract" tooltip="If true, the Classifier does not provide a complete declaration and can typically not be instantiated. An abstract classifier is intended to be used by other classifiers e.g. as the target of general metarelationships or generalization relationships."/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf" tooltip="Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_FlowSpecification">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::PortAndFlows::FlowSpecification"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_FlowSpecification" tabId="basicTabSysML">
+ <fragment id="fragment_Multiple_FlowSpecification">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::PortAndFlows::FlowSpecification"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract" tooltip="If true, the Classifier does not provide a complete declaration and can typically not be instantiated. An abstract classifier is intended to be used by other classifiers e.g. as the target of general metarelationships or generalization relationships."/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf" tooltip="Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ItemFlow">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::PortAndFlows::ItemFlow"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ItemFlow" tabId="basicTabSysML">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ItemFlow"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ItemFlow">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::PortAndFlows::ItemFlow"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name" tooltip="The name of the NamedElement."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="SysML_ItemFlow_itemProperty"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ItemFlow">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::PortAndFlows::ItemFlow"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ItemFlow" tabId="basicTabSysML">
+ <fragment id="fragment_Multiple_ItemFlow">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::PortAndFlows::ItemFlow"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ConstraintBlock">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Constraints::ConstraintBlock"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ConstraintBlock" tabId="basicTabSysML">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ConstraintBlock"/>
+ <replacedSection id="section_Single_Block"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ConstraintBlock">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Constraints::ConstraintBlock"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name" tooltip="The name of the NamedElement."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract" tooltip="If true, the Classifier does not provide a complete declaration and can typically not be instantiated. An abstract classifier is intended to be used by other classifiers e.g. as the target of general metarelationships or generalization relationships."/>
+ <controller predefinedId="UML_Class_isActive" tooltip="Determines whether an object specified by this class is active or not. If true, then the owning class is referred to as an active class. If false, then such a class is referred to as a passive class."/>
+ <controller predefinedId="SysML_Block_isEncapsulated"/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf" tooltip="Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ConstraintBlock">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Constraints::ConstraintBlock"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ConstraintBlock" tabId="basicTabSysML">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Block"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_ConstraintBlock">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Constraints::ConstraintBlock"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract" tooltip="If true, the Classifier does not provide a complete declaration and can typically not be instantiated. An abstract classifier is intended to be used by other classifiers e.g. as the target of general metarelationships or generalization relationships."/>
+ <controller predefinedId="UML_Class_isActive" tooltip="Determines whether an object specified by this class is active or not. If true, then the owning class is referred to as an active class. If false, then such a class is referred to as a passive class."/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf" tooltip="Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ConstraintProperty">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Constraints::ConstraintProperty"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ConstraintProperty" tabId="basicTabSysML">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ConstraintProperty"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ConstraintProperty">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Constraints::ConstraintProperty"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name" tooltip="The name of the NamedElement."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Property_isComposite" tooltip="If isComposite is true, the object containing the attribute is a container for the object or value contained in the attribute.This is a derived value, indicating whether the aggregation of the Property is composite or not."/>
+ <controller predefinedId="UML_Property_isDerived" tooltip="If isDerived is true, the value of the attribute is derived from information elsewhere.Specifies whether the Property is derived, i.e., whether its value or values can be computed from other information."/>
+ <controller predefinedId="UML_Property_isDerivedUnion" tooltip="Specifies whether the property is derived as the union of all of the properties that are constrained to subset it."/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf" tooltip="Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement."/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered" tooltip="For a multivalued multiplicity, this attribute specifies whether the values in an instantiation of this element are sequentially ordered."/>
+ <controller predefinedId="UML_StructuralFeature_isReadOnly" tooltip="States whether the feature's value may be modified by a client."/>
+ <controller predefinedId="UML_Feature_isStatic" tooltip="Specifies whether this feature characterizes individual instances classified by the classifier (false) or the classifier itself (true)."/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique" tooltip="For a multivalued multiplicity, this attributes specifies whether the values in an instantiation of this element are unique."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Property_aggregation" tooltip="Specifies the kind of aggregation that applies to the Property."/>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ConstraintProperty">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Constraints::ConstraintProperty"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ConstraintProperty" tabId="basicTabSysML">
+ <fragment id="fragment_Multiple_ConstraintProperty">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Constraints::ConstraintProperty"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Property_isComposite" tooltip="If isComposite is true, the object containing the attribute is a container for the object or value contained in the attribute.This is a derived value, indicating whether the aggregation of the Property is composite or not."/>
+ <controller predefinedId="UML_Property_isDerived" tooltip="If isDerived is true, the value of the attribute is derived from information elsewhere.Specifies whether the Property is derived, i.e., whether its value or values can be computed from other information."/>
+ <controller predefinedId="UML_Property_isDerivedUnion" tooltip="Specifies whether the property is derived as the union of all of the properties that are constrained to subset it."/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf" tooltip="Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement."/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered" tooltip="For a multivalued multiplicity, this attribute specifies whether the values in an instantiation of this element are sequentially ordered."/>
+ <controller predefinedId="UML_StructuralFeature_isReadOnly" tooltip="States whether the feature's value may be modified by a client."/>
+ <controller predefinedId="UML_Feature_isStatic" tooltip="Specifies whether this feature characterizes individual instances classified by the classifier (false) or the classifier itself (true)."/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique" tooltip="For a multivalued multiplicity, this attributes specifies whether the values in an instantiation of this element are unique."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Property_aggregation" tooltip="Specifies the kind of aggregation that applies to the Property."/>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Optional">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Activities::Optional"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Optional" tabId="basicTabSysML">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Optional"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Optional">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Activities::Optional"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name" tooltip="The name of the NamedElement."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Parameter_isException" tooltip="Tells whether an output parameter may emit a value to the exclusion of the other outputs."/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered" tooltip="For a multivalued multiplicity, this attribute specifies whether the values in an instantiation of this element are sequentially ordered."/>
+ <controller predefinedId="UML_Parameter_isStream" tooltip="Tells whether an input parameter may accept values while its behavior is executing, or whether an output parameter post values while the behavior is executing."/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique" tooltip="For a multivalued multiplicity, this attributes specifies whether the values in an instantiation of this element are unique."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Parameter_direction" tooltip="Indicates whether a parameter is being sent into or out of a behavioral element."/>
+ <controller predefinedId="UML_Parameter_effect" tooltip="Specifies the effect that the owner of the parameter has on values passed in or out of the parameter."/>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Optional">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Activities::Optional"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Optional" tabId="basicTabSysML">
+ <fragment id="fragment_Multiple_Optional">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Activities::Optional"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Parameter_isException" tooltip="Tells whether an output parameter may emit a value to the exclusion of the other outputs."/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered" tooltip="For a multivalued multiplicity, this attribute specifies whether the values in an instantiation of this element are sequentially ordered."/>
+ <controller predefinedId="UML_Parameter_isStream" tooltip="Tells whether an input parameter may accept values while its behavior is executing, or whether an output parameter post values while the behavior is executing."/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique" tooltip="For a multivalued multiplicity, this attributes specifies whether the values in an instantiation of this element are unique."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Parameter_direction" tooltip="Indicates whether a parameter is being sent into or out of a behavioral element."/>
+ <controller predefinedId="UML_Parameter_effect" tooltip="Specifies the effect that the owner of the parameter has on values passed in or out of the parameter."/>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Rate">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Activities::Rate"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Rate" tabId="basicTabSysML">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Rate"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Rate">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Activities::Rate"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name" tooltip="The name of the NamedElement."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Parameter_isException" tooltip="Tells whether an output parameter may emit a value to the exclusion of the other outputs."/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf" tooltip="Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement."/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered" tooltip="For a multivalued multiplicity, this attribute specifies whether the values in an instantiation of this element are sequentially ordered."/>
+ <controller predefinedId="UML_Parameter_isStream" tooltip="Tells whether an input parameter may accept values while its behavior is executing, or whether an output parameter post values while the behavior is executing."/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique" tooltip="For a multivalued multiplicity, this attributes specifies whether the values in an instantiation of this element are unique."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Parameter_direction" tooltip="Indicates whether a parameter is being sent into or out of a behavioral element."/>
+ <controller predefinedId="UML_Parameter_effect" tooltip="Specifies the effect that the owner of the parameter has on values passed in or out of the parameter."/>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="SysML_Rate_rate"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Rate">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Activities::Rate"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Rate" tabId="basicTabSysML">
+ <fragment id="fragment_Multiple_Rate">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Activities::Rate"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Parameter_isException" tooltip="Tells whether an output parameter may emit a value to the exclusion of the other outputs."/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf" tooltip="Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement."/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered" tooltip="For a multivalued multiplicity, this attribute specifies whether the values in an instantiation of this element are sequentially ordered."/>
+ <controller predefinedId="UML_Parameter_isStream" tooltip="Tells whether an input parameter may accept values while its behavior is executing, or whether an output parameter post values while the behavior is executing."/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique" tooltip="For a multivalued multiplicity, this attributes specifies whether the values in an instantiation of this element are unique."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Parameter_direction" tooltip="Indicates whether a parameter is being sent into or out of a behavioral element."/>
+ <controller predefinedId="UML_Parameter_effect" tooltip="Specifies the effect that the owner of the parameter has on values passed in or out of the parameter."/>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Probability">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Activities::Probability"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Probability" tabId="basicTabSysML">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Probability"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Probability">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Activities::Probability"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name" tooltip="The name of the NamedElement."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf" tooltip="Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="SysML_Probability_probability"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Probability">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Activities::Probability"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Probability" tabId="basicTabSysML">
+ <fragment id="fragment_Multiple_Probability">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Activities::Probability"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_RedefinableElement_isLeaf" tooltip="Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Continuous">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Activities::Continuous"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Continuous" tabId="basicTabSysML">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Continuous"/>
+ <replacedSection id="section_Single_Rate"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Continuous">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Activities::Continuous"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name" tooltip="The name of the NamedElement."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Parameter_isException" tooltip="Tells whether an output parameter may emit a value to the exclusion of the other outputs."/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf" tooltip="Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement."/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered" tooltip="For a multivalued multiplicity, this attribute specifies whether the values in an instantiation of this element are sequentially ordered."/>
+ <controller predefinedId="UML_Parameter_isStream" tooltip="Tells whether an input parameter may accept values while its behavior is executing, or whether an output parameter post values while the behavior is executing."/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique" tooltip="For a multivalued multiplicity, this attributes specifies whether the values in an instantiation of this element are unique."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Parameter_direction" tooltip="Indicates whether a parameter is being sent into or out of a behavioral element."/>
+ <controller predefinedId="UML_Parameter_effect" tooltip="Specifies the effect that the owner of the parameter has on values passed in or out of the parameter."/>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="SysML_Rate_rate"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Continuous">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Activities::Continuous"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Continuous" tabId="basicTabSysML">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Rate"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Continuous">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Activities::Continuous"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Parameter_isException" tooltip="Tells whether an output parameter may emit a value to the exclusion of the other outputs."/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf" tooltip="Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement."/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered" tooltip="For a multivalued multiplicity, this attribute specifies whether the values in an instantiation of this element are sequentially ordered."/>
+ <controller predefinedId="UML_Parameter_isStream" tooltip="Tells whether an input parameter may accept values while its behavior is executing, or whether an output parameter post values while the behavior is executing."/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique" tooltip="For a multivalued multiplicity, this attributes specifies whether the values in an instantiation of this element are unique."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Parameter_direction" tooltip="Indicates whether a parameter is being sent into or out of a behavioral element."/>
+ <controller predefinedId="UML_Parameter_effect" tooltip="Specifies the effect that the owner of the parameter has on values passed in or out of the parameter."/>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Discrete">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Activities::Discrete"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Discrete" tabId="basicTabSysML">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Discrete"/>
+ <replacedSection id="section_Single_Rate"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Discrete">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Activities::Discrete"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name" tooltip="The name of the NamedElement."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Parameter_isException" tooltip="Tells whether an output parameter may emit a value to the exclusion of the other outputs."/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf" tooltip="Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement."/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered" tooltip="For a multivalued multiplicity, this attribute specifies whether the values in an instantiation of this element are sequentially ordered."/>
+ <controller predefinedId="UML_Parameter_isStream" tooltip="Tells whether an input parameter may accept values while its behavior is executing, or whether an output parameter post values while the behavior is executing."/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique" tooltip="For a multivalued multiplicity, this attributes specifies whether the values in an instantiation of this element are unique."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Parameter_direction" tooltip="Indicates whether a parameter is being sent into or out of a behavioral element."/>
+ <controller predefinedId="UML_Parameter_effect" tooltip="Specifies the effect that the owner of the parameter has on values passed in or out of the parameter."/>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="SysML_Rate_rate"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Discrete">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Activities::Discrete"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Discrete" tabId="basicTabSysML">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Rate"/>
+ </replacedSections>
+ <fragment id="fragment_Multiple_Discrete">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Activities::Discrete"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Parameter_isException" tooltip="Tells whether an output parameter may emit a value to the exclusion of the other outputs."/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf" tooltip="Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement."/>
+ <controller predefinedId="UML_MultiplicityElement_isOrdered" tooltip="For a multivalued multiplicity, this attribute specifies whether the values in an instantiation of this element are sequentially ordered."/>
+ <controller predefinedId="UML_Parameter_isStream" tooltip="Tells whether an input parameter may accept values while its behavior is executing, or whether an output parameter post values while the behavior is executing."/>
+ <controller predefinedId="UML_MultiplicityElement_isUnique" tooltip="For a multivalued multiplicity, this attributes specifies whether the values in an instantiation of this element are unique."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Parameter_direction" tooltip="Indicates whether a parameter is being sent into or out of a behavioral element."/>
+ <controller predefinedId="UML_Parameter_effect" tooltip="Specifies the effect that the owner of the parameter has on values passed in or out of the parameter."/>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_ControlOperator">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Activities::ControlOperator"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Single_ControlOperator" tabId="basicTabSysML">
+ <replacedSections>
+ <replacedSection id="section_Multiple_ControlOperator"/>
+ </replacedSections>
+ <fragment id="fragment_Single_ControlOperator">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Activities::ControlOperator"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name" tooltip="The name of the NamedElement."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract" tooltip="If true, the Classifier does not provide a complete declaration and can typically not be instantiated. An abstract classifier is intended to be used by other classifiers e.g. as the target of general metarelationships or generalization relationships."/>
+ <controller predefinedId="UML_Class_isActive" tooltip="Determines whether an object specified by this class is active or not. If true, then the owning class is referred to as an active class. If false, then such a class is referred to as a passive class."/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf" tooltip="Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement."/>
+ <controller predefinedId="UML_Operation_isOrdered" tooltip="This information is derived from the return result for this Operation.Specifies whether the return parameter is ordered or not, if present."/>
+ <controller predefinedId="UML_Operation_isQuery" tooltip="Specifies whether an execution of the BehavioralFeature leaves the state of the system unchanged (isQuery=true) or whether side effects may occur (isQuery=false)."/>
+ <controller predefinedId="UML_Behavior_isReentrant" tooltip="Tells whether the behavior can be invoked while it is still executing from a previous invocation."/>
+ <controller predefinedId="UML_Feature_isStatic" tooltip="Specifies whether this feature characterizes individual instances classified by the classifier (false) or the classifier itself (true)."/>
+ <controller predefinedId="UML_Operation_isUnique" tooltip="This information is derived from the return result for this Operation.Specifies whether the return parameter is unique or not, if present."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_BehavioralFeature_concurrency" tooltip="Specifies the semantics of concurrent calls to the same passive instance (i.e., an instance originating from a class with isActive being false). Active instances control access to their own behavioral features."/>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_ControlOperator">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Activities::ControlOperator"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_ControlOperator" tabId="basicTabSysML">
+ <fragment id="fragment_Multiple_ControlOperator">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Activities::ControlOperator"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract" tooltip="If true, the Classifier does not provide a complete declaration and can typically not be instantiated. An abstract classifier is intended to be used by other classifiers e.g. as the target of general metarelationships or generalization relationships."/>
+ <controller predefinedId="UML_Class_isActive" tooltip="Determines whether an object specified by this class is active or not. If true, then the owning class is referred to as an active class. If false, then such a class is referred to as a passive class."/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf" tooltip="Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement."/>
+ <controller predefinedId="UML_Operation_isOrdered" tooltip="This information is derived from the return result for this Operation.Specifies whether the return parameter is ordered or not, if present."/>
+ <controller predefinedId="UML_Operation_isQuery" tooltip="Specifies whether an execution of the BehavioralFeature leaves the state of the system unchanged (isQuery=true) or whether side effects may occur (isQuery=false)."/>
+ <controller predefinedId="UML_Behavior_isReentrant" tooltip="Tells whether the behavior can be invoked while it is still executing from a previous invocation."/>
+ <controller predefinedId="UML_Feature_isStatic" tooltip="Specifies whether this feature characterizes individual instances classified by the classifier (false) or the classifier itself (true)."/>
+ <controller predefinedId="UML_Operation_isUnique" tooltip="This information is derived from the return result for this Operation.Specifies whether the return parameter is unique or not, if present."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_BehavioralFeature_concurrency" tooltip="Specifies the semantics of concurrent calls to the same passive instance (i.e., an instance originating from a class with isActive being false). Active instances control access to their own behavioral features."/>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_NoBuffer">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Activities::NoBuffer"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Single_NoBuffer" tabId="basicTabSysML">
+ <replacedSections>
+ <replacedSection id="section_Multiple_NoBuffer"/>
+ </replacedSections>
+ <fragment id="fragment_Single_NoBuffer">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Activities::NoBuffer"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name" tooltip="The name of the NamedElement."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ObjectNode_isControlType" tooltip="Tells whether the type of the object node is to be treated as control."/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf" tooltip="Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ObjectNode_ordering" tooltip="Tells whether and how the tokens in the object node are ordered for selection to traverse edges outgoing from the object node."/>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_NoBuffer">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Activities::NoBuffer"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_NoBuffer" tabId="basicTabSysML">
+ <fragment id="fragment_Multiple_NoBuffer">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Activities::NoBuffer"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_ObjectNode_isControlType" tooltip="Tells whether the type of the object node is to be treated as control."/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf" tooltip="Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ObjectNode_ordering" tooltip="Tells whether and how the tokens in the object node are ordered for selection to traverse edges outgoing from the object node."/>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Overwrite">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Activities::Overwrite"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Overwrite" tabId="basicTabSysML">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Overwrite"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Overwrite">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Activities::Overwrite"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name" tooltip="The name of the NamedElement."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ObjectNode_isControlType" tooltip="Tells whether the type of the object node is to be treated as control."/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf" tooltip="Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ObjectNode_ordering" tooltip="Tells whether and how the tokens in the object node are ordered for selection to traverse edges outgoing from the object node."/>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Overwrite">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Activities::Overwrite"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Overwrite" tabId="basicTabSysML">
+ <fragment id="fragment_Multiple_Overwrite">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Activities::Overwrite"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_ObjectNode_isControlType" tooltip="Tells whether the type of the object node is to be treated as control."/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf" tooltip="Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ObjectNode_ordering" tooltip="Tells whether and how the tokens in the object node are ordered for selection to traverse edges outgoing from the object node."/>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Allocate">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Allocations::Allocate"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Allocate" tabId="basicTabSysML">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Allocate"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Allocate">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Allocations::Allocate"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name" tooltip="The name of the NamedElement."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Dependency_client" tooltip="The element(s) dependent on the supplier element(s). In some cases (such as a Trace Abstraction) the assignment of direction (that is, the designation of the client element) is at the discretion of the modeler, and is a stipulation."/>
+ <controller predefinedId="UML_Dependency_supplier" tooltip="The element(s) independent of the client element(s), in the same respect and the same dependency relationship. In some directed dependency relationships (such as Refinement Abstractions), a common convention in the domain of class-based OO software is to put the more abstract element in this role. Despite this convention, users of UML may stipulate a sense of dependency suitable for their domain, which makes a more abstract element dependent on that which is more specific."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Allocate">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Allocations::Allocate"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Allocate" tabId="basicTabSysML">
+ <fragment id="fragment_Multiple_Allocate">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Allocations::Allocate"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Allocated">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Allocations::Allocated"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Allocated" tabId="basicTabSysML">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Allocated"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Allocated">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Allocations::Allocated"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name" tooltip="The name of the NamedElement."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="SysML_Allocated_allocatedFrom"/>
+ <controller predefinedId="SysML_Allocated_allocatedTo"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Allocated">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Allocations::Allocated"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Allocated" tabId="basicTabSysML">
+ <fragment id="fragment_Multiple_Allocated">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Allocations::Allocated"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_AllocateActivityPartition">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Allocations::AllocateActivityPartition"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Single_AllocateActivityPartition" tabId="basicTabSysML">
+ <replacedSections>
+ <replacedSection id="section_Multiple_AllocateActivityPartition"/>
+ </replacedSections>
+ <fragment id="fragment_Single_AllocateActivityPartition">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Allocations::AllocateActivityPartition"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name" tooltip="The name of the NamedElement."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_ActivityPartition_isDimension" tooltip="Tells whether the partition groups other partitions along a dimension."/>
+ <controller predefinedId="UML_ActivityPartition_isExternal" tooltip="Tells whether the partition represents an entity to which the partitioning structure does not apply."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_AllocateActivityPartition">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Allocations::AllocateActivityPartition"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_AllocateActivityPartition" tabId="basicTabSysML">
+ <fragment id="fragment_Multiple_AllocateActivityPartition">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Allocations::AllocateActivityPartition"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_ActivityPartition_isDimension" tooltip="Tells whether the partition groups other partitions along a dimension."/>
+ <controller predefinedId="UML_ActivityPartition_isExternal" tooltip="Tells whether the partition represents an entity to which the partitioning structure does not apply."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_TestCase">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Requirements::TestCase"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Single_TestCase" tabId="basicTabSysML">
+ <replacedSections>
+ <replacedSection id="section_Multiple_TestCase"/>
+ </replacedSections>
+ <fragment id="fragment_Single_TestCase">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Requirements::TestCase"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name" tooltip="The name of the NamedElement."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract" tooltip="If true, the Classifier does not provide a complete declaration and can typically not be instantiated. An abstract classifier is intended to be used by other classifiers e.g. as the target of general metarelationships or generalization relationships."/>
+ <controller predefinedId="UML_Class_isActive" tooltip="Determines whether an object specified by this class is active or not. If true, then the owning class is referred to as an active class. If false, then such a class is referred to as a passive class."/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf" tooltip="Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement."/>
+ <controller predefinedId="UML_Operation_isOrdered" tooltip="This information is derived from the return result for this Operation.Specifies whether the return parameter is ordered or not, if present."/>
+ <controller predefinedId="UML_Operation_isQuery" tooltip="Specifies whether an execution of the BehavioralFeature leaves the state of the system unchanged (isQuery=true) or whether side effects may occur (isQuery=false)."/>
+ <controller predefinedId="UML_Behavior_isReentrant" tooltip="Tells whether the behavior can be invoked while it is still executing from a previous invocation."/>
+ <controller predefinedId="UML_Feature_isStatic" tooltip="Specifies whether this feature characterizes individual instances classified by the classifier (false) or the classifier itself (true)."/>
+ <controller predefinedId="UML_Operation_isUnique" tooltip="This information is derived from the return result for this Operation.Specifies whether the return parameter is unique or not, if present."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_BehavioralFeature_concurrency" tooltip="Specifies the semantics of concurrent calls to the same passive instance (i.e., an instance originating from a class with isActive being false). Active instances control access to their own behavioral features."/>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="SysML_TestCase_verifies"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_TestCase">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Requirements::TestCase"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_TestCase" tabId="basicTabSysML">
+ <fragment id="fragment_Multiple_TestCase">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Requirements::TestCase"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract" tooltip="If true, the Classifier does not provide a complete declaration and can typically not be instantiated. An abstract classifier is intended to be used by other classifiers e.g. as the target of general metarelationships or generalization relationships."/>
+ <controller predefinedId="UML_Class_isActive" tooltip="Determines whether an object specified by this class is active or not. If true, then the owning class is referred to as an active class. If false, then such a class is referred to as a passive class."/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf" tooltip="Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement."/>
+ <controller predefinedId="UML_Operation_isOrdered" tooltip="This information is derived from the return result for this Operation.Specifies whether the return parameter is ordered or not, if present."/>
+ <controller predefinedId="UML_Operation_isQuery" tooltip="Specifies whether an execution of the BehavioralFeature leaves the state of the system unchanged (isQuery=true) or whether side effects may occur (isQuery=false)."/>
+ <controller predefinedId="UML_Behavior_isReentrant" tooltip="Tells whether the behavior can be invoked while it is still executing from a previous invocation."/>
+ <controller predefinedId="UML_Feature_isStatic" tooltip="Specifies whether this feature characterizes individual instances classified by the classifier (false) or the classifier itself (true)."/>
+ <controller predefinedId="UML_Operation_isUnique" tooltip="This information is derived from the return result for this Operation.Specifies whether the return parameter is unique or not, if present."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_BehavioralFeature_concurrency" tooltip="Specifies the semantics of concurrent calls to the same passive instance (i.e., an instance originating from a class with isActive being false). Active instances control access to their own behavioral features."/>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_Requirement">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Requirements::Requirement"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Single_Requirement" tabId="basicTabSysML">
+ <replacedSections>
+ <replacedSection id="section_Multiple_Requirement"/>
+ </replacedSections>
+ <fragment id="fragment_Single_Requirement">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Requirements::Requirement"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="SysML_Requirement_id"/>
+ <controller predefinedId="UML_NamedElement_name" tooltip="The name of the NamedElement."/>
+ <controller predefinedId="SysML_Requirement_text"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract" tooltip="If true, the Classifier does not provide a complete declaration and can typically not be instantiated. An abstract classifier is intended to be used by other classifiers e.g. as the target of general metarelationships or generalization relationships."/>
+ <controller predefinedId="UML_Class_isActive" tooltip="Determines whether an object specified by this class is active or not. If true, then the owning class is referred to as an active class. If false, then such a class is referred to as a passive class."/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf" tooltip="Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="SysML_Requirement_master"/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="SysML_Requirement_derived"/>
+ <controller predefinedId="SysML_Requirement_derivedFrom"/>
+ <controller predefinedId="SysML_Requirement_refinedBy"/>
+ <controller predefinedId="SysML_Requirement_satisfiedBy"/>
+ <controller predefinedId="SysML_Requirement_tracedTo"/>
+ <controller predefinedId="SysML_Requirement_verifiedBy"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_Requirement">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Requirements::Requirement"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_Requirement" tabId="basicTabSysML">
+ <fragment id="fragment_Multiple_Requirement">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Requirements::Requirement"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_Classifier_isAbstract" tooltip="If true, the Classifier does not provide a complete declaration and can typically not be instantiated. An abstract classifier is intended to be used by other classifiers e.g. as the target of general metarelationships or generalization relationships."/>
+ <controller predefinedId="UML_Class_isActive" tooltip="Determines whether an object specified by this class is active or not. If true, then the owning class is referred to as an active class. If false, then such a class is referred to as a passive class."/>
+ <controller predefinedId="UML_RedefinableElement_isLeaf" tooltip="Indicates whether it is possible to further specialize a RedefinableElement. If the value is true, then it is not possible to further specialize the RedefinableElement."/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Single_RequirementRelated">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Requirements::RequirementRelated"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Single_RequirementRelated" tabId="basicTabSysML">
+ <replacedSections>
+ <replacedSection id="section_Multiple_RequirementRelated"/>
+ </replacedSections>
+ <fragment id="fragment_Single_RequirementRelated">
+ <context enablesFor="1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Requirements::RequirementRelated"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_name" tooltip="The name of the NamedElement."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <layout kind="Grid" numColumns="1" sameWidth="true"/>
+ </container>
+ <container>
+ <controller predefinedId="SysML_RequirementRelated_refines"/>
+ <controller predefinedId="SysML_RequirementRelated_satisfies"/>
+ <controller predefinedId="SysML_RequirementRelated_tracedFrom"/>
+ <controller predefinedId="SysML_RequirementRelated_verifies"/>
+ <layout kind="Grid" numColumns="2" sameWidth="true"/>
+ </container>
+ </content>
+ </fragment>
+ </section>
+ </sectionSet>
+ <sectionSet name="sectionSet_Multiple_RequirementRelated">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Requirements::RequirementRelated"/>
+ </appliedStereotypes>
+ </context>
+ <section adapterId="Semantic" id="section_Multiple_RequirementRelated" tabId="basicTabSysML">
+ <fragment id="fragment_Multiple_RequirementRelated">
+ <context enablesFor="-1">
+ <appliedStereotypes>
+ <appliedStereotype qualifiedName="SysML::Requirements::RequirementRelated"/>
+ </appliedStereotypes>
+ </context>
+ <content>
+ <container>
+ <controller predefinedId="UML_NamedElement_visibility" tooltip="Determines where the NamedElement appears within different Namespaces within the overall model, and its accessibility."/>
+ <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/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/resources/sysml_predefined_fragments.xml b/extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/resources/sysml_predefined_fragments.xml
new file mode 100644
index 00000000000..58fec1f1c3b
--- /dev/null
+++ b/extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/resources/sysml_predefined_fragments.xml
@@ -0,0 +1,67 @@
+<!--UML Basic fragment-->
+<fragments pluginId="org.eclipse.papyrus.properties.tabbed.sysml">
+ <fragment id="fragment_single_NamedElement"><!-- View for single NameElement -->
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.NamedElement"></elementClass>
+ </context>
+ <content>
+ <container layout="Grid" columns="2" sameSize="false">
+ <controller predefinedId="UML_NamedElement_name"/>
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ <controller id="emftStructuralFeatureController">
+ <feature name="qualifiedName" handlerID="String"/>
+ <editor id="org.eclipse.papyrus.properties.runtime.textPropertyEditor" label="Qualified Name:" labelPosition="16384"/>
+ </controller>
+ </container>
+ </content>
+ </fragment>
+ <fragment id="view_multi_NamedElement"> <!-- View for multiple NameElements -->
+ <context enablesFor="-1">
+ <elementClass name="org.eclipse.uml2.uml.NamedElement"></elementClass>
+ </context>
+ <content>
+ <container layout="Grid" columns="2" sameSize="false">
+ <controller predefinedId="UML_NamedElement_visibility"/>
+ </container>
+ </content>
+ </fragment>
+ <fragment id="view_single_Property"><!-- fragment for UML Property -->
+ <context enablesFor="1">
+ <elementClass name="org.eclipse.uml2.uml.Property"></elementClass>
+ </context>
+ <content>
+ <expandableContainer label="Type" layout="Grid" columns="2" sameSize="false">
+ <controller id="emftBindingReferenceController">
+ <feature name="type" handlerID="Reference"/>
+ <binding message="{0} - ({1})">
+ <feature name="name"/>
+ <feature name="qualifiedName"/>
+ </binding>
+ <editor id="org.eclipse.papyrus.properties.runtime.simpleReferencePropertyEditor" label="Type:" labelPosition="16384">
+ <icon pluginID="org.eclipse.papyrus.properties.tabbed.uml" path="/icons/type.gif"/>
+ </editor>
+ </controller>
+ </expandableContainer>
+ <expandableContainer label="Redefinition And Subset" layout="Grid" columns="2" sameSize="false">
+ <controller id="emftBindingReferenceController">
+ <feature name="redefinedProperty" handlerID="Reference"/>
+ <binding message="{0} - ({1})">
+ <feature name="name"/>
+ <feature name="qualifiedName"/>
+ </binding>
+ <editor id="org.eclipse.papyrus.properties.runtime.multipleReferencePropertyEditor" label="Redefines:" labelPosition="16384">
+ </editor>
+ </controller>
+ <controller id="emftBindingReferenceController">
+ <feature name="subsettedProperty" handlerID="Reference"/>
+ <binding message="{0} - ({1})">
+ <feature name="name"/>
+ <feature name="qualifiedName"/>
+ </binding>
+ <editor id="org.eclipse.papyrus.properties.runtime.multipleReferencePropertyEditor" label="Subsets:" labelPosition="16384">
+ </editor>
+ </controller>
+ </expandableContainer>
+ </content>
+ </fragment>
+</fragments>
diff --git a/extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/src/org/eclipse/papyrus/properties/tabbed/sysml/Activator.java b/extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/src/org/eclipse/papyrus/properties/tabbed/sysml/Activator.java
new file mode 100644
index 00000000000..90136e81a19
--- /dev/null
+++ b/extraplugins/deprecated-plugins/sysml.deprecated/org.eclipse.papyrus.properties.tabbed.sysml/src/org/eclipse/papyrus/properties/tabbed/sysml/Activator.java
@@ -0,0 +1,52 @@
+package org.eclipse.papyrus.properties.tabbed.sysml;
+
+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 {
+
+ // The plug-in ID
+ public static final String PLUGIN_ID = "org.eclipse.papyrus.properties.tabbed.sysml"; //$NON-NLS-1$
+
+ // The shared instance
+ private static Activator plugin;
+
+ /**
+ * The constructor
+ */
+ public Activator() {
+ }
+
+ /*
+ * (non-Javadoc)
+ *
+ * @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext)
+ */
+ public void start(BundleContext context) throws Exception {
+ super.start(context);
+ plugin = this;
+ }
+
+ /*
+ * (non-Javadoc)
+ *
+ * @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext)
+ */
+ 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